Datasets:

Languages:
Korean
Multilinguality:
monolingual
Size Categories:
100K<n<1m
Tags:
License:
leey4n commited on
Commit
b5ae506
1 Parent(s): 15be909

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -1,20 +1,25 @@
1
  ### ⚠️ Caution with `Rating` Column
2
- 0 stands for negative review, 1 stands for positive review, and 2 stands for ambiguous review.
3
- **Note that rating 2 is not intended to be used directly for supervised learning(classification).** This data is included for additional pre-training purpose or other usage.
4
- In other words, this dataset is basically a **binary** sentiment classficiation task where labels are 0 and 1.
5
 
6
  ### 🔍 See More
7
- See all the codes for crwaling/preprocessing the dataset and experiments with KR3 in [Gitlab Repo](https://gitlab.com/Wittgensteinian/kr3)
8
- Read our blog posting in [DIYA Blog Posting](.)
9
 
10
  ### Legal Issues
11
  We concluded that the **non-commerical usage and release of KR3 fall into the range of fair use (공정 이용)** stated in the Korean copyright act (저작권법). We further clarify that we **did not agree to the terms of service** from any websites which might prohibit web crawling. In other words, web crawling we've done was proceeded without logging in to the website. Despite all of these, feel free to contact to any of the contributors if you notice any legal issues.
12
 
13
  ### Contributors & Acknowledgement
14
- Yejoon Lee
15
- @@@
16
- @@@
17
- @@@
 
 
 
 
 
18
 
19
  This work was done as DIYA 4기. Compute resources needed for the work was supported by [DIYA](https://blog.diyaml.com) and [surromind.ai](surromind.ai).
20
 
 
1
  ### ⚠️ Caution with `Rating` Column
2
+ 0 stands for negative review, 1 stands for positive review, and 2 stands for ambiguous review.
3
+ **Note that rating 2 is not intended to be used directly for supervised learning(classification).** This data is included for additional pre-training purpose or other usage.
4
+ In other words, this dataset is basically a **binary** sentiment classficiation task where labels are 0 and 1.
5
 
6
  ### 🔍 See More
7
+ See all the codes for crwaling/preprocessing the dataset and experiments with KR3 in [Gitlab Repo](https://gitlab.com/Wittgensteinian/kr3).
8
+ Read our blog post in [DIYA Blog Post](.).
9
 
10
  ### Legal Issues
11
  We concluded that the **non-commerical usage and release of KR3 fall into the range of fair use (공정 이용)** stated in the Korean copyright act (저작권법). We further clarify that we **did not agree to the terms of service** from any websites which might prohibit web crawling. In other words, web crawling we've done was proceeded without logging in to the website. Despite all of these, feel free to contact to any of the contributors if you notice any legal issues.
12
 
13
  ### Contributors & Acknowledgement
14
+ (Alphabetical order)
15
+
16
+ [Dongin Jung](https://github.com/dongin1009)
17
+
18
+ [Hyunwoo Kwak](https://github.com/Kwak-Hyun-woo)
19
+
20
+ [Kaeun Lee](https://github.com/devkani)
21
+
22
+ [Yejoon Lee](https://github.com/wittgensteinian)
23
 
24
  This work was done as DIYA 4기. Compute resources needed for the work was supported by [DIYA](https://blog.diyaml.com) and [surromind.ai](surromind.ai).
25