paper-with-me

홈 › Papers

Unspoken Hints: Accuracy Without Acknowledgement in LLM Reasoning

2025-09-30 · Arash Marioriyad, Shaygan Adim, Nima Alighardashi, Mahdieh Soleymani Banghshah, Mohammad Hossein Rohban arxiv

Large language models (LLMs) increasingly rely on chain-of-thought (CoT) prompting to solve mathematical and logical reasoning tasks. Yet, a central question remains: to what extent are these generated rationales \emph{faithful} to the underlying computations, rather than post-hoc narratives shaped by hints that function as answer shortcuts embedded in the prompt? Following prior work on hinted vs.\ unhinted prompting, we present a systematic study of CoT faithfulness under controlled hint manipulations. Our experimental design spans four datasets (AIME, GSM-Hard, MATH-500, UniADILR), two state-of-the-art models (GPT-4o and Gemini-2-Flash), and a structured set of hint conditions varying in correctness (correct and incorrect), presentation style (sycophancy and data leak), and complexity (raw answers, two-operator expressions, four-operator expressions). We evaluate both task accuracy and whether hints are explicitly acknowledged in the reasoning. Our results reveal three key findings. First, correct hints substantially improve accuracy, especially on harder benchmarks and logical reasoning, while incorrect hints sharply reduce accuracy in tasks with lower baseline competence. Second, acknowledgement of hints is highly uneven: equation-based hints are frequently referenced, whereas raw hints are often adopted silently, indicating that more complex hints push models toward verbalizing their reliance in the reasoning process. Third, presentation style matters: sycophancy prompts encourage overt acknowledgement, while leak-style prompts increase accuracy but promote hidden reliance. This may reflect RLHF-related effects, as sycophancy exploits the human-pleasing side and data leak triggers the self-censoring side. Together, these results demonstrate that LLM reasoning is systematically shaped by shortcuts in ways that obscure faithfulness.

📄 PDF Abstract BibTeX arXiv:2509.26041

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

STITCH: Simultaneous Thinking and Talking with Chunked Reasoning for Spoken Language Models

2025-07-21 · Cheng-Han Chiang, Xiaofei Wang, Linjie Li, Chung-Ching Lin 외 arxiv

Spoken Language Models (SLMs) are designed to take speech inputs and produce spoken responses. However, current SLMs lack the ability to perform an internal, unspoken thinking process before responding. In contrast, huma…

SHANKS: Simultaneous Hearing and Thinking for Spoken Language Models

2025-10-08 · Cheng-Han Chiang, Xiaofei Wang, Linjie Li, Chung-Ching Lin 외 arxiv

Current large language models (LLMs) and spoken language models (SLMs) begin thinking and taking actions only after the user has finished their turn. This prevents the model from interacting during the user's turn and ca…

Expectations over Unspoken Alternatives Predict Pragmatic Inferences

2023-04-07 · Jennifer Hu, Roger Levy, Judith Degen, Sebastian Schuster

Scalar inferences (SI) are a signature example of how humans interpret language based on unspoken alternatives. While empirical studies have demonstrated that human SI rates are highly variable -- both within instances o…

Acknowledgement Entity Recognition in CORD-19 Papers

2020-11-01 · EMNLP (sdp) 2020 11 · Jian Wu, Pei Wang, Xin Wei, Sarah Rajtmajer 외

Acknowledgements are ubiquitous in scholarly papers. Existing acknowledgement entity recognition methods assume all named entities are acknowledged. Here, we examine the nuances between acknowledged and named entities by…

Sentence

Can We Trust AI Explanations? Evidence of Systematic Underreporting in Chain-of-Thought Reasoning

2025-12-25 · Deep Pankajbhai Mehta arxiv

When AI systems explain their reasoning step-by-step, practitioners often assume these explanations reveal what actually influenced the AI's answer. We tested this assumption by embedding hints into questions and measuri…