milano0017 commited on
Commit
2420f47
·
verified ·
1 Parent(s): ddd5100

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ language:
5
+ - en
6
+ tags:
7
+ - math competition
8
+ - aops
9
+ - imo
10
+ size_categories:
11
+ - 10K<n<100K
12
+ ---
13
+
14
+ # Dataset Card
15
+ imo_lq_filtered
16
+ ## Dataset Details
17
+ We scraped conversations and their tags from topics posted on Art of Problem Solving's High School Olympiads section, then normalized the data and removed duplicates. We treated the first post in each topic as the Problem, and posts following it that potentially contained answers as Solutions.
18
+ ### Dataset Description
19
+ Using open-web-math/filtering-models, we removed text data with a perplexity greater than 15,000 in accordance with the paper's methodology. Additionally, for posts after the first one in each topic, we considered text data unlikely to be answers and removed it if it was 200 characters or less, or if its LaTeX ratio was 0.1 or lower.
20
+
21
+ Reference: https://huggingface.co/open-web-math/filtering-models/blob/main/example/perplexity.py
22
+ ### Dataset Sources
23
+ https://artofproblemsolving.com/community/c6h
24
+ ## Uses
25
+ We believe this dataset will be useful for fine-tuning language models on Mathematical Olympiad problems.