Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- lv
|
7 |
+
---
|
8 |
+
|
9 |
+
## Sentiment Analysis Data for the Latvian Language
|
10 |
+
|
11 |
+
**Dataset Description:**
|
12 |
+
This dataset contains a sentiment analysis dataset from Sproģis et al. (2020).
|
13 |
+
|
14 |
+
**Data Structure:**
|
15 |
+
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).
|
16 |
+
|
17 |
+
|
18 |
+
**Citation:**
|
19 |
+
```bibtex
|
20 |
+
@inproceedings{SprogisRikters2020BalticHLT,
|
21 |
+
author = {Sproģis, Uga and Rikters, Matīss},
|
22 |
+
booktitle={In Proceedings of the 9th Conference Human Language Technologies - The Baltic Perspective (Baltic HLT 2020)},
|
23 |
+
title = {{What Can We Learn From Almost a Decade of Food Tweets}},
|
24 |
+
address={Kaunas, Lithuania},
|
25 |
+
year = {2020}
|
26 |
+
}
|
27 |
+
```
|