CoolFace
Datasetpublic

nlpai-lab/ko_commongen_v2_code_switching

πŸ‡°πŸ‡·πŸ‡ΊπŸ‡ΈπŸ‡―πŸ‡΅πŸ‡¨πŸ‡³πŸ‡ͺπŸ‡Έ KoCommonGEN v2 Code-switching This KoCommonGEN v2 Code-switching dataset consists of 99 samples for numerical commonsense reasoning, which were created relying on machine translation. The dataset can be found on Hugging Face at: nlpai-lab/ko_commongen_v2_code_switching This dataset contains code-switching data for the following languages: Korean (korean) English (english) Japanese (japan) Chinese (china) Spanish (espanol) (The code-switching data relies on… See the full description on the dataset page: https://huggingface.co/datasets/nlpai-lab/ko_commongen_v2_code_switching.

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes260downloads
Dataset Card

πŸ‡°πŸ‡·πŸ‡ΊπŸ‡ΈπŸ‡―πŸ‡΅πŸ‡¨πŸ‡³πŸ‡ͺπŸ‡Έ KoCommonGEN v2 Code-switching

This KoCommonGEN v2 Code-switching dataset consists of 99 samples for numerical commonsense reasoning, which were created relying on machine translation.

The dataset can be found on Hugging Face at: nlpai-lab/ko_commongen_v2_code_switching

This dataset contains code-switching data for the following languages:

  • β€”Korean (korean)
  • β€”English (english)
  • β€”Japanese (japan)
  • β€”Chinese (china)
  • β€”Spanish (espanol)

(The code-switching data relies on machine translation, which may result in some inaccuracies.)

To load the dataset, you can use the following code:

python
from datasets import load_dataset

dataset = load_dataset("nlpai-lab/ko_commongen_v2_code_switching")

# To access a specific language dataset:
korean_data = dataset['korean']
english_data = dataset['english']
# ... and so on for other languages