Tomiock commited on
Commit
7de3cc9
·
verified ·
1 Parent(s): 222d57c

new table

Browse files
Files changed (1) hide show
  1. README.md +16 -12
README.md CHANGED
@@ -23,17 +23,21 @@ By expanding coverage to new document domains and introducing richer question ty
23
 
24
 
25
  ## Results
26
- | Category | Gemini 3 Flash Preview | Gemini 3 Pro Preview |
27
- | :--- | :--- | :--- |
28
- | **Global Accuracy** | 0.3375 | **0.4000** |
29
- | Business Report | **0.40** | 0.30 |
30
- | Comics | 0.20 | **0.30** |
31
- | Engineering Drawing | 0.40 | 0.40 |
32
- | Infographics | 0.50 | **0.70** |
33
- | Maps | 0.10 | 0.10 |
34
- | Science Paper | 0.40 | 0.40 |
35
- | Science Poster | 0.20 | **0.30** |
36
- | Slide | 0.50 | **0.70** |
 
 
 
 
37
 
38
  Planning on realising new eval results in the coming days.
39
 
@@ -41,7 +45,7 @@ Planning on realising new eval results in the coming days.
41
 
42
  The dataset consists of:
43
  1. **Images:** High-resolution PNG renders of document pages located in the `images/` directory.
44
- 2. **Metadata:** A Parquet file (`validation.parquet`) containing the questions, answers, and references to the image paths.
45
 
46
  ### Schema
47
 
 
23
 
24
 
25
  ## Results
26
+ | Category | Gemini 3 Pro Preview | GPT-5.2 | Gemini 3 Flash Preview | GPT-5 Mini |
27
+ | :--- | :--- | :--- | :--- | :--- |
28
+ | **Accuracy** | **0.375** | 0.350 | 0.3375 | 0.225 |
29
+ | Business Report | 0.4 | **0.6** | 0.2 | 0.3 |
30
+ | Comics | 0.3 | 0.2 | **0.4** | 0.1 |
31
+ | Engineering Drawing | 0.3 | 0.3 | **0.5** | 0.2 |
32
+ | Infographics | **0.7**| 0.6 | 0.5 | 0.5 |
33
+ | Maps | 0.0 | **0.2** | 0.0 | 0.1 |
34
+ | Science Paper | 0.3 | 0.4 | **0.5** | 0.1 |
35
+ | Science Poster | **0.3** | 0.0 | 0.2 | 0.0 |
36
+ | Slide | **0.7** | 0.5 | 0.4 | 0.5 |
37
+
38
+ - GPT Models: "High thinking" and temperature of 1
39
+ - Gemini Models: "High thinking" and temperature of 0.
40
+ Both models where evaluated via their respective APIs. If one sample fails because the input files are too large, the result counts of a failure (e.g. the limit for file inputs for OpenAI models is 50MB, we have some comics that surpass that).
41
 
42
  Planning on realising new eval results in the coming days.
43
 
 
45
 
46
  The dataset consists of:
47
  1. **Images:** High-resolution PNG renders of document pages located in the `images/` directory.
48
+ 2. **Annotations:** A Parquet file (`val.parquet`) containing the questions, answers, and references to the image paths.
49
 
50
  ### Schema
51