Skip to content

dinhngoc267/a-metric-learning-based-method-for-biomedical-entity-linking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Metric Learning-based Method for Biomedical EL

The code for paper A metric learning-based method for biomedical entity linking.

We proposed a simple method based on metric-learning for entity linking task. Our method tackles the imbalance data issue and reduces significantly training and inference cost. We experienced on two challenge datasets which are BC5CDR and MedMention. Experimental results demonstrate that our proposed method achieves competitive linking performance compared to other SOTA methods.

image

Prepare Environment

conda create --name el_env python=3.9
conda activate el_env
pip install -r requirements.txt

Experiments

conda activate el_env
export PYTHONPATH=.
python src/train.py