LOONGBENCH
收藏资源简介:
LOONGBENCH是一个高质量的基础数据集,包含8,729个例子,覆盖12个推理密集型领域,每个例子都配以可执行代码和语义验证的答案。这些种子数据确保了领域特定模式的覆盖,同时保持了正确性和多样性,为下游的合成数据生成和推理能力增强提供了可靠的基础。LOONGENV是一个灵活且可扩展的合成数据生成环境,它采用LOONGBENCH的种子例子,并使用各种策略生成新的问答对。LOONGBENCH和LOONGENV共同构成了一个能够在大规模上实现强化学习的代理-环境循环,其中基于LLM的代理因其生成的思维链解决方案与代码执行的答案一致而获得奖励。
LOONGBENCH is a high-quality foundational dataset consisting of 8,729 examples spanning 12 reasoning-intensive domains, with each example paired with executable code and semantically validated answers. This seed data ensures coverage of domain-specific patterns while maintaining correctness and diversity, providing a reliable foundation for downstream synthetic data generation and reasoning capability enhancement. LOONGENV is a flexible and scalable synthetic data generation environment that leverages the seed examples from LOONGBENCH and employs various strategies to generate new question-answer pairs. Together, LOONGBENCH and LOONGENV form a large-scale reinforcement learning agent-environment loop, where LLM-based agents are rewarded for generating chain-of-thought solutions that align with the answers derived from code execution.
CAMEL-AI 数据集概述
数据集基本信息
- 名称: CAMEL-AI
- 类型: 多智能体系统框架与合成数据集
- 开源社区: 致力于探索智能体缩放定律的开源社区
核心设计原则
- 可进化性: 支持多智能体系统通过生成数据和与环境交互持续进化
- 可扩展性: 设计支持百万级智能体系统,确保大规模协调和通信效率
- 状态保持: 智能体保持状态记忆,支持多步环境交互和复杂任务处理
- 代码即提示: 每行代码和注释都作为智能体的提示,确保人类和智能体都能有效解读
研究价值
- 大规模智能体系统: 可模拟多达100万个智能体,研究复杂多智能体环境中的涌现行为和缩放定律
- 动态通信: 实现智能体间实时交互,促进复杂任务的协作
- 状态记忆: 智能体具备历史上下文保持和利用能力,改进长期交互决策
- 多基准支持: 使用标准化基准严格评估智能体性能,确保可重现性和可靠比较
- 多智能体类型支持: 支持多种智能体角色、任务、模型和环境,支持跨学科实验
- 数据生成与工具集成: 自动化创建大规模结构化数据集,无缝集成多种工具
主要功能模块
1. 数据生成
- 思维链(CoT)数据生成
- 自指导(Self-Instruct)数据生成
- 源到合成(Source2Synth)数据生成
- 自改进数据生成
2. 任务自动化
- 角色扮演
- 劳动力系统
- RAG管道
3. 世界模拟
- Oasis案例研究
合成数据集资源
AI Society数据集
- 聊天格式: https://huggingface.co/datasets/camel-ai/ai_society/blob/main/ai_society_chat.tar.gz
- 指令格式: https://huggingface.co/datasets/camel-ai/ai_society/blob/main/ai_society_instructions.json
- 翻译聊天格式: https://huggingface.co/datasets/camel-ai/ai_society_translated
Code数据集
- 聊天格式: https://huggingface.co/datasets/camel-ai/code/blob/main/code_chat.tar.gz
- 指令格式: https://huggingface.co/datasets/camel-ai/code/blob/main/code_instructions.json
学科数据集
- 数学: https://huggingface.co/datasets/camel-ai/math
- 物理: https://huggingface.co/datasets/camel-ai/physics
- 化学: https://huggingface.co/datasets/camel-ai/chemistry
- 生物: https://huggingface.co/datasets/camel-ai/biology
技术栈模块
- 智能体: 自主操作的核心架构和行为
- 智能体社会: 多智能体系统构建和管理组件
- 数据生成: 合成数据创建和增强工具
- 模型: 智能体智能的模型架构和定制选项
- 工具: 专业智能体任务工具集成
- 内存: 智能体状态管理的存储和检索机制
- 存储: 智能体数据和状态的持久化存储方案
- 基准测试: 性能评估和测试框架
- 解释器: 代码和命令解释能力
研究项目
- CRAB项目: https://crab.camel-ai.org/
- 智能体信任: https://agent-trust.camel-ai.org/
- OASIS项目: https://oasis.camel-ai.org/
- Emos项目: https://emos-project.github.io/
安装和使用
bash pip install camel-ai pip install camel-ai[web_tools] export OPENAI_API_KEY=your_openai_api_key
社区资源
- 文档: https://docs.camel-ai.org
- 论文: https://arxiv.org/abs/2303.17760
- Discord社区: https://discord.camel-ai.org/
- 微信社区: https://ghli.org/camel/wechat.png




