-
what can i do to reach the performance? thank you
-
The training command works well for the tacred dataset. But it didn't work for the semeval dataset.
I run the command below. `datasets/semeval_jsonl` stores the data.
```
python relation_extracti…
-
Hi Asaf,
Thanks for the nice work and sharing the code. I am wondering how should we pick other parameters, e.g., n-represents and n-samples-side? I tried to go through the code but didn't find a …
-
I have a small confusion about the metrics. It seems you are using `micro` averaging for precision, recall and f1. I wanted to know if it makes sense to use `macro` averaging or not? To my knowledge `…
-
I m facing this particular error while running the below code.
```
import pke
import string
from nltk.corpus import stopwords
# 1. create a MultipartiteRank extractor.
pos = {'NOUN', 'PR…
-
Hi, thanks for awesome repo!
I am a new to keyphrase extraction and would like to know whether I should evaluate my own model on `test.author.json`, `test.readers.json` or `test.combined.json` on NUS…
-
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
File "train_cr…
lammh updated
5 years ago
-
I wonder what should the format of the input file for the supervised algorithms be. I mean I don't know where to save the gold keyphrases and how to feed it to the model.
-
What is the performance that you achieve with the implemented model?
-
I try to use WINGNUS to train a model using semeval2010, however, none of the candidate selected from candidate_selection() is in the reference file.
For example, the keyphrases in the C-41.txt are
…
Uotas updated
6 years ago