paper-with-me

Papers

GeAR: Generation Augmented Retrieval

2025-01-06 · Haoyu Liu, Shaohan Huang, Jianfeng Liu, Yuefeng Zhan, Hao Sun, Weiwei Deng, Feng Sun, Furu Wei, Qi Zhang

Document retrieval techniques form the foundation for the development of large-scale information systems. The prevailing methodology is to construct a bi-encoder and compute the semantic similarity. However, such scalar similarity is difficult to reflect enough information and impedes our comprehension of the retrieval results. In addition, this computational process mainly emphasizes the global semantics and ignores the fine-grained semantic relationship between the query and the complex text in the document. In this paper, we propose a new method called $\textbf{Ge}$neration $\textbf{A}$ugmented $\textbf{R}$etrieval ($\textbf{GeAR}$) that incorporates well-designed fusion and decoding modules. This enables GeAR to generate the relevant text from documents based on the fused representation of the query and the document, thus learning to "focus on" the fine-grained information. Also when used as a retriever, GeAR does not add any computational burden over bi-encoders. To support the training of the new framework, we have introduced a pipeline to efficiently synthesize high-quality data by utilizing large language models. GeAR exhibits competitive retrieval and localization performance across diverse scenarios and datasets. Moreover, the qualitative analysis and the results generated by GeAR provide novel insights into the interpretation of retrieval results. The code, data, and models will be released after completing technical review to facilitate future research.

📄 PDF Abstract BibTeX arXiv:2501.02772

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

GeAR: Graph-enhanced Agent for Retrieval-augmented Generation

2024-12-24 · Zhili Shen, Chenxin Diao, Pavlos Vougiouklis, Pascual Merita 외

Retrieval-augmented generation systems rely on effective document retrieval capabilities. By design, conventional sparse or dense retrievers face challenges in multi-hop retrieval scenarios. In this paper, we present GeA…

Multi-hop Question AnsweringQuestion AnsweringRAGRetrieval+1

FinGEAR: Financial Mapping-Guided Enhanced Answer Retrieval

2025-09-15 · Ying Li, Mengyu Wang, Miguel de Carvalho, Sotirios Sabanis 외 arxiv

Financial disclosures such as 10-K filings present challenging retrieval problems due to their length, regulatory section hierarchy, and domain-specific language, which standard retrieval-augmented generation (RAG) model…

Millions of $\text{GeAR}$-s: Extending GraphRAG to Millions of Documents

2025-07-23 · Zhili Shen, Chenxin Diao, Pascual Merita, Pavlos Vougiouklis 외 arxiv

Recent studies have explored graph-based approaches to retrieval-augmented generation, leveraging structured or semi-structured information -- such as entities and their relations extracted from documents -- to enhance r…

Multi-hop Question Answering

RAGEAR: Retrieval-Augmented Graph-Enhanced Academic Recommender

2026-05-26 · Francesco Granata, Lorenzo Lamazzi, Misael Mongiovì, Francesco Poggi 외 arxiv

We present RAGEAR (Retrieval-Augmented Graph-Enhanced Academic Recommender), a neurosymbolic recommender system for academic course recommendation. RAGEAR combines dense retrieval over full lecture transcripts with a sym…

GEAR-Up: Generative AI and External Knowledge-based Retrieval Upgrading Scholarly Article Searches for Systematic Reviews

2023-12-15 · Kaushik Roy, Vedant Khandelwal, Harshul Surana, Valerie Vera 외

Systematic reviews (SRs) - the librarian-assisted literature survey of scholarly articles takes time and requires significant human resources. Given the ever-increasing volume of published studies, applying existing comp…

ArticlesKnowledge GraphsRetrievalRetrieval-augmented Generation