Visualforma/portugal-basic-qa-ptcore
Portugal Basic QA PTCORE 50 very basic multiple-choice questions about Portugal, written in European Portuguese. Schema: question: question in Portuguese choices: three answer options label: correct option as a, b, or c answer: answer text This dataset is used by nanochat/ptcore_eval.py as the portugal-basic-qa-pt PTCORE task.
012
1---2language:3- pt4license: cc-by-4.05task_categories:6- question-answering7- text-classification8pretty_name: Portugal Basic QA PTCORE9size_categories:10- n<1K11dataset_info:12 features:13 - name: question14 dtype: string15 - name: choices16 list: string17 - name: label18 dtype: string19 - name: answer20 dtype: string21 splits:22 - name: val23 num_bytes: 594924 num_examples: 5025 download_size: 614126 dataset_size: 594927configs:28- config_name: default29 data_files:30 - split: val31 path: data/val-*32---33 34# Portugal Basic QA PTCORE35 3650 very basic multiple-choice questions about Portugal, written in European Portuguese.37 38Schema:39- `question`: question in Portuguese40- `choices`: three answer options41- `label`: correct option as `a`, `b`, or `c`42- `answer`: answer text43 44This dataset is used by `nanochat/ptcore_eval.py` as the `portugal-basic-qa-pt` PTCORE task.45 