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

Leaderboard #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Leaderboard #2

wants to merge 2 commits into from

Conversation

neginraoof
Copy link

Evaluate your LLM as a generator for context-based question answering, and create a leaderboard ranking generator models.

  1. generate_qac.py: Use sample questions and corresponding contexts to query your LLMs to generate answer. The answer should be supported by the context.

  2. eval_qac_agreement.py: Evaluate generated answers on Agreement with GOLD Answer with LLM-as-a-judge. Create a leaderboard to rank generator models based on agreement.

@neginraoof neginraoof force-pushed the leaderboard branch 3 times, most recently from 214ceb5 to bda2d1c Compare September 18, 2024 18:27
@madiator
Copy link
Contributor

Hi Negin, is this code up to date? Ready for review?

@neginraoof
Copy link
Author

@madiator Yes, this is ready now. Thanks!

Copy link
Contributor

@madiator madiator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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.

2 participants