BeLink: Biomedical Entity Linking Meets Generative Re-Ranking

arXiv cs.CL Papers

Summary

BeLink introduces a set-wise instruction-tuning formulation for generative re-ranking in biomedical entity linking, achieving 3-24% accuracy improvements and faster inference compared to state-of-the-art systems.

arXiv:2605.22501v1 Announce Type: new Abstract: Despite recent progress, Biomedical Entity Linking (BEL) with large language models (LLMs) remains computationally inefficient and challenging to deploy in practical settings. In this work, we demonstrate that instruction-tuning of open-source generative models can offer an effective solution when applied at the re-ranking stage of the BEL pipeline. We propose a set-wise instruction-tuning formulation that enables fast and accurate candidate selection. Our method demonstrates strong performance on multiple BEL benchmarks, yielding significant improvements in linking accuracy (3%-24%) while reducing inference time compared to the state-of-the-art. We integrate our generative re-ranker into BeLink, a modular, end-to-end system designed for practical real-world BEL applications.
Original Article
View Cached Full Text

Cached at: 05/22/26, 08:48 AM

# BeLink: Biomedical Entity Linking Meets Generative Re-Ranking
Source: [https://arxiv.org/html/2605.22501](https://arxiv.org/html/2605.22501)
\(2026\)

###### Abstract\.

Despite recent progress, Biomedical Entity Linking \(BEL\) with large language models \(LLMs\) remains computationally inefficient and challenging to deploy in practical settings\. In this work, we demonstrate that instruction\-tuning of open\-source generative models can offer an effective solution when applied at the re\-ranking stage of the BEL pipeline\. We propose a set\-wise instruction\-tuning formulation that enables fast and accurate candidate selection\. Our method demonstrates strong performance on multiple BEL benchmarks, yielding significant improvements in linking accuracy \(3%–24%\) while reducing inference time compared to the state\-of\-the\-art\. We integrate our generative re\-ranker into BeLink, a modular, end\-to\-end system designed for practical real\-world BEL applications\.

entity linking; concept normalization; concept recognition; retrieval\-augmented generation; query reformulation; generative re\-ranking

††journalyear:2026††copyright:cc††conference:Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval; July 20–24, 2026; Melbourne, VIC, Australia††booktitle:Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval \(SIGIR ’26\), July 20–24, 2026, Melbourne, VIC, Australia††doi:10\.1145/3805712\.3809918††isbn:979\-8\-4007\-2599\-9/2026/07††submissionid:sp119††ccs:Information systems Language models††ccs:Information systems Learning to rank††ccs:Applied computing Health informatics## 1\.Introduction

Biomedical Entity Linking \(BEL\) involves mapping mentions of biomedical entities from unstructured text to standard concept identifiers in specialized terminologies or knowledge bases \(KBs\)\.111The task is also known as Concept Normalization, or Entity Disambiguation and is only concerned with the linking step, where the entity spans to be normalized are already known\. It therefore differs from Concept Recognition, in which a span detection step precedes entity linking\(Shlyket al\.,[2024](https://arxiv.org/html/2605.22501#bib.bib21),[2026](https://arxiv.org/html/2605.22501#bib.bib22)\)\.It is important in a variety of applications, ranging from semantic search to generation of medical billing codes\. The retrieve\-and\-rerank paradigm, widely adopted by modern BEL systems, decomposes the entity linking task into two successive stages: candidate generation and re\-ranking\(Xuet al\.,[2023](https://arxiv.org/html/2605.22501#bib.bib29)\)\. The first stage, commonly formulated as a retrieval problem, aims to provide the next\-stage re\-ranker with a relevant set of candidate concepts from a reference KB\. The objective of the re\-ranker is then to detect the correct concept corresponding to the target mention from this candidate set, ensuring accurate linking predictions\.

Most re\-ranking approaches traditionally rely of BERT\-based Pretrained Language Models \(PLM\) using cross\-encoder architecture for point\-wise re\-ranking\(Sanz\-Cruzado and Lever,[2025](https://arxiv.org/html/2605.22501#bib.bib18); Xuet al\.,[2023](https://arxiv.org/html/2605.22501#bib.bib29); Varmaet al\.,[2021](https://arxiv.org/html/2605.22501#bib.bib25); Donosoet al\.,[2025](https://arxiv.org/html/2605.22501#bib.bib5)\)\. These methods train a classifier to score the compatibility of a candidate\-mention pair, and depend on the availability of labeled data for supervised model training\. Recent research has increasingly explored generative LLMs for zero\-shot entity linking to obviate the training requirement\(Haffoudhiet al\.,[2026](https://arxiv.org/html/2605.22501#bib.bib10); Zhouet al\.,[2024](https://arxiv.org/html/2605.22501#bib.bib34)\)\. Unlike their supervised counterparts, prompt\-based re\-ranking methods using off\-the\-shelf LLMs demonstrate remarkable generalizability, enabling fast domain adaptation without additional training\(Ye and Mitchell,[2025](https://arxiv.org/html/2605.22501#bib.bib31)\)\. Nevertheless, the practical deployment of LLM\-based re\-ranking in BEL remains challenging for several reasons\. Firstly, existing LLM\-based approaches\(Xieet al\.,[2024](https://arxiv.org/html/2605.22501#bib.bib28); Haffoudhiet al\.,[2026](https://arxiv.org/html/2605.22501#bib.bib10)\)incur high computational costs and increased latency due to expensive inference strategies, including multi\-stage prompting, long reasoning chains, and self\-consistency mechanisms that require repeated LLM invocations per query\(Liet al\.,[2025](https://arxiv.org/html/2605.22501#bib.bib14)\)\. Furthermore, entity linking in the biomedical domain is inherently knowledge\-intensive, and zero\-shot methods based on prompt\-engineering often struggle to deliver competitive results with open\-source moderate\-size language models\(Qinet al\.,[2024](https://arxiv.org/html/2605.22501#bib.bib17); Ye and Mitchell,[2025](https://arxiv.org/html/2605.22501#bib.bib31); Sunet al\.,[2024](https://arxiv.org/html/2605.22501#bib.bib23)\)\. The closed nature and high operational costs of larger commercial LLMs, such as GPT\-4, limit their suitability for BEL applications, that demand fast, reliable, and scalable inference, as well as greater control over model behavior and predictions\.

Motivated by the limitations of existing LLM\-based approaches, we design BeLink, an end\-to\-end BEL solution, that complements high\-recall candidate retrieval with accurate re\-ranking by integrating generative technology in both stages of the retrieve\-and\-rerank pipeline\. Building on our recent study of techniques for effective first\-stage candidate retrieval\(Shlyk and Hunter,[2026](https://arxiv.org/html/2605.22501#bib.bib20)\), this work focuses on improving the efficiency and accuracy of the second\-stage re\-ranker through instruction\-tuning of moderately sized open\-source foundation models\. We propose an efficient set\-wise task formulation for constrained multiple\-choice candidate selection using a generative backbone LLM\. Experimental results show that our re\-ranking method achieves significant improvements in linking accuracy, while maintaining fast and stable inference, with the second\-highest throughput compared to optimized BERT\-based cross\-encoders and approximately fourfold speedup compared to the point\-wise Qwen3\-re\-ranker\. Further experiments demonstrate high transferability of the instruction\-tuned models across related biomedical domains, highlighting their potential for reuse in low\-resource settings\. We make the system implementation available at the following link: https://github\.com/dash\-ka/BeLink

![Refer to caption](https://arxiv.org/html/2605.22501v1/belink.png)Figure 1\.Illustration of the BeLink pipeline\.
## 2\.BeLink Method

Task description\.Let𝒞\\mathcal\{C\}be a set of concepts from a target biomedical KB\. Each conceptc∈𝒞c\\in\\mathcal\{C\}has a unique identifier and is associated with a set of aliases, that serve as alternative concept names\. For instance, “atelosteogenesis, type 1”, “AO1”, and “giant cell chondrodysplasia” denote the same concept`MESH:C535396`\. Given a textTTcontaining a biomedical entity mentionmm, the BEL task is to identify the conceptc∈𝒞c\\in\\mathcal\{C\}thatmmrefers to, or mark the mention as unlinkable when no such a concept is found in𝒞\\mathcal\{C\}\.

BeLink provides a modular BEL solution based on a two\-stage retrieve\-and\-rerank pipeline, exemplified in Figure[1](https://arxiv.org/html/2605.22501#S1.F1)\. The first stage of the pipeline employs a lightweight prompting strategy with tuning\-free LLM for zero\-shot Generative Query Reformulation \(GenQR\)\(Wanget al\.,[2023](https://arxiv.org/html/2605.22501#bib.bib26)\)to enhance the recall during candidate retrieval\. The second stage relies on a novel set\-wise instruction\-tuning scheme to build a specialized re\-ranker with open\-source generative language models\. Section[2\.1](https://arxiv.org/html/2605.22501#S2.SS1)and[2\.2](https://arxiv.org/html/2605.22501#S2.SS2)present the two stages in greater detail\.

### 2\.1\.Candidate Retrieval with GenQR

The first stage of the pipeline aims to narrow the candidate space for a given mention to a small subset of relevant conceptsCm⊂CC\_\{m\}\\subset C, which are subsequently passed to the re\-ranker\. Following prominent alias matching BEL approaches\(Garda and Leser,[2024](https://arxiv.org/html/2605.22501#bib.bib8); Sunget al\.,[2020](https://arxiv.org/html/2605.22501#bib.bib24)\), we implement this via dense retrieval over a pre\-encoded KB\. Specifically, the method first builds an index of unique concept names listed in the reference KB, caching their embeddings for efficient similarity search\. The mention spanmm, is treated as a query, and is encoded using the same embedding method\. The candidate setCmC\_\{m\}is built by retrieving top\-k aliases with the closest embedding to that ofmm\.

To further improve the retrieval effectiveness, we augment this stage with the Generative Query Reformulation mechanism, which takes the initial query,mm, and modifies its representation using zero\-shot LLM\-generated feedback,FF\. BeLink adopts an efficient GenQR approach introduced byShlyk and Hunter \([2026](https://arxiv.org/html/2605.22501#bib.bib20)\), where prior to retrieval, an LLM is prompted in a zero\-shot fashion to generate a standard scientific name for the target mention\. The objective of this step is to bridge the lexical gap between mention surface form and the canonical scientific nomenclature used in the reference KB, enabling higher recall with a smaller candidate pool\. Compared to alternative generative tasks discussed in the literature\(Shlyket al\.,[2024](https://arxiv.org/html/2605.22501#bib.bib21); Borchertet al\.,[2024](https://arxiv.org/html/2605.22501#bib.bib1); Dobbins,[2024](https://arxiv.org/html/2605.22501#bib.bib4)\), feedback based on standard name generation shows greater efficiency \(it consumes less output tokens\) and effectiveness in various BEL tasks\(Shlyk and Hunter,[2026](https://arxiv.org/html/2605.22501#bib.bib20)\)\. To construct the final queryQGenQR\{\\mathrm\{Q\_\{GenQR\}\}\}we employ a vector\-based fusion strategy, that combines the LLM\-generated feedback and the original mention span post\-embedding using the Rocchio integration scheme, as formalized in Equation[1](https://arxiv.org/html/2605.22501#S2.E1)\. The hyperparameterα\\alphacontrols the relative importance of the mention vectorm→\\vec\{m\}with respect to the generative feedback vectorF→\\vec\{F\}\. The optimal value ofα\\alphais determined empirically and defaults to 0\.6\.

\(1\)QGenQR→=α⋅m→\+\(1−α\)⋅F→\\vec\{\\mathrm\{Q\_\{GenQR\}\}\}=\\alpha\\cdot\\vec\{m\}\+\(1\-\\alpha\)\\cdot\\vec\{F\}

### 2\.2\.Generative Re\-Ranking with Instruction\-Tuning

The second module of the BeLink pipeline implements a generative re\-ranker that leverages the instruction\-following capabilities of generative LLMs to produce the final linking decision\. In our implementation, the re\-ranking task is cast as a constrained multiple\-choice selection problem, and the language model is instruction\-tuned to select the concept matching the target mentionmmfrom a set of candidates provided by the retrieval module\. In contrast to point\-wise re\-ranking approaches that independently score each candidate inCmC\_\{m\}using pairwise classification framing, this set\-wise design enables greater computational efficiency, evaluating the entire candidate set in a single model invocation\.

To build our generative re\-ranker, we employ a strong foundation model from the open\-source`Qwen3`model family\(Yanget al\.,[2025](https://arxiv.org/html/2605.22501#bib.bib30)\)as a backbone, and train the re\-ranker model using the supervised instruction\-following paradigm\. The input to the model is formatted according to the template shown below and consists of two main components: an instruction \(`<Instruct\>`\) and a set of options \(`<Options\>`\)\. The instruction component specifies the task and presents the model with the target mention

mmand the source sentence

TTcontaining

mm, which aims to contextualize the mention\. The options component constrains the model output to a predefined set of candidate concepts, allowing only a single correct answer\. Each option corresponds to a candidate concept in

CmC\_\{m\}, specified by one of its aliases\. Note that, while the retrieval is performed over aliases, the re\-ranker operates on a concept level\. Thus, when constructing the option set, the retrieved aliases are grouped by concept and only a single name for each concept is included among the options\. During training, we randomly sample one alias per concept to improve robustness and prevent the model from depending on the retrieval\-based ordering\. At inference time, we select the highest\-scoring alias for each concept in the top\-k retrieved results\. Options are presented on separate lines using the format`\{letter:candidate\_name\}`\. A ’`None of the above`’ option is appended at the end of the list using the same format, enabling the re\-ranker to handle NIL cases where no relevant candidate is retrieved in the previous stage\. To provide greater flexibility, the re\-ranker is trained to handle option lists of varying sizes\. For improved computational efficiency and faster inference time, the model output is restricted to a single token, corresponding to the letter of the selected option\. The listing below illustrates the complete chat template used by the re\-ranker\.

<im\_start\>user

<Instruct\>:Giventhecontext\{T\},selectthecorrectbiomedicalconceptcorrespondingto\{m\}\.Answerusingoneoftheprovidedoptions\.

<Options\>:

A:\{candidate\_1\}

B:\{candidate\_2\}

\.\.\.Noneoftheabove\.

<im\_end\>

<im\_start\>assistant

<think\></think\>

Answer:

Table 1\.Acc@1/NIL\-sensitive Acc@1 and inference speed\. Significant improvements against first\-stage retrieval results \(“\+”\) and best method \(bold\)\.DiseasesChemicalsGenesSpeciesNCBI\-DisBC5CDR\(D\)BC5CDR\(C\)NLM\-ChemGNormPlusNLM\-GeneLinnaeusS800Speed \(Q/s\)Baseline70\.073\.890\.374\.459\.527\.377\.265\.4\-BiomedBERT\-base71\.9/66\.175\.0/71\.292\.0/90\.774\.0/67\.978\.3\+/70\.041\.7\+/32\.086\.6\+/77\.272\.8\+/68\.66\.7BiomedBERT\-parallel71\.9/67\.175\.3/70\.291\.6/90\.574\.2/69\.078\.0\+/73\.444\.1\+/36\.389\.9\+/85\.075\.7\+/71\.867\.3GPT\-4o\-as\-reranker71\.0/71\.073\.6/73\.592\.5/92\.577\.3\+/77\.381\.4\+/81\.447\.0\+/47\.089\.4\+/89\.471\.8\+/71\.81\.3Qwen3\-reranker\-8B74\.8\+/57\.075\.3/61\.393\.3\+/91\.277\.6\+/72\.380\.5\+/73\.149\.9\+/43\.889\.4\+/83\.870\.4\+/66\.54\.3BeLink\-reranker\-8B73\.4\+/71\.976\.6\+/75\.293\.5\+/93\.177\.4\+/76\.581\.5\+/79\.951\.6\+/49\.990\.0\+/89\.473\.9\+/73\.216\.5BeLink\-reranker\-4B72\.9\+/71\.477\.0\+/75\.693\.5\+/92\.976\.7\+/75\.180\.4\+/78\.947\.6\+/47\.587\.2\+/86\.674\.2\+/72\.816\.5

## 3\.Experimental Setup

Our experiments were designed to answer the following research questions:RQ1\.How does BeLink method compare to state\-of\-the art re\-ranking methods for BEL?RQ2\.How does instruction\-tuning affect the model’s generalization ability? The following sections introduce the benchmark datasets \(Section[3\.1](https://arxiv.org/html/2605.22501#S3.SS1)\), detail BeLink configuration \(Section[3\.2](https://arxiv.org/html/2605.22501#S3.SS2)\), discuss comparison methods \(Section[3\.3](https://arxiv.org/html/2605.22501#S3.SS3)\) and the evaluation protocol \(Section[3\.4](https://arxiv.org/html/2605.22501#S3.SS4)\)\.

### 3\.1\.Datasets and Knowledge Bases

We use 8 public BEL benchmarks, spanning 4 biomedical domains\.GNormPlus\(Weiet al\.,[2015](https://arxiv.org/html/2605.22501#bib.bib27)\)andNLM\-Gene\(Islamajet al\.,[2021](https://arxiv.org/html/2605.22501#bib.bib12)\)are two corpora annotated with gene mentions across multiple species and linked toNCBI Gene\(Brownet al\.,[2015](https://arxiv.org/html/2605.22501#bib.bib2)\)KB, which records genes names with their host species\. NCBI\-Disease\(Doğanet al\.,[2014](https://arxiv.org/html/2605.22501#bib.bib6)\)andBC5CDR\(Liet al\.,[2016](https://arxiv.org/html/2605.22501#bib.bib13)\)provide disease annotations linked toCTD Diseases\(MEDIC\)\(Daviset al\.,[2023](https://arxiv.org/html/2605.22501#bib.bib3)\)taxonomy of medical conditions\.BC5CDR, released for the Chemical Disease Relation track at BioCreative V, is annotated for disease and chemical mentions\. We use chemical annotations from bothBC5CDRand theNLM\-Chemfull\-text corpus\(Islamajet al\.,[2022](https://arxiv.org/html/2605.22501#bib.bib11)\), with mentions linked toCTD Chemicals\(Daviset al\.,[2023](https://arxiv.org/html/2605.22501#bib.bib3)\)\. For species, we use theLinnaeus\(Gerneret al\.,[2010](https://arxiv.org/html/2605.22501#bib.bib9)\)andS800\(Pafiliset al\.,[2013](https://arxiv.org/html/2605.22501#bib.bib16)\)corpora linked toNCBI Taxonomy\(Scott,[2012](https://arxiv.org/html/2605.22501#bib.bib19)\), a catalog of species’ scientific names\. We adapt the pre\-processing scripts from\(Shlyk and Hunter,[2026](https://arxiv.org/html/2605.22501#bib.bib20)\)\.

### 3\.2\.BeLink Configuration

We employ the Faiss index\(Douzeet al\.,[2026](https://arxiv.org/html/2605.22501#bib.bib7)\)for efficient vector\-based similarity search with cosine distance metric\. Dense embeddings for concept aliases and queries are generated using SapBERT222https://huggingface\.co/cambridgeltl/SapBERT\-from\-PubMedBERT\-fulltext\(Liuet al\.,[2021](https://arxiv.org/html/2605.22501#bib.bib15)\), a pre\-trained language model specialized in biomedical name representation\. However, other retrieval methods can be used at this stage\. For zero\-shot query reformulation, we use theQwen3\-14Bmodel,which has been shown to generate feedback of comparable quality to GPT\-4o\(Shlyk and Hunter,[2026](https://arxiv.org/html/2605.22501#bib.bib20)\)\. The model is deployed locally on a Tesla H100 GPU via vLLM Python library\. For each reformulated query, we retrieve the first 20 aliases from the index to derive the option set for the re\-ranker\. Our generative re\-ranker is built upon the base version of theQwen3333https://huggingface\.co/Qwen/Qwen3\-8B\-Basefoundation models with different parameter sizes \(8B, 4B\)\. Instruction tuning is performed separately for each dataset using the SWIFT framework\(Zhaoet al\.,[2024](https://arxiv.org/html/2605.22501#bib.bib33)\)with default configuration\. Both the fine\-tuning scripts and the trained models are publicly available\.

### 3\.3\.Comparison Methods

We compare our generative re\-ranker with three families of methods\. 1\.BERT\-based cross\-encoder\. These models adopt a point\-wise reranking strategy, implementing a pair\-wise classifier that scores each mention\-candidate pair independently\. A more efficient variation of this approach uses masked language modeling to score all candidate pairs in parallel\. We use both base and parallel cross\-encoder implementations inSanz\-Cruzado and Lever \([2025](https://arxiv.org/html/2605.22501#bib.bib18)\)with BiomedBERT as a backbone PLM\. We fine\-tune the re\-rankers on our benchmarks using the default model configurations \(further referred to as`BiomedBERT\-base`and`BiomedBERT\-parallel`\)\. 2\.Tuning\-free LLM\-as\-reranker\. Leveraging recent study ofDobbins \([2024](https://arxiv.org/html/2605.22501#bib.bib4)\)on effective prompting strategies for candidate re\-ranking, we evaluate their zero\-shot multiple\-choice approach, that instructs the LLM to output a list of concept ids corresponding to the target mention using the candidate set\. We prompt the proprietary`GPT\-4o`via OpenAI API\. \(addressed as`GPT4o\-as\-reranker`\) 3\.Qwen3\-reranker\(Zhanget al\.,[2025](https://arxiv.org/html/2605.22501#bib.bib32)\)\. A recent family of generative re\-rankers based on point\-wise reranking approach\. Differently from our implementation, the re\-ranking task is framed as a binary classification problem, and the model is tuned to output ”yes”/”no” token\. The probability of the ”yes” token is used as a candidate score\. We fine\-tune`Qwen3\-reranker\-8B`on our benchmarks and study how the point\-wise re\-ranking method compares against our set\-wise approach in terms of effectiveness and efficiency\.

### 3\.4\.Evaluation Protocol

Our evaluation focuses on the effectiveness and efficiency of the second\-stage re\-ranker in the BeLink pipeline \(the Query Reformulation component and its impact on the first\-stage retrieval are studied in\(Shlyk and Hunter,[2026](https://arxiv.org/html/2605.22501#bib.bib20)\)\)\. We evaluate re\-ranking effectiveness using accuracy@1 \(Acc@1\), with statistical significance assessed via a 95% paired t\-test relative to a naive baseline that uses the top\-1 candidate from the first\-stage retrieval as the final prediction\. This naive linking approach is widely used in BEL and provides a reference point for assessing the contribution of the second\-stage re\-ranking to overall linking performance\. For point\-wise re\-ranking methods, candidates are reordered according to the re\-ranker scores, and the top\-ranked candidate is taken as the model prediction\. For set\-wise re\-rankers, Acc@1 is computed based on the model\-selected candidate, falling back to the top\-1 retrieved candidate when no valid option is selected\. This evaluation protocol does not account for NIL cases, as it enforces a candidate choice for every mention even when the candidate set contains no correct answer\. Thus, we also report NIL\-sensitive accuracy, which captures the model’s ability to predict unlinkable mentions\. In set\-wise re\-ranking, this is achieved via the explicitNoneoption\. For pointwise re\-ranking, we classify a mention as unlinkable if the predicted score of the top\-ranked candidate is below the threshold, which naturally defaults to 0\.5\. All re\-ranking methods are evaluated using the same candidate set obtained by the first\-stage retrieval, detailed in Section 2\.1\. The re\-ranking efficiency is measured in terms of the average number of queries processed per second \(Q/s\), using an unbatched collection of test mentions for a fair comparison\.

## 4\.Results and Analysis

### 4\.1\.RQ1: How does BeLink method compare to state\-of\-the\-art reranking methods for BEL?

Table[1](https://arxiv.org/html/2605.22501#S2.T1)reports Acc@1 for different re\-ranking methods, including our instruction\-tuned generative re\-rankers \(`BeLink\-reranker\-8B`and`BeLink\-reranker\-4B`\)\. We test for statistical significance relative to a baseline that links each mention to the top\-1 retrieved candidate\. We found that BERT\-based cross\-encoders perform competitively with`GPT4o\-as\-reranker`and even surpass the tuning\-free LLM on several biomedical domains, although without significant improvement on 4 out of 8 datasets\. In contrast, both instruction\-tuned generative re\-rankers,`Qwen3\-reranker\-8B`and`BeLink\-reranker\-8B`, consistently yield significant improvements across all benchmarks\. While their overall performance is comparable,`BeLink\-reranker\-8B`achieves a slight advantage, yielding the best linking accuracy on 5 out of 8 benchmarks\. Importantly, our method achieves an approximately fourfold inference speedup over`Qwen3\-reranker\-8B`, resulting in the second\-highest throughput after the optimized BiomedBERT\-parallel implementation\. This highlights the practical efficiency gains enabled by our set\-wise instruction\-tuning scheme, in addition to its strong performance\.

Furthermore, we analyze the robustness of re\-ranking methods in handling NIL predictions \(see corrected Acc@1 in Table[1](https://arxiv.org/html/2605.22501#S2.T1)\)\. In BEL, it is particularly desirable for a model to be able to mark a mention as unlinkable rather than forcing a wrong candidate choice\. In line with previous studies\(Qinet al\.,[2024](https://arxiv.org/html/2605.22501#bib.bib17)\), we observe a calibration issue with point\-wise ranking methods: the accuracy drops substantially when the predicted candidate score is used for decision\-making\. Conversely, the multiple\-choice formulation with an explicitNoneoption exhibits greater robustness \(on average performance decreases less than 2%\)\. This further supports the suitability of a set\-wise approach over point\-wise re\-ranking methods for BEL\.

### 4\.2\.RQ2: How does instruction\-tuning affect the model’s generalization ability?

We study cross\-domain transferability of our system, to assess whether a model tuned on data from one domain can be reused on another biomedical domain without additional training\. Figure[2](https://arxiv.org/html/2605.22501#S4.F2)presents the Acc@1 for`BeLink\-reranker\-8B`models fine\-tuned on a train set of a source dataset \(DsrcD\_\{\\text\{src\}\}, rows\) and evaluated on a test set of a target dataset \(DtrgD\_\{\\text\{trg\}\}, columns\)\. We test for significant difference relative to the in\-dataset performance \(diagonal axis\), whereDsrcD\_\{\\text\{src\}\}=DtrgD\_\{\\text\{trg\}\}\. Statistical significance is encoded via color\-coding with bright yellow corresponding to the largest performance gap\.

Our analysis reveals varying transfer learning patterns across biomedical entity types\. Models trained on disease or chemical corpora \(NCBI\-Disease,BC5CDR,NLM\-Chem\) exhibit strong zero\-shot generalizability across most domains\. The gene domain represents a notable exception for cross\-domain transfer, as it requires the re\-ranker to implicitly learn to disambiguate host species for homologous genes to select between competing candidates—a skill that does not naturally emerge from training on other entity types\. The species domain serves as an easy target for models trained on other entity types, but provides a poor training source for transfer itself\. Despite these idiosyncrasies, our results suggest that instruction\-tuning with rich enough source data can offer a viable mechanism for learning transferable linking behavior across bio\-domains, highlighting the potential for model reuse in low\-resource settings\.

![Refer to caption](https://arxiv.org/html/2605.22501v1/heatmap.png)Figure 2\.Cross\-domain generalization matrix forBeLink\-reranker\-8B\. Each cell represents theA​c​c​@​1Acc@1performance when training onDsrcD\_\{\\text\{src\}\}\(rows\) and evaluating onDtrgD\_\{\\text\{trg\}\}\(columns\)\. Color\-coding indicates the level of statistical significance for the performance delta relative to the in\-domain baseline \(diagonal\), with bright yellow highlighting the most significant deviations\. While disease and chemical domains exhibit high cross\-domain transferability, the gene domain remains a significant outlier due to host species disambiguation requirements\.

## 5\.Conclusion

In this work, we addressed the computational inefficiencies of LLMs in Biomedical Entity Linking by introducing a set\-wise instruction\-tuning approach for generative re\-ranking\. Our method significantly improves linking accuracy while reducing inference time compared to the state\-of\-the\-art\. Beyond empirical gains, we contribute BeLink, a modular ready\-to\-use system that integrates generative re\-ranking with LLM\-enhanced retrieval, demonstrating how generative modeling can be effectively translated into a deployable end\-to\-end BEL pipeline\. By balancing high\-precision candidate selection with computational efficiency, BeLink provides a practical solution for real\-world biomedical IR applications\.

###### Acknowledgements\.

This work was supported by a Chan Zuckerberg Institute grant \[DAF2024\-350950\] to Lawrence Hunter\.

## References

- F\. Borchert, I\. Llorca, and Matthieu\-P\. Schapranow \(2024\)Improving biomedical entity linking for complex entity mentions with llm\-based text simplification\.Database J\. Biol\. Databases Curation2024\.External Links:[Link](https://doi.org/10.1093/database/baae067),[Document](https://dx.doi.org/10.1093/DATABASE/BAAE067)Cited by:[§2\.1](https://arxiv.org/html/2605.22501#S2.SS1.p2.7)\.
- G\. R\. Brown, V\. Hem, K\. S\. Katz, M\. Ovetsky, C\. Wallin, O\. Ermolaeva, I\. Tolstoy, T\. Tatusova, K\. D\. Pruitt, D\. R\. Maglott, and T\. D\. Murphy \(2015\)Gene: a gene\-centered information resource at NCBI\.Nucleic Acids Research43\(D1\),pp\. D36–D42\.External Links:[Document](https://dx.doi.org/10.1093/nar/gku1055),ISSN 0305\-1048Cited by:[§3\.1](https://arxiv.org/html/2605.22501#S3.SS1.p1.1)\.
- A\. P\. Davis, T\. C\. Wiegers, R\. J\. Johnson, D\. Sciaky, J\. Wiegers, and C\. J\. Mattingly \(2023\)Comparative Toxicogenomics Database \(CTD\): update 2023\.Nucleic Acids Research51,pp\. D1257–D1262\(en\)\.External Links:[Document](https://dx.doi.org/10.1093/nar/gkac833)Cited by:[§3\.1](https://arxiv.org/html/2605.22501#S3.SS1.p1.1)\.
- N\. J\. Dobbins \(2024\)Generalizable and scalable multistage biomedical concept normalization leveraging large language models\.Research Synthesis Methods16,pp\. 479 – 490\.External Links:[Link](https://api.semanticscholar.org/CorpusID:270045271)Cited by:[§2\.1](https://arxiv.org/html/2605.22501#S2.SS1.p2.7),[§3\.3](https://arxiv.org/html/2605.22501#S3.SS3.p1.1)\.
- R\. I\. Doğan, R\. Leaman, and Z\. Lu \(2014\)NCBI disease corpus: a resource for disease name recognition and concept normalization\.Journal of Biomedical Informatics47,pp\. 1–10\(en\)\.External Links:[Document](https://dx.doi.org/10.1016/j.jbi.2013.12.006),ISSN 1532\-0464Cited by:[§3\.1](https://arxiv.org/html/2605.22501#S3.SS1.p1.1.4)\.
- F\. G\. Donoso, P\. Ruas, F\. M\. Couto, and F\. J\. Veredas \(2025\)Enhancing cross\-encoders using knowledge graph hierarchy for medical entity linking in zero\- and few\-shot scenarios\.Knowl\. Based Syst\.314,pp\. 113211\.External Links:[Link](https://doi.org/10.1016/j.knosys.2025.113211),[Document](https://dx.doi.org/10.1016/J.KNOSYS.2025.113211)Cited by:[§1](https://arxiv.org/html/2605.22501#S1.p2.1)\.
- M\. Douze, A\. Guzhva, C\. Deng, J\. Johnson, G\. Szilvasy, P\. Mazaré, M\. Lomeli, L\. Hosseini, and H\. Jégou \(2026\)The faiss library\.IEEE Trans\. Big Data12\(2\),pp\. 346–361\.External Links:[Link](https://doi.org/10.1109/TBDATA.2025.3618474),[Document](https://dx.doi.org/10.1109/TBDATA.2025.3618474)Cited by:[§3\.2](https://arxiv.org/html/2605.22501#S3.SS2.p1.1)\.
- S\. Garda and U\. Leser \(2024\)BELHD: improving biomedical entity linking with homonoym disambiguation\.CoRRabs/2401\.05125\.External Links:[Link](https://doi.org/10.48550/arXiv.2401.05125),[Document](https://dx.doi.org/10.48550/ARXIV.2401.05125),2401\.05125Cited by:[§2\.1](https://arxiv.org/html/2605.22501#S2.SS1.p1.4)\.
- M\. Gerner, G\. Nenadic, and C\. M\. Bergman \(2010\)LINNAEUS: A species name identification system for biomedical literature\.BMC Bioinformatics11,pp\. 85 – 85\.External Links:[Document](https://dx.doi.org/10.1186/1471-2105-11-85)Cited by:[§3\.1](https://arxiv.org/html/2605.22501#S3.SS1.p1.1)\.
- S\. Haffoudhi, F\. M\. Suchanek, and N\. Holzenberger \(2026\)LELA: an llm\-based entity linking approach with zero\-shot domain adaptation\.ArXivabs/2601\.05192\.External Links:[Link](https://api.semanticscholar.org/CorpusID:284543712)Cited by:[§1](https://arxiv.org/html/2605.22501#S1.p2.1)\.
- R\. Islamaj, R\. Leaman, D\. Cissel, C\. Coss, J\. Denicola, C\. Fisher, R\. Guzman, P\. G\. Kochar, N\. Miliaras, Z\. Punske, K\. Sekiya, D\. Trinh, D\. Whitman, S\. Schmidt, and Z\. Lu \(2022\)NLM\-Chem\-BC7: manually annotated full\-text resources for chemical entity annotation and indexing in biomedical articles\.Database2022\(en\)\.External Links:[Document](https://dx.doi.org/10.1093/database/baac102)Cited by:[§3\.1](https://arxiv.org/html/2605.22501#S3.SS1.p1.1)\.
- R\. Islamaj, C\. Wei, D\. Cissel, N\. Miliaras, O\. Printseva, O\. Rodionov, K\. Sekiya, J\. Ward, and Z\. Lu \(2021\)NLM\-Gene, a richly annotated gold standard dataset for gene entities that addresses ambiguity and multi\-species gene recognition\.Journal of biomedical informatics118,pp\. 103779\(eng\)\.External Links:[Document](https://dx.doi.org/10.1016/j.jbi.2021.103779),ISSN 1532\-0480Cited by:[§3\.1](https://arxiv.org/html/2605.22501#S3.SS1.p1.1.2)\.
- J\. Li, Y\. Sun, R\. J\. Johnson, D\. Sciaky, C\. Wei, R\. Leaman, A\. P\. Davis, C\. J\. Mattingly, T\. C\. Wiegers, and Z\. Lu \(2016\)BioCreative V CDR task corpus: a resource for chemical disease relation extraction\.Database2016\(baw068\)\.External Links:[Document](https://dx.doi.org/10.1093/database/baw068),ISSN 1758\-0463Cited by:[§3\.1](https://arxiv.org/html/2605.22501#S3.SS1.p1.1)\.
- Y\. Li, A\. Galimov, M\. D\. Ganapaneni, P\. Thejaswi, D\. Meng, P\. Kumar, and S\. Potdar \(2025\)Leveraging the power of large language models in entity linking via adaptive routing and targeted reasoning\.CoRRabs/2510\.20098\.External Links:[Link](https://doi.org/10.48550/arXiv.2510.20098),[Document](https://dx.doi.org/10.48550/ARXIV.2510.20098),2510\.20098Cited by:[§1](https://arxiv.org/html/2605.22501#S1.p2.1)\.
- F\. Liu, E\. Shareghi, Z\. Meng, M\. Basaldella, and N\. Collier \(2021\)Self\-alignment pretraining for biomedical entity representations\.InProceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, NAACL\-HLT 2021, Online, June 6\-11, 2021,K\. Toutanova, A\. Rumshisky, L\. Zettlemoyer, D\. Hakkani\-Tür, I\. Beltagy, S\. Bethard, R\. Cotterell, T\. Chakraborty, and Y\. Zhou \(Eds\.\),pp\. 4228–4238\.External Links:[Link](https://doi.org/10.18653/v1/2021.naacl-main.334),[Document](https://dx.doi.org/10.18653/V1/2021.NAACL-MAIN.334)Cited by:[§3\.2](https://arxiv.org/html/2605.22501#S3.SS2.p1.1)\.
- E\. Pafilis, S\. P\. Frankild, L\. Fanini, S\. Faulwetter, C\. Pavloudi, A\. Vasileiadou, C\. Arvanitidis, and L\. J\. Jensen \(2013\)The SPECIES and ORGANISMS Resources for Fast and Accurate Identification of Taxonomic Names in Text\.PLOS ONE8\(6\),pp\. e65390\(en\)\.External Links:[Document](https://dx.doi.org/10.1371/journal.pone.0065390),ISSN 1932\-6203Cited by:[§3\.1](https://arxiv.org/html/2605.22501#S3.SS1.p1.1)\.
- Z\. Qin, R\. Jagerman, K\. Hui, H\. Zhuang, J\. Wu, L\. Yan, J\. Shen, T\. Liu, J\. Liu, D\. Metzler, X\. Wang, and M\. Bendersky \(2024\)Large language models are effective text rankers with pairwise ranking prompting\.InFindings of the Association for Computational Linguistics: NAACL 2024, Mexico City, Mexico, June 16\-21, 2024,K\. Duh, H\. Gómez\-Adorno, and S\. Bethard \(Eds\.\),pp\. 1504–1518\.External Links:[Link](https://doi.org/10.18653/v1/2024.findings-naacl.97),[Document](https://dx.doi.org/10.18653/V1/2024.FINDINGS-NAACL.97)Cited by:[§1](https://arxiv.org/html/2605.22501#S1.p2.1),[§4\.1](https://arxiv.org/html/2605.22501#S4.SS1.p2.1)\.
- J\. Sanz\-Cruzado and J\. Lever \(2025\)Accelerating cross\-encoders in biomedical entity linking\.InProceedings of the 24th Workshop on Biomedical Language Processing,D\. Demner\-Fushman, S\. Ananiadou, M\. Miwa, and J\. Tsujii \(Eds\.\),Viena, Austria,pp\. 136–147\.External Links:[Link](https://aclanthology.org/2025.bionlp-1.13/),[Document](https://dx.doi.org/10.18653/v1/2025.bionlp-1.13),ISBN 979\-8\-89176\-275\-6Cited by:[§1](https://arxiv.org/html/2605.22501#S1.p2.1),[§3\.3](https://arxiv.org/html/2605.22501#S3.SS3.p1.1)\.
- F\. Scott \(2012\)The NCBI Taxonomy database\.Nucleic Acids Research40,pp\. D136–D143\(en\)\.External Links:[Document](https://dx.doi.org/10.1093/nar/gkr1178),ISSN 0305\-1048Cited by:[§3\.1](https://arxiv.org/html/2605.22501#S3.SS1.p1.1)\.
- D\. Shlyk, T\. Groza, M\. Mesiti, S\. Montanelli, and E\. Cavalleri \(2024\)REAL: A retrieval\-augmented entity linking approach for biomedical concept recognition\.InProceedings of the 23rd Workshop on Biomedical Natural Language Processing, BioNLP@ACL 2024, Bangkok, Thailand, August 16, 2024,D\. Demner\-Fushman, S\. Ananiadou, M\. Miwa, K\. Roberts, and J\. Tsujii \(Eds\.\),pp\. 380–389\.External Links:[Link](https://doi.org/10.18653/v1/2024.bionlp-1.29),[Document](https://dx.doi.org/10.18653/V1/2024.BIONLP-1.29)Cited by:[§2\.1](https://arxiv.org/html/2605.22501#S2.SS1.p2.7),[footnote 1](https://arxiv.org/html/2605.22501#footnote1)\.
- D\. Shlyk and L\. Hunter \(2026\)Improving biomedical entity linking with generative relevance feedback\.Bioinformatics,pp\. btag011\.External Links:ISSN 1367\-4811,[Document](https://dx.doi.org/10.1093/bioinformatics/btag011),[Link](https://doi.org/10.1093/bioinformatics/btag011),https://academic\.oup\.com/bioinformatics/advance\-article\-pdf/doi/10\.1093/bioinformatics/btag011/66419810/btag011\.pdfCited by:[§1](https://arxiv.org/html/2605.22501#S1.p3.1),[§2\.1](https://arxiv.org/html/2605.22501#S2.SS1.p2.7),[§3\.1](https://arxiv.org/html/2605.22501#S3.SS1.p1.1),[§3\.2](https://arxiv.org/html/2605.22501#S3.SS2.p1.1),[§3\.4](https://arxiv.org/html/2605.22501#S3.SS4.p1.1)\.
- D\. Shlyk, S\. Montanelli, M\. Mesiti, and L\. Hunter \(2026\)Mind your steps in biomedical named entity recognition: first extract, tag afterwards\.InProceedings of the 1st Workshop on Linguistic Analysis for Health \(HeaLing 2026\),V\. Danilova, M\. Kurfalı, Y\. Söderfeldt, J\. Reed, and A\. Burchell \(Eds\.\),Rabat, Morocco,pp\. 127–141\.External Links:[Link](https://aclanthology.org/2026.healing-1.11/),[Document](https://dx.doi.org/10.18653/v1/2026.healing-1.11),ISBN 979\-8\-89176\-367\-8Cited by:[footnote 1](https://arxiv.org/html/2605.22501#footnote1)\.
- W\. Sun, L\. Yan, X\. Ma, S\. Wang, P\. Ren, Z\. Chen, D\. Yin, and Z\. Ren \(2024\)Is chatgpt good at search? investigating large language models as re\-ranking agents\.External Links:2304\.09542,[Link](https://arxiv.org/abs/2304.09542)Cited by:[§1](https://arxiv.org/html/2605.22501#S1.p2.1)\.
- M\. Sung, H\. Jeon, J\. Lee, and J\. Kang \(2020\)Biomedical entity representations with synonym marginalization\.InProceedings of the 58th Annual Meeting of the Association for Computational Linguistics, ACL 2020, Online, July 5\-10, 2020,D\. Jurafsky, J\. Chai, N\. Schluter, and J\. R\. Tetreault \(Eds\.\),pp\. 3641–3650\.External Links:[Link](https://doi.org/10.18653/v1/2020.acl-main.335),[Document](https://dx.doi.org/10.18653/V1/2020.ACL-MAIN.335)Cited by:[§2\.1](https://arxiv.org/html/2605.22501#S2.SS1.p1.4)\.
- M\. Varma, L\. J\. Orr, S\. Wu, M\. Leszczynski, X\. Ling, and C\. Ré \(2021\)Cross\-domain data integration for named entity disambiguation in biomedical text\.InFindings of the Association for Computational Linguistics: EMNLP 2021, Virtual Event / Punta Cana, Dominican Republic, 16\-20 November, 2021,M\. Moens, X\. Huang, L\. Specia, and S\. W\. Yih \(Eds\.\),pp\. 4566–4575\.External Links:[Link](https://doi.org/10.18653/v1/2021.findings-emnlp.388),[Document](https://dx.doi.org/10.18653/V1/2021.FINDINGS-EMNLP.388)Cited by:[§1](https://arxiv.org/html/2605.22501#S1.p2.1)\.
- X\. Wang, S\. MacAvaney, C\. Macdonald, and I\. Ounis \(2023\)Generative query reformulation for effective adhoc search\.CoRRabs/2308\.00415\.External Links:[Link](https://doi.org/10.48550/arXiv.2308.00415),[Document](https://dx.doi.org/10.48550/ARXIV.2308.00415),2308\.00415Cited by:[§2](https://arxiv.org/html/2605.22501#S2.p2.1)\.
- C\. Wei, H\. Kao, and Z\. Lu \(2015\)GNormPlus: an Integrative Approach for Tagging Genes, Gene Families, and Protein Domains\.BioMed Research International2015,pp\. e918710\(en\)\.External Links:[Document](https://dx.doi.org/10.1155/2015/918710),ISSN 2314\-6133Cited by:[§3\.1](https://arxiv.org/html/2605.22501#S3.SS1.p1.1)\.
- Y\. Xie, J\. Lu, J\. C\. Ho, F\. B\. Nahab, X\. Hu, and C\. Yang \(2024\)PromptLink: leveraging large language models for cross\-source biomedical concept linking\.InProceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR 2024, Washington DC, USA, July 14\-18, 2024,G\. H\. Yang, H\. Wang, S\. Han, C\. Hauff, G\. Zuccon, and Y\. Zhang \(Eds\.\),pp\. 2589–2593\.External Links:[Link](https://doi.org/10.1145/3626772.3657904),[Document](https://dx.doi.org/10.1145/3626772.3657904)Cited by:[§1](https://arxiv.org/html/2605.22501#S1.p2.1)\.
- Z\. Xu, Y\. Chen, and B\. Hu \(2023\)Improving biomedical entity linking with cross\-entity interaction\.InThirty\-Seventh AAAI Conference on Artificial Intelligence, AAAI 2023, Thirty\-Fifth Conference on Innovative Applications of Artificial Intelligence, IAAI 2023, Thirteenth Symposium on Educational Advances in Artificial Intelligence, EAAI 2023, Washington, DC, USA, February 7\-14, 2023,B\. Williams, Y\. Chen, and J\. Neville \(Eds\.\),pp\. 13869–13877\.External Links:[Link](https://doi.org/10.1609/aaai.v37i11.26624),[Document](https://dx.doi.org/10.1609/AAAI.V37I11.26624)Cited by:[§1](https://arxiv.org/html/2605.22501#S1.p1.1),[§1](https://arxiv.org/html/2605.22501#S1.p2.1)\.
- A\. Yang, A\. Li, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Gao, C\. Huang, C\. Lv, C\. Zheng, D\. Liu, F\. Zhou, F\. Huang, F\. Hu, H\. Ge, H\. Wei, H\. Lin, J\. Tang, J\. Yang, J\. Tu, J\. Zhang, J\. Yang, J\. Yang, J\. Zhou, J\. Zhou, J\. Lin, K\. Dang, K\. Bao, K\. Yang, L\. Yu, L\. Deng, M\. Li, M\. Xue, M\. Li, P\. Zhang, P\. Wang, Q\. Zhu, R\. Men, R\. Gao, S\. Liu, S\. Luo, T\. Li, T\. Tang, W\. Yin, X\. Ren, X\. Wang, X\. Zhang, X\. Ren, Y\. Fan, Y\. Su, Y\. Zhang, Y\. Zhang, Y\. Wan, Y\. Liu, Z\. Wang, Z\. Cui, Z\. Zhang, Z\. Zhou, and Z\. Qiu \(2025\)Qwen3 technical report\.ArXivabs/2505\.09388\.External Links:[Link](https://api.semanticscholar.org/CorpusID:278602855)Cited by:[§2\.2](https://arxiv.org/html/2605.22501#S2.SS2.p2.4)\.
- C\. Ye and C\. S\. Mitchell \(2025\)LLM as entity disambiguator for biomedical entity\-linking\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 2: Short Papers\), ACL 2025, Vienna, Austria, July 27 \- August 1, 2025,W\. Che, J\. Nabende, E\. Shutova, and M\. T\. Pilehvar \(Eds\.\),pp\. 301–312\.External Links:[Link](https://doi.org/10.18653/v1/2025.acl-short.25),[Document](https://dx.doi.org/10.18653/V1/2025.ACL-SHORT.25)Cited by:[§1](https://arxiv.org/html/2605.22501#S1.p2.1)\.
- Y\. Zhang, M\. Li, D\. Long, X\. Zhang, H\. Lin, B\. Yang, P\. Xie, A\. Yang, D\. Liu, J\. Lin, F\. Huang, and J\. Zhou \(2025\)Qwen3 embedding: advancing text embedding and reranking through foundation models\.arXiv preprint arXiv:2506\.05176\.Cited by:[§3\.3](https://arxiv.org/html/2605.22501#S3.SS3.p1.1)\.
- Y\. Zhao, J\. Huang, J\. Hu, X\. Wang, Y\. Mao, D\. Zhang, Z\. Jiang, Z\. Wu, B\. Ai, A\. Wang, W\. Zhou, and Y\. Chen \(2024\)SWIFT:a scalable lightweight infrastructure for fine\-tuning\.External Links:2408\.05517,[Link](https://arxiv.org/abs/2408.05517)Cited by:[§3\.2](https://arxiv.org/html/2605.22501#S3.SS2.p1.1)\.
- K\. Zhou, Y\. Li, Q\. Wang, Q\. Qiao, and Q\. Li \(2024\)GenDecider: integrating ”none of the candidates” judgments in zero\-shot entity linking re\-ranking\.InProceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies: Short Papers, NAACL 2024, Mexico City, Mexico, June 16\-21, 2024,K\. Duh, H\. Gómez\-Adorno, and S\. Bethard \(Eds\.\),pp\. 239–245\.External Links:[Link](https://doi.org/10.18653/v1/2024.naacl-short.22),[Document](https://dx.doi.org/10.18653/V1/2024.NAACL-SHORT.22)Cited by:[§1](https://arxiv.org/html/2605.22501#S1.p2.1)\.

Similar Articles

Injecting Structured Biomedical Knowledge into Language Models: Continual Pretraining vs. GraphRAG

arXiv cs.CL

This paper compares two strategies for injecting structured biomedical knowledge from the UMLS Metathesaurus into language models: continual pretraining (embedding knowledge into model parameters) and GraphRAG (querying a knowledge graph at inference time). Results show improvements on biomedical QA benchmarks, with GraphRAG on LLaMA 3-8B yielding over 3 and 5 accuracy points on PubMedQA and BioASQ respectively without any retraining.