rq-request-question-prompts
收藏资源简介:
该数据集包含用于训练和测试[reddgr/rq-request-question-prompt-classifier](https://huggingface.co/reddgr/rq-request-question-prompt-classifier)的手动标注示例,这是一个基于DistilBERT的微调模型,用于将聊天机器人提示分类为'请求'或'问题'。数据集是旨在识别定量测量大型语言模型(LLMs)生成的文本会话质量的指标的项目的一部分,并扩展到从会话上下文(如客户服务聊天、社交媒体帖子等)中提取的任何其他类型的文本。相关的Jupyter笔记本和Python脚本可以在[reddgr/chatbot-response-scoring-scbn-rqtl](https://github.com/reddgr/chatbot-response-scoring-scbn-rqtl) GitHub仓库中找到。标签包括:0表示问题,1表示请求。
This dataset contains manually annotated examples for training and testing the [reddgr/rq-request-question-prompt-classifier](https://huggingface.co/reddgr/rq-request-question-prompt-classifier), a fine-tuned DistilBERT-based model that classifies chatbot prompts as either 'request' or 'question'. This dataset is part of a project aiming to identify metrics for quantitatively measuring the conversational quality of texts generated by Large Language Models (LLMs), and extends to any other type of text extracted from conversational contexts such as customer service chats, social media posts, etc. Relevant Jupyter notebooks and Python scripts can be found in the [reddgr/chatbot-response-scoring-scbn-rqtl](https://github.com/reddgr/chatbot-response-scoring-scbn-rqtl) GitHub repository. The labels include: 0 for question, 1 for request.
数据集概述
基本信息
- 语言: 英语
- 许可证: Apache 2.0
数据集结构
特征
- text: 字符串类型
- label: 64位整数类型
分割
- train:
- 字节数: 2793
- 样本数: 51
- test:
- 字节数: 10515
- 样本数: 143
大小
- 下载大小: 12350 字节
- 数据集大小: 13308 字节
配置
- config_name: default
- data_files:
- train: data/train-*
- test: data/test-*
- data_files:
标签
- 0: Question
- 1: Request
用途
该数据集用于训练和测试 reddgr/rq-request-question-prompt-classifier,这是一个基于 DistilBERT 的微调模型,用于将聊天机器人提示分类为 request 或 question。
该数据集是项目的一部分,旨在识别定量衡量大型语言模型(LLMs)生成的文本对话质量的指标,以及从对话上下文中提取的任何其他类型文本(如客户服务聊天、社交媒体帖子等)。
相关 Jupyter 笔记本和 Python 脚本可在以下 GitHub 仓库中找到: reddgr/chatbot-response-scoring-scbn-rqtl




