paper-with-me

Papers

Causal Graphs Meet Thoughts: Enhancing Complex Reasoning in Graph-Augmented LLMs

2025-01-24 · Hang Luo, Jian Zhang, Chujun Li

In knowledge-intensive tasks, especially in high-stakes domains like medicine and law, it is critical not only to retrieve relevant information but also to provide causal reasoning and explainability. Large language models (LLMs) have achieved remarkable performance in natural language understanding and generation tasks. However, they often suffer from limitations such as difficulty in incorporating new knowledge, generating hallucinations, and explaining their reasoning process. To address these challenges, integrating knowledge graphs with Graph Retrieval-Augmented Generation (Graph RAG) has emerged as an effective solution. Traditional Graph RAG methods often rely on simple graph traversal or semantic similarity, which do not capture causal relationships or align well with the model's internal reasoning steps. This paper proposes a novel pipeline that filters large knowledge graphs to emphasize cause-effect edges, aligns the retrieval process with the model's chain-of-thought (CoT), and enhances reasoning through multi-stage path improvements. Experiments on medical question-answering tasks show consistent gains, with up to a 10\% absolute improvement across multiple large language models (LLMs). This approach demonstrates the value of combining causal reasoning with stepwise retrieval, leading to more interpretable and logically grounded solutions for complex queries.

📄 PDF Abstract BibTeX arXiv:2501.14892

Code (1)

Hang422/causal-thought-graph 공식 구현

Tasks

Knowledge GraphsMedical Question AnsweringNatural Language UnderstandingQuestion AnsweringRAGRetrievalRetrieval-augmented GenerationSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Adam 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Reinforced Graph of Thoughts: RL-Driven Adaptive Prompting for LLMs

2026-05-21 · Manuel Noah Riesen, Peter Alfred von Niederhäusern arxiv

Graph of Thoughts (GoT), a generalized form of recent prompting paradigms for large language models (LLMs), has been shown to be useful for elaborate problem solving. By executing a graph of operations, thoughts of the L…

Reinforcement Learning

Causal Reasoning in Pieces: Modular In-Context Learning for Causal Discovery

2025-07-31 · Kacper Kadziolka, Saber Salehkaleybar arxiv

Causal inference remains a fundamental challenge for large language models. Recent advances in internal reasoning with large language models have sparked interest in whether state-of-the-art reasoning models can robustly…

Causal Inference

Graph of Thoughts: Solving Elaborate Problems with Large Language Models

2023-08-18 · Maciej Besta, Nils Blach, Ales Kubicek, Robert Gerstenberger 외

We introduce Graph of Thoughts (GoT): a framework that advances prompting capabilities in large language models (LLMs) beyond those offered by paradigms such as Chain-of-Thought or Tree of Thoughts (ToT). The key idea an…

KG-o1: Enhancing Multi-hop Question Answering in Large Language Models via Knowledge Graph Integration

2025-08-12 · Nan Wang, Yongqi Fan, yansha zhu, ZongYu Wang 외 arxiv

Large Language Models (LLMs) face challenges in knowledge-intensive reasoning tasks like classic multi-hop question and answering, which involves reasoning across multiple facts. This difficulty arises because the chain …

Multi-hop Question AnsweringKnowledge Graphs

DSMentor: Enhancing Data Science Agents with Curriculum Learning and Online Knowledge Accumulation

2025-05-20 · He Wang, Alexander Hanbo Li, Yiqun Hu, Sheng Zhang 외

Large language model (LLM) agents have shown promising performance in generating code for solving complex data science problems. Recent studies primarily focus on enhancing in-context learning through improved search, sa…

In-Context LearningInference OptimizationLarge Language Model