OpenHands / OpenHands/benchmarks
REFACTOR GAIA should use get_dataset instead of direct call to huggingface_hub
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 124
- Forks
- 90
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 1
Description
GAIA currently uses
load_dataset("gaia-benchmark/GAIA", level) - direct call, NOT going through get_dataset() from dataset.py
huggingface_hub.snapshot_download(...) - direct call
It should use get_dataset() like other benchmarks instead, to reduce code duplication
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the GAIA benchmark implementation for load_dataset("gaia-benchmark/GAIA", level) and huggingface_hub.snapshot_download(...), then compare it with other benchmarks using get_dataset() from dataset.py. Replace the direct dataset-loading calls with the shared helper and verify that the GAIA benchmark still loads its datasets correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- huggingface, python
- Domain
- machine-learning
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100