open-compass / open-compass/opencompass

[Feature] Support F1-score for DROP dataset

Open
#948 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
7.5k
Forks
869
Avg merge
17h 52m
Merged PRs (30d)
13

Description

描述该功能

谷歌的Gemini, Claude 3 发布的页面上,DROP使用都是F1-score

image image

官方实现: https://github.com/allenai/allennlp-reading-comprehension/blob/master/allennlp_rc/eval/drop_em_and_f1.py

是否希望自己实现该功能?
  • 我希望自己来实现这一功能,并向 OpenCompass 贡献代码!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the DROP dataset evaluation entry point in OpenCompass, then compare its current metric handling with the linked AllenNLP implementation at drop_em_and_f1.py. Confirm the expected F1 behavior on DROP examples and add or update the relevant evaluation coverage so the dataset reports F1-score.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.