paper-with-me

홈 › Papers

RAGONITE: Iterative Retrieval on Induced Databases and Verbalized RDF for Conversational QA over KGs with RAG

2024-12-23 · Rishiraj Saha Roy, Chris Hinze, Joel Schlotthauer, Farzad Naderi, Viktor Hangya, Andreas Foltyn, Luzian Hahn, Fabian Kuech

Conversational question answering (ConvQA) is a convenient means of searching over RDF knowledge graphs (KGs), where a prevalent approach is to translate natural language questions to SPARQL queries. However, SPARQL has certain shortcomings: (i) it is brittle for complex intents and conversational questions, and (ii) it is not suitable for more abstract needs. Instead, we propose a novel two-pronged system where we fuse: (i) SQL-query results over a database automatically derived from the KG, and (ii) text-search results over verbalizations of KG facts. Our pipeline supports iterative retrieval: when the results of any branch are found to be unsatisfactory, the system can automatically opt for further rounds. We put everything together in a retrieval augmented generation (RAG) setup, where an LLM generates a coherent response from accumulated search results. We demonstrate the superiority of our proposed system over several baselines on a knowledge graph of BMW automobiles.

📄 PDF Abstract BibTeX arXiv:2412.17690

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Question AnsweringKnowledge GraphsQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…

Similar Papers 제목 키워드 기반

Probability Weighted Compact Feature for Domain Adaptive Retrieval

2020-03-06 · CVPR 2020 6 · Fuxiang Huang, Lei Zhang, Yang Yang, Xichuan Zhou

Domain adaptive image retrieval includes single-domain retrieval and cross-domain retrieval. Most of the existing image retrieval methods only focus on single-domain retrieval, which assumes that the distributions of ret…

Image RetrievalQuantizationRetrievalTriplet

Evidence Contextualization and Counterfactual Attribution for Conversational QA over Heterogeneous Data with RAG Systems

2024-12-13 · Rishiraj Saha Roy, Joel Schlotthauer, Chris Hinze, Andreas Foltyn 외

Retrieval Augmented Generation (RAG) works as a backbone for interacting with an enterprise's own data via Conversational Question Answering (ConvQA). In a RAG system, a retriever fetches passages from a collection in re…

Answer GenerationConversational Question AnsweringcounterfactualLarge Language Model+4

Fine-Grained Table Retrieval Through the Lens of Complex Queries

2026-03-07 · Wojciech Kosiuk, Xingyu Ji, Yeounoh Chung, Fatma Özcan 외 arxiv

Enabling question answering over tables and databases in natural language has become a key capability in the democratization of insights from tabular data sources. These systems first require retrieval of data that is re…

Open-Domain Question AnsweringTable Retrieval

Can LLM Rerankers Predict Their Own Ranking Performance?

2026-06-02 · Shiyu Ni, Keping Bi, Jiafeng Guo, Jingtong Wu 외 arxiv

Retrieval effectiveness varies substantially across queries, making it important to estimate ranking quality before relevance judgments are available. Query performance prediction (QPP) addresses this need, but most exis…

Reinforcement Learning for Better Verbalized Confidence in Long-Form Generation

2025-05-29 · Caiqi Zhang, Xiaochen Zhu, Chengzu Li, Nigel Collier 외

Hallucination remains a major challenge for the safe and trustworthy deployment of large language models (LLMs) in factual content generation. Prior work has explored confidence estimation as an effective approach to hal…

FormHallucinationQuestion AnsweringReinforcement Learning (RL)