Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
## Sentiment Analysis Data for the Kurdish Language
|
7 |
+
|
8 |
+
**Dataset Description:**
|
9 |
+
This dataset contains a sentiment analysis dataset from Badawi et al. (2024).
|
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{article,
|
17 |
+
author = {Badawi, Soran and Kazemi, Arefeh and Rezaie, Vali},
|
18 |
+
year = {2024},
|
19 |
+
month = {01},
|
20 |
+
pages = {1-20},
|
21 |
+
title = {KurdiSent: a corpus for kurdish sentiment analysis},
|
22 |
+
journal = {Language Resources and Evaluation},
|
23 |
+
doi = {10.1007/s10579-023-09716-6}
|
24 |
+
}
|
25 |
+
```
|