AnkitAI/CategorizedTextReviews
收藏Hugging Face2024-07-01 更新2024-07-06 收录
下载链接:
https://hf-mirror.com/datasets/AnkitAI/CategorizedTextReviews
下载链接
链接失效反馈官方服务:
资源简介:
CategorizedTextReviews是一个包含7000多条文本评论的数据集,每条评论被分类为以下四个类别之一:产品反馈、客户服务、欺诈和诈骗、运营问题。该数据集旨在帮助训练和评估文本分类模型。评论内容多样,涵盖了客户体验的各个方面,为机器学习任务提供了一个强大的数据集。
CategorizedTextReviews is a dataset containing over 7000 text reviews, each categorized into one of the following four categories: Product Feedback, Customer Service, Fraud and Scam, and Operational Issues. The dataset is designed to aid in training and evaluating text classification models. The reviews are diverse and cover various aspects of customer experiences, providing a robust dataset for machine learning tasks. The dataset structure includes two main fields: review (the text of the review) and category (the category of the review). The dataset is released under the MIT License and should be cited appropriately when used in research or other applications.
提供机构:
AnkitAI
原始信息汇总
数据集卡片:CategorizedTextReviews
数据集概述
CategorizedTextReviews 是一个包含超过 7000 条文本评论的数据集,每条评论被分类为以下四个类别之一:
- 产品反馈
- 客户服务
- 欺诈和诈骗
- 运营问题
该数据集旨在帮助训练和评估文本分类模型。评论内容多样,涵盖了客户体验的各个方面,为机器学习任务提供了强大的数据集。
数据集结构
数据字段
- review: 包含评论文本的字符串。
- category: 表示评论类别的字符串。可能的值包括:
- "Product Feedback"
- "Customer Service"
- "Fraud and Scam"
- "Operational Issues"
示例条目
json { "review": "The product quality is excellent. It works exactly as described and exceeds my expectations.", "category": "Product Feedback" }
数据集创建
该数据集是通过为每个类别预定义一组示例评论生成的。评论是随机选择的,并与各自的类别配对,以确保多样性和正确性。
使用
该数据集可用于各种自然语言处理(NLP)任务,包括但不限于:
- 文本分类
- 情感分析
- 模型训练和评估
许可证
该数据集在 MIT 许可证下发布。
引用
如果使用此数据集,请按如下方式引用:
@dataset{categorized_text_reviews_2024, author = {Ankit Aglawe}, title = {Categorized Text Reviews}, year = {2024}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/AnkitAI/CategorizedTextReviews} }



