Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
## Sentiment Analysis Data for the Welsh Language
|
7 |
+
|
8 |
+
**Dataset Description:**
|
9 |
+
This dataset contains a sentiment analysis dataset from Espinosa et al. (2021).
|
10 |
+
|
11 |
+
**Data Structure:**
|
12 |
+
The data was used for the project on [improving word embeddings with graph knowledge for Low Resource Languages](https://github.com/pyRis/retrofitting-embeddings-lrls?tab=readme-ov-file).
|
13 |
+
|
14 |
+
**Citation:**
|
15 |
+
```bibtex
|
16 |
+
@article{espinosa2021english,
|
17 |
+
title={English--Welsh cross-lingual embeddings},
|
18 |
+
author={Espinosa-Anke, Luis and Palmer, Geraint and Corcoran, Padraig and Filimonov, Maxim and Spasi{\'c}, Irena and Knight, Dawn},
|
19 |
+
journal={Applied Sciences},
|
20 |
+
volume={11},
|
21 |
+
number={14},
|
22 |
+
pages={6541},
|
23 |
+
year={2021},
|
24 |
+
publisher={MDPI}
|
25 |
+
}
|
26 |
+
```
|