A training-free row-wise traversal prompt improves table question answering accuracy over long-CoT reasoning models on WikiTableQuestions and TableBench.
Improving the Reliability of LLMs: Combining CoT, RAG, Self-Consistency, and Self-Verification
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Hallucination, where large language models (LLMs) generate confident but incorrect or irrelevant information, remains a key limitation in their application to complex, open-ended tasks. Chain-of-thought (CoT) prompting has emerged as a promising method for improving multistep reasoning by guiding models through intermediate steps. However, CoT alone does not fully address the hallucination problem. In this work, we investigate how combining CoT with retrieval-augmented generation (RAG), as well as applying self-consistency and self-verification strategies, can reduce hallucinations and improve factual accuracy. By incorporating external knowledge sources during reasoning and enabling models to verify or revise their own outputs, we aim to generate more accurate and coherent responses. We present a comparative evaluation of baseline LLMs against CoT, CoT+RAG, self-consistency, and self-verification techniques. Our results highlight the effectiveness of each method and identify the most robust approach for minimizing hallucinations while preserving fluency and reasoning depth.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
RoT: Enhancing Table Reasoning with Iterative Row-Wise Traversals
A training-free row-wise traversal prompt improves table question answering accuracy over long-CoT reasoning models on WikiTableQuestions and TableBench.