轻量级管道提升生物医学嵌套实体链接多语言性能
BIBERT-Pipe on Biomedical Nested Named Entity Linking at BioASQ 2025
- 两阶段检索-排序架构,复用预训练模型并针对性微调
- 引入可学习边界标记,有效处理重叠与嵌套实体
- 自动扩充数据集,无需人工标注即可提升覆盖
生物医学文本的实体链接通常在仅限英语的平坦提及数据集上评估,忽略了更贴近实际的嵌套与多语言场景。我们针对 BioNNE 2025 多语言生物医学嵌套实体链接任务(英语与俄语)提出 BIBERT-Pipe 系统,采用轻量级流水线设计,在保持原始模型不变的前提下,仅修改三个任务对齐组件:两阶段检索-排序机制;在排序阶段使用领域微调;通过可学习的 [Ms]/[Me] 标记显式提供实体边界信息,增强对重叠和嵌套结构的鲁棒性;并通过三种互补数据源自动扩充训练语料,提升覆盖度而无需额外人工标注。在 BioNNE 2025 排行榜中,该系统在多语言赛道排名第三,验证了这些最小但有原则的改进的有效性与竞争力。代码已公开于 https://github.com/Kaggle-Competitions-Code/BioNNE-L。
原文摘要 · Abstract (English)
Entity linking (EL) for biomedical text is typically benchmarked on English-only corpora with flat mentions, leaving the more realistic scenario of nested and multilingual mentions largely unexplored. We present our system for the BioNNE 2025 Multilingual Biomedical Nested Named Entity Linking shared task (English & Russian), closing this gap with a lightweight pipeline that keeps the original EL model intact and modifies only three task-aligned components: Two-stage retrieval-ranking. We leverage the same base encoder model in both stages: the retrieval stage uses the original pre-trained model, while the ranking stage applies domain-specific fine-tuning. Boundary cues. In the ranking stage, we wrap each mention with learnable [Ms] / [Me] tags, providing the encoder with an explicit, language-agnostic span before robustness to overlap and nesting. Dataset augmentation. We also automatically expand the ranking training corpus with three complementary data sources, enhancing coverage without extra manual annotation. On the BioNNE 2025 leaderboard, our two stage system, bilingual bert (BIBERT-Pipe), ranks third in the multilingual track, demonstrating the effectiveness and competitiveness of these minimal yet principled modifications. Code are publicly available at https://github.com/Kaggle-Competitions-Code/BioNNE-L.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。