LADER: Log-Augmented DEnse Retrieval for Biomedical Literature Search
Qiao Jin, Ashley Shin, Zhiyong Lu

TL;DR
LADER is a novel biomedical literature retrieval method that enhances dense retrieval with click log data from similar queries, achieving state-of-the-art results across various query types without extra training.
Contribution
The paper introduces LADER, a simple plug-in module that integrates click logs with dense retrieval, significantly improving biomedical literature search performance.
Findings
LADER outperforms previous models on TripClick benchmark.
LADER improves retrieval performance by 24-37% in NDCG@10.
Effective especially for frequent and similar queries.
Abstract
Queries with similar information needs tend to have similar document clicks, especially in biomedical literature search engines where queries are generally short and top documents account for most of the total clicks. Motivated by this, we present a novel architecture for biomedical literature search, namely Log-Augmented DEnse Retrieval (LADER), which is a simple plug-in module that augments a dense retriever with the click logs retrieved from similar training queries. Specifically, LADER finds both similar documents and queries to the given query by a dense retriever. Then, LADER scores relevant (clicked) documents of similar queries weighted by their similarity to the input query. The final document scores by LADER are the average of (1) the document similarity scores from the dense retriever and (2) the aggregated document scores from the click logs of similar queries. Despite its…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBiomedical Text Mining and Ontologies · Topic Modeling · Natural Language Processing Techniques
