File size: 2,001 Bytes
411776d
 
 
 
 
 
 
 
 
dd97f7b
411776d
 
 
c0298d0
411776d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd97f7b
411776d
 
 
dd97f7b
411776d
a790a09
 
05839b7
 
414d40a
411776d
 
 
 
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
59
60
61
{
  "name": "ENEM",
  "release_date": "2024-11-01",
  "subsets": {
    "main": {
      "language": [
        "pt"
      ],
      "modalities": [
        "multi_image_start",
        "text"
      ],
      "task_type": "multiple_choice_vqa",
      "prompt_template": "Eu vou te passar uma questão de múltipla escolha. Selecione a alternativa correta (\"A.\", \"B.\", \"C.\", \"D.\" ou \"E.\").\n{% for _ in range(n_figures) %}<image>{% endfor %}{{ question | replace('[[placeholder]]', '') }}\n{% for k, v in options.items() %}{{ k }}. {{ v }}\n{% endfor %}Resposta:",
      "mapping_from_source": {
        "media": {
          "from": "figures",
          "type": "list",
          "min_items": 0,
          "max_items": 6
        },
        "id": {
          "from": "id"
        },
        "question": {
          "from": "question"
        },
        "answer": {
          "from": "label",
          "optional": true
        },
        "options": {
          "from": "alternatives",
          "optional": true,
          "note": "list source values are normalized to {A,B,...} dict"
        },
        "extra": {
          "n_figures": {
            "from": "n_figures"
          },
          "exam": {
            "from": "exam"
          }
        },
        "source": {
          "format": "json",
          "url": {
            "2022": "https://huggingface.co/datasets/maritaca-ai/enem",
            "2023": "https://huggingface.co/datasets/maritaca-ai/enem",
            "2024": "https://huggingface.co/datasets/maritaca-ai/enem"
          }
        }
      },
      "prompt_template_source": {
        "origin": "official",
        "reference": "https://github.com/piresramon/gpt-4-enem (piresramon/gpt-4-enem description.json + enem_multimodal.py:format_example) — Portuguese ENEM prompt as published by the dataset authors",
        "notes": "Tier 1: ENEM official Portuguese prompt as published by piresramon/gpt-4-enem (the dataset's official evaluation harness)."
      }
    }
  }
}