kwang2049 commited on
Commit
89c974c
1 Parent(s): e9b5d4b
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -66,7 +66,12 @@ python local_run.py
66
  ```
67
 
68
  ## Evalution
69
- The evaluation results are
 
 
 
 
 
70
 
71
  ## Citation
72
  If you use the repo, feel free to cite our publication [DAPR: A Benchmark on Document-Aware Passage Retrieval](https://arxiv.org/abs/2305.13915):
 
66
  ```
67
 
68
  ## Evalution
69
+ The evaluation results on OntoNotesv5 are:
70
+
71
+ | Model | Precision | Recall | F1 | Input Length|
72
+ | --- | --- | --- | --- | --- |
73
+ | AllenNLP's original implementation | 79.2 | 78.4 | 78.8 | <= 2K words|
74
+ | This modification | 78.9 | 67.0 | 72.4| <= 40K words |
75
 
76
  ## Citation
77
  If you use the repo, feel free to cite our publication [DAPR: A Benchmark on Document-Aware Passage Retrieval](https://arxiv.org/abs/2305.13915):