paper-with-me

Papers

Optimizing open-domain question answering with graph-based retrieval augmented generation

2025-03-04 · Joyce Cahoon, Prerna Singh, Nick Litombe, Jonathan Larson, Ha Trinh, Yiwen Zhu, Andreas Mueller, Fotis Psallidas, Carlo Curino

In this work, we benchmark various graph-based retrieval-augmented generation (RAG) systems across a broad spectrum of query types, including OLTP-style (fact-based) and OLAP-style (thematic) queries, to address the complex demands of open-domain question answering (QA). Traditional RAG methods often fall short in handling nuanced, multi-document synthesis tasks. By structuring knowledge as graphs, we can facilitate the retrieval of context that captures greater semantic depth and enhances language model operations. We explore graph-based RAG methodologies and introduce TREX, a novel, cost-effective alternative that combines graph-based and vector-based retrieval techniques. Our benchmarking across four diverse datasets highlights the strengths of different RAG methodologies, demonstrates TREX's ability to handle multiple open-domain QA types, and reveals the limitations of current evaluation methods. In a real-world technical support case study, we demonstrate how TREX solutions can surpass conventional vector-based RAG in efficiently synthesizing data from heterogeneous sources. Our findings underscore the potential of augmenting large language models with advanced retrieval and orchestration capabilities, advancing scalable, graph-based AI solutions.

📄 PDF Abstract BibTeX arXiv:2503.02922

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingLanguage ModelingLanguage ModellingOpen-Domain Question AnsweringQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

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 &…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

xMoCo: Cross Momentum Contrastive Learning for Open-Domain Question Answering

2021-08-01 · ACL 2021 5 · Nan Yang, Furu Wei, Binxing Jiao, Daxing Jiang 외

Dense passage retrieval has been shown to be an effective approach for information retrieval tasks such as open domain question answering. Under this paradigm, a dual-encoder model is learned to encode questions and pass…

Contrastive LearningInformation RetrievalOpen-Domain Question AnsweringPassage Retrieval+2

Relational Graph Representation Learning for Open-Domain Question Answering

2019-10-18 · Salvatore Vivona, Kaveh Hassani

We introduce a relational graph neural network with bi-directional attention mechanism and hierarchical representation learning for open-domain question answering task. Our model can learn contextual representation by jo…

Graph Neural NetworkGraph Representation LearningOpen-Domain Question AnsweringQuestion Answering+1

Multi-Hop Paragraph Retrieval for Open-Domain Question Answering

2019-06-15 · ACL 2019 7 · Yair Feldman, Ran El-Yaniv

This paper is concerned with the task of multi-hop open-domain Question Answering (QA). This task is particularly challenging since it requires the simultaneous performance of textual reasoning and efficient searching. W…

Open-Domain Question AnsweringQuestion AnsweringRetrievalSentence

Ranking Paragraphs for Improving Answer Recall in Open-Domain Question Answering

2018-10-01 · EMNLP 2018 10 · Jinhyuk Lee, Seongjun Yun, Hyunjae Kim, Miyoung Ko 외

Recently, open-domain question answering (QA) has been combined with machine comprehension models to find answers in a large knowledge source. As open-domain QA requires retrieving relevant documents from text corpora to…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension+1

A Knowledge-based Approach for Answering Complex Questions in Persian

2021-07-05 · Romina Etezadi, Mehrnoush Shamsfard

Research on open-domain question answering (QA) has a long tradition. A challenge in this domain is answering complex questions (CQA) that require complex inference methods and large amounts of knowledge. In low resource…

Open-Domain Question AnsweringQuestion Answering