Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face

About

Solving complicated AI tasks with different domains and modalities is a key step toward artificial general intelligence. While there are numerous AI models available for various domains and modalities, they cannot handle complicated AI tasks autonomously. Considering large language models (LLMs) have exhibited exceptional abilities in language understanding, generation, interaction, and reasoning, we advocate that LLMs could act as a controller to manage existing AI models to solve complicated AI tasks, with language serving as a generic interface to empower this. Based on this philosophy, we present HuggingGPT, an LLM-powered agent that leverages LLMs (e.g., ChatGPT) to connect various AI models in machine learning communities (e.g., Hugging Face) to solve AI tasks. Specifically, we use ChatGPT to conduct task planning when receiving a user request, select models according to their function descriptions available in Hugging Face, execute each subtask with the selected AI model, and summarize the response according to the execution results. By leveraging the strong language capability of ChatGPT and abundant AI models in Hugging Face, HuggingGPT can tackle a wide range of sophisticated AI tasks spanning different modalities and domains and achieve impressive results in language, vision, speech, and other challenging tasks, which paves a new way towards the realization of artificial general intelligence.

Yongliang Shen, Kaitao Song, Xu Tan, Dongsheng Li, Weiming Lu, Yueting Zhuang• 2023

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringGQA
Accuracy65.13
1249
Text-based Visual Question AnsweringTextVQA
Accuracy70.14
807
Multi-hop Question AnsweringHotpotQA--
294
Science Question AnsweringScienceQA (SQA)
Accuracy78.45
273
Mathematical Multimodal ReasoningMathVista
Accuracy58.44
218
Medical Visual Question AnsweringVQA-RAD
Accuracy58.88
198
Visual Question AnsweringGQA (test-dev)
Accuracy46
184
Medical Question AnsweringMedQA
Accuracy86.73
153
Document Visual Question AnsweringDocVQA
Accuracy83.1
132
Mathematical ReasoningGame of 24
Accuracy25.43
103
Showing 10 of 45 rows

Other info

Code

Follow for update