--- dataset_info: features: - name: question dtype: string - name: number dtype: int64 - name: id dtype: string - name: alternatives list: string - name: associated_images list: string - name: answer dtype: string - name: has_associated_images dtype: bool - name: alternatives_type dtype: string - name: subject list: 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 - name: blind_captions list: string - name: context_captions list: string splits: - name: questions num_bytes: 99006748 num_examples: 1422 download_size: 92234561 dataset_size: 99006748 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} } ```