meo-chatbot-data
收藏资源简介:
meo-chatbot-data 是一个为越南语猫咪咨询聊天机器人(meo-chatbot)构建的预训练检索增强生成(RAG)数据集,旨在为聊天机器人提供知识库支持,以回答关于猫咪护理、健康等问题的咨询。数据内容爬取自 11 个公开的越南语猫咪相关网站(如 pethealth.vn, paddy.vn 等),并遵守了网站的 robots.txt 协议。数据集包含 76,487 个经过处理的文本块(chunks),每个块都附带了元数据,包括主题、内容类型、严重性和级别。这些文本块已使用 e5-small 模型生成了 384 维的嵌入向量,并存储在 ChromaDB 持久化客户端中,便于高效检索。此外,数据集还提供了原始的、按来源分类的文章文件(可选)。数据集规模属于 10K 到 100K 之间,语言为越南语,主要标签涉及猫、兽医、RAG 和越南语。该数据集遵循 CC-BY-NC-4.0 许可证,仅允许非商业用途,元数据中包含了来源 URL 以进行归属。
meo-chatbot-data is a pre-trained retrieval-augmented generation (RAG) dataset built for a Vietnamese cat consultation chatbot (meo-chatbot). It aims to provide a knowledge base for the chatbot to answer questions related to cat care, health, and other consultations. The data was crawled from 11 public Vietnamese cat-related websites (e.g., pethealth.vn, paddy.vn) while adhering to the robots.txt protocols. The dataset contains 76,487 processed text chunks, each accompanied by metadata including topic, content type, severity, and level. These chunks have been embedded using the e5-small model into 384-dimensional vectors and stored in a ChromaDB persistent client for efficient retrieval. Additionally, the dataset offers optional original article files categorized by source. The dataset size falls between 10K and 100K, is in Vietnamese language, with primary tags involving cats, veterinary, RAG, and Vietnamese. It follows the CC-BY-NC-4.0 license, allowing only non-commercial use, and includes source URLs in the metadata for attribution.
数据集概述
- 数据集名称:meo-chatbot data
- 数据集ID:Monmoonluna/meo-chatbot-data
- 语言:越南语(vi)
- 许可证:CC-BY-NC-4.0(非商业使用)
- 规模:10,000 ~ 100,000 条记录
数据集内容
该数据集是为越南语猫咪顾问聊天机器人 meo-chatbot 预构建的 RAG 数据,包含以下组成部分:
- chromadb/:ChromaDB 持久化客户端,包含 76,487 个文本块(使用 384 维 e5-small 嵌入)
- chunks/classified.jsonl:带元数据的原始文本块(元数据包括:主题、内容类型、严重性、级别)
- cleaned/*.jsonl:按来源整理的原始文章(可选,仅在指定
--include-cleaned时包含)
数据来源
数据爬取自 11 个越南猫咪相关网站: pethealth.vn、paddy.vn、tropicpet.vn、mozzi.vn、champetsfamily.com、petspace.vn、petthings.vn、kingspet.vn、fagopet.vn、mochicat.vn、petchoice.vn
许可证与引用
- 数据从公开博客爬取,遵守
robots.txt规则 - 元数据中包含
source_url用于来源归属 - 仅限非商业用途(CC-BY-NC-4.0)
使用方式
通过 Hugging Face 下载数据集:
python from huggingface_hub import snapshot_download snapshot_download( repo_id="Monmoonluna/meo-chatbot-data", repo_type="dataset", local_dir="data/", )
之后按照主仓库 README 运行聊天机器人。




