paper-with-me

홈 › Papers

Finding the Cracks: Improving LLMs Reasoning with Paraphrastic Probing and Consistency Verification

2026-02-11 · Weili Shi, Dongliang Guo, Lehan Yang, Tianlong Wang, Hanzhang Yuan, Sheng Li arxiv

Large language models have demonstrated impressive performance across a variety of reasoning tasks. However, their problem-solving ability often declines on more complex tasks due to hallucinations and the accumulation of errors within these intermediate steps. Recent work has introduced the notion of critical tokens--tokens in the reasoning process that exert significant influence on subsequent steps. Prior studies suggest that replacing critical tokens can refine reasoning trajectories. Nonetheless, reliably identifying and exploiting critical tokens remains challenging. To address this, we propose the Paraphrastic Probing and Consistency Verification~(PPCV) framework. PPCV operates in two stages. In the first stage, we roll out an initial reasoning path from the original question and then concatenate paraphrased versions of the question with this reasoning path. And we identify critical tokens based on mismatches between the predicted top-1 token and the expected token in the reasoning path. A criterion is employed to confirm the final critical token. In the second stage, we substitute critical tokens with candidate alternatives and roll out new reasoning paths for both the original and paraphrased questions. The final answer is determined by checking the consistency of outputs across these parallel reasoning processes. We evaluate PPCV on mainstream LLMs across multiple benchmarks. Extensive experiments demonstrate PPCV substantially enhances the reasoning performance of LLMs compared to baselines.

📄 PDF Abstract BibTeX arXiv:2602.11361

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How often are errors in natural language reasoning due to paraphrastic variability?

2024-04-17 · Neha Srikanth, Marine Carpuat, Rachel Rudinger

Large language models have been shown to behave inconsistently in response to meaning-preserving paraphrastic inputs. At the same time, researchers evaluate the knowledge and reasoning abilities of these models with test…

Natural Language Inference

Learning Paraphrastic Sentence Embeddings from Back-Translated Bitext

2017-06-06 · EMNLP 2017 9 · John Wieting, Jonathan Mallinson, Kevin Gimpel

We consider the problem of learning general-purpose, paraphrastic sentence embeddings in the setting of Wieting et al. (2016b). We use neural machine translation to generate sentential paraphrases via back-translation of…

Machine TranslationSentenceSentence EmbeddingsTranslation

Demystifying Scientific Problem-Solving in LLMs by Probing Knowledge and Reasoning

2025-08-26 · Alan Li, Yixin Liu, Arpan Sarkar, Doug Downey 외 arxiv

Scientific problem solving poses unique challenges for LLMs, requiring both deep domain knowledge and the ability to apply such knowledge through complex reasoning. While automated scientific reasoners hold great promise…

Answer Probing-Guided Search for Diverse Solution Exploration of LLMs

2026-08-31 · Yi Fang, Que Shen, Chengpeng Li, Boyi Deng 외 arxiv

Generating multiple diverse and high-quality solutions is valuable for many applications, such as code-test generation and drug discovery. However, Large Language Models (LLMs) tend to converge on a single high-confidenc…

Drug Discovery

Cross Paraphrastic Invariance Learning for Hallucination Detection

2026-06-06 · Shanshan Lin, Dongsheng Hong, Sibo Ju, Chao Chen 외 arxiv

Large language models (LLMs) frequently generate hallucinations, which are unsupported by a source document. To avoid costly LLM-as-evaluator pipelines and the heavy annotation demands of existing classifiers, we propose…