hugosousa commited on
Commit
182da84
·
verified ·
1 Parent(s): 41c8195

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
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
+ ```