adding citation
Browse files
README.md
CHANGED
@@ -50,4 +50,21 @@ Please check the [official repository](https://github.com/shon-otmazgin/fastcore
|
|
50 |
| + Leftovers batching | 00:25 | 4.0 |
|
51 |
The inference time(Min:Sec) and memory(GiB) for each model on 2.8K documents. Average of 3 runs. Hardware, NVIDIA Tesla V100 SXM2.
|
52 |
|
53 |
-
### Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
| + Leftovers batching | 00:25 | 4.0 |
|
51 |
The inference time(Min:Sec) and memory(GiB) for each model on 2.8K documents. Average of 3 runs. Hardware, NVIDIA Tesla V100 SXM2.
|
52 |
|
53 |
+
### Citation
|
54 |
+
|
55 |
+
```
|
56 |
+
@inproceedings{otmazgin-etal-2022-f,
|
57 |
+
title = "{F}-coref: Fast, Accurate and Easy to Use Coreference Resolution",
|
58 |
+
author = "Otmazgin, Shon and
|
59 |
+
Cattan, Arie and
|
60 |
+
Goldberg, Yoav",
|
61 |
+
booktitle = "Proceedings of the 2nd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 12th International Joint Conference on Natural Language Processing: System Demonstrations",
|
62 |
+
month = nov,
|
63 |
+
year = "2022",
|
64 |
+
address = "Taipei, Taiwan",
|
65 |
+
publisher = "Association for Computational Linguistics",
|
66 |
+
url = "https://aclanthology.org/2022.aacl-demo.6",
|
67 |
+
pages = "48--56",
|
68 |
+
abstract = "We introduce fastcoref, a python package for fast, accurate, and easy-to-use English coreference resolution. The package is pip-installable, and allows two modes: an accurate mode based on the LingMess architecture, providing state-of-the-art coreference accuracy, and a substantially faster model, F-coref, which is the focus of this work. F-coref allows to process 2.8K OntoNotes documents in 25 seconds on a V100 GPU (compared to 6 minutes for the LingMess model, and to 12 minutes of the popular AllenNLP coreference model) with only a modest drop in accuracy. The fast speed is achieved through a combination of distillation of a compact model from the LingMess model, and an efficient batching implementation using a technique we call leftover batching. https://github.com/shon-otmazgin/fastcoref",
|
69 |
+
}
|
70 |
+
```
|