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

chore: add retrieval phase evaluation #419

Merged
merged 9 commits into from
Jul 17, 2024
Merged

chore: add retrieval phase evaluation #419

merged 9 commits into from
Jul 17, 2024

Conversation

Yuan325
Copy link
Collaborator

@Yuan325 Yuan325 commented Jun 18, 2024

Add the function to run evaluation for retrieval phase (evaluating the llm ability to pick and utilize tools that are given).

Usage example:

eval_results = evaluate_retrieval_phase(eval_datas)

@Yuan325 Yuan325 requested a review from a team as a code owner June 18, 2024 21:21
@Yuan325 Yuan325 changed the base branch from main to eval-implementation June 18, 2024 21:21
llm_demo/evaluation/evaluation.py Outdated Show resolved Hide resolved
llm_demo/evaluation/evaluation.py Outdated Show resolved Hide resolved
@Yuan325 Yuan325 force-pushed the eval-implementation branch 3 times, most recently from 5f88f32 to 9a1e174 Compare June 24, 2024 22:14
@Yuan325 Yuan325 force-pushed the eval-retrieval branch 3 times, most recently from ebf6a2a to 740b1b4 Compare June 24, 2024 23:29
Base automatically changed from eval-implementation to evaluation July 15, 2024 17:41
llm_demo/evaluation/evaluation.py Outdated Show resolved Hide resolved
@Yuan325 Yuan325 merged commit 2aa9797 into evaluation Jul 17, 2024
4 checks passed
@Yuan325 Yuan325 deleted the eval-retrieval branch July 17, 2024 23:54
Yuan325 added a commit that referenced this pull request Jul 26, 2024
Add the function to run evaluation for retrieval phase (evaluating the
llm ability to pick and utilize tools that are given).

Usage example:

```
eval_results = evaluate_retrieval_phase(eval_datas)
```
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.

None yet

2 participants