Skip to content

A test suite to see if LLMs can correctly guess the correct answer in OpenTrivia quizzes

License

Notifications You must be signed in to change notification settings

meteatamel/opentrivia-llm-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTrivia LLM testing

A test suite to see if LLMs can correctly guess the correct answer in quizzes from Open Trivia database.

Install dependencies:

pip install -r requirements.txt

Minimal run:

python main.py your-project-id model-id

Run with all options:

python main.py your-project-id model-id --num_iterations=4  --no_questions=25 --google_search_grounding

Example runs:

python main.py genai-atamel gemini-1.0-pro
python main.py genai-atamel gemini-1.5-pro
python main.py genai-atamel gemini-1.5-flash

You can find some run outputs in runs folder.

About

A test suite to see if LLMs can correctly guess the correct answer in OpenTrivia quizzes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages