General response
# General response
Thank you for all reviewers thoughtful and constructive feedback on our work. We greatly appreciate reviewers recognition of our contributions, particularly our systematic evaluation of uncertainty estimation in instruction-following tasks, which disentangles multiple factors within naturally generated responses to enable more accurate assessments. Many of reviewers highlighted the novelty and significance of our benchmark datasets—Controlled and Realistic—which address key challenges and fill an important research gap. We are pleased that our rigorous methodology, comparing multiple uncertainty estimation methods across diverse LLMs and datasets, and the valuable insights provided by our findings, were seen as strengths. We also appreciate your positive remarks on the clarity and accessibility of our writing, supported by well-designed figures and tables. Reviewers feedback inspires us to refine this work further and continue advancing research in this critical area.
---
### Q. Dataset scope
>*Reviewer 9E6i: "The analysis might benefit from extending the scope of instruction types and domains included in the benchmark to cover more diverse real-world tasks."*
>*Reviewer zm1y: "As noted by the authors in their limitations section, the types of instructions included in the benchmark may not comprehensively reflect real-world tasks. Additionally, the dataset size is relatively small, potentially impacting the reliability of the benchmark."*
>*Reviewer N6r8: "The paper relies on a single IFEval for its initial evaluation. It would be beneficial to include additional datasets to validate the findings across different contexts and domains."*
Thank you for your concern about datasets. We do agree it would be beneficial to include real-world datasets to validate the findings. However, here we would like to emphasize why we choose IFEval as our primary dataset instead of using real-world dataset with different contexts and domains.
**First, we select IFEval to focus on our scope which is ‘single, simple, and non-ambiguous instructions’.** Real-world datasets often involve complex, ambiguous, or multi-instruction prompts, which can conflate multiple factors affecting uncertainty. For this first systematic evaluation, we chose to focus on single, simple, and verifiable instructions to ensure clarity and isolate the uncertainty estimation process. The IFEval dataset is well-suited for this purpose, as it provides 25 distinct types of simple and clear instructions that align with our goal of establishing a robust baseline.
**Second, we want to avoid evaluator-induced uncertainties**. Most real-world tasks and benchmark datasets rely on LLM-based evaluators to determine whether a response follows an instruction. However, LLM-based evaluators may introduce their own uncertainties or make errors in assessing success or failure, which could obscure the true uncertainty estimation capabilities of the tested models. The IFEval dataset avoids this issue by including instructions with deterministic evaluation programs that objectively verify compliance. For instance, an instruction like “please do not include keywords: …” can be automatically validated using a simple program to check for the presence of those keywords. This feature eliminates ambiguity in evaluation and allows us to directly focus on LLMs’ ability to estimate uncertainty.
Our main contribution is the careful design of benchmark data specifically tailored to ‘uncertainty estimation’ in instruction-following contexts. We believe that those underlying considerations (e.g., length bias, task quality entanglement, and varying levels of model difficulty) presented in our study can extend to future instruction-following datasets. **While IFEval serves as an ideal starting point for this research, we hope our framework inspires future efforts to tackle uncertainty estimation in more complex, real-world tasks.**