camel-ai/biology
收藏资源简介:
--- license: cc-by-nc-4.0 language: - en tags: - instruction-finetuning pretty_name: CAMEL Biology task_categories: - text-generation arxiv: 2303.17760 extra_gated_prompt: "By using this data, you acknowledge and agree to utilize it solely for research purposes, recognizing that the dataset may contain inaccuracies due to its artificial generation through ChatGPT." extra_gated_fields: Name: text Email: text I will adhere to the terms and conditions of this dataset: checkbox --- # **CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society** - **Github:** https://github.com/lightaime/camel - **Website:** https://www.camel-ai.org/ - **Arxiv Paper:** https://arxiv.org/abs/2303.17760 ## Dataset Summary Biology dataset is composed of 20K problem-solution pairs obtained using gpt-4. The dataset problem-solutions pairs generating from 25 biology topics, 25 subtopics for each topic and 32 problems for each "topic,subtopic" pairs. We provide the data in `biology.zip`. ## Data Fields **The data fields for files in `biology.zip` are as follows:** * `role_1`: assistant role * `topic`: biology topic * `sub_topic`: biology subtopic belonging to topic * `message_1`: refers to the problem the assistant is asked to solve. * `message_2`: refers to the solution provided by the assistant. **Download in python** ``` from huggingface_hub import hf_hub_download hf_hub_download(repo_id="camel-ai/biology", repo_type="dataset", filename="biology.zip", local_dir="datasets/", local_dir_use_symlinks=False) ``` ### Citation ``` @misc{li2023camel, title={CAMEL: Communicative Agents for "Mind" Exploration of Large Scale Language Model Society}, author={Guohao Li and Hasan Abed Al Kader Hammoud and Hani Itani and Dmitrii Khizbullin and Bernard Ghanem}, year={2023}, eprint={2303.17760}, archivePrefix={arXiv}, primaryClass={cs.AI} } ``` ## Disclaimer: This data was synthetically generated by GPT4 and might contain incorrect information. The dataset is there only for research purposes. --- license: cc-by-nc-4.0 ---
license: 知识共享署名-非商业性使用4.0协议(CC BY-NC 4.0) language: - 英语 tags: - 指令微调(instruction-finetuning) pretty_name: CAMEL Biology task_categories: - 文本生成(text-generation) arxiv: 2303.17760 extra_gated_prompt: "使用本数据集即表示您承认并同意仅将其用于研究目的,并知晓该数据集因通过ChatGPT人工生成,可能存在不准确之处。" extra_gated_fields: Name: 文本输入框 Email: 文本输入框 "我将遵守本数据集的条款与条件": 复选框 # **CAMEL:面向大规模语言模型社群思维探索的通信智能体(Communicative Agents for "Mind" Exploration of Large Scale Language Model Society)** - **GitHub 仓库:** https://github.com/lightaime/camel - **官方网站:** https://www.camel-ai.org/ - **ArXiv 论文:** https://arxiv.org/abs/2303.17760 ## 数据集概览 本生物学数据集包含20000条由GPT-4生成的问题-解决方案对。该数据集的问题-解决方案对源自25个生物学主题,每个主题下设25个子主题,且每个“主题-子主题”组合对应32个问题。我们将数据打包为`biology.zip`以供下载。 ## 数据字段 **`biology.zip`内文件的数据字段如下:** * `role_1`: 助手角色 * `topic`: 生物学主题 * `sub_topic`: 隶属于该主题的生物学子主题 * `message_1`: 指代要求助手解决的问题 * `message_2`: 指代助手提供的解决方案 **Python 下载方式** python from huggingface_hub import hf_hub_download hf_hub_download(repo_id="camel-ai/biology", repo_type="dataset", filename="biology.zip", local_dir="datasets/", local_dir_use_symlinks=False) ### 引用格式 @misc{li2023camel, title={CAMEL:面向大规模语言模型社群思维探索的通信智能体}, author={Guohao Li and Hasan Abed Al Kader Hammoud and Hani Itani and Dmitrii Khizbullin and Bernard Ghanem}, year={2023}, eprint={2303.17760}, archivePrefix={arXiv}, primaryClass={cs.AI} } ## 免责声明: 本数据集由GPT-4人工合成生成,可能包含错误信息。本数据集仅可用于研究用途。 --- license: 知识共享署名-非商业性使用4.0协议(CC BY-NC 4.0) ---
数据集概述
数据集名称
- 名称: CAMEL Biology
- 任务类别: 文本生成
数据集内容
- 组成: 20,000个问题-解决方案对
- 来源: 使用gpt-4生成
- 主题: 25个生物学主题,每个主题包含25个子主题,每个“主题-子主题”对包含32个问题
数据文件
- 文件:
biology.zip - 数据字段:
role_1: 助手角色topic: 生物学主题sub_topic: 属于主题的生物学子主题message_1: 助手被要求解决的问题message_2: 助手提供的解决方案
许可证
- 许可证: CC-BY-NC-4.0
下载方法
python from huggingface_hub import hf_hub_download hf_hub_download(repo_id="camel-ai/biology", repo_type="dataset", filename="biology.zip", local_dir="datasets/", local_dir_use_symlinks=False)
引用信息
@misc{li2023camel, title={CAMEL: Communicative Agents for "Mind" Exploration of Large Scale Language Model Society}, author={Guohao Li and Hasan Abed Al Kader Hammoud and Hani Itani and Dmitrii Khizbullin and Bernard Ghanem}, year={2023}, eprint={2303.17760}, archivePrefix={arXiv}, primaryClass={cs.AI} }
免责声明
- 数据集由GPT4合成生成,可能包含错误信息,仅供研究使用。




