paper-with-me

홈 › Papers

SitEmb-v1.5: Improved Context-Aware Dense Retrieval for Semantic Association and Long Story Comprehension

2025-08-03 · Junjie Wu, Jiangnan Li, Yuqing Li, Lemao Liu, Liyan Xu, Jiwei Li, Dit-Yan Yeung, Jie Zhou, Mo Yu arxiv

Retrieval-augmented generation (RAG) over long documents typically involves splitting the text into smaller chunks, which serve as the basic units for retrieval. However, due to dependencies across the original document, contextual information is often essential for accurately interpreting each chunk. To address this, prior work has explored encoding longer context windows to produce embeddings for longer chunks. Despite these efforts, gains in retrieval and downstream tasks remain limited. This is because (1) longer chunks strain the capacity of embedding models due to the increased amount of information they must encode, and (2) many real-world applications still require returning localized evidence due to constraints on model or human bandwidth. We propose an alternative approach to this challenge by representing short chunks in a way that is conditioned on a broader context window to enhance retrieval performance -- i.e., situating a chunk's meaning within its context. We further show that existing embedding models are not well-equipped to encode such situated context effectively, and thus introduce a new training paradigm and develop the situated embedding models (SitEmb). To evaluate our method, we curate a book-plot retrieval dataset specifically designed to assess situated retrieval capabilities. On this benchmark, our SitEmb-v1 model based on BGE-M3 substantially outperforms state-of-the-art embedding models, including several with up to 7-8B parameters, with only 1B parameters. Our 8B SitEmb-v1.5 model further improves performance by over 10% and shows strong results across different languages and several downstream applications.

📄 PDF Abstract BibTeX arXiv:2508.01959

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

History-Aware Conversational Dense Retrieval

2024-01-30 · Fengran Mo, Chen Qu, Kelong Mao, Tianyu Zhu 외

Conversational search facilitates complex information retrieval by enabling multi-turn interactions between users and the system. Supporting such interactions requires a comprehensive understanding of the conversational …

Conversational SearchInformation RetrievalRetrieval

Dense Sparse Retrieval: Using Sparse Language Models for Inference Efficient Dense Retrieval

2023-03-31 · Daniel Campos, ChengXiang Zhai

Vector-based retrieval systems have become a common staple for academic and industrial search applications because they provide a simple and scalable way of extending the search to leverage contextual representations for…

RetrievalTriviaQA

Predicting Efficiency/Effectiveness Trade-offs for Dense vs. Sparse Retrieval Strategy Selection

2021-09-22 · Negar Arabzadeh, Xinyi Yan, Charles L. A. Clarke

Over the last few years, contextualized pre-trained transformer models such as BERT have provided substantial improvements on information retrieval tasks. Recent approaches based on pre-trained transformer models such as…

GPUInformation RetrievalRetrieval

Dense Passage Retrieval in Conversational Search

2025-03-21 · Ahmed H. Salamah, Pierre McWhannel, Nicole Yan

Information retrieval systems have traditionally relied on exact term match methods such as BM25 for first-stage retrieval. However, recent advancements in neural network-based techniques have introduced a new method cal…

Conversational SearchInformation RetrievalOpen-Domain Question AnsweringPassage Retrieval+2

RECIPER: A Dual-View Retrieval Pipeline for Procedure-Oriented Materials Question Answering

2026-04-13 · Zhuoyu Wu, Wenhui Ou, Pei-Sze Tan, Wenqi Fang 외 arxiv

Retrieving procedure-oriented evidence from materials science papers is difficult because key synthesis details are often scattered across long, context-heavy documents and are not well captured by paragraph-only dense r…

Question Answering