BLINK icon indicating copy to clipboard operation
BLINK copied to clipboard

Entity Linker solution

Results 73 BLINK issues
Sort by recently updated
recently updated
newest added

Hi,thanks for excellent job,can it support Chinese entity linking(both in model and database)?

Hi I am trying to finetune the model on WebQSP using the following command: `bash scripts/train_ELQ.sh finetune EL4QA_data/WebQSP_EL/tokenized 20 128 64 0 wiki_all_ents 97` But there are no checkpoints provided....

Hi, I would like to train the ELQ biencoder with the Wikipedia data `wiki_all_ents` as referred to in some of the scripts. Would appreciate it if you could provide us...

When trying to train the ELQ model on the WebQSP dataset, encountered the following error. ``` Traceback (most recent call last): File "elq/biencoder/train_biencoder.py", line 602, in main(params) File "elq/biencoder/train_biencoder.py", line...

Hi all, While trying to train the ELQ model on WebQSP according to [this](https://github.com/facebookresearch/BLINK/tree/main/elq#examples) guide, I encounter `ValueError: too many values to unpack (expected 2)` from the line below in...

For example: https://docs.expert.ai/nlapi/v2/reference/entity-types/ Or just the simple types: PERSON / ORGANIZATION / PLACE / TIME

Hi guys! thank you for the amazing work! following the guide #116 provided by @abhinavkulkarni I was able to train a biencoder and everything looks good, however, I am not...

In this pull request, we have made significant improvements to our codebase by integrating Huggingface's transformers library, effectively replacing pytorch-transformers in both the cross-encoder and bi-encoder scripts. This change brings...

CLA Signed

Hi, I have seen a lot of comments asking how to create a custom dataset or how to use a smaller, different BERT base model for biencoder or how to...

Python 3.7 seems to no longer be supported by conda. How are folks running this?