Skip to main content
QUICK REVIEW

[論文レビュー] ReFilter: Improving Robustness of Retrieval-Augmented Generation via Gated Filter

Yixin Chen, Ying Xiong|arXiv (Cornell University)|Feb 13, 2026
Topic Modeling被引用数 0
ひとこと要約

ReFilter は RAG のトークンレベルのフィルタリングとゲート付きフュージョンを導入し、多数の取得候補を統合する際の頑健性と効率を向上させ、一般的な質問応答と生物医療QAのドメイン横断で高い性能を示す。ゼロショットのドメイン外性能も強化。

ABSTRACT

Retrieval-augmented generation (RAG) has become a dominant paradigm for grounding large language models (LLMs) with external evidence in knowledge-intensive question answering. A core design choice is how to fuse retrieved samples into the LLMs, where existing internal fusion approaches broadly fall into query-based fusion, parametric fusion, and latent-based fusion. Despite their effectiveness at modest retrieval scales, these methods often fail to scale gracefully as the number of retrieved candidates k increases: Larger k improves evidence coverage, yet realistic top-k retrieval inevitably contains irrelevant or redundant content and increases the inference cost. To address these limitations, we propose ReFilter, a novel latent-based fusion framework that performs token-level filtering and fusion. ReFilter consists of three key components: a context encoder for encoding context features, a gated filter for weighting each token, and a token fusion module for integrating the weighted token feature into the LLM's hidden states. Our experiments across four general-domain QA benchmarks show that ReFilter consistently achieves the best average performance under both in-domain adaptation and out-of-domain transfer. ReFilter further generalizes to five biomedical QA benchmarks in zero-shot transfer without domain fine-tuning, reaching 70.01% average accuracy with Qwen2.5-14B-Instruct.

研究の動機と目的

  • RAG におけるトップ-k の取得がノイズ的証拠によって QA 性能を低下させるスケーラビリティのボトルネックに対処する。
  • トークンをフィルタリングし、加重トークン特徴を LLM に統合する潜在ベースのフュージョンモジュールである ReFilter を提案する。
  • ドメイン適応内およびドメイン外転送(ゼロショットの生物医療 QA を含む)での頑健性と効率性の向上を実証する。
  • 一般的なトレーニングを用いた生物医療 QA 転送を含む、モデルスケールとドメイン間での一般化を示す。

提案手法

  • 取得チャンクを LLM の隠れ空間のコンテキスト埋め込みに変換するコンテキストエンコーダを使用する。
  • LLM の決定状態を条件として各トークンの重要度スコアを計算するゲート付きフィルタを適用する。
  • トークンフュージョンモジュールを介して学習可能な強さ α を用いて、重み付きトークン特徴を特定の LLM 層にフュージョンする。
  • 教師強制とゲートのスパース性正則化を用いた教師あり QA データで訓練し、選択的な証拠の利用を促進する。
  • 効率性のためにチャンク特徴をキャッシュするオプションを提供し、長い入力プロンプトを伴わないバッチ処理を可能にする。

実験結果

リサーチクエスチョン

  • RQ1トークンレベルのフィルタリングとゲート付きフュージョンは、トップ-k が増加する際のノイズの多いまたは冗長な取得コンテンツに対する RAG の頑健性を向上させるか。
  • RQ2ReFilter はドメイン内適応およびドメイン外転送、特に生物医療領域を含む場合に、QA の性能を維持または向上させるか。
  • RQ3プロンプトベースおよびパラメータベース系のフュージョン手法と比較して、性能・効率・頑健性の点でどの程度優れているか。
  • RQ4トークンレベルのマスキングとゲーティングが全体の性能と頑健性にどの程度寄与しているか。
  • RQ5ReFilter は複数のバックボーンモデルやスケールに渡って有効か。

主な発見

BackboneMethod2WQA (In-Domain)HPQA (In-Domain)PopQA (In-Domain)CWQ (In-Domain)AVG (In-Domain)2WQA (Out-of-Domain)HPQA (Out-of-Domain)PopQA (Out-of-Domain)CWQ (Out-of-Domain)AVG (Out-of-Domain)AVG-all
Llama-3.2-1B-InstructVanilla23.6919.055.9434.7820.87----20.87
Llama-3.2-1B-InstructS-RAG22.3829.1320.2932.0125.95----25.95
Llama-3.2-1B-InstructPRAG24.4720.3923.0735.1725.7821.5818.7919.5931.2124.28
Llama-3.2-1B-InstructDyPRAG23.6722.9812.5635.5123.6822.8720.9810.4732.3221.66
Llama-3.2-1B-InstructOurs26.8725.2823.3835.9827.8826.1822.4620.5733.4826.78
Llama-3-8B-InstructVanilla31.9922.3214.2743.3127.97----27.97
Llama-3-8B-InstructS-RAG37.7424.1916.2343.1130.32----30.32
Llama-3-8B-InstructPRAG37.0433.1227.2142.0634.8632.1928.1824.1037.2832.65
Llama-3-8B-InstructDyPRAG36.3228.2612.0342.3329.7432.8523.4410.1538.2327.95
Llama-3-8B-InstructOurs38.4235.3227.3846.4936.9034.2832.1923.8742.7535.09
Qwen2.5-1.5B-InstructVanilla22.0915.767.0628.1618.27----18.27
Qwen2.5-1.5B-InstructS-RAG22.6516.229.7726.0918.68----18.68
Qwen2.5-1.5B-InstructPRAG27.3216.1619.9528.2322.9223.1815.7613.6426.4521.34
Qwen2.5-1.5B-InstructDyPRAG24.2619.377.0230.2820.2321.8614.725.2124.1718.36
Qwen2.5-1.5B-InstructOurs29.4720.3718.3832.6625.2225.7517.5415.6526.5723.30
Qwen2.5-14B-InstructVanilla32.1625.9424.8450.1333.27----33.27
Qwen2.5-14B-InstructS-RAG35.7126.2828.4146.6434.26----34.26
Qwen2.5-14B-InstructPRAG35.0227.4828.3847.2934.5430.1222.8726.1941.4832.35
Qwen2.5-14B-InstructDyPRAG33.2026.5926.3745.8733.0129.1924.3823.3842.3231.41
Qwen2.5-14B-InstructOurs39.2328.4630.3750.3237.1035.2828.3627.2245.8735.64
  • ReFilter は、ドメイン内適応とドメイン外転送の両方で、4つの一般ドメイン QA ベンチマーク全体で平均性能が最も高い。
  • Qwen2.5-14B-Instruct におけるゼロショットの生物医療 QA 転送は平均精度 70.01% に達し、ベースラインを上回る。
  • アブレーション解析により、トークンレベルの注意(マスク)が最も影響力のある要素であり、除去すると顕著に性能が低下する。
  • ReFilter は効率性を維持し、ベースラインと比較してレイテンシとストレージコストの競争力を保ち、モデルサイズに依存してスケールする。
  • 頑健性テストでは、S-RAG、PRAG、DyPRAG よりもトップ-k の変動とノイズに対する感度が低いことを示す。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。