paper-with-me

홈 › Papers

Towards Neural Network-based Reasoning

2015-08-22 · Baolin Peng, Zhengdong Lu, Hang Li, Kam-Fai Wong

We propose Neural Reasoner, a framework for neural network-based reasoning over natural language sentences. Given a question, Neural Reasoner can infer over multiple supporting facts and find an answer to the question in specific forms. Neural Reasoner has 1) a specific interaction-pooling mechanism, allowing it to examine multiple facts, and 2) a deep architecture, allowing it to model the complicated logical relations in reasoning tasks. Assuming no particular structure exists in the question and facts, Neural Reasoner is able to accommodate different types of reasoning and different forms of language expressions. Despite the model complexity, Neural Reasoner can still be trained effectively in an end-to-end manner. Our empirical studies show that Neural Reasoner can outperform existing neural reasoning systems with remarkable margins on two difficult artificial tasks (Positional Reasoning and Path Finding) proposed in [8]. For example, it improves the accuracy on Path Finding(10K) from 33.4% [6] to over 98%.

📄 PDF Abstract BibTeX arXiv:1508.05508

Code (1)

rgsachin/DMTN

Similar Papers 제목 키워드 기반

A State-Transition Framework for Efficient LLM Reasoning

2026-02-01 · Liang Zhang, Yu Zhao, Longyue Wang, Tianqi Shi 외 arxiv

While Long Chain-of-Thought (CoT) reasoning significantly improves Large Language Models (LLMs) performance on complex reasoning tasks, the substantial computational and memory costs of generating long CoT sequences limi…

nuReasoning: A Reasoning-Centric Dataset and Benchmark for Long-Tail Autonomous Driving

2026-05-29 · Zhiyu Huang, Johnson Liu, Rui Song, Zewei Zhou 외 arxiv

Reasoning is essential for autonomous driving (AD) in long-tail scenarios, where vehicles must apply commonsense knowledge, understand spatial relations, infer agent interactions, and make safe decisions. However, existi…

Visual Question AnsweringAutonomous DrivingSpatial Reasoning

Inductive or Deductive? Rethinking the Fundamental Reasoning Abilities of LLMs

2024-07-31 · Kewei Cheng, Jingfeng Yang, Haoming Jiang, Zhengyang Wang 외

Reasoning encompasses two typical types: deductive reasoning and inductive reasoning. Despite extensive research into the reasoning capabilities of Large Language Models (LLMs), most studies have failed to rigorously dif…

counterfactualCounterfactual Reasoning

Reasoning-Trace Collapse: Evaluating the Loss of Explicit Reasoning During Fine-Tuning

2026-05-20 · Lukas Twist, Helen Yannakoudakis, Jie M. Zhang arxiv

Explicit reasoning models are trained to produce intermediate reasoning traces before final answers, but downstream fine-tuning is often performed on ordinary instruction-response data that contains no such traces. We sh…

The Periodic Table of LLM Reasoning: A Structured Survey of Reasoning Paradigms, Methods, and Failure Modes

2026-06-09 · Avinash Anand, Mahisha Ramesh, Avni Mittal, Ashutosh Kumar 외 arxiv

Large Language Models (LLMs) have achieved strong performance across natural language processing tasks, yet reliable reasoning remains an open challenge. Although modern LLMs show progress in structured inference, multi-…

Mathematical ReasoningCommon Sense ReasoningReinforcement LearningDomain Generalization