Skip to content

Eval + STORM#19

Open
ABCbum wants to merge 15 commits intomainfrom
minh/eval
Open

Eval + STORM#19
ABCbum wants to merge 15 commits intomainfrom
minh/eval

Conversation

@ABCbum
Copy link
Contributor

@ABCbum ABCbum commented May 22, 2024

No description provided.

ABCbum added 3 commits May 13, 2024 19:29
This commit adds code changes to generate a QA dataset and evaluate the performance of the retriever. The `eval/dataset.py` file includes the generation of the QA dataset using the `generate_qa_embedding_pairs` function. The resulting dataset is saved as `pg_eval_dataset.json`. The `eval/run.py` file performs the evaluation using the `RetrieverEvaluator` class and saves the evaluation results as `retriever_eval_results.csv`. Additionally, the `ingestion/apply_ingestion.py` file is modified to import from the `ingestion.dataloader` module.

Note: Please remove any meta information like issue references, tags, or author names from the commit message.
@ABCbum ABCbum self-assigned this May 22, 2024
ABCbum added 4 commits June 2, 2024 16:16
This commit adds an async method `arun` to the `HyDE` class in `preretrieve/hyde.py`. The `arun` method allows for invoking the HyDE chain asynchronously using the `await` keyword. This improves the efficiency and responsiveness of the code.

Note: Please remove any meta information like issue references, tags, or author names from the commit message.
@ABCbum ABCbum changed the title Eval Eval + STORM Jun 18, 2024
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

Successfully merging this pull request may close these issues.

1 participant