CoolFace
Datasetpublic

math-ai/BlueMO

BlueMO 🚀 BlueMO: A Comprehensive Collection of Challenging Mathematical Olympiad Problems from the Little Blue Book Series   BlueMO is a comprehensive and challenging dataset comprising mathematical olympiad problems paired with detailed solutions, meticulously curated from the esteemed "Little Blue Book" (小蓝书) series (Second Edition)—a vital resource for Chinese students training for national and international olympiad math competitions. Designed to… See the full description on the dataset page: https://huggingface.co/datasets/math-ai/BlueMO.

sourceHugging Facecc-by-nd-4.0updated 8mo agoView on Hugging Face
3likes9.4kdownloads
0481.json10 linesDownload Raw Back to calculation
1{2    "source_file": "./raw_volume-zh/volume2/chapter1.tex",3    "problem_type": "calculation",4    "problem": "例13 作出函数 $y=\\left|x^2+x-6\\right|$ 的图象.",5    "solution": "解:先作出 $y=x^2+x-6$ 的图象, 然后将此图象在 $x$ 轴下方的部分对称地翻折到 $x$ 轴的上方即可,如图(<FilePath:./images/volume2/figures/fig-c1e13.png>)实线所示部分.",6    "remark": "",7    "figures": [8        "./images/volume2/figures/fig-c1e13.png"9    ]10}