relik icon indicating copy to clipboard operation
relik copied to clipboard

Retrieve, Read and LinK: Fast and Accurate Entity Linking and Relation Extraction on an Academic Budget (ACL 2024)

Results 12 relik issues
Sort by recently updated
recently updated
newest added

When I installed it with 3.13 I got a slew of errors around compatibility of other packages. When I addressed those then I started to get: RuntimeError: Tensor.item() cannot be...

Is it feasible to fine-tune the sapienzanlp/relik-reader-deberta-v3-base-aida model? ![Image](https://github.com/user-attachments/assets/0150f81a-7d2b-4a2b-a5b5-a5cf75c07862) I successfully trained the model using microsoft/deberta-v3-base, but encountered an issue when attempting to configure the transformer model to sapienzanlp/relik-reader-deberta-v3-base-aida in...

There is no information about how one could fine-tune the model. Is that possible? Thank you!

I processed the data according to the tutorial and reproduced the training process. But, the f1 score is only 83, not the 95 in paper, and pretrained RE model 's...

Calling to_dict() on RelikOutput objects created by the NYT Large model results in: `Document' object is not iterable`

I used the following string as input to the system extracting triples using relik-ie/relik-relation-extraction-large model. It works fine in demo but in docker image it resulted in error. String: _"PapiSlot...

Hi! I want to use the Relik model for Relation Extraction purposes and when installing relik using any method, I have no finetune_nyt_iterable_in_batch.yaml, I dont have it in /anaconda3/envs/env-nlp/lib/python3.10/site-packages/relik/retriever/conf/ because...

Right now, the dependencies in the project are described in a file requirements.txt and too strict. There are a lot of strict locks to a minor version of some library,...

1. When you build from source on Windows: "pip install ." or "pip install .[all]" get error: "Getting requirements to build wheel did not run successfully" "UnicodeDecodeError: 'charmap' codec can't...

Redo of previous pull request without added README.md text 1. All was needed to get building from source to work on Windows was to add encoding="utf-8" when open readme.md for...