Skip to content

添加数据集CARDBiomedBench #2071

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bio-mlhui
Copy link

@bio-mlhui bio-mlhui commented May 2, 2025

添加CARDBiomedBench Benchmark评测 (1个子集+llmjudge)

Modification

包含2个文件:

  1. datasets/CARDBiomedBench.py
  2. configs/datasets/CARDBiomedBench/CARDBiomedBench_llmjudge_gen.py
    该数据集有train/test/All 3个csv文件,目前只考虑了 All
        data_files = {'test': 'data/CARDBiomedBench.csv'}
        dataset = load_dataset(path, data_files=data_files, split='test')

Debug Result:

Qwen2.5-1.5B 作为测试模型,Qwen2.5-72b作为LLM Judge, 抽取200个sample进行测试:

image

Checklist

Before PR:

  • [✔ ] Pre-commit or other linting tools are used to fix the potential lint issues.
  • [ ✔] Bug fixes are fully covered by unit tests, the case that causes the bug should be added in the unit tests.
  • [✔ ] The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  • The documentation has been modified accordingly, like docstring or example tutorials.

After PR:

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