-
Notifications
You must be signed in to change notification settings - Fork 112
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
Creating a test set of question and answers for testing capabilities #323
Comments
Hello I can contribute! |
@xorsuyash please populate a new sheet with English PDFs that you'll use for KG creation @harshaharod21 Please find older documentation links done by Suyash here :
|
@xorsuyash @GautamR-Samagra hi, can i work on these tasks? i did work on identifying similar questions from a dataset based on quora queries. |
@xorsuyash Link to the repo where the given issue is implemented https://github.com/harshaharod21/qa_raptor Note that for now I have used llama as LLM and not openai |
Can we create a question-answer set on these pdfs first: Listing out PDFs to start with here:
|
Next steps:
|
Update: This is the response I got from the issue where i commented for base entity "In the settings.yaml there is the entity_extraction part that contains the entity_types field where you can specify the types of entities you want the LLM to extract, but they are only taken into consideration more as a suggestion when indexing and completely ignored when prompt tuning."
Querying: For global : The search here is not vector or cypher query based as the no database is created to store the embeddings.. Instead they use map reduce approach here.
|
cc @GautamR-Samagra
Tasks
The text was updated successfully, but these errors were encountered: