arXiv論文メモ
新着一覧
cs.CL · 査読状況未確認

単語ごとの照合で生物医学文献の用語を知識ベースへ対応

BELXTR: Biomedical Entity Linking via Contextualized Token Retrieval

Samuele Garda, Ulf Leser

この論文をやさしく読む

ひとことで言うと

生物医学文献の名称を知識ベースの正しい項目に結び付けるため、文全体を一つに圧縮せず単語単位で照合するモデル。

何に役立つ?

遺伝子名など同じ表記が複数の項目を指す場合の情報抽出に使える可能性がある。大規模文献の処理で再順位付けコストを抑える選択肢として位置付けられている。

この研究の面白いところ

10コーパス・5知識ベースで評価し、半数のコーパスで従来の最高水準を上回った。種をまたぐ遺伝子の判別で特に改善した。

どこまで分かった?

改善はすべてのコーパスで得られたわけではない。平均5ポイントはrecall@1の値で、全種類の情報抽出精度を示すものではない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

生物医学分野のエンティティリンキングは、文章中の言及が知識ベースのどの項目を指すかを判別する、情報抽出の基礎となる処理である。一般的な埋め込みモデルは、言及と項目をそれぞれ一つのベクトルへ圧縮するため、重要な細部の違いが平均化される。本研究は、単語単位の照合情報を使える複数ベクトル型の遅い相互作用アーキテクチャに基づくBELXTRを提案する。元のXTRモデルを生物医学用語の対応付けへ拡張し、既存の課題専用学習目標を組み込み、能動的なクエリ拡張も検討する。10のコーパスと5つの知識ベースでの実験では、コーパスの半数で現行の最高水準を上回り、recall@1の改善は平均5パーセントポイントだった。最大の改善は種をまたぐ遺伝子名の曖昧性解消で報告され、大規模言語モデルを使う検索・再順位付けの処理を上回り、専用の規則ベース方式に近い性能を得た。この結果は、複数ベクトル型モデルが、保守の難しい規則ベース方式の代替や、PubMed規模の採掘のように大規模言語モデルによる再順位付けが高価な場面の選択肢になることを示す。実験再現用のコードは https://github.com/sg-wbi/belxtr にある。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-22(UTC)
最新改訂
2026-09-22 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Biomedical Entity Linking disambiguates mentions to entities in a knowledge base (KB), making it the cornerstone of information extraction pipelines. While embedding-based models are a popular approach for the task, they suffer from a key limitation. They compress mentions (and entities) into a single vector, forcing the model to average away crucial fine-grained differences. We present BELXTR, a novel embedding model based on the multi-vector (a.k.a. late interaction) architecture, which allows to leverage token-level matching information. BELXTR extends the original XTR model to biomedical entity linking by integrating an existing task-specific training objective and exploring active query expansion. Experiments across ten corpora and five KBs show that BELXTR improves upon current state-of-the-art in half of the corpora with an average improvement of 5pp recall@1. The largest gains are reported on the challenging cross-species gene disambiguation subtask, where BELXTR outperforms an LLM-powered retrieve-and-rerank pipeline and closely approaches a specialized rule-based system. Our results highlight multi-vector models as a practical alternative to hard-to-maintain rule-based systems or in scenarios where LLM-based reranking is too costly as in PubMed-scale mining. The code to reproduce our experiments can be found at: https://github.com/sg-wbi/belxtr.

arXiv ID: 2609.25859 / 要約の誤りについて