dkoterwa commited on
Commit
b8744b9
1 Parent(s): ccdec9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -26,7 +26,19 @@ dataset_info:
26
  dataset_size: 1583516
27
  ---
28
 
29
- If you use this dataset for research, please cite this paper:
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  ```
32
  @article{ham2020kornli,
 
26
  dataset_size: 1583516
27
  ---
28
 
29
+ For a better dataset description, please visit this GitHub repository prepared by the authors of the article: [LINK](https://github.com/kakaobrain/kor-nlu-datasets)
30
+ This dataset was prepared by converting tsv files from this repository. The idea was to share the dataset for broader audience. I am not an original author of it.
31
+ Because of the specifity of read_csv method from Pandas library, there are couple of observations, which had to be deleted because of the formatting (54 in train, 35 in valid, and 1 in test)
32
+
33
+ **How to download**
34
+
35
+ ```
36
+ from datasets import load_dataset
37
+ data = load_dataset("dkoterwa/kor-sts")
38
+ ```
39
+
40
+
41
+ **If you use this dataset for research, please cite this paper:**
42
 
43
  ```
44
  @article{ham2020kornli,