paper-with-me

홈 › Papers

ROSCOE: A Suite of Metrics for Scoring Step-by-Step Reasoning

2022-12-15 · Olga Golovneva, Moya Chen, Spencer Poff, Martin Corredor, Luke Zettlemoyer, Maryam Fazel-Zarandi, Asli Celikyilmaz

Large language models show improved downstream task performance when prompted to generate step-by-step reasoning to justify their final answers. These reasoning steps greatly improve model interpretability and verification, but objectively studying their correctness (independent of the final answer) is difficult without reliable methods for automatic evaluation. We simply do not know how often the stated reasoning steps actually support the final end task predictions. In this work, we present ROSCOE, a suite of interpretable, unsupervised automatic scores that improve and extend previous text generation evaluation metrics. To evaluate ROSCOE against baseline metrics, we design a typology of reasoning errors and collect synthetic and human evaluation scores on commonly used reasoning datasets. In contrast with existing metrics, ROSCOE can measure semantic consistency, logicality, informativeness, fluency, and factuality - among other traits - by leveraging properties of step-by-step rationales. We empirically verify the strength of our metrics on five human annotated and six programmatically perturbed diagnostics datasets - covering a diverse set of tasks that require reasoning skills and show that ROSCOE can consistently outperform baseline metrics.

📄 PDF Abstract BibTeX arXiv:2212.07919

Code (1)

facebookresearch/ParlAI 공식 구현 pytorch

Tasks

InformativenessText Generation

Similar Papers 제목 키워드 기반

Assessing LLM Reasoning Steps via Principal Knowledge Grounding

2025-11-02 · Hyeon Hwang, Yewon Cho, Chanwoong Yoon, Yein Park 외 arxiv

Step-by-step reasoning has become a standard approach for large language models (LLMs) to tackle complex tasks. While this paradigm has proven effective, it raises a fundamental question: How can we verify that an LLM's …

Self-Evaluating LLMs for Multi-Step Tasks: Stepwise Confidence Estimation for Failure Detection

2025-11-10 · Vaibhav Mavi, Shubh Jaroria, Weiqi Sun arxiv

Reliability and failure detection of large language models (LLMs) is critical for their deployment in high-stakes, multi-step reasoning tasks. Prior work explores confidence estimation for self-evaluating LLM-scorer syst…

Stability-Weighted Decoding for Diffusion Language Models

2026-04-18 · Yue Wu, Jian Huang arxiv

Diffusion large language models (dLLMs) enable parallel text generation by iteratively denoising a fully masked sequence, unmasking a subset of masked tokens at each step. Existing decoding strategies rely on static conf…

Mathematical ReasoningCode GenerationText Generation

Signature-Kernel Based Evaluation Metrics for Robust Probabilistic and Tail-Event Forecasting

2026-02-10 · Benjamin R. Redhead, Thomas L. Lee, Peng Gu, Víctor Elvira 외 arxiv

Probabilistic forecasting is increasingly critical across high-stakes domains, from finance and epidemiology to climate science. However, current evaluation frameworks lack a consensus metric and suffer from two critical…

From Wrong To Right: A Recursive Approach Towards Vision-Language Explanation

2023-11-21 · Jiaxin Ge, Sanjay Subramanian, Trevor Darrell, Boyi Li

Addressing the challenge of adapting pre-trained vision-language models for generating insightful explanations for visual reasoning tasks with limited annotations, we present ReVisE: a $\textbf{Re}$cursive $\textbf{Vis}$…

Explanation GenerationVisual Question Answering (VQA)Visual Reasoning