--- license: cc-by-nd-4.0 task_categories: - question-answering - text-generation language: - zh configs: - config_name: proof data_files: - split: train path: - processed_dataset/proof/*.json default: true - config_name: calculation data_files: - split: train path: - processed_dataset/calculation/*.json - config_name: mathtext data_files: - split: train path: - processed_dataset/text/*.json tags: - LLM - reasoning - math - finetuning - posttraining - mathematical-reasoning size_categories: - 1K9. \n$$\n由 $5\\notin M$ 得, ${\\frac{5a-5}{5^{2}-a}}\\geqslant0$ 或 $5^{2}-a=0$ ,所以\n$$\n1\\leq a\\leq25. \n$$\n可得 $x\\in\\left[1,{\\frac{5}{3}}\\right)\\cup\\left(9,25\\right]$.\n说明: $5\\notin M$ 隐含了条件 $5^{2}-a=$ 0,这是容易被忽视的.\n由概括原则我们知道,判断一个对象 $x$ 是否为集合 $S$ 的元素,等价于判断 $x$ 是否具有性质 $P$.", "remark": "", "figures": [] } ``` `source_file`: Path to the original .tex source file containing this problem. `problem_type`: Problem category (e.g., "calculation", "proof", etc.). `problem`: Complete problem statement in LaTeX format, including sub-questions. `solution`: Step-by-step solution with mathematical derivations in LaTeX. `remark`: Additional notes or comments about the problem (empty if none). `figures`: Array containing any associated diagram files (empty if none). ## Citation If you use the BlueMO dataset in your research, please consider citing it as follows: ```bibtex @misc{bluemo2024, title={BlueMO: A comprehensive collection of challenging mathematical olympiad problems from the little blue book series}, author={Chen, Yizhou and Luo, Yifan and Zhang, Yifan and Yuan, Yang}, year={2024}, } ```