mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
![]() * Add Openai SimpleQA dataset * Add Openai SimpleQA dataset * Add Openai SimpleQA dataset * Update eval_simpleqa.py --------- Co-authored-by: Linchen Xiao <xxllcc1993@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
simpleqa_gen_0283c3.py | ||
simpleqa_gen.py |
OpenCompass SimpleQA dataset config for evaluation
1. Introduction
SimpleQA is a benchmark that evaluates the ability of language models to answer short, fact-seeking questions by OpenAI. The original site is https://github.com/openai/simple-evals.
2. How to use
Please refer to the demo evaluation script /opencompass/configs/mine/simpleqa_eval.py
.