paper-with-me

홈 › Papers

GCoT-Decoding: Unlocking Deep Reasoning Paths for Universal Question Answering

2026-04-08 · Guanran Luo, Wentao Qiu, Zhongquan Jian, Meihong Wang, Qingqiang Wu arxiv

Chain-of-Thought reasoning can enhance large language models, but it requires manually designed prompts to guide the model. Recently proposed CoT-decoding enables the model to generate CoT-style reasoning paths without prompts, but it is only applicable to problems with fixed answer sets. To address this limitation, we propose a general decoding strategy GCoT-decoding that extends applicability to a broader range of question-answering tasks. GCoT-decoding employs a two-stage branching method combining Fibonacci sampling and heuristic error backtracking to generate candidate decoding paths. It then splits each path into a reasoning span and an answer span to accurately compute path confidence, and finally aggregates semantically similar paths to identify a consensus answer, replacing traditional majority voting. We conduct extensive experiments on six datasets covering both fixed and free QA tasks. Our method not only maintains strong performance on fixed QA but also achieves significant improvements on free QA, demonstrating its generality.

📄 PDF Abstract BibTeX arXiv:2604.06794

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

StreamingCoT: A Dataset for Temporal Dynamics and Multimodal Chain-of-Thought Reasoning in Streaming VideoQA

2025-10-29 · Yuhang Hu, Zhenyu Yang, Shihan Wang, Shengsheng Qian 외 arxiv

The rapid growth of streaming video applications demands multimodal models with enhanced capabilities for temporal dynamics understanding and complex reasoning. However, current Video Question Answering (VideoQA) dataset…

Video Question Answering

SurgCoT: Advancing Spatiotemporal Reasoning in Surgical Videos through a Chain-of-Thought Benchmark

2026-04-22 · Gui Wang, YongSong Zhou, Kaijun Deng, Wooi Ping Cheah 외 arxiv

Fine-grained spatiotemporal reasoning on surgical videos is critical, yet the capabilities of Multi-modal Large Language Models (MLLMs) in this domain remain largely unexplored. To bridge this gap, we introduce SurgCoT, …

BOLT: Bootstrap Long Chain-of-Thought in Language Models without Distillation

2025-02-06 · Bo Pang, Hanze Dong, Jiacheng Xu, Silvio Savarese 외

Large language models (LLMs), such as o1 from OpenAI, have demonstrated remarkable reasoning capabilities. o1 generates a long chain-of-thought (LongCoT) before answering a question. LongCoT allows LLMs to analyze proble…

In-Context LearningKnowledge DistillationMath

Efficient Paths and Dense Rewards: Probabilistic Flow Reasoning for Large Language Models

2026-01-14 · Yan Liu, Feng Zhang, Zhanyu Ma, Jun Xu 외 arxiv

High-quality chain-of-thought has demonstrated strong potential for unlocking the reasoning capabilities of large language models. However, current paradigms typically treat the reasoning process as an indivisible sequen…

Reinforcement Learning

LongCoT: Benchmarking Long-Horizon Chain-of-Thought Reasoning

2026-04-15 · Sumeet Ramesh Motwani, Daniel Nichols, Charles London, Peggy Li 외 arxiv

As language models are increasingly deployed for complex autonomous tasks, their ability to reason accurately over longer horizons becomes critical. An essential component of this ability is planning and managing a long,…