ReFinED
ReFinED copied to clipboard
ReFinED is an efficient and accurate entity linking (EL) system.
When trying to add a dozen more entities by running preprocess_all.py, the process requires downloading over 100GB of data, which is highly inefficient for such a small addition. This model...
Great work! I executed the following command and obtained the data file named `wikipedia_links_aligned_spans.json` in the folder `~/.cache/refined/datasets`. ```bash python3 src/refined/training/train/train.py --experiment_name test ``` I have two questions regarding this...
Hi, I use python 3.12.2 and torch 2.2.2 on macOS 12.7.4. The ReFinED version is 1.0. When trying fine-tuning the following error happened. ( python src/refined/training/fine_tune/fine_tune.py --experiment_name test ) ```TypeError:...
Dear developers, I was curious if you plan to upload the multilingual mrefined model for inference and finetuning. Lookinig forward to your reply. Best, Cristian
Dear Tom, First of all thank you for publishing this awesome and easy to use entity linker. I've been running experiments with ReFinED for a while but only started using...
I am trying to add additional entities without retraining. The script preprocess_all.py fails: `Ran out of 'useful' classes to select. So using number the 153 chosen classes. Note that this...
*Issue #, if available:* Wrongly parse `152750,0,'Tricity,_Poland',0,0,0.8858758871312029,'20230919232330','20230919232347',1176139506,26946,'wikitext',NULL` due to matching pattern. *Description of changes:* Fixed matching pattern. By submitting this pull request, I confirm that you can use, modify, copy,...
I have tried to load additional entities as per the README by running `preprocess_all`. Everything appears to run fine - however when I try and load the refined model afterwards...
Thanks for your awesome work named "Improving Entity Disambiguation by Reasoning over a Knowledge Base(KBED)", I am trying to reproduce the results, will you release the KBED source code?
Solve #16 Solved a bug in titles of top k entity ID By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under...