paper-with-me

Papers

Tracing the Traces: Latent Temporal Signals for Efficient and Accurate Reasoning

2025-10-12 · Martina G. Vilas, Safoora Yousefi, Besmira Nushi, Eric Horvitz, Vidhisha Balachandran arxiv

Reasoning models improve their problem-solving ability through inference-time scaling, allocating more compute via longer token budgets. Identifying which reasoning traces are likely to succeed remains a key opportunity: reliably predicting productive paths can substantially reduce wasted computation and improve overall efficiency. We introduce Latent-Trajectory signals that characterize the temporal evolution of a model's internal representations during the generation of intermediate reasoning tokens. By measuring the overall change in latent representations between the start and end of reasoning, the change accumulated across intermediate steps, and the extent to which these changes advance toward the final state, we show that these signals predict solution accuracy more reliably than both cross-layer metrics and output-based confidence measures. When used to guide answer selection across multiple sampled generations, Latent-Trajectory signals make test-time scaling more effective and efficient than majority voting, reducing token usage by up to 70% while preserving and even improving accuracy by 2.6% on average. Moreover, these predictive signals often emerge early in the reasoning trace, enabling early selection and allocation of compute to the most promising candidates. Our findings contribute not only practical strategies for inference-time efficiency, but also a deeper interpretability perspective on how reasoning processes are represented and differentiated in latent space.

📄 PDF Abstract BibTeX arXiv:2510.10494

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Selection

Similar Papers 제목 키워드 기반

Detecting Unfaithful Chain-of-Thought via Circuit-Guided Internal-External Discrepancy

2026-05-25 · Xu Shen, Zhen Tan, Song Wang, Pingjun Hong 외 arxiv

Chain-of-thought (CoT) reasoning improves the problem-solving ability of large language models (LLMs), but generated reasoning traces may not faithfully reflect the model's actual decision process. Existing CoT unfaithfu…

AgentTrace: Causal Graph Tracing for Root Cause Analysis in Deployed Multi-Agent Systems

2026-03-16 · Zhaohui Geoffrey Wang arxiv

As multi-agent AI systems are increasingly deployed in real-world settings - from automated customer support to DevOps remediation - failures become harder to diagnose due to cascading effects, hidden dependencies, and l…

Sparse Attention Decomposition Applied to Circuit Tracing

2024-10-01 · Gabriel Franco, Mark Crovella

Many papers have shown that attention heads work in conjunction with each other to perform complex tasks. It's frequently assumed that communication between attention heads is via the addition of specific features to tok…

OmniTrace: A Unified Framework for Generation-Time Attribution in Omni-Modal LLMs

2026-03-20 · Qianqi Yan, Yichen Guo, Ching-Chen Kuo, Shan Jiang 외 arxiv

Modern multimodal large language models (MLLMs) generate fluent responses from interleaved text, image, audio, and video inputs. However, identifying which input sources support each generated statement remains an open c…

multimodal generation

When Only the Final Text Survives: Implicit Execution Tracing for Multi-Agent Auditing

2026-03-18 · Yi Nian, Haosen Cao, Shenzhe Zhu, Henry Peng Zou 외 arxiv

When a multi-agent system produces an incorrect or harmful answer, who is accountable if execution logs and agent identifiers are unavailable? In practice, generated content is often detached from its execution environme…