File size: 1,333 Bytes
35dbe22 46ec8b0 e24d840 46ec8b0 35dbe22 d99cf6d 6e20b67 d99cf6d 6e20b67 35dbe22 238af33 35dbe22 238af33 |
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
---
dataset_info:
features:
- name: question
dtype: string
- name: number
dtype: int64
- name: id
dtype: string
- name: alternatives
sequence: string
- name: associated_images
sequence: string
- name: answer
dtype: string
- name: has_associated_images
dtype: bool
- name: alternatives_type
dtype: string
- name: subject
sequence: string
- name: TU
dtype: bool
- name: IU
dtype: bool
- name: MR
dtype: bool
- name: ML
dtype: bool
- name: BK
dtype: bool
- name: PRK
dtype: bool
splits:
- name: questions
num_bytes: 82595063
num_examples: 1261
download_size: 75702360
dataset_size: 82595063
configs:
- config_name: default
data_files:
- split: questions
path: data/questions-*
---
# BLUEX
There is a repository with the minimal code for using this dataset available [here](https://github.com/Portuguese-Benchmark-Datasets/BLUEX). If you use this dataset for research, please cite the paper:
```bibtex
@misc{almeida2023bluex,
title={BLUEX: A benchmark based on Brazilian Leading Universities Entrance eXams},
author={Thales Sales Almeida and Thiago Laitz and Giovana K. Bonás and Rodrigo Nogueira},
year={2023},
eprint={2307.05410},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
``` |