CLFeb 9, 2024

InternLM-Math: Open Math Large Language Models Toward Verifiable Reasoning

Peking U
arXiv:2402.06332v2127 citationsh-index: 21Has Code
AI Analysis

This work addresses the need for verifiable and versatile math reasoning in AI, though it appears incremental as it builds on existing models and methods.

The authors tackled the problem of improving mathematical reasoning in large language models by developing InternLM-Math, which unifies multiple reasoning techniques and achieves state-of-the-art performance, such as 30.3 on the MiniF2F test set without fine-tuning.

The math abilities of large language models can represent their abstract reasoning ability. In this paper, we introduce and open-source our math reasoning LLMs InternLM-Math which is continue pre-trained from InternLM2. We unify chain-of-thought reasoning, reward modeling, formal reasoning, data augmentation, and code interpreter in a unified seq2seq format and supervise our model to be a versatile math reasoner, verifier, prover, and augmenter. These abilities can be used to develop the next math LLMs or self-iteration. InternLM-Math obtains open-sourced state-of-the-art performance under the setting of in-context learning, supervised fine-tuning, and code-assisted reasoning in various informal and formal benchmarks including GSM8K, MATH, Hungary math exam, MathBench-ZH, and MiniF2F. Our pre-trained model achieves 30.3 on the MiniF2F test set without fine-tuning. We further explore how to use LEAN to solve math problems and study its performance under the setting of multi-task learning which shows the possibility of using LEAN as a unified platform for solving and proving in math. Our models, codes, and data are released at \url{https://github.com/InternLM/InternLM-Math}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes