paper-with-me

Papers

Latent Space Chain-of-Embedding Enables Output-free LLM Self-Evaluation

2024-10-17 · Yiming Wang, Pei Zhang, Baosong Yang, Derek F. Wong, Rui Wang

LLM self-evaluation relies on the LLM's own ability to estimate response correctness, which can greatly improve its deployment reliability. In this research track, we propose the Chain-of-Embedding (CoE) in the latent space to enable LLMs to perform output-free self-evaluation. CoE consists of all progressive hidden states produced during the inference time, which can be treated as the latent thinking path of LLMs. We find that when LLMs respond correctly and incorrectly, their CoE features differ, these discrepancies assist us in estimating LLM response correctness. Experiments in four diverse domains and seven LLMs fully demonstrate the effectiveness of our method. Meanwhile, its label-free design intent without any training and millisecond-level computational cost ensure real-time feedback in large-scale scenarios. More importantly, we provide interesting insights into LLM response correctness from the perspective of hidden state changes inside LLMs.

📄 PDF Abstract BibTeX arXiv:2410.13640

Code (1)

alsace08/chain-of-embedding 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Structural Process Supervision for Latent Chain-of-Thought Reasoning

2026-09-09 · Yiqi Li, Xu Chen, Chen Ju, Jiangchao Yao 외 arxiv

Latent reasoning approaches enhance token-level efficiency and robustness by replacing verbose, explicit chain-of-thought (CoT) tokens with compact continuous-space embeddings. However, existing methods lack direct proce…

Think Consistently, Reason Efficiently: Energy-Based Calibration for Implicit Chain-of-Thought

2025-11-10 · Zhikang Chen, Sen Cui, Deheng Ye, Yu Zhang 외 arxiv

Large Language Models (LLMs) have demonstrated strong reasoning capabilities through \emph{Chain-of-Thought} (CoT) prompting, which enables step-by-step intermediate reasoning. However, explicit CoT methods rely on discr…

Geometric Latent Reasoning Induces Shorter Generations in LLMs

2026-06-01 · Shashi Kumar, Yacouba Kaloga, Petr Motlicek, Ina Kodrasi 외 arxiv

Large language models solve complex problems by generating lengthy chains of explicit reasoning tokens. While effective, this makes reasoning expensive, length-sensitive, and constrained to (discrete) natural language. W…

Mathematical Reasoning

Think Silently, Think Fast: Dynamic Latent Compression of LLM Reasoning Chains

2025-05-22 · Wenhui Tan, Jiaze Li, Jianzhong Ju, Zhenbo Luo 외

Large Language Models (LLMs) achieve superior performance through Chain-of-Thought (CoT) reasoning, but these token-level reasoning chains are computationally expensive and inefficient. In this paper, we introduce Compre…

Mathematical ReasoningReinforcement Learning (RL)

Thoughts-as-Planning: Latent World Models for Chain-of-Thoughts Optimization via Reinforcement Planning

2026-04-27 · Dong Liu, Yanxuan Yu, Ying Nian Wu arxiv

The success of large language models (LLMs) across diverse NLP tasks has elevated the importance of reasoning chain optimization as a critical step in aligning model behavior with task objectives. Existing reasoning chai…

Reinforcement Learning