Datasets:

Modalities:
Text
Formats:
csv
Languages:
Sundanese
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
DGurgurov commited on
Commit
e229eec
·
verified ·
1 Parent(s): cf144ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+
6
+ ## Sentiment Analysis Data for the Sundanese Language
7
+
8
+ **Dataset Description:**
9
+ This dataset contains a sentiment analysis dataset from Winata et al. (2022).
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
+ @misc{winata2022nusax,
17
+ title={NusaX: Multilingual Parallel Sentiment Dataset for 10 Indonesian Local Languages},
18
+ author={Winata, Genta Indra and Aji, Alham Fikri and Cahyawijaya, Samuel and Mahendra, Rahmad and Koto, Fajri and Romadhony, Ade and Kurniawan, Kemal and Moeljadi, David and Prasojo, Radityo Eko and Fung, Pascale and Baldwin, Timothy and Lau, Jey Han and Sennrich, Rico and Ruder, Sebastian},
19
+ year={2022},
20
+ eprint={2205.15960},
21
+ archivePrefix={arXiv},
22
+ primaryClass={cs.CL}
23
+ }
24
+ ```