DGurgurov commited on
Commit
1cc44ab
·
verified ·
1 Parent(s): 6a7bbd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+
6
+ ## Sentiment Analysis Data for the Thai Language
7
+
8
+ **Dataset Description:**
9
+ This dataset contains a sentiment analysis dataset from Suriyawongkul et al. (2019).
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
+ @software{bact_2019_3457447,
17
+ author = {Suriyawongkul, Arthit and
18
+ Chuangsuwanich, Ekapol and
19
+ Chormai, Pattarawat and
20
+ Polpanumas, Charin},
21
+ title = {PyThaiNLP/wisesight-sentiment: First release},
22
+ month = sep,
23
+ year = 2019,
24
+ publisher = {Zenodo},
25
+ version = {v1.0},
26
+ doi = {10.5281/zenodo.3457447},
27
+ url = {https://doi.org/10.5281/zenodo.3457447}
28
+ }
29
+ ```
30
+