Min Zhang, Jing Li, Zhuo Li, Fangming Liu, Wu Li, Zhuoyuan Hao
We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| hhh2210/echoes-as-anchors | — | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| SimpleEchoDistiller | Ran | hhh2210/echoes-as-anchors/src/data_processing/prepare_ed_sft_data.py code served (permissive licence) · get_code("d7bd51b5d324ae5e") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Test-time compute allocation in large reasoning models (LRMs) is widely used and has applications in mathematical problem solving, code synthesis, and planning. Recent work has addressed this problem by scaling self-consistency and parallel thinking, adding generic "thinking tokens" and prompting models to re-read the question before answering. Unfortunately, these approaches either inject taskagnostic tokens or mandate heuristics that do not explain-and often ignorethe spontaneous repetition that many LRMs exhibit at the head of their internal chains. In contrast, we analyze and harness the model's tendency to restate the question, which we term the Echo of Prompt (EOP), as a front-loaded, computeshaping mechanism. We formalize its probabilistic cost by casting echo removal as rejection-based conditioning and defining the Echo Likelihood Gap ∆L as a computable proxy. This provides the missing theoretical link that links early repetition to likelihood gains and downstream accuracy. However, it does not by itself specify how to exploit EOP. Consequently, we develop Echo-Distilled SFT (ED-SFT) to instill an "echo-then-reason" pattern through supervised finetuning, and Echoic Prompting (EP) to re-ground the model mid-trace without training. While promising, quantifying benefits beyond verbosity is non-trivial. Therefore, we conduct length and suffix-controlled likelihood analyses together with layer-wise attention studies, showing that EOP increases answer to answer-prefix attention in middle layers, consistent with an attention refocusing mechanism. We evaluate on GSM8K, MathQA, Hendrycks-MATH, AIME24, and MATH-500 under identical decoding settings and budgets, and find consistent gains over baselines. Code is available at https://github.com/hhh2210/echoes-as-anchors.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2602.06600")
get_code_for_paper("2602.06600")
have("2602.06600")
Connect an agent — have() is free.