File size: 887 Bytes
af18c51 b673d8e af18c51 b673d8e 6377bec b673d8e af18c51 a463a84 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
dataset_info:
features:
- name: question_id
dtype: int64
- name: course_id
dtype: int64
- name: course_domain
dtype: string
- name: course_type
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
- name: correct_answer
dtype: string
- name: correct_answer_idx
dtype: int64
splits:
- name: train
num_bytes: 883420
num_examples: 1962
download_size: 414151
dataset_size: 883420
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
From [Borges B. et al. 2024. Could ChatGPT get an engineering degree? Evaluating higher education vulnerability to AI assistants.](https://www.pnas.org/doi/10.1073/pnas.2414955121). Original data repository: [https://github.com/epfl-nlp/NLP4Education/tree/main/data](https://github.com/epfl-nlp/NLP4Education/tree/main/data). |