Update README.md
Browse files
README.md
CHANGED
@@ -65,12 +65,12 @@ Each problem includes a programming question paired with relevant images, Python
|
|
65 |
|
66 |
- **Rich Diversity**: With 3,548 questions paired with 6,620 images, sourced from 10 different coding competition websites, the dataset offers a diverse range of real-world programming challenges.
|
67 |
|
68 |
-
- **Detailed Annotations**: The dataset includes detailed annotations for images, categorizing them into types
|
69 |
|
70 |
- **Automatic Testing Framework**: Each problem is accompanied by input-output pairs that serve as automated test cases to rigorously evaluate the correctness of the solutions provided by the models.
|
71 |
|
72 |
## Data Split
|
73 |
-
The
|
74 |
|
75 |
## Data Example
|
76 |
```json
|
|
|
65 |
|
66 |
- **Rich Diversity**: With 3,548 questions paired with 6,620 images, sourced from 10 different coding competition websites, the dataset offers a diverse range of real-world programming challenges.
|
67 |
|
68 |
+
- **Detailed Annotations**: The dataset includes detailed annotations for images, categorizing them into types ``Linear Data Structure``, ``Tree``, ``Graph``, ``2D Geometry``, ``3D Geometry``, ``Chessboard``, ``Map``, ``Patterns``, ``Math``, ``Table``, ``Pseudocode``, and ``Others``, which allows for a detailed analysis of model performance across different visual information types.
|
69 |
|
70 |
- **Automatic Testing Framework**: Each problem is accompanied by input-output pairs that serve as automated test cases to rigorously evaluate the correctness of the solutions provided by the models.
|
71 |
|
72 |
## Data Split
|
73 |
+
The test set is made up of 263 problems for efficient evaluation.
|
74 |
|
75 |
## Data Example
|
76 |
```json
|