KwaiAgents: Generalized Information-seeking Agent System with Large Language Models
Haojie Pan, Zepeng Zhai, Hao Yuan, Yaojia Lv, Ruiji Fu, Ming Liu,, Zhongyuan Wang, Bing Qin

TL;DR
KwaiAgents is a generalized information-seeking system powered by large language models, capable of understanding queries, referencing documents, updating memory, and planning actions, with enhanced performance through Meta-Agent Tuning.
Contribution
The paper introduces KwaiAgents, a novel LLM-based agent system with a Meta-Agent Tuning framework to improve performance of smaller models in information-seeking tasks.
Findings
KwaiAgents outperforms other autonomous agents in benchmark tests.
Meta-Agent Tuning enhances performance of open-source LLMs like 7B and 13B.
Extensive evaluations validate the system's capabilities and improvements.
Abstract
Driven by curiosity, humans have continually sought to explore and understand the world around them, leading to the invention of various tools to satiate this inquisitiveness. Despite not having the capacity to process and memorize vast amounts of information in their brains, humans excel in critical thinking, planning, reflection, and harnessing available tools to interact with and interpret the world, enabling them to find answers efficiently. The recent advancements in large language models (LLMs) suggest that machines might also possess the aforementioned human-like capabilities, allowing them to exhibit powerful abilities even with a constrained parameter count. In this paper, we introduce KwaiAgents, a generalized information-seeking agent system based on LLMs. Within KwaiAgents, we propose an agent system that employs LLMs as its cognitive core, which is capable of understanding…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · AI in Service Interactions
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Label Smoothing · Byte Pair Encoding · Residual Connection · Layer Normalization · Dropout · Dense Connections · Position-Wise Feed-Forward Layer
