paper-with-me

Papers

MathLearner: A Large Language Model Agent Framework for Learning to Solve Mathematical Problems

2024-08-03 · Wenbei Xie, Donglin Liu, Haoran Yan, Wenjie Wu, Zongyang Liu

With the development of artificial intelligence (AI), large language models (LLM) are widely used in many fields. However, the reasoning ability of LLM is still very limited when it comes to mathematical reasoning. Mathematics plays an important role in all aspects of human society and is a technical guarantee in the fields of healthcare, transport and aerospace, for this reason, the development of AI big language models in the field of mathematics has great potential significance. To improve the mathematical reasoning ability of large language models, we proposed an agent framework for learning to solve mathematical problems based on inductive reasoning. By emulating the human learning process of generalization of learned information and effective application of previous knowledge in new reasoning tasks, this framework has great performance in the mathematical reasoning process. It improves global accuracy over the baseline method (chain-of-thought) by 20.96% and solves 17.54% of the mathematical problems that the baseline cannot solve. Benefiting from the efficient RETRIEVAL method, our model improves the ability of large language models to efficiently use external knowledge, i.e., the mathematical computation of the model can be based on written procedures. In education, our model can be used as a personalised learning aid, thus reducing the inequality of educational resources.

📄 PDF Abstract BibTeX arXiv:2408.01779

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelMathematical Reasoning

Similar Papers 제목 키워드 기반

Diversity Empowers Intelligence: Integrating Expertise of Software Engineering Agents

2024-08-13 · Kexun Zhang, Weiran Yao, Zuxin Liu, Yihao Feng 외

Large language model (LLM) agents have shown great potential in solving real-world software engineering (SWE) problems. The most advanced open-source SWE agent can resolve over 27% of real GitHub issues in SWE-Bench Lite…

DiversityLanguage ModelingLanguage ModellingLarge Language Model

Agentic NL2SQL to Reduce Computational Costs

2025-10-16 · Dominik Jehle, Lennart Purucker, Frank Hutter arxiv

Translating natural language queries into SQL queries (NL2SQL or Text-to-SQL) has recently been empowered by large language models (LLMs). Using LLMs to perform NL2SQL methods on a large collection of SQL databases neces…

Natural Language QueriesQuestion Answering

AutoFlow: Automated Workflow Generation for Large Language Model Agents

2024-07-01 · Zelong Li, Shuyuan Xu, Kai Mei, Wenyue Hua 외

Recent advancements in Large Language Models (LLMs) have shown significant progress in understanding complex natural language. One important application of LLM is LLM-based AI Agent, which leverages the ability of LLM as…

AI AgentLanguage ModelingLanguage ModellingLarge Language Model

TaskGen: A Task-Based, Memory-Infused Agentic Framework using StrictJSON

2024-07-22 · John Chong Min Tan, Prince Saroj, Bharat Runwal, Hardik Maheshwari 외

TaskGen is an open-sourced agentic framework which uses an Agent to solve an arbitrary task by breaking them down into subtasks. Each subtask is mapped to an Equipped Function or another Agent to execute. In order to red…

Language ModelingLanguage ModellingLarge Language ModelManagement+4

Synergistic Simulations: Multi-Agent Problem Solving with Large Language Models

2024-09-14 · Asher Sprigler, Alexander Drobek, Keagan Weinstock, Wendpanga Tapsoba 외

Large Language Models (LLMs) have increasingly demonstrated the ability to facilitate the development of multi-agent systems that allow the interpretation of thoughts and actions generated by each individual. Promising a…