paper-with-me

홈 › Papers

Revisiting the Graph Reasoning Ability of Large Language Models: Case Studies in Translation, Connectivity and Shortest Path

2024-08-18 · Xinnan Dai, Qihao Wen, Yifei Shen, Hongzhi Wen, Dongsheng Li, Jiliang Tang, Caihua Shan

Large Language Models (LLMs) have achieved great success in various reasoning tasks. In this work, we focus on the graph reasoning ability of LLMs. Although theoretical studies proved that LLMs are capable of handling graph reasoning tasks, empirical evaluations reveal numerous failures. To deepen our understanding on this discrepancy, we revisit the ability of LLMs on three fundamental graph tasks: graph description translation, graph connectivity, and the shortest-path problem. Our findings suggest that LLMs can fail to understand graph structures through text descriptions and exhibit varying performance for all these three fundamental tasks. Meanwhile, we perform a real-world investigation on knowledge graphs and make consistent observations with our findings. The codes and datasets are available.

📄 PDF Abstract BibTeX arXiv:2408.09529

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

GNN is a Counter? Revisiting GNN for Question Answering

2021-10-07 · ICLR 2022 4 · Kuan Wang, Yuyu Zhang, Diyi Yang, Le Song 외

Question Answering (QA) has been a long-standing research topic in AI and NLP fields, and a wealth of studies have been conducted to attempt to equip QA systems with human-level reasoning capability. To approximate the c…

Knowledge GraphsQuestion Answering

KnowFormer: Revisiting Transformers for Knowledge Graph Reasoning

2024-09-19 · Junnan Liu, Qianren Mao, Weifeng Jiang, JianXin Li

Knowledge graph reasoning plays a vital role in various applications and has garnered considerable attention. Recently, path-based methods have achieved impressive performance. However, they may face limitations stemming…

Knowledge GraphsLanguage ModelingLanguage Modelling

Can Pruning Improve Reasoning? Revisiting Long-CoT Compression with Capability in Mind for Better Reasoning

2025-05-20 · Shangziqi Zhao, Jiahao Yuan, Guisong Yang, Usman Naseem

Long chain-of-thought (Long-CoT) reasoning improves accuracy in LLMs, yet its verbose, self-reflective style often hinders effective distillation into small language models (SLMs). We revisit Long-CoT compression through…

Large Language ModelMathematical Reasoning

Revisiting Complete Reasoning Traces for Post-Training

2026-09-07 · Jaehui Hwang, Sangdoo Yun, Byeongho Heo, Dongyoon Han hf

Large language models (LLMs) are often post-trained on pre-collected reasoning trajectories to improve their reasoning capability. Such trajectories tend to be long due to complex, interwoven paths, which often include d…

Reinforcement Learning

What Characterizes Effective Reasoning? Revisiting Length, Review, and Structure of CoT

2025-09-23 · Yunzhen Feng, Julia Kempe, Cheng Zhang, Parag Jain 외 arxiv

Large reasoning models (LRMs) spend substantial test-time compute on long chain-of-thought (CoT) traces, but what *characterizes* an effective CoT remains unclear. While prior work reports gains from lengthening CoTs and…