paper-with-me

Papers

Matrix as Plan: Structured Logical Reasoning with Feedback-Driven Replanning

2026-01-15 · Ke Chen, Jiandian Zeng, Zihao Peng, Guo Li, Guangxue Zhang, Tian Wang arxiv

As knowledge and semantics on the web grow increasingly complex, enhancing Large Language Models (LLMs)' comprehension and reasoning capabilities has become particularly important. Chain-of-Thought (CoT) prompting has been shown to enhance the reasoning capabilities of LLMs. However, it still falls short on logical reasoning tasks that rely on symbolic expressions and strict deductive rules. Neuro-symbolic methods address this gap by enforcing formal correctness through external solvers. Yet these solvers are highly format-sensitive, and small instabilities in model outputs can lead to frequent processing failures. The LLM-driven approaches avoid parsing brittleness, but they lack structured representations and process-level error-correction mechanisms. To further enhance the logical reasoning capabilities of LLMs, we propose MatrixCoT, a structured CoT framework with a matrix-based plan. Specifically, we normalize and type natural language expressions and attach explicit citation fields, and introduce a matrix-based planning method to preserve global relations among steps. The plan thus becomes a verifiable artifact and execution becomes more stable. For verification, we also add a feedback-driven replanning mechanism. Under semantic-equivalence constraints, it identifies omissions and defects, rewrites and compresses the dependency matrix, and produces a more trustworthy final answer. Experiments on five logical-reasoning benchmarks and five LLMs show that, without relying on external solvers, MatrixCoT enhances both the robustness and interpretability of LLMs when tackling complex symbolic reasoning tasks, while maintaining competitive performance.

📄 PDF Abstract BibTeX arXiv:2601.10101

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

Self-CriTeach: LLM Self-Teaching and Self-Critiquing for Improving Robotic Planning via Automated Domain Generation

2025-09-25 · Jinbang Huang, Zhiyuan Li, Yuanzhao Hu, Zhanguang Zhang 외 arxiv

Large Language Models (LLMs) have recently shown strong promise for robotic task planning, particularly through automatic planning domain generation. However, prior approaches largely treat generated planning domains as …

Reinforcement Learning

Improving Neural Model Performance through Natural Language Feedback on Their Explanations

2021-04-18 · Aman Madaan, Niket Tandon, Dheeraj Rajagopal, Yiming Yang 외

A class of explainable NLP models for reasoning tasks support their decisions by generating free-form or structured explanations, but what happens when these supporting structures contain errors? Our goal is to allow use…

Teaching LLMs to Plan: Logical Chain-of-Thought Instruction Tuning for Symbolic Planning

2025-09-14 · Pulkit Verma, Ngoc La, Anthony Favier, Swaroop Mishra 외 arxiv

Large language models (LLMs) have demonstrated impressive capabilities across diverse tasks, yet their ability to perform structured symbolic planning remains limited, particularly in domains requiring formal representat…

Logical Reasoning

Agentic DAG-Orchestrated Planner Framework for Multi-Modal, Multi-Hop Question Answering in Hybrid Data Lakes

2026-03-15 · Kirushikesh D B, Manish Kesarwani, Nishtha Madaan, Sameep Mehta 외 arxiv

Enterprises increasingly need natural language (NL) question answering over hybrid data lakes that combine structured tables and unstructured documents. Current deployed solutions, including RAG-based systems, typically …

Multi-hop Question Answering

EgoVITA: Learning to Plan and Verify for Egocentric Video Reasoning

2025-11-23 · Yogesh Kulkarni, Pooyan Fazli arxiv

Egocentric video understanding requires procedural reasoning under partial observability and continuously shifting viewpoints. Current multimodal large language models (MLLMs) struggle with this setting, often generating…