Update README.md
Browse files
README.md
CHANGED
|
@@ -27,4 +27,26 @@ language:
|
|
| 27 |
| --- | --- |
|
| 28 |
| **`ner`** | `TIMEX` |
|
| 29 |
|
| 30 |
-
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
| --- | --- |
|
| 28 |
| **`ner`** | `TIMEX` |
|
| 29 |
|
| 30 |
+
</details>
|
| 31 |
+
|
| 32 |
+
## Cite
|
| 33 |
+
|
| 34 |
+
If you use this work, please cite the following [paper](https://dl.acm.org/doi/10.1145/3583780.3615130):
|
| 35 |
+
|
| 36 |
+
```bibtex
|
| 37 |
+
@inproceedings{10.1145/3583780.3615130,
|
| 38 |
+
author = {Sousa, Hugo and Campos, Ricardo and Jorge, Al\'{\i}pio},
|
| 39 |
+
title = {TEI2GO: A Multilingual Approach for Fast Temporal Expression Identification},
|
| 40 |
+
year = {2023},
|
| 41 |
+
isbn = {9798400701245},
|
| 42 |
+
publisher = {Association for Computing Machinery},
|
| 43 |
+
url = {https://doi.org/10.1145/3583780.3615130},
|
| 44 |
+
doi = {10.1145/3583780.3615130},
|
| 45 |
+
booktitle = {Proceedings of the 32nd ACM International Conference on Information and Knowledge Management},
|
| 46 |
+
pages = {5401–5406},
|
| 47 |
+
numpages = {6},
|
| 48 |
+
keywords = {temporal expression identification, multilingual corpus, weak label},
|
| 49 |
+
location = {Birmingham, United Kingdom},
|
| 50 |
+
series = {CIKM '23}
|
| 51 |
+
}
|
| 52 |
+
```
|