--- license: cc-by-sa-4.0 dataset_info: features: - name: id dtype: int64 - name: genre dtype: string - name: sentence1 dtype: string - name: sentence2 dtype: string - name: score dtype: float64 splits: - name: train num_bytes: 1036934 num_examples: 5696 - name: valid num_bytes: 298048 num_examples: 1466 - name: test num_bytes: 248534 num_examples: 1379 download_size: 838715 dataset_size: 1583516 --- 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)
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.
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) **How to download** ``` from datasets import load_dataset data = load_dataset("dkoterwa/kor-sts") ``` **If you use this dataset for research, please cite this paper:** ``` @article{ham2020kornli, title={KorNLI and KorSTS: New Benchmark Datasets for Korean Natural Language Understanding}, author={Ham, Jiyeon and Choe, Yo Joong and Park, Kyubyong and Choi, Ilji and Soh, Hyungjoon}, journal={arXiv preprint arXiv:2004.03289}, year={2020} } ```