BamChil commited on
Commit
fac28c2
·
verified ·
1 Parent(s): 2b200ec

Update ACE-Bench dataset

Browse files
Files changed (1) hide show
  1. README.md +0 -32
README.md CHANGED
@@ -101,35 +101,3 @@ task = dataset_lv1[0]
101
  print(task['instance_id'])
102
  print(task['problem_statement'])
103
  ```
104
-
105
- ## Evaluation
106
-
107
- To evaluate an agent on ACE-Bench:
108
-
109
- 1. **Setup Environment**: Pull the Docker image specified in `image_name`
110
- 2. **Apply Patches**: Use `git apply` to apply test patches in the container
111
- 3. **Generate Code**: Have the agent generate code based on `problem_statement`
112
- 4. **Run Tests**: Execute the test suite specified in `FAIL_TO_PASS`
113
- 5. **Verify Results**: Ensure all tests pass and no regressions occur in `PASS_TO_PASS` tests
114
-
115
- ## Citation
116
-
117
- If you use ACE-Bench in your research, please cite:
118
-
119
- ```bibtex
120
- @dataset{ace_bench_2025,
121
- title={ACE-Bench: Agent Coding Evaluation Benchmark},
122
- author={ACE-Bench Team},
123
- year={2025},
124
- publisher={Hugging Face},
125
- url={https://huggingface.co/datasets/BamChil/ACE-Bench}
126
- }
127
- ```
128
-
129
- ## License
130
-
131
- This dataset is released under the MIT License. Individual code snippets retain their original repository licenses.
132
-
133
- ## Contact
134
-
135
- For questions or feedback, please open an issue on the [GitHub repository](https://github.com/BamChil/ACE-Bench).
 
101
  print(task['instance_id'])
102
  print(task['problem_statement'])
103
  ```