new table
Browse files
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
|
| 27 |
-
| :--- | :--- | :--- |
|
| 28 |
-
| **
|
| 29 |
-
| Business Report | **0.
|
| 30 |
-
| Comics | 0.
|
| 31 |
-
| Engineering Drawing | 0.
|
| 32 |
-
| Infographics | 0.
|
| 33 |
-
| Maps | 0.
|
| 34 |
-
| Science Paper | 0.
|
| 35 |
-
| Science Poster | 0.
|
| 36 |
-
| Slide | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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. **
|
| 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 |
|