paper-with-me

홈 › Papers

Graph-Based Retriever Captures the Long Tail of Biomedical Knowledge

2024-02-19 · Julien Delile, Srayanta Mukherjee, Anton Van Pamel, Leonid Zhukov

Large language models (LLMs) are transforming the way information is retrieved with vast amounts of knowledge being summarized and presented via natural language conversations. Yet, LLMs are prone to highlight the most frequently seen pieces of information from the training set and to neglect the rare ones. In the field of biomedical research, latest discoveries are key to academic and industrial actors and are obscured by the abundance of an ever-increasing literature corpus (the information overload problem). Surfacing new associations between biomedical entities, e.g., drugs, genes, diseases, with LLMs becomes a challenge of capturing the long-tail knowledge of the biomedical scientific production. To overcome this challenge, Retrieval Augmented Generation (RAG) has been proposed to alleviate some of the shortcomings of LLMs by augmenting the prompts with context retrieved from external datasets. RAG methods typically select the context via maximum similarity search over text embeddings. In this study, we show that RAG methods leave out a significant proportion of relevant information due to clusters of over-represented concepts in the biomedical literature. We introduce a novel information-retrieval method that leverages a knowledge graph to downsample these clusters and mitigate the information overload problem. Its retrieval performance is about twice better than embedding similarity alternatives on both precision and recall. Finally, we demonstrate that both embedding similarity and knowledge graph retrieval methods can be advantageously combined into a hybrid model that outperforms both, enabling potential improvements to biomedical question-answering models.

📄 PDF Abstract BibTeX arXiv:2402.12352

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalQuestion AnsweringRAGRetrievalRetrieval-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 &…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
WordPiece 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

BMRetriever: Tuning Large Language Models as Better Biomedical Text Retrievers

2024-04-29 · ran Xu, Wenqi Shi, Yue Yu, Yuchen Zhuang 외

Developing effective biomedical retrieval models is important for excelling at knowledge-intensive biomedical tasks but still challenging due to the deficiency of sufficient publicly annotated biomedical data and computa…

RetrievalUnsupervised Pre-training

Biomedical Entity Linking as Multiple Choice Question Answering

2024-02-23 · Zhenxi Lin, Ziheng Zhang, Xian Wu, Yefeng Zheng

Although biomedical entity linking (BioEL) has made significant progress with pre-trained language models, challenges still exist for fine-grained and long-tailed entities. To address these challenges, we present BioELQA…

Entity LinkingMultiple-choiceQuestion Answering

STAR: Semantic-Tuned and Tail-Adaptive Retriever for Graph-Augmented Generation

2026-04-11 · Shuai Li, Chen Huang, Duanyu Feng, Wenqiang Lei 외 arxiv

To augment Large Language Models (LLMs) for multi-hop question answering, a mainstream solution within Graph Retrieval Augmented Generation (GraphRAG) leverages lightweight retrievers to efficiently extract information f…

Multi-hop Question AnsweringContrastive Learning

LADER: Log-Augmented DEnse Retrieval for Biomedical Literature Search

2023-04-10 · Qiao Jin, Andrew Shin, Zhiyong Lu

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. Mo…

Retrieval

Improving Biomedical Information Retrieval with Neural Retrievers

2022-01-19 · Man Luo, Arindam Mitra, Tejas Gokhale, Chitta Baral

Information retrieval (IR) is essential in search engines and dialogue systems as well as natural language processing tasks such as open-domain question answering. IR serve an important function in the biomedical domain,…

Biomedical Information RetrievalInformation RetrievalOpen-Domain Question AnsweringQuestion Answering+3