paper-with-me

Papers

DAT: Dynamic Alpha Tuning for Hybrid Retrieval in Retrieval-Augmented Generation

2025-03-29 · Hsin-Ling Hsu, Jengnan Tzeng

Hybrid retrieval techniques in Retrieval-Augmented Generation (RAG) systems enhance information retrieval by combining dense and sparse (e.g., BM25-based) retrieval methods. However, existing approaches struggle with adaptability, as fixed weighting schemes fail to adjust to different queries. To address this, we propose DAT (Dynamic Alpha Tuning), a novel hybrid retrieval framework that dynamically balances dense retrieval and BM25 for each query. DAT leverages a large language model (LLM) to evaluate the effectiveness of the top-1 results from both retrieval methods, assigning an effectiveness score to each. It then calibrates the optimal weighting factor through effectiveness score normalization, ensuring a more adaptive and query-aware weighting between the two approaches. Empirical results show that DAT consistently significantly outperforms fixed-weighting hybrid retrieval methods across various evaluation metrics. Even on smaller models, DAT delivers strong performance, highlighting its efficiency and adaptability.

📄 PDF Abstract BibTeX arXiv:2503.23013

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalLanguage ModelingLanguage ModellingLarge Language ModelRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Frame-Difference Guided Dynamic Region Perception for CLIP Adaptation in Text-Video Retrieval

2025-10-21 · Jiaao Yu, Mingjie Han, Tao Gong, Jian Zhang 외 arxiv

With the rapid growth of video data, text-video retrieval technology has become increasingly important in numerous application scenarios such as recommendation and search. Early text-video retrieval methods suffer from t…

Video AlignmentVideo Retrieval

On the Representational Limits of Quantum-Inspired 1024-D Document Embeddings: An Experimental Evaluation Framework

2026-04-10 · Dario Maio arxiv

Text embeddings are central to modern information retrieval and Retrieval-Augmented Generation (RAG). While dense models derived from Large Language Models (LLMs) dominate current practice, recent work has explored quant…

Information Retrieval

HyPA-RAG: A Hybrid Parameter Adaptive Retrieval-Augmented Generation System for AI Legal and Policy Applications

2024-08-29 · Rishi Kalra, Zekun Wu, Ayesha Gulley, Airlie Hilliard 외

Large Language Models (LLMs) face limitations in AI legal and policy applications due to outdated knowledge, hallucinations, and poor reasoning in complex contexts. Retrieval-Augmented Generation (RAG) systems address th…

Question AnsweringRAGRetrievalRetrieval-augmented Generation+1

Large Language Models are In-Context Molecule Learners

2024-03-07 · Jiatong Li, Wei Liu, Zhihao Ding, Wenqi Fan 외

Large Language Models (LLMs) have demonstrated exceptional performance in biochemical tasks, especially the molecule caption translation task, which aims to bridge the gap between molecules and natural language texts. Ho…

Cross-Modal RetrievalIn-Context LearningRe-RankingRetrieval+1

Progressive Learning for Image Retrieval with Hybrid-Modality Queries

2022-04-24 · Yida Zhao, Yuqing Song, Qin Jin

Image retrieval with hybrid-modality queries, also known as composing text and image for image retrieval (CTI-IR), is a retrieval task where the search intention is expressed in a more complex query format, involving bot…

Image RetrievalImage-text RetrievalRetrievalText Retrieval