Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knowledge Embedding Interface Specification for RAG in NNTrainer #2519

Open
hokeun opened this issue Mar 25, 2024 · 2 comments
Open

Knowledge Embedding Interface Specification for RAG in NNTrainer #2519

hokeun opened this issue Mar 25, 2024 · 2 comments

Comments

@hokeun
Copy link

hokeun commented Mar 25, 2024

Preliminary research: Pre-training Knowledge Fusion

  • Assume that we describe knowledge as Subject-Predicate-Object (SPO) forms.
  • Delve into and analyze NNTrainer modules that handle user inputs (texts).
  • Decide whether transformation from the knowledge to the input is necessary, and specify transform(or else) logic from the above knowledge to the inputs if needed.
  • Devise a few sample scenarios for Question Answering (QA) to analyze the effects of knowledge embeddings (or prompting).

References

  • AAAI'22 - DKPLM: Decomposable Knowledge-Enhanced Pre-trained Language Model for Natural Language Understanding
  • EMNLP'22 - Knowledge prompting in pre-trained language model for natural language understanding
  • EMNLP'19 - Incorporating External Knowledge into Machine Reading for Generative Question Answering

Disclaimer

NOTE: We're open to suggestions. Please let us know in the comments if you have any feedback or guidance!

@taos-ci
Copy link
Collaborator

taos-ci commented Mar 25, 2024

:octocat: cibot: Thank you for posting issue #2519. The person in charge will reply soon.

@jijoongmoon
Copy link
Collaborator

Thanks for bringing this topic to NNTrainer. We are happy to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants