paper-with-me

Papers

Task-Aware Specialization for Efficient and Robust Dense Retrieval for Open-Domain Question Answering

2022-10-11 · Hao Cheng, Hao Fang, Xiaodong Liu, Jianfeng Gao

Given its effectiveness on knowledge-intensive natural language processing tasks, dense retrieval models have become increasingly popular. Specifically, the de-facto architecture for open-domain question answering uses two isomorphic encoders that are initialized from the same pretrained model but separately parameterized for questions and passages. This bi-encoder architecture is parameter-inefficient in that there is no parameter sharing between encoders. Further, recent studies show that such dense retrievers underperform BM25 in various settings. We thus propose a new architecture, Task-aware Specialization for dense Retrieval (TASER), which enables parameter sharing by interleaving shared and specialized blocks in a single encoder. Our experiments on five question answering datasets show that TASER can achieve superior accuracy, surpassing BM25, while using about 60% of the parameters as bi-encoder dense retrievers. In out-of-domain evaluations, TASER is also empirically more robust than bi-encoder dense retrievers. Our code is available at https://github.com/microsoft/taser.

📄 PDF Abstract BibTeX arXiv:2210.05156

Code (1)

microsoft/taser 공식 구현 pytorch

Tasks

Open-Domain Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

A Comparative Study of Specialized LLMs as Dense Retrievers

2025-07-05 · Hengran Zhang, Keping Bi, Jiafeng Guo arxiv

While large language models (LLMs) are increasingly deployed as dense retrievers, the impact of their domain-specific specialization on retrieval effectiveness remains underexplored. This investigation systematically exa…

Mathematical ReasoningText Retrieval

Salient Phrase Aware Dense Retrieval: Can a Dense Retriever Imitate a Sparse One?

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Despite their recent popularity and well known advantages, dense retrievers still lag behind sparse methods such as BM25 in their ability to reliably match salient phrases and rare entities in the query. It has been argu…

Open-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

On the Robustness of LLM-Based Dense Retrievers: A Systematic Analysis of Generalizability and Stability

2026-04-17 · Yongkang Li, Panagiotis Eustratiadis, Yixing Fan, Evangelos Kanoulas arxiv

Decoder-only large language models (LLMs) are increasingly replacing BERT-style architectures as the backbone for dense retrieval, achieving substantial performance gains and broad adoption. However, the robustness of th…

Enhancing Mixture-of-Experts Specialization via Cluster-Aware Upcycling

2026-04-15 · Sanghyeok Chu, Pyunghwan Ahn, Gwangmo Song, SeungHwan Kim 외 arxiv

Sparse Upcycling provides an efficient way to initialize a Mixture-of-Experts (MoE) model from pretrained dense weights instead of training from scratch. However, since all experts start from identical weights and the ro…

TAG-MoE: Task-Aware Gating for Unified Generative Mixture-of-Experts

2026-01-12 · Yu Xu, Hongbin Yan, Juan Cao, Yiji Cheng 외 arxiv

Unified image generation and editing models suffer from severe task interference in dense diffusion transformers architectures, where a shared parameter space must compromise between conflicting objectives (e.g., local e…

Image Generation