amazon-science / ReFinED

ReFinED is an efficient and accurate entity linking (EL) system.
Other
196 stars 40 forks source link

Some questions about training dataset #27

Open MikeDean2367 opened 7 months ago

MikeDean2367 commented 7 months ago

Great work!

I executed the following command and obtained the data file named wikipedia_links_aligned_spans.json in the folder ~/.cache/refined/datasets.

python3 src/refined/training/train/train.py --experiment_name test

I have two questions regarding this file:

Thanks !