--- dataset_info: features: - name: instruction dtype: string - name: input dtype: string - name: output dtype: string - name: ref dtype: string - name: category dtype: string - name: context dtype: string splits: - name: train num_bytes: 2565410.2701452253 num_examples: 7512 download_size: 1360686 dataset_size: 2565410.2701452253 configs: - config_name: default data_files: - split: train path: data/train-* --- πŸš€ Dataset Info - total : 7781 - Ref (used) - KETI-AIR/kor_ai2_arc : 7781 개 - preocessing - (1) all : change formatting - sample ```python {'instruction': 'λ‹€μŒ μ§„μˆ  쀑 μ–΄λ–€ 것이 μžμ„μ΄ 보톡 냉μž₯κ³  문에 λΆ™λŠ” 이유λ₯Ό κ°€μž₯ 잘 μ„€λͺ…ν•˜λŠ”κ°€?', 'input': 'A. 냉μž₯κ³  문이 λ§€λ„λŸ½μŠ΅λ‹ˆλ‹€.\nB. 냉μž₯κ³  λ¬Έμ—λŠ” 철뢄이 λ“€μ–΄ μžˆμŠ΅λ‹ˆλ‹€.\nC. 냉μž₯κ³  문은 쒋은 λ„μ „μ²΄μž…λ‹ˆλ‹€.\nD. 냉μž₯κ³  문에 전선이 μžˆμŠ΅λ‹ˆλ‹€.', 'output': 'B. 냉μž₯κ³  λ¬Έμ—λŠ” 철뢄이 λ“€μ–΄ μžˆμŠ΅λ‹ˆλ‹€.', 'ref': 'KETI-AIR/kor_ai2_arc', 'category': 'ARC', 'context': ''} ```