paper-with-me

Papers

Integrating Large Language Models with Graph-based Reasoning for Conversational Question Answering

2024-06-14 · Parag Jain, Mirella Lapata

We focus on a conversational question answering task which combines the challenges of understanding questions in context and reasoning over evidence gathered from heterogeneous sources like text, knowledge graphs, tables, and infoboxes. Our method utilizes a graph structured representation to aggregate information about a question and its context (i.e., the conversation so far and evidence retrieved to find an answer), while also harnessing the reasoning and text generation capabilities of large language models (LLMs). Graph embeddings are directly injected into the LLM, bypassing the token embedding layers, and learned end-to-end by minimizing cross-entropy. Our model maintains a memory module to track and update past evidence, thus influencing the graph's structure, as the conversation evolves. Experimental results on the ConvMix benchmark(Christmann et al., 2022a) show that graph embeddings enhance the LLM's ability to reason, while the memory module provides robustness against noise and retrieval errors.

📄 PDF Abstract BibTeX arXiv:2407.09506

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Question AnsweringKnowledge GraphsQuestion AnsweringRetrievalText Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SEAL: Self-Evolving Agentic Learning for Conversational Question Answering over Knowledge Graphs

2025-12-04 · Hao Wang, Jialun Zhong, Changcheng Wang, Zhujun Nie 외 arxiv

Knowledge-based conversational question answering (KBCQA) confronts persistent challenges in resolving coreference, modeling contextual dependencies, and executing complex logical reasoning. Existing approaches often suf…

Conversational Question AnsweringComputational EfficiencyLogical ReasoningKnowledge Graphs

Graph Retrieval-Augmented LLM for Conversational Recommendation Systems

2025-03-09 · Zhangchi Qiu, Linhao Luo, Zicheng Zhao, Shirui Pan 외

Conversational Recommender Systems (CRSs) have emerged as a transformative paradigm for offering personalized recommendations through natural language dialogue. However, they face challenges with knowledge sparsity, as u…

Conversational RecommendationIn-Context LearningLarge Language ModelNatural Language Understanding+3

Variational Reasoning over Incomplete Knowledge Graphs for Conversational Recommendation

2022-12-22 · XiaoYu Zhang, Xin Xin, Dongdong Li, Wenxuan Liu 외

Conversational recommender systems (CRSs) often utilize external knowledge graphs (KGs) to introduce rich semantic information and recommend relevant items through natural language dialogues. However, original KGs employ…

Conversational RecommendationKnowledge GraphsRecommendation Systems

Decoding Student Minds: Leveraging Conversational Agents for Psychological and Learning Analysis

2025-12-11 · Nour El Houda Ben Chaabene, Hamza Hammami, Laid Kahloul arxiv

This paper presents a psychologically-aware conversational agent designed to enhance both learning performance and emotional well-being in educational settings. The system combines Large Language Models (LLMs), a knowled…

CR-Walker: Tree-Structured Graph Reasoning and Dialog Acts for Conversational Recommendation

2020-10-20 · EMNLP 2021 11 · Wenchang Ma, Ryuichi Takanobu, Minlie Huang

Growing interests have been attracted in Conversational Recommender Systems (CRS), which explore user preference through conversational interactions in order to make appropriate recommendation. However, there is still a …

Conversational RecommendationRecommendation SystemsResponse GenerationText Generation