--- dataset_info: features: - name: question_id dtype: int64 - name: question dtype: string - name: answer dtype: string - name: category dtype: string - name: multiple_choice dtype: bool - name: source dtype: string - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 64761 num_examples: 350 - name: val num_bytes: 21977 num_examples: 117 - name: test num_bytes: 42785 num_examples: 233 download_size: 68887 dataset_size: 129523 configs: - config_name: default data_files: - split: train path: data/train-* - split: val path: data/val-* - split: test path: data/test-* --- # Dataset Card for "pubquiz" ## Dataset Description - **Homepage GPT-NL:** [GPT-NL](https://gpt-nl.nl/) - **Source:** [Pubquiz Nederland](https://pubquiznederland.nl/) - **Repository:** TBA ### Dataset Summary A total of 1,165 Dutch-oriented pubquiz questions including answers are posed here as a dataset to evaluate the factual knowledge capabilities of LLMs. The questions are divided into categories of subjects listed here [subjects](https://pubquiznederland.nl/pubquiz-vragen/). In short, the questions fall into the following categories: - General knowledge - Film - Sports - History - Music - Food & Drinks - Politics - Geography - True or false questions - Multiple choice questions - Challenging questions - Easy questions - Netherlands ## Dataset Structure - `id`: question identifier (`int`) - `question`: the actual question (`string`) - `answer`: the answer(s). Can be multiple choice (`string`) - `multiple choice`: flag to determine if the answer consist of multiple choice answers (`bool`) - `category`: type of category (`string`) - `source`: source URL of the question/answers (`string`)