OpenHands / OpenHands/benchmarks

REFACTOR GAIA should use get_dataset instead of direct call to huggingface_hub

Open Beginner friendly
#662 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.