A dataset for evaluating an agent's ability to locate a target Python function/class based on its functionality description and add a docstring.
Given: A Python repository and a description of a function/class (NO name, NO file path)
Agent must:
Search the codebase to find where the target function/class is defined
Read the implementation to understand its behavior
Generate and add an appropriate… See the full description on the dataset page:
https://huggingface.co/datasets/synthetic-code-training/swe_doc_gen_locate_swebench_1500.