Update README.md
Browse files
README.md
CHANGED
@@ -88,6 +88,19 @@ To apply the model to the text corpora in the ParlaMint TXT format
|
|
88 |
published on the CLARIN.SI GitHub repository
|
89 |
"[ParlaMint-Annotation-with-CAP-Topics](https://github.com/clarinsi/ParlaMint-Annotation-with-CAP-Topics)".
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
## CAP Label definition
|
92 |
|
93 |
We use 21 [CAP](https://www.comparativeagendas.net/) majortopics + category "Other" - 22 labels.
|
|
|
88 |
published on the CLARIN.SI GitHub repository
|
89 |
"[ParlaMint-Annotation-with-CAP-Topics](https://github.com/clarinsi/ParlaMint-Annotation-with-CAP-Topics)".
|
90 |
|
91 |
+
## How to Cite
|
92 |
+
|
93 |
+
The paper presenting the model is underwork. In the meantime, you can cite the model as follows:
|
94 |
+
```
|
95 |
+
@misc{parlacap_model,
|
96 |
+
author = {Kuzman Punger{\v s}ek, Taja and Ljube{\v s}i{\'c}, Nikola},
|
97 |
+
title = {Multilingual ParlaCAP model for CAP Topic Classification in Parliamentary Speeches},
|
98 |
+
year = 2025,
|
99 |
+
url = {https://huggingface.co/classla/ParlaCAP-Topic-Classifier},
|
100 |
+
publisher = { Hugging Face }
|
101 |
+
}
|
102 |
+
```
|
103 |
+
|
104 |
## CAP Label definition
|
105 |
|
106 |
We use 21 [CAP](https://www.comparativeagendas.net/) majortopics + category "Other" - 22 labels.
|