generated_gads_synthetic70
收藏资源简介:
这个数据集包含了使用distilabel工具生成的合成数据,用于Google Ads查询语言(GAQL)的问答。数据集包含了自然语言问题及其对应的GAQL查询,以及生成这些查询的规则和统计数据。数据集适合用于训练和测试GAQL问答系统。
This dataset comprises synthetic data generated via the distilabel tool, tailored for question answering tasks involving the Google Ads Query Language (GAQL). It includes natural language questions, their corresponding GAQL queries, as well as the generation rules and statistical data for these queries. This dataset is suitable for training and testing GAQL-based question answering systems.
数据集概述
基本信息
- 数据集名称: generated_gads_synthetic70
- 数据规模: 小于1K样本
- 总样本数: 69个示例
- 数据集大小: 1009339字节
- 下载大小: 146216字节
- 标签: synthetic, distilabel, rlaif
数据集结构
数据特征
- examples: 字符串类型
- query: 字符串类型
- generation: 字符串类型
- model_name: 字符串类型
- raw_input_text_generation_0: 空列表
- raw_output_text_generation_0: 字符串类型
- statistics_text_generation_0: 结构体
- input_tokens: 整型
- output_tokens: 整型
- distilabel_metadata: 结构体
- raw_input_text_generation_0: 列表
- content: 字符串类型
- role: 字符串类型
- raw_output_text_generation_0: 字符串类型
- statistics_text_generation_0: 结构体
- input_tokens: 整型
- output_tokens: 整型
- raw_input_text_generation_0: 列表
数据划分
- 训练集: 69个示例,1009339字节
数据集内容
该数据集包含Google Ads查询语言(GAQL)的合成数据,包含自然语言问题与对应GAQL查询的配对。
配置信息
- 配置名称: default
- 数据文件路径: data/train-*
数据集用途
该数据集通过distilabel工具生成,主要用于Google Ads查询语言的相关研究和应用。
加载方式
python from datasets import load_dataset ds = load_dataset("ukav/generated_gads_synthetic70")
或指定配置加载: python from datasets import load_dataset ds = load_dataset("ukav/generated_gads_synthetic70", "default")




