Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
## Sentiment Analysis Data for the Amharic Language
|
7 |
+
|
8 |
+
**Dataset Description:**
|
9 |
+
This dataset contains a sentiment analysis dataset from Yimam et al. (2020).
|
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 |
+
@InProceedings{yimametalcoling2020,
|
17 |
+
title = "Exploring {A}mharic Sentiment Analysis from Social Media Texts: Building Annotation Tools and Classification Models",
|
18 |
+
author = "Yimam, Seid Muhie and
|
19 |
+
Alemayehu, Hizkiel Mitiku and
|
20 |
+
Ayele, Abinew and
|
21 |
+
Biemann, Chris",
|
22 |
+
booktitle = "Proceedings of the 28th International Conference on Computational Linguistics",
|
23 |
+
month = dec,
|
24 |
+
year = "2020",
|
25 |
+
address = "Barcelona, Spain (Online)",
|
26 |
+
pages = "1048--1060"
|
27 |
+
}
|
28 |
+
```
|