paper-with-me

Papers

Learning to Reason via Mixture-of-Thought for Logical Reasoning

2025-05-21 · Tong Zheng, Lichang Chen, Simeng Han, R. Thomas McCoy, Heng Huang

Human beings naturally utilize multiple reasoning modalities to learn and solve logical problems, i.e., different representational formats such as natural language, code, and symbolic logic. In contrast, most existing LLM-based approaches operate with a single reasoning modality during training, typically natural language. Although some methods explored modality selection or augmentation at inference time, the training process remains modality-blind, limiting synergy among modalities. To fill in this gap, we propose Mixture-of-Thought (MoT), a framework that enables LLMs to reason across three complementary modalities: natural language, code, and a newly introduced symbolic modality, truth-table, which systematically enumerates logical cases and partially mitigates key failure modes in natural language reasoning. MoT adopts a two-phase design: (1) self-evolving MoT training, which jointly learns from filtered, self-generated rationales across modalities; and (2) MoT inference, which fully leverages the synergy of three modalities to produce better predictions. Experiments on logical reasoning benchmarks including FOLIO and ProofWriter demonstrate that our MoT framework consistently and significantly outperforms strong LLM baselines with single-modality chain-of-thought approaches, achieving up to +11.7pp average accuracy gain. Further analyses show that our MoT framework benefits both training and inference stages; that it is particularly effective on harder logical reasoning problems; and that different modalities contribute complementary strengths, with truth-table reasoning helping to overcome key bottlenecks in natural language inference.

📄 PDF Abstract BibTeX arXiv:2505.15817

Code (1)

zhengkid/Truth_Table_Logical_Reasoning 공식 구현

Tasks

Logical ReasoningNatural Language Inference

Similar Papers 제목 키워드 기반

Pheromone-based Learning of Optimal Reasoning Paths

2025-01-31 · Anirudh Chari, Aditya Tiwari, Richard Lian, Suraj Reddy 외

Large Language Models (LLMs) have demonstrated remarkable reasoning capabilities through chain-of-thought prompting, yet discovering effective reasoning methods for complex problems remains challenging due to the vast sp…

ARCGSM8KMathMixture-of-Experts

Long-Short Chain-of-Thought Mixture Supervised Fine-Tuning Eliciting Efficient Reasoning in Large Language Models

2025-05-06 · Bin Yu, Hang Yuan, Haotian Li, Xueyin Xu 외

Recent advances in large language models have demonstrated that Supervised Fine-Tuning (SFT) with Chain-of-Thought (CoT) reasoning data distilled from large reasoning models (e.g., DeepSeek R1) can effectively transfer r…

Mixture of Reasonings: Teach Large Language Models to Reason with Adaptive Strategies

2025-07-01 · Tao Xiong, Xavier Hu, Wenyan Fan, Shengyu Zhang arxiv

Large language models (LLMs) excel in complex tasks through advanced prompting techniques like Chain-of-Thought (CoT) and Tree-of-Thought (ToT), but their reliance on manually crafted, task-specific prompts limits adapta…

Prompt Engineering

Logic-of-Thought: Injecting Logic into Contexts for Full Reasoning in Large Language Models

2024-09-26 · Tongxuan Liu, Wenjiang Xu, Weizhe Huang, Xingyu Wang 외

Large Language Models (LLMs) have demonstrated remarkable capabilities across various tasks but their performance in complex logical reasoning tasks remains unsatisfactory. Although some prompting methods, such as Chain-…

Logical Reasoning

Mixture-of-Visual-Thoughts: Exploring Context-Adaptive Reasoning Mode Selection for General Visual Reasoning

2025-09-26 · Zejun Li, Yingxiu Zhao, Jiwen Zhang, Siyuan Wang 외 arxiv

Current visual reasoning methods mainly focus on exploring specific reasoning modes. Although improvements can be achieved in particular domains, they struggle to develop general reasoning capabilities. Inspired by this,…

Visual Reasoning