paper-with-me

Papers

Understanding Reasoning Ability of Language Models From the Perspective of Reasoning Paths Aggregation

2024-02-05 · Xinyi Wang, Alfonso Amayuelas, Kexun Zhang, Liangming Pan, Wenhu Chen, William Yang Wang

Pre-trained language models (LMs) are able to perform complex reasoning without explicit fine-tuning. To understand how pre-training with a next-token prediction objective contributes to the emergence of such reasoning capability, we propose that we can view an LM as deriving new conclusions by aggregating indirect reasoning paths seen at pre-training time. We found this perspective effective in two important cases of reasoning: logic reasoning with knowledge graphs (KGs) and chain-of-thought (CoT) reasoning. More specifically, we formalize the reasoning paths as random walk paths on the knowledge/reasoning graphs. Analyses of learned LM distributions suggest that a weighted sum of relevant random walk path probabilities is a reasonable way to explain how LMs reason. Experiments and analysis on multiple KG and CoT datasets reveal the effect of training on random walk paths and suggest that augmenting unlabeled random walk reasoning paths can improve real-world multi-step reasoning performance. code: https://github.com/WANGXinyiLinda/LM_random_walk

📄 PDF Abstract BibTeX arXiv:2402.03268

Code (1)

wangxinyilinda/lm_random_walk 공식 구현 pytorch

Tasks

Knowledge GraphsMath

Similar Papers 제목 키워드 기반

Understanding Syllogistic Reasoning in LLMs from Formal and Natural Language Perspectives

2025-12-14 · Aheli Poddar, Saptarshi Sahoo, Sujata Ghosh arxiv

We study syllogistic reasoning in LLMs from the logical and natural language perspectives. In process, we explore fundamental reasoning capabilities of the LLMs and the direction this research is moving forward. To aid i…

Natural Language Understanding

MMPerspective: Do MLLMs Understand Perspective? A Comprehensive Benchmark for Perspective Perception, Reasoning, and Robustness

2025-05-26 · Yunlong Tang, Pinxin Liu, Mingqian Feng, Zhangyun Tan 외

Understanding perspective is fundamental to human visual perception, yet the extent to which multimodal large language models (MLLMs) internalize perspective geometry remains unclear. We introduce MMPerspective, the firs…

DiPT: Enhancing LLM reasoning through diversified perspective-taking

2024-09-10 · Hoang Anh Just, Mahavir Dabas, Lifu Huang, Ming Jin 외

Existing work on improving language model reasoning typically explores a single solution path, which can be prone to errors. Inspired by perspective-taking in social studies, this paper introduces DiPT, a novel approach …

Language ModelingLanguage Modelling

Understanding Chain-of-Thought in Large Language Models via Topological Data Analysis

2025-12-22 · Chenghao Li, Chaoning Zhang, Yi Lu, Shuxu Chen 외 arxiv

With the development of large language models (LLMs), particularly with the introduction of the long reasoning chain technique, the reasoning ability of LLMs in complex problem-solving has been significantly enhanced. Wh…

Understanding the Uncertainty of LLM Explanations: A Perspective Based on Reasoning Topology

2025-02-24 · Longchao Da, Xiaoou Liu, Jiaxin Dai, Lu Cheng 외

Understanding the uncertainty in large language model (LLM) explanations is important for evaluating their faithfulness and reasoning consistency, and thus provides insights into the reliability of LLM's output regarding…

Language ModelingLanguage ModellingLarge Language Model