Skip to content

Commit 6b077e8

Browse files
committed
Update README.md
1 parent b0295a6 commit 6b077e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

baselines/EMNLP2019/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pip install -r requirements.txt
55
python -m spacy download en_core_web_lg
66
```
77

8-
Set environment variable DIFFBOT_TOKEN if you want to use entitylinking. We are providing cached results for the KnowledgeNet documents, but you will need this if you want to run the system on other documents or if you want to change the NER system. Free trial available at https://www.diffbot.com/get-started/
8+
Set environment variable DIFFBOT_TOKEN if you want to use entitylinking. We are providing cached results for the KnowledgeNet documents, but you will need this if you want to run the system on other documents or if you want to change the NER system. Contact Filipe Mesquita (filipe[at]diffbot.com) for a free research token.
99

1010
## Using the pretrained model
1111

@@ -36,6 +36,7 @@ This creates the analysis files in `tmp` and when run on `dev` prints the result
3636

3737
With the pretrained baseline 5 model you should get similar to the following on the dev set
3838
```
39+
Evaluation Precision Recall F1
3940
span_overlap 0.718 0.691 0.704
4041
span_exact 0.620 0.599 0.609
4142
uri 0.557 0.472 0.511

0 commit comments

Comments
 (0)