paper-with-me

홈 › Papers

ModelScope-Agent: Building Your Customizable Agent System with Open-source Large Language Models

2023-09-02 · Chenliang Li, Hehong Chen, Ming Yan, Weizhou Shen, Haiyang Xu, Zhikai Wu, Zhicheng Zhang, Wenmeng Zhou, Yingda Chen, Chen Cheng, Hongzhu Shi, Ji Zhang, Fei Huang, Jingren Zhou

Large language models (LLMs) have recently demonstrated remarkable capabilities to comprehend human intentions, engage in reasoning, and design planning-like behavior. To further unleash the power of LLMs to accomplish complex tasks, there is a growing trend to build agent framework that equips LLMs, such as ChatGPT, with tool-use abilities to connect with massive external APIs. In this work, we introduce ModelScope-Agent, a general and customizable agent framework for real-world applications, based on open-source LLMs as controllers. It provides a user-friendly system library, with customizable engine design to support model training on multiple open-source LLMs, while also enabling seamless integration with both model APIs and common APIs in a unified way. To equip the LLMs with tool-use abilities, a comprehensive framework has been proposed spanning over tool-use data collection, tool retrieval, tool registration, memory control, customized model training, and evaluation for practical real-world applications. Finally, we showcase ModelScopeGPT, a real-world intelligent assistant of ModelScope Community based on the ModelScope-Agent framework, which is able to connect open-source LLMs with more than 1000 public AI models and localized community knowledge in ModelScope. The ModelScope-Agent library\footnote{https://github.com/modelscope/modelscope-agent} and online demo\footnote{https://modelscope.cn/studios/damo/ModelScopeGPT/summary} are now publicly available.

📄 PDF Abstract BibTeX arXiv:2309.00986

Code (3)

modelscope/modelscope-agent 공식 구현
modelscope/ms-swift pytorch
modelscope/swift pytorch

Similar Papers 제목 키워드 기반

AgentScope: A Flexible yet Robust Multi-Agent Platform

2024-02-21 · Dawei Gao, Zitao Li, Xuchen Pan, Weirui Kuang 외

With the rapid advancement of Large Language Models (LLMs), significant progress has been made in multi-agent applications. However, the complexities in coordinating agents' cooperation and LLMs' erratic performance pose…

Multi-agent Integration

MLModelScope: A Distributed Platform for Model Evaluation and Benchmarking at Scale

2020-02-19 · Abdul Dakkak, Cheng Li, JinJun Xiong, Wen-mei Hwu

Machine Learning (ML) and Deep Learning (DL) innovations are being introduced at such a rapid pace that researchers are hard-pressed to analyze and study them. The complicated procedures for evaluating innovations, along…

Benchmarking

MLModelScope: A Distributed Platform for ML Model Evaluation and Benchmarking at Scale

2019-09-25 · Cheng Li, Abdul Dakkak, JinJun Xiong, Wen-mei Hwu

Machine Learning (ML) and Deep Learning (DL) innovations are being introduced at such a rapid pace that researchers are hard-pressed to analyze and study them. The complicated procedures for evaluating innovations, along…

Benchmarking

Build Your Personalized Research Group: A Multiagent Framework for Continual and Interactive Science Automation

2025-10-17 · Ed Li, Junyu Ren, Xintian Pan, Cat Yan 외 arxiv

The automation of scientific discovery represents a critical milestone in Artificial Intelligence (AI) research. However, existing agentic systems for science suffer from two fundamental limitations: rigid, pre-programme…

Generating Expressive and Customizable Evals for Timeseries Data Analysis Agents with AgentFuel

2026-03-12 · Aadyaa Maddi, Prakhar Naval, Deepti Mande, Shane Duan 외 arxiv

Across many domains (e.g., IoT, observability, telecommunications, cybersecurity), there is an emerging adoption of conversational data analysis agents that enable users to "talk to your data" to extract insights. Such d…