paper-with-me

홈 › Papers

CORD: Balancing COnsistency and Rank Distillation for Robust Retrieval-Augmented Generation

2024-12-19 · Youngwon Lee, Seung-won Hwang, Daniel Campos, Filip Graliński, Zhewei Yao, Yuxiong He

With the adoption of retrieval-augmented generation (RAG), large language models (LLMs) are expected to ground their generation to the retrieved contexts. Yet, this is hindered by position bias of LLMs, failing to evenly attend to all contexts. Previous work has addressed this by synthesizing contexts with perturbed positions of gold segment, creating a position-diversified train set. We extend this intuition to propose consistency regularization with augmentation and distillation. First, we augment each training instance with its position perturbation to encourage consistent predictions, regardless of ordering. We also distill behaviors of this pair, although it can be counterproductive in certain RAG scenarios where the given order from the retriever is crucial for generation quality. We thus propose CORD, balancing COnsistency and Rank Distillation. CORD adaptively samples noise-controlled perturbations from an interpolation space, ensuring both consistency and respect for the rank prior. Empirical results show this balance enables CORD to outperform consistently in diverse RAG benchmarks.

📄 PDF Abstract BibTeX arXiv:2412.14581

Code (0)

등록된 구현이 없습니다.

Tasks

PositionRAGRetrievalRetrieval-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 &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Cross-lingual Knowledge Transfer via Distillation for Multilingual Information Retrieval

2023-02-26 · Zhiqi Huang, Puxuan Yu, James Allan

In this paper, we introduce the approach behind our submission for the MIRACL challenge, a WSDM 2023 Cup competition that centers on ad-hoc retrieval across 18 diverse languages. Our solution contains two neural-based mo…

Information RetrievalMachine TranslationRetrievalTransfer Learning

RocketQAv2: A Joint Training Method for Dense Passage Retrieval and Passage Re-ranking

2021-10-14 · EMNLP 2021 11 · Ruiyang Ren, Yingqi Qu, Jing Liu, Wayne Xin Zhao 외

In various natural language processing tasks, passage retrieval and passage re-ranking are two key procedures in finding and ranking relevant information. Since both the two procedures contribute to the final performance…

Data AugmentationInformation RetrievalNatural QuestionsOpen-Domain Question Answering+4

Balancing Sparsity and Rank Constraints in Quadratic Basis Pursuit

2014-03-17 · Cagdas Bilen, Gilles Puy, Rémi Gribonval, Laurent Daudet

We investigate the methods that simultaneously enforce sparsity and low-rank structure in a matrix as often employed for sparse phase retrieval problems or phase calibration problems in compressive sensing. We propose a …

Compressive SensingRetrieval

Distillation Enhanced Generative Retrieval

2024-02-16 · Yongqi Li, Zhen Zhang, Wenjie Wang, Liqiang Nie 외

Generative retrieval is a promising new paradigm in text retrieval that generates identifier strings of relevant passages as the retrieval target. This paradigm leverages powerful generative language models, distinct fro…

RetrievalText Retrieval

Bidding-Aware Retrieval for Multi-Stage Consistency in Online Advertising

2025-08-07 · Bin Liu, Yunfei Liu, Ziru Xu, Zhaoyu Zhou 외 arxiv

Online advertising systems typically use a cascaded architecture to manage massive requests and candidate volumes, where the ranking stages allocate traffic based on eCPM (predicted CTR $\times$ Bid). With the increasing…