Updated paper ref
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ tags:
|
|
14 |
|
15 |
The model is a full-text frame parser for events in Italian and it has been trained on [EventNet-ITA](https://huggingface.co/datasets/mrovera/eventnet-ita).
|
16 |
The model can be used for _full-text_ Frame Parsing and Event Extraction.
|
17 |
-
Please refer to the [paper](https://
|
18 |
|
19 |
|
20 |
## Model Details
|
@@ -133,10 +133,17 @@ The model has been evaluated on three folds, each time with a stratified split o
|
|
133 |
If you use EventNet-ITA, please cite the following paper:
|
134 |
|
135 |
```
|
136 |
-
@
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
}
|
142 |
```
|
|
|
14 |
|
15 |
The model is a full-text frame parser for events in Italian and it has been trained on [EventNet-ITA](https://huggingface.co/datasets/mrovera/eventnet-ita).
|
16 |
The model can be used for _full-text_ Frame Parsing and Event Extraction.
|
17 |
+
Please refer to the [paper](https://aclanthology.org/2024.latechclfl-1.9) for a more detailed description.
|
18 |
|
19 |
|
20 |
## Model Details
|
|
|
133 |
If you use EventNet-ITA, please cite the following paper:
|
134 |
|
135 |
```
|
136 |
+
@inproceedings{rovera-2024-eventnet,
|
137 |
+
title = "{E}vent{N}et-{ITA}: {I}talian Frame Parsing for Events",
|
138 |
+
author = "Rovera, Marco",
|
139 |
+
editor = "Bizzoni, Yuri and
|
140 |
+
Degaetano-Ortlieb, Stefania and
|
141 |
+
Kazantseva, Anna and
|
142 |
+
Szpakowicz, Stan",
|
143 |
+
booktitle = "Proceedings of the 8th Joint SIGHUM Workshop on Computational Linguistics for Cultural Heritage, Social Sciences, Humanities and Literature (LaTeCH-CLfL 2024)",
|
144 |
+
year = "2024",
|
145 |
+
publisher = "Association for Computational Linguistics",
|
146 |
+
url = "https://aclanthology.org/2024.latechclfl-1.9",
|
147 |
+
pages = "77--90",
|
148 |
}
|
149 |
```
|