Datasets:

Languages:
Portuguese
Size Categories:
n<1K
ArXiv:
Tags:
License:
Ramon Pires commited on
Commit
6bf05b2
1 Parent(s): 31a564d

Update the README with description and citation

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -34,4 +34,32 @@ language:
34
  pretty_name: ENEM
35
  size_categories:
36
  - n<1K
37
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  pretty_name: ENEM
35
  size_categories:
36
  - n<1K
37
+ ---
38
+
39
+ The enem 2022 and enem 2023 datasets encompass all multiple-choice questions from the last two editions of the [Exame Nacional do Ensino Médio (ENEM)](https://www.gov.br/inep/pt-br/areas-de-atuacao/avaliacao-e-exames-educacionais/enem), the main standardized entrance examination adopted by Brazilian universities. The datasets have been created to allow the evaluation of both textual-only and textual-visual language models. To evaluate textual-only models, we incorporated into the datasets the textual descriptions of the images that appear in the questions' statements from the orange ENEM exam booklet, a particular booklet that offers accessibility to people with visual impairments.
40
+
41
+ A repository containing the essential code for utilizing this dataset is accessible [here](https://github.com/piresramon/gpt-4-enem).
42
+
43
+ If you use this dataset in your research, please acknowledge the papers below by citing them:
44
+
45
+ ```bibtex
46
+ @misc{pires2023evaluating,
47
+ title={Evaluating GPT-4's Vision Capabilities on Brazilian University Admission Exams},
48
+ author={Ramon Pires and Thales Sales Almeida and Hugo Abonizio and Rodrigo Nogueira},
49
+ year={2023},
50
+ eprint={2311.14169},
51
+ archivePrefix={arXiv},
52
+ primaryClass={cs.CL}
53
+ }
54
+ ```
55
+
56
+ ```bibtex
57
+ @misc{nunes2023evaluating,
58
+ title={Evaluating GPT-3.5 and GPT-4 Models on Brazilian University Admission Exams},
59
+ author={Desnes Nunes and Ricardo Primi and Ramon Pires and Roberto Lotufo and Rodrigo Nogueira},
60
+ year={2023},
61
+ eprint={2303.17003},
62
+ archivePrefix={arXiv},
63
+ primaryClass={cs.CL}
64
+ }
65
+ ```