Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- es
|
5 |
+
pretty_name: NECOS
|
6 |
---
|
7 |
+
### Title:
|
8 |
+
NECOS: An annotated corpus to identify constructive news comments in Spanish
|
9 |
+
|
10 |
+
### Dataset Description
|
11 |
+
|
12 |
+
**Paper**: [NECOS: An annotated corpus to identify constructive news comments in Spanish](http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/download/6321/3750)
|
13 |
+
|
14 |
+
**Point of Contact**: [email protected], [email protected]
|
15 |
+
|
16 |
+
NEws and COmments in Spanish (NECOS) is a collection of Spanish comments posted in response to newspaper articles. Following a robust annotation scheme, three annotators labeled the comments as constructive and non-constructive. The articles were published in the newspaper El Mundo between April 3rd and April 30th, 2018.
|
17 |
+
|
18 |
+
The corpus is composed of a total of 10 news articles and 1,419 comments. Three annotators manually labeled NECOS with an average Cohen’s kappa of 78.97.
|
19 |
+
|
20 |
+
### Licensing Information
|
21 |
+
|
22 |
+
NECOS is released under the [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
|
23 |
+
|
24 |
+
### Citation Information
|
25 |
+
```bibtex
|
26 |
+
@article{lopez2021necos,
|
27 |
+
title={NECOS: An annotated corpus to identify constructive news comments in Spanish},
|
28 |
+
author={L{\'o}pez-{\'U}beda, Pilar and Plaza-del-Arco, Flor Miriam and D{\'\i}az-Galiano, Manuel Carlos and Mart{\'\i}n-Valdivia, M Teresa},
|
29 |
+
journal={Procesamiento del Lenguaje Natural},
|
30 |
+
volume={66},
|
31 |
+
pages={41--51},
|
32 |
+
year={2021}
|
33 |
+
}
|
34 |
+
```
|