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.
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 identifierrepo: GitHub repository (owner/repo)base_commit: Commit hash to checkouttarget_function_name: Name of the target functiontarget_function_file: Path to the file containing the target functiontarget_function_line_start: Starting line number (0-indexed)dependencies: List of dependency objects with name, filepath, linestart, lineend, type, decoratorlinenum_dependencies: Number of dependencies
