IRAIMay 29, 2025

From Token to Action: State Machine Reasoning to Mitigate Overthinking in Information Retrieval

arXiv:2505.23059v13 citationsh-index: 6Has CodeEMNLP
Originality Highly original
AI Analysis

This addresses efficiency and accuracy issues in information retrieval using LLMs, offering a practical improvement over existing methods.

The paper tackles the problem of overthinking in Chain-of-Thought prompting for information retrieval, where models produce redundant reasoning traces. It proposes State Machine Reasoning (SMR), which improves retrieval performance by 3.4% on nDCG@10 and reduces token usage by 74.4%.

Chain-of-Thought (CoT) prompting enables complex reasoning in large language models (LLMs), including applications in information retrieval (IR). However, it often leads to overthinking, where models produce excessively long and semantically redundant traces with little or no benefit. We identify two key challenges in IR: redundant trajectories that revisit similar states and misguided reasoning that diverges from user intent. To address these, we propose State Machine Reasoning (SMR), a transition-based reasoning framework composed of discrete actions (Refine, Rerank, Stop) that support early stopping and fine-grained control. Experiments on the BEIR and BRIGHT benchmarks show that SMR improves retrieval performance (nDCG@10) by 3.4% while reducing token usage by 74.4%. It generalizes across LLMs and retrievers without requiring task-specific tuning, offering a practical alternative to conventional CoT reasoning. The code and details are available at https://github.com/ldilab/SMR.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes