taesiri commited on
Commit
c9a06bb
1 Parent(s): 2019951

Upload abstract/2310.11954.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. abstract/2310.11954.txt +1 -0
abstract/2310.11954.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ AI-empowered music processing is a diverse field that encompasses dozens of tasks, ranging from generation tasks (for example, timbre synthesis) to comprehension tasks (for example, music classification). For developers and amateurs, it is very difficult to grasp all of these tasks to satisfy their requirements in music processing, especially considering the huge differences in the representations of music data and the model applicability across platforms among various tasks. Consequently, it is necessary to build a system to organize and integrate these tasks, and thus help practitioners to automatically analyze their demand and call suitable tools as solutions to fulfill their requirements. Inspired by the recent success of large language models (LLMs) in task automation, we develop a system, named MusicAgent, which integrates numerous music-related tools and an autonomous workflow to address user requirements. More specifically, we build 1) toolset that collects tools from diverse sources, including Hugging Face, GitHub, and Web API, etc. 2) an autonomous workflow empowered by LLMs (for example, ChatGPT) to organize these tools and automatically decompose user requests into multiple sub-tasks and invoke corresponding music tools. The primary goal of this system is to free users from the intricacies of AI-music tools, enabling them to concentrate on the creative aspect. By granting users the freedom to effortlessly combine tools, the system offers a seamless and enriching music experience.