CoolFace
Datasetpublic

hybrid-gym/hybrid_gym_dep_search_raw

Hybrid Gym: Dependency Search Dataset Dataset for the Dependency Search benchmark task. Each instance contains a target function and its ground-truth dependencies (functions/classes directly called by that function) within a repository. See the benchmark README for usage instructions. Fields instance_id: Unique identifier repo: GitHub repository (owner/repo) base_commit: Commit hash to checkout target_function_name: Name of the target function… See the full description on the dataset page: https://huggingface.co/datasets/hybrid-gym/hybrid_gym_dep_search_raw.

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes8downloads
Dataset Card

Hybrid Gym: Dependency Search Dataset

Dataset for the Dependency Search benchmark task. Each instance contains a target function and its ground-truth dependencies (functions/classes directly called by that function) within a repository.

See the benchmark README for usage instructions.

Fields

  • —instance_id: Unique identifier
  • —repo: GitHub repository (owner/repo)
  • —base_commit: Commit hash to checkout
  • —target_function_name: Name of the target function
  • —target_function_file: Path to the file containing the target function
  • —target_function_line_start: Starting line number (0-indexed)
  • —dependencies: List of dependency objects with name, filepath, linestart, lineend, type, decoratorline
  • —num_dependencies: Number of dependencies