paper-with-me

홈 › Papers

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

2024-02-09 · Huaiyuan Ying, Shuo Zhang, Linyang Li, Zhejian Zhou, Yunfan Shao, Zhaoye Fei, Yichuan Ma, Jiawei Hong, Kuikun Liu, Ziyi Wang, Yudong Wang, Zijian Wu, Shuaibin Li, Fengzhe Zhou, Hongwei Liu, Songyang Zhang, Wenwei Zhang, Hang Yan, Xipeng Qiu, Jiayu Wang, Kai Chen, Dahua Lin

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}.

📄 PDF Abstract BibTeX arXiv:2402.06332

Code (1)

internlm/internlm-math 공식 구현 pytorch

Tasks

Data AugmentationGSM8KIn-Context LearningMathMulti-Task Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Lean Workbook: A large-scale Lean problem set formalized from natural language math problems

2024-06-06 · Huaiyuan Ying, Zijian Wu, Yihan Geng, Jiayu Wang 외

Large language models have demonstrated impressive capabilities across various natural language processing tasks, especially in solving mathematical problems. However, large language models are not good at math theorem p…

Automated Theorem ProvingMath

LEAN-GitHub: Compiling GitHub LEAN repositories for a versatile LEAN prover

2024-07-24 · Zijian Wu, Jiayu Wang, Dahua Lin, Kai Chen

Recently, large language models have presented promising results in aiding formal mathematical reasoning. However, their performance is restricted due to the scarcity of formal theorem-proving data, which requires additi…

Automated Theorem ProvingMathMathematical Reasoning

InternLM2.5-StepProver: Advancing Automated Theorem Proving via Expert Iteration on Large-Scale LEAN Problems

2024-10-21 · Zijian Wu, Suozhi Huang, Zhejian Zhou, Huaiyuan Ying 외

Large Language Models (LLMs) have emerged as powerful tools in mathematical theorem proving, particularly when utilizing formal languages such as LEAN. The major learning paradigm is expert iteration, which necessitates …

Automated Theorem ProvingCPUMath

MathGenie: Generating Synthetic Data with Question Back-translation for Enhancing Mathematical Reasoning of LLMs

2024-02-26 · Zimu Lu, Aojun Zhou, Houxing Ren, Ke Wang 외

Large language models (LLMs) have exhibited great potential in mathematical reasoning. However, there remains a performance gap in this area between existing open-source models and closed-source models such as GPT-4. In …

GSM8KMathMathematical Reasoning

InternLM-XComposer2.5-Reward: A Simple Yet Effective Multi-Modal Reward Model

2025-01-21 · Yuhang Zang, Xiaoyi Dong, Pan Zhang, Yuhang Cao 외

Despite the promising performance of Large Vision Language Models (LVLMs) in visual understanding, they occasionally generate incorrect outputs. While reward models (RMs) with reinforcement learning or test-time scaling …

Instruction FollowingMathematical ReasoningVideo Understanding