-
-
Hello,
Thank you for this amazing toolkit. I have a question as I tried to run the Code 2 example on page 4 in the paper (https://arxiv.org/pdf/2309.14258.pdf)
# event extraction & relation ext…
-
Currently, some predicted relations are unexpected or, instead, some expected relations are missed in answers of the system.
We need to detect the examples and try to solve them.
-
i downloaded the transfromers model and downloaded biobert-base-cased-v1.1, and downloaded the data what should i do next and how to run the code inorder to get an output espically for the chempro dat…
-
Try out Hearst patterns from: https://github.com/allenai/scispacy first since it’s the lowest resource technique to get a rough prototype working
EDIT: Sadly does not capture much
-
Hi, many thanks for your efforts in this project.
Recently , i'am getting stuff in extracting the knowledge graph of UMLS. I need to get all the triple relation of this database, how could i impleme…
-
First of all, thank you very much for your work and I am very interested in it. However, I am not sure of how to perform the entity extraction and relation extraction as the data pre-processing steps.…
-
Hi @jpWang , thanks for your repo,
I have used it for my project: extract keys and values in complicated layout document types
1. The NER model looks good
2. The RE model does not work well
Exam…
-
can you check the re triplet test with api ? It's like copying from ner code
-
According to the ReadMe, there are subdirectories "NER" and "Relation Extraction". I could only find the NER subdirectory. Is the Relation Extraction directory available?