Overview
Who this competition fits
适合已有 Python 开发和 LLM Agent 实践基础、想用文心/ERNIE 构建工具调用问答系统的人。参赛者需要能用 ERNIE 开发工具召回模块,并处理旅游、天气、金融等开放域问题中的多 API 调度;报名还需要实名认证的 AI Studio 账号。
Read the original official blurb
随着大规模语言模型(LLM)的发展,如何有效利用这些模型利用外部工具回答复杂问题成为一个重要课题。本次比赛赛题旨在通过开发基于 LLM Agent 的智能工具调用系统,提升LLM回答复杂问题的能力。 Official tags: 智能体技术. Sign-ups: 1008.
Preparation
From registration to a first submission
- 01
Python 脚本开发
- 02
文心 ERNIE 模型调用
- 03
LLM 工具调用
- 04
API 参数构造
- 05
信息检索与排序
- 06
Linux 打包与 Shell 脚本
Before you commit: 核心难点是既要从 49 个 API 中召回完整且相关的工具,又要以尽可能少的调用次数生成正确参数并完成多工具问答:工具召回完整性、调用效率和最终答案都会计分。工程上还必须在不可联网的统一环境中,通过指定的 inference.sh 生成包含回答及实际调用 API、参数的 result.json,并将模型和依赖代码完整打包提交。
Source
How this page was assembled
Competition information is structured from the official page. Scores are platform estimates for decision support; official rules take precedence.
- Official competition page
- Baidu AI Studio
- Last checked
- Not recorded