paper-with-me

Papers

Temporal Consistency for LLM Reasoning Process Error Identification

2025-03-18 · Jiacheng Guo, Yue Wu, Jiahao Qiu, Kaixuan Huang, Xinzhe Juan, Ling Yang, Mengdi Wang

Verification is crucial for effective mathematical reasoning. We present a new temporal consistency method where verifiers iteratively refine their judgments based on the previous assessment. Unlike one-round verification or multi-model debate approaches, our method leverages consistency in a sequence of self-reflection actions to improve verification accuracy. Empirical evaluations across diverse mathematical process error identification benchmarks (Mathcheck, ProcessBench, and PRM800K) show consistent performance improvements over baseline methods. When applied to the recent DeepSeek R1 distilled models, our method demonstrates strong performance, enabling 7B/8B distilled models to outperform all 70B/72B models and GPT-4o on ProcessBench. Notably, the distilled 14B model with our method achieves performance comparable to Deepseek-R1. Our codes are available at https://github.com/jcguo123/Temporal-Consistency

📄 PDF Abstract BibTeX arXiv:2503.14495

Code (1)

jcguo123/temporal-consistency 공식 구현 pytorch

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Table-Critic: A Multi-Agent Framework for Collaborative Criticism and Refinement in Table Reasoning

2025-02-17 · Peiying Yu, Guoxin Chen, Jingjing Wang

Despite the remarkable capabilities of large language models (LLMs) in various reasoning tasks, they still struggle with table reasoning tasks, particularly in maintaining consistency throughout multi-step reasoning proc…

Computational Efficiency

Think Step by Step: Chain-of-Gesture Prompting for Error Detection in Robotic Surgical Videos

2024-06-27 · Zhimin Shao, Jialang Xu, Danail Stoyanov, Evangelos B. Mazomenos 외

Despite significant advancements in robotic systems and surgical data science, ensuring safe and optimal execution in robot-assisted minimally invasive surgery (RMIS) remains a complex challenge. Current surgical error d…

Temporal Information ExtractionVisual Reasoning

Explainable Chain-of-Thought Reasoning: An Empirical Analysis on State-Aware Reasoning Dynamics

2025-08-29 · Sheldon Yu, Yuxin Xiong, Junda Wu, Xintong Li 외 arxiv

Recent advances in chain-of-thought (CoT) prompting have enabled large language models (LLMs) to perform multi-step reasoning. However, the explainability of such reasoning remains limited, with prior work primarily focu…

NeSTR: A Neuro-Symbolic Abductive Framework for Temporal Reasoning in Large Language Models

2025-12-08 · Feng Liang, Weixin Zeng, Runhao Zhao, Xiang Zhao arxiv

Large Language Models (LLMs) have demonstrated remarkable performance across a wide range of natural language processing tasks. However, temporal reasoning, particularly under complex temporal constraints, remains a majo…

Question Answering

DiffCoT: Diffusion-styled Chain-of-Thought Reasoning in LLMs

2026-01-07 · Shidong Cao, Hongzhan Lin, Yuxuan Gu, Ziyang Luo 외 arxiv

Chain-of-Thought (CoT) reasoning improves multi-step mathematical problem solving in large language models but remains vulnerable to exposure bias and error accumulation, as early mistakes propagate irreversibly through …