hugosousa commited on
Commit
2ca199f
1 Parent(s): 75e02e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -5
README.md CHANGED
@@ -11,17 +11,21 @@ license: mit
11
  widget:
12
  - text: "A Parma dal primo semestre 2015 al primo semestre di quest'anno l'aumento delle frodi è stato pari al 152%"
13
  ---
 
 
 
 
 
 
 
 
14
  | Feature | Description |
15
  | --- |-----------------------------------------|
16
  | **Name** | `it_tei2go` |
17
- | **Version** | `0.0.0` |
18
  | **spaCy** | `>=3.2.4,<3.3.0` |
19
  | **Default Pipeline** | `ner` |
20
  | **Components** | `ner` |
21
- | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
22
- | **Sources** | n/a |
23
  | **License** | MIT |
24
- | **Author** | [n/a]() |
25
 
26
  ### Label Scheme
27
 
@@ -33,4 +37,26 @@ widget:
33
  | --- | --- |
34
  | **`ner`** | `TIMEX` |
35
 
36
- </details>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  widget:
12
  - text: "A Parma dal primo semestre 2015 al primo semestre di quest'anno l'aumento delle frodi è stato pari al 152%"
13
  ---
14
+
15
+
16
+ # Temporal Expression Identification to Go
17
+
18
+ [![Paper](https://img.shields.io/badge/Paper-557C55)](https://dl.acm.org/doi/10.1145/3583780.3615130)
19
+
20
+ Temporal Expression Identification to Go (TEI2GO) is an approach for fast and effective identification of temporal expressions.
21
+
22
  | Feature | Description |
23
  | --- |-----------------------------------------|
24
  | **Name** | `it_tei2go` |
 
25
  | **spaCy** | `>=3.2.4,<3.3.0` |
26
  | **Default Pipeline** | `ner` |
27
  | **Components** | `ner` |
 
 
28
  | **License** | MIT |
 
29
 
30
  ### Label Scheme
31
 
 
37
  | --- | --- |
38
  | **`ner`** | `TIMEX` |
39
 
40
+ </details>
41
+
42
+ ## Cite
43
+
44
+ If you use this work, please cite the following [paper](https://dl.acm.org/doi/10.1145/3583780.3615130):
45
+
46
+ ```bibtex
47
+ @inproceedings{10.1145/3583780.3615130,
48
+ author = {Sousa, Hugo and Campos, Ricardo and Jorge, Al\'{\i}pio},
49
+ title = {TEI2GO: A Multilingual Approach for Fast Temporal Expression Identification},
50
+ year = {2023},
51
+ isbn = {9798400701245},
52
+ publisher = {Association for Computing Machinery},
53
+ url = {https://doi.org/10.1145/3583780.3615130},
54
+ doi = {10.1145/3583780.3615130},
55
+ booktitle = {Proceedings of the 32nd ACM International Conference on Information and Knowledge Management},
56
+ pages = {5401–5406},
57
+ numpages = {6},
58
+ keywords = {temporal expression identification, multilingual corpus, weak label},
59
+ location = {Birmingham, United Kingdom},
60
+ series = {CIKM '23}
61
+ }
62
+ ```