### 1. About Realistic Testing Environment and Coverage of Issue Cases
We agree with the reviewer that a more realistic testing environment can further help develop and test candidate models. At the current stage, we chose to simplify the setup to focus on common concepts. Regarding comprehensiveness, our DCA-Bench serves as an initial step in this direction. While it may not yet cover all real-world issue types, it already provides a very challenging and meaningful testbed, as demonstrated by our experiments. Moreover, its structured taxonomy of issue types and tags, detailed in Sections A.3.2 and A.3.3, provides further depth and utility.
### 2. Hints Design and the Performance of Baseline Agent
- We want to clarify that the design of multi-level hints is a feature of DCA-Bench; **we didn’t mean to use it to improve the performance of the baseline agent**. With credit to this design, we carried out a more detailed analysis of the overall performance with different hints in Section A.3.2.
- **It is not uncommon that the baseline methods have relatively low performance in new LLM Benchmarks [1, 2] that target intrinsically difficult tasks.** The dataset issue detection task is quite challenging for LLM agents, requiring them to reason under a very long context, as shown in Tab.1. We have also analyzed the challenges posed by the issues in DCA-Bench, categorizing them by issue tags as detailed in Section A.3.3.
[1]: Jimenez C E, Yang J, Wettig A, et al. Swe-bench: Can language models resolve real-world github issues? ICLR 2024
[2]: T. Li et al., “From Crowdsourced Data to High-Quality Benchmarks: Arena-Hard and BenchBuilder Pipeline,” Jun. 17, 2024, arXiv: arXiv:2406.11939. doi: 10.48550/arXiv.2406.11939.
### 3. Potential biases of LLM Evaluators
In Lines 379-381(Lines 390-393, in the revised version), we have considered two common biases among LLMs: self-preference bias [1, 2] and length bias [3,4]. In **Section A. 2.4**, we have carried out well-designed experiments for both of them. **Our results showed that these biases are negligible in our LLM Evaluator.**
- **For the self-preference experiment**, we used GPT-3.5-Turbo and GPT-4-0125-preview as the backend models for both the Curators and the Evaluators, leading to four combinations of Curator and Evaluator settings. For each Evaluator, we calculated the Average Odds Difference (AOD), a metric that measures fairness by assessing differences in true positive and false positive rates between two groups. A value of zero indicates perfect fairness, with equal model performance across both groups. Higher AOD values suggest increasing disparity, with the model performing unevenly between the groups. Derived from Tab.7 and Tab.8, we showed that our GPT-4-0125-preview based Evaluator has an acceptable AOD ($ 5.31(\pm2.76)\\% < 10\\%$), which indicates the bias is within an acceptable range [5]. Furthermore, we observed a **great alignment between the GPT-4-0125-preview based Evaluator and human annotations**, on both the GPT-3.5-Turbo based Curator and the GPT-4-0125-preview based Curator, as shown in Tab.9.
- **For length bias**, we used GPT-3.5-Turbo (0125) and GPT-4o-mini (0718) as the dataset curator agents. After the Curator generated the results, we fed its response to another LLM (gpt-4o-2024-08-06) to expand upon its generation. **While the most common bias is the preference towards longer responses, we also tested the case where the response is more succinct.** As shown in Tab.10 and Tab.11 of our draft, the changes in the success rate given by the LLM Evaluator are negligible in both cases, indicating that our Evaluator has no significant length bias.
\[1\] A. Panickssery, S. R. Bowman, and S. Feng, “LLM Evaluators Recognize and Favor Their Own Generations,” Apr. 15, 2024, arXiv: arXiv:2404.13076. doi: 10.48550/arXiv.2404.13076.
\[2\] L. Zheng et al., “Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena,” NeurIPS 2023
\[3\] Y. Dubois, B. Galambosi, P. Liang, and T. B. Hashimoto, “Length-Controlled AlpacaEval: A Simple Way to Debias Automatic Evaluators,” COLM 2024
\[4\] E. Durmus, F. Ladhak, and T. Hashimoto, “Spurious Correlations in Reference-Free Evaluation of Text Generation,” ACL 2024
\[5\] S. Majumder, J. Chakraborty, G. R. Bai, K. T. Stolee, and T. Menzies, “Fair Enough: Searching for Sufficient Measures of Fairness,” Mar. 21, 2022, arXiv: arXiv:2110.13029. Accessed: Aug. 13, 2024\. \[Online\]. Available: [http://arxiv.org/abs/2110.13029](http://arxiv.org/abs/2110.13029).
### 4. Scale to Multimodal Data
We appreciate the reviewer’s suggestion. While DCA-Bench is currently text-focused, we believe it can be scaled to multimodal data, such as image or audio datasets. However, this would require more refined designs to address the unique complexities of multimodal data quality issues. We consider this an important direction for future work.