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