paper-with-me

Papers

Semantic Self-Consistency: Enhancing Language Model Reasoning via Semantic Weighting

2024-10-10 · Tim Knappe, Ryan Li, Ayush Chauhan, Kaylee Chhua, Kevin Zhu, Sean O'Brien

While large language models (LLMs) have rapidly improved their performance on a broad number of tasks, they still often fall short on reasoning tasks. As LLMs become more integrated in diverse real-world tasks, advancing their reasoning capabilities is crucial to their effectiveness in nuanced, complex problems. Wang et al.'s self-consistency framework reveals that sampling multiple rationales before taking a majority vote reliably improves model performance across various closed-answer reasoning tasks. Standard methods based on this framework aggregate the final decisions of these rationales but fail to utilize the semantic information detailed in the step-by-step reasoning paths. Our work introduces semantic self-consistency, enhancing this approach by incorporating and analyzing both the reasoning paths of these rationales in addition to their final decisions before taking a majority vote. These methods not only improve the reliability of reasoning paths but also cause more robust performance on complex reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2410.07839

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Cross-Lingual Consistency: A Novel Inference Framework for Advancing Reasoning in Large Language Models

2025-04-02 · Zhiwei Yu, Tuo Li, Changhong Wang, Hui Chen 외

Chain-of-thought (CoT) has emerged as a critical mechanism for enhancing reasoning capabilities in large language models (LLMs), with self-consistency demonstrating notable promise in boosting performance. However, inher…

Math

Enhancing Mathematical Reasoning in Large Language Models with Self-Consistency-Based Hallucination Detection

2025-04-13 · MingShan Liu, Shi Bo, Jialing Fang

Large language models (LLMs) have demonstrated strong mathematical reasoning capabilities but remain susceptible to hallucinations producing plausible yet incorrect statements especially in theorem proving, symbolic mani…

Answer SelectionAutomated Theorem ProvingComputational EfficiencyHallucination+1

A Theoretical Study on Bridging Internal Probability and Self-Consistency for LLM Reasoning

2025-10-17 · Zhi Zhou, Yuhao Tan, Zenan Li, Yuan Yao 외 arxiv

Test-time scaling seeks to improve the reasoning performance of large language models (LLMs) by adding computational resources. A prevalent approach within the field is sampling-based test-time scaling methods, which enh…

Boosting Self-Consistency with Ranking

2026-06-03 · Maria Marina, Daniil Moskovskiy, Sergey Pletenev, Mikhail Salnikov 외 arxiv

Self-consistency improves large language models by sampling multiple reasoning paths and selecting the most frequent answer, but majority voting often fails to recover correct answers that are already present among the s…

Question AnsweringAnswer Selection

Vision-Language Navigation with Self-Supervised Auxiliary Reasoning Tasks

2019-11-18 · CVPR 2020 6 · Fengda Zhu, Yi Zhu, Xiaojun Chang, Xiaodan Liang

Vision-Language Navigation (VLN) is a task where agents learn to navigate following natural language instructions. The key to this task is to perceive both the visual scene and natural language sequentially. Conventional…

NavigateVision-Language Navigation