oliverguhr
commited on
Commit
•
97adfa8
1
Parent(s):
6bf504c
citation added
Browse files
README.md
CHANGED
@@ -60,5 +60,18 @@ The performance differs for the single punctuation markers as hyphens and colons
|
|
60 |
| macro average | 0.788538 |
|
61 |
| micro average | 0.983492 |
|
62 |
|
63 |
-
##
|
64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
| macro average | 0.788538 |
|
61 |
| micro average | 0.983492 |
|
62 |
|
63 |
+
## How to cite us
|
64 |
+
|
65 |
+
```
|
66 |
+
@misc{https://doi.org/10.48550/arxiv.2301.03319,
|
67 |
+
doi = {10.48550/ARXIV.2301.03319},
|
68 |
+
url = {https://arxiv.org/abs/2301.03319},
|
69 |
+
author = {Vandeghinste, Vincent and Guhr, Oliver},
|
70 |
+
keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences, I.2.7},
|
71 |
+
title = {FullStop:Punctuation and Segmentation Prediction for Dutch with Transformers},
|
72 |
+
publisher = {arXiv},
|
73 |
+
year = {2023},
|
74 |
+
copyright = {Creative Commons Attribution Share Alike 4.0 International}
|
75 |
+
}
|
76 |
+
|
77 |
+
```
|