Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pretty_name: HMMT February 2025 (with solutions)
|
6 |
+
size_categories:
|
7 |
+
- n<1K
|
8 |
+
task_categories:
|
9 |
+
- question-answering
|
10 |
+
- text-generation
|
11 |
+
- text2text-generation
|
12 |
+
---
|
13 |
+
|
14 |
+
### Dataset Summary
|
15 |
+
|
16 |
+
This dataset comprises the questions, answers, and solutions from [HMMT February 2025](https://www.hmmt.org/www/archive/282), all of which were extracted by OCR, converted to LaTeX, and manually verified by [FlagEval Team](https://flageval.baai.ac.cn/#/home).
|
17 |
+
|
18 |
+
### Data Fields
|
19 |
+
|
20 |
+
Below one can find the description of each field in the dataset.
|
21 |
+
|
22 |
+
- `id` (str): Index of the problem in the competition
|
23 |
+
- `problem` (str): Full problem statement
|
24 |
+
- `answer` (str): Ground-truth answer to the question
|
25 |
+
- `solution`(str): Ground-truth solution to the question
|
26 |
+
|
27 |
+
### Licensing Information
|
28 |
+
|
29 |
+
This dataset is licensed under the Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).
|