paper-with-me

Papers

Structured RAG for Answering Aggregative Questions

2025-11-11 · Omri Koshorek, Niv Granot, Aviv Alloni, Shahar Admati, Roee Hendel, Ido Weiss, Alan Arazi, Shay-Nitzan Cohen, Yonatan Belinkov arxiv

Retrieval-Augmented Generation (RAG) has become the dominant approach for answering questions over large corpora. However, current datasets and methods are highly focused on cases where only a small part of the corpus (usually a few paragraphs) is relevant per query, and fail to capture the rich world of aggregative queries. These require gathering information from a large set of documents and reasoning over them. To address this gap, we propose S-RAG, an approach specifically designed for such queries. At ingestion time, S-RAG constructs a structured representation of the corpus; at inference time, it translates natural-language queries into formal queries over said representation. To validate our approach and promote further research in this area, we introduce two new datasets of aggregative queries: HOTELS and WORLD CUP. Experiments with S-RAG on the newly introduced datasets, as well as on a public benchmark, demonstrate that it substantially outperforms both common RAG systems and long-context LLMs.

📄 PDF Abstract BibTeX arXiv:2511.08505

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Chat Logs to Collective Insights: Aggregative Question Answering

2025-05-29 · Wentao Zhang, Woojeong Kim, Yuntian Deng

Conversational agents powered by large language models (LLMs) are rapidly becoming integral to our daily interactions, generating unprecedented amounts of conversational data. Such datasets offer a powerful lens into soc…

ChatbotQuestion Answering

Question Answering via Integer Programming over Semi-Structured Knowledge

2016-04-20 · Daniel Khashabi, Tushar Khot, Ashish Sabharwal, Peter Clark 외

Answering science questions posed in natural language is an important AI challenge. Answering such questions often requires non-trivial inference and knowledge that goes beyond factoid retrieval. Yet, most systems for th…

Information RetrievalQuestion AnsweringRetrieval

TempQuestions: A Benchmark for Temporal Question Answering

2018-04-23 · WWW 2018 4 · Jia, Zhen and Abujabal, Abdalghani and Saha Roy, Rishiraj and Str\"{o}tgen 외

Answering complex questions is one of the challenges that question-answering (QA) systems face today. While complexity has several facets, question dimensions like temporal and spatial intents necessitate specialized tre…

Question Answering

A Method for Multi-Hop Question Answering on Persian Knowledge Graph

2025-01-18 · Arash Ghafouri, Mahdi Firouzmandi, Hasan Naderi

Question answering systems are the latest evolution in information retrieval technology, designed to accept complex queries in natural language and provide accurate answers using both unstructured and structured knowledg…

Graph Question AnsweringInformation RetrievalKnowledge GraphsMulti-hop Question Answering+2

Search-based Neural Structured Learning for Sequential Question Answering

2017-07-01 · ACL 2017 7 · Mohit Iyyer, Wen-tau Yih, Ming-Wei Chang

Recent work in semantic parsing for question answering has focused on long and complicated questions, many of which would seem unnatural if asked in a normal conversation between two humans. In an effort to explore a con…

Question AnsweringSemantic Parsing