nielsr HF Staff commited on
Commit
aa1dc4b
·
verified ·
1 Parent(s): 073c715

Improve dataset card: Add metadata and paper/code links

Browse files

This PR enhances the dataset card by:
- Adding `task_categories: image-text-to-text` to the metadata for better categorization.
- Including `license: other` to accurately reflect the stated license.
- Adding `language: ru` and relevant tags such as `mathematics`, `education`, `vlm`, `assessment`, `russian`, and `handwritten` for improved discoverability.
- Providing direct links to the associated paper ([CHECK-MAT: Checking Hand-Written Mathematical Answers for the Russian Unified State Exam](https://huggingface.co/papers/2507.22958)) and its GitHub repository ([https://github.com/Karifannaa/EGE_Math_Solutions_Assessment_Benchmark](https://github.com/Karifannaa/EGE_Math_Solutions_Assessment_Benchmark)) at the top of the dataset card.

These additions will make the dataset more discoverable and informative for users on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1,5 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # EGE Math Solutions Assessment Benchmark
2
 
 
 
3
  ## Dataset Description
4
 
5
  This dataset contains student solutions to Russian Unified State Exam (EGE) mathematics problems, with reference scores for benchmarking automated evaluation systems.
@@ -122,4 +139,4 @@ If you use this work in your research, please consider citing it.
122
  primaryClass={cs.CV},
123
  url={https://arxiv.org/abs/2507.22958},
124
  }
125
- ```
 
1
+ ---
2
+ task_categories:
3
+ - image-text-to-text
4
+ license: other
5
+ language:
6
+ - ru
7
+ tags:
8
+ - mathematics
9
+ - education
10
+ - vlm
11
+ - assessment
12
+ - russian
13
+ - handwritten
14
+ ---
15
+
16
  # EGE Math Solutions Assessment Benchmark
17
 
18
+ [Paper](https://huggingface.co/papers/2507.22958) | [Code](https://github.com/Karifannaa/EGE_Math_Solutions_Assessment_Benchmark)
19
+
20
  ## Dataset Description
21
 
22
  This dataset contains student solutions to Russian Unified State Exam (EGE) mathematics problems, with reference scores for benchmarking automated evaluation systems.
 
139
  primaryClass={cs.CV},
140
  url={https://arxiv.org/abs/2507.22958},
141
  }
142
+ ```