遇见数据集

dongyoung4091/shp_with_features_20k_flan_t5_large_flan_t5_large_zeroshot

收藏
Hugging Face2023-09-22 更新2024-03-04 收录
官方服务:

资源简介:

--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: post_id dtype: string - name: domain dtype: string - name: upvote_ratio dtype: float64 - name: history dtype: string - name: c_root_id_A dtype: string - name: c_root_id_B dtype: string - name: created_at_utc_A dtype: int64 - name: created_at_utc_B dtype: int64 - name: score_A dtype: int64 - name: score_B dtype: int64 - name: human_ref_A dtype: string - name: human_ref_B dtype: string - name: labels dtype: int64 - name: seconds_difference dtype: float64 - name: score_ratio dtype: float64 - name: helpfulness_A dtype: float64 - name: helpfulness_B dtype: float64 - name: specificity_A dtype: float64 - name: specificity_B dtype: float64 - name: intent_A dtype: float64 - name: intent_B dtype: float64 - name: factuality_A dtype: float64 - name: factuality_B dtype: float64 - name: easy-to-understand_A dtype: float64 - name: easy-to-understand_B dtype: float64 - name: relevance_A dtype: float64 - name: relevance_B dtype: float64 - name: readability_A dtype: float64 - name: readability_B dtype: float64 - name: enough-detail_A dtype: float64 - name: enough-detail_B dtype: float64 - name: biased:_A dtype: float64 - name: biased:_B dtype: float64 - name: fail-to-consider-individual-preferences_A dtype: float64 - name: fail-to-consider-individual-preferences_B dtype: float64 - name: repetetive_A dtype: float64 - name: repetetive_B dtype: float64 - name: fail-to-consider-context_A dtype: float64 - name: fail-to-consider-context_B dtype: float64 - name: too-long_A dtype: float64 - name: too-long_B dtype: float64 - name: __index_level_0__ dtype: int64 - name: log_score_A dtype: float64 - name: log_score_B dtype: float64 - name: zeroshot_helpfulness_A dtype: float64 - name: zeroshot_helpfulness_B dtype: float64 - name: zeroshot_specificity_A dtype: float64 - name: zeroshot_specificity_B dtype: float64 - name: zeroshot_intent_A dtype: float64 - name: zeroshot_intent_B dtype: float64 - name: zeroshot_factuality_A dtype: float64 - name: zeroshot_factuality_B dtype: float64 - name: zeroshot_easy-to-understand_A dtype: float64 - name: zeroshot_easy-to-understand_B dtype: float64 - name: zeroshot_relevance_A dtype: float64 - name: zeroshot_relevance_B dtype: float64 - name: zeroshot_readability_A dtype: float64 - name: zeroshot_readability_B dtype: float64 - name: zeroshot_enough-detail_A dtype: float64 - name: zeroshot_enough-detail_B dtype: float64 - name: zeroshot_biased:_A dtype: float64 - name: zeroshot_biased:_B dtype: float64 - name: zeroshot_fail-to-consider-individual-preferences_A dtype: float64 - name: zeroshot_fail-to-consider-individual-preferences_B dtype: float64 - name: zeroshot_repetetive_A dtype: float64 - name: zeroshot_repetetive_B dtype: float64 - name: zeroshot_fail-to-consider-context_A dtype: float64 - name: zeroshot_fail-to-consider-context_B dtype: float64 - name: zeroshot_too-long_A dtype: float64 - name: zeroshot_too-long_B dtype: float64 splits: - name: train num_bytes: 22674534 num_examples: 9459 - name: test num_bytes: 22627412 num_examples: 9459 download_size: 12124964 dataset_size: 45301946 --- # Dataset Card for "shp_with_features_20k_flan_t5_large_flan_t5_large_zeroshot" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

配置项: - 配置名称:default(默认配置) 数据文件: - 拆分集:train(训练集) 路径:data/train-* - 拆分集:test(测试集) 路径:data/test-* 数据集信息: 特征字段: - 字段名:帖子ID(post_id),数据类型:字符串型 - 字段名:领域(domain),数据类型:字符串型 - 字段名:点赞率(upvote_ratio),数据类型:64位浮点型 - 字段名:历史记录(history),数据类型:字符串型 - 字段名:评论根ID A(c_root_id_A),数据类型:字符串型 - 字段名:评论根ID B(c_root_id_B),数据类型:字符串型 - 字段名:UTC创建时间 A(created_at_utc_A),数据类型:64位整型 - 字段名:UTC创建时间 B(created_at_utc_B),数据类型:64位整型 - 字段名:得分 A(score_A),数据类型:64位整型 - 字段名:得分 B(score_B),数据类型:64位整型 - 字段名:人工参考文本 A(human_ref_A),数据类型:字符串型 - 字段名:人工参考文本 B(human_ref_B),数据类型:字符串型 - 字段名:标签(labels),数据类型:64位整型 - 字段名:时间差(秒)(seconds_difference),数据类型:64位浮点型 - 字段名:得分比率(score_ratio),数据类型:64位浮点型 - 字段名:有用性评分 A(helpfulness_A),数据类型:64位浮点型 - 字段名:有用性评分 B(helpfulness_B),数据类型:64位浮点型 - 字段名:具体性评分 A(specificity_A),数据类型:64位浮点型 - 字段名:具体性评分 B(specificity_B),数据类型:64位浮点型 - 字段名:意图评分 A(intent_A),数据类型:64位浮点型 - 字段名:意图评分 B(intent_B),数据类型:64位浮点型 - 字段名:事实性评分 A(factuality_A),数据类型:64位浮点型 - 字段名:事实性评分 B(factuality_B),数据类型:64位浮点型 - 字段名:易懂性评分 A(easy-to-understand_A),数据类型:64位浮点型 - 字段名:易懂性评分 B(easy-to-understand_B),数据类型:64位浮点型 - 字段名:相关性评分 A(relevance_A),数据类型:64位浮点型 - 字段名:相关性评分 B(relevance_B),数据类型:64位浮点型 - 字段名:可读性评分 A(readability_A),数据类型:64位浮点型 - 字段名:可读性评分 B(readability_B),数据类型:64位浮点型 - 字段名:信息量充足性评分 A(enough-detail_A),数据类型:64位浮点型 - 字段名:信息量充足性评分 B(enough-detail_B),数据类型:64位浮点型 - 字段名:偏见性评分 A(biased:_A),数据类型:64位浮点型 - 字段名:偏见性评分 B(biased:_B),数据类型:64位浮点型 - 字段名:未考虑个体偏好评分 A(fail-to-consider-individual-preferences_A),数据类型:64位浮点型 - 字段名:未考虑个体偏好评分 B(fail-to-consider-individual-preferences_B),数据类型:64位浮点型 - 字段名:重复性评分 A(repetetive_A),数据类型:64位浮点型 - 字段名:重复性评分 B(repetetive_B),数据类型:64位浮点型 - 字段名:未考虑上下文评分 A(fail-to-consider-context_A),数据类型:64位浮点型 - 字段名:未考虑上下文评分 B(fail-to-consider-context_B),数据类型:64位浮点型 - 字段名:过长性评分 A(too-long_A),数据类型:64位浮点型 - 字段名:过长性评分 B(too-long_B),数据类型:64位浮点型 - 字段名:索引级别0(__index_level_0__),数据类型:64位整型 - 字段名:对数得分 A(log_score_A),数据类型:64位浮点型 - 字段名:对数得分 B(log_score_B),数据类型:64位浮点型 - 字段名:零样本(Zero-shot)有用性评分 A(zeroshot_helpfulness_A),数据类型:64位浮点型 - 字段名:零样本有用性评分 B(zeroshot_helpfulness_B),数据类型:64位浮点型 - 字段名:零样本具体性评分 A(zeroshot_specificity_A),数据类型:64位浮点型 - 字段名:零样本具体性评分 B(zeroshot_specificity_B),数据类型:64位浮点型 - 字段名:零样本意图评分 A(zeroshot_intent_A),数据类型:64位浮点型 - 字段名:零样本意图评分 B(zeroshot_intent_B),数据类型:64位浮点型 - 字段名:零样本事实性评分 A(zeroshot_factuality_A),数据类型:64位浮点型 - 字段名:零样本事实性评分 B(zeroshot_factuality_B),数据类型:64位浮点型 - 字段名:零样本易懂性评分 A(zeroshot_easy-to-understand_A),数据类型:64位浮点型 - 字段名:零样本易懂性评分 B(zeroshot_easy-to-understand_B),数据类型:64位浮点型 - 字段名:零样本相关性评分 A(zeroshot_relevance_A),数据类型:64位浮点型 - 字段名:零样本相关性评分 B(zeroshot_relevance_B),数据类型:64位浮点型 - 字段名:零样本可读性评分 A(zeroshot_readability_A),数据类型:64位浮点型 - 字段名:零样本可读性评分 B(zeroshot_readability_B),数据类型:64位浮点型 - 字段名:零样本信息量充足性评分 A(zeroshot_enough-detail_A),数据类型:64位浮点型 - 字段名:零样本信息量充足性评分 B(zeroshot_enough-detail_B),数据类型:64位浮点型 - 字段名:零样本偏见性评分 A(zeroshot_biased:_A),数据类型:64位浮点型 - 字段名:零样本偏见性评分 B(zeroshot_biased:_B),数据类型:64位浮点型 - 字段名:零样本未考虑个体偏好评分 A(zeroshot_fail-to-consider-individual-preferences_A),数据类型:64位浮点型 - 字段名:零样本未考虑个体偏好评分 B(zeroshot_fail-to-consider-individual-preferences_B),数据类型:64位浮点型 - 字段名:零样本重复性评分 A(zeroshot_repetetive_A),数据类型:64位浮点型 - 字段名:零样本重复性评分 B(zeroshot_repetetive_B),数据类型:64位浮点型 - 字段名:零样本未考虑上下文评分 A(zeroshot_fail-to-consider-context_A),数据类型:64位浮点型 - 字段名:零样本未考虑上下文评分 B(zeroshot_fail-to-consider-context_B),数据类型:64位浮点型 - 字段名:零样本过长性评分 A(zeroshot_too-long_A),数据类型:64位浮点型 - 字段名:零样本过长性评分 B(zeroshot_too-long_B),数据类型:64位浮点型 拆分集信息: - 拆分集名称:train(训练集),字节数:22674534,样本数量:9459 - 拆分集名称:test(测试集),字节数:22627412,样本数量:9459 下载大小:12124964 数据集总大小:45301946 --- # 数据集卡片:shp_with_features_20k_flan_t5_large_flan_t5_large_zeroshot [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

提供机构:
dongyoung4091
原始信息汇总

数据集概述

数据集配置

  • 默认配置
    • 训练集:路径为 data/train-*
    • 测试集:路径为 data/test-*

数据集特征

  • post_id:字符串类型
  • domain:字符串类型
  • upvote_ratio:浮点数类型
  • history:字符串类型
  • c_root_id_A:字符串类型
  • c_root_id_B:字符串类型
  • created_at_utc_A:整数类型
  • created_at_utc_B:整数类型
  • score_A:整数类型
  • score_B:整数类型
  • human_ref_A:字符串类型
  • human_ref_B:字符串类型
  • labels:整数类型
  • seconds_difference:浮点数类型
  • score_ratio:浮点数类型
  • helpfulness_A:浮点数类型
  • helpfulness_B:浮点数类型
  • specificity_A:浮点数类型
  • specificity_B:浮点数类型
  • intent_A:浮点数类型
  • intent_B:浮点数类型
  • factuality_A:浮点数类型
  • factuality_B:浮点数类型
  • easy-to-understand_A:浮点数类型
  • easy-to-understand_B:浮点数类型
  • relevance_A:浮点数类型
  • relevance_B:浮点数类型
  • readability_A:浮点数类型
  • readability_B:浮点数类型
  • enough-detail_A:浮点数类型
  • enough-detail_B:浮点数类型
  • biased:_A:浮点数类型
  • biased:_B:浮点数类型
  • fail-to-consider-individual-preferences_A:浮点数类型
  • fail-to-consider-individual-preferences_B:浮点数类型
  • repetetive_A:浮点数类型
  • repetetive_B:浮点数类型
  • fail-to-consider-context_A:浮点数类型
  • fail-to-consider-context_B:浮点数类型
  • too-long_A:浮点数类型
  • too-long_B:浮点数类型
  • index_level_0:整数类型
  • log_score_A:浮点数类型
  • log_score_B:浮点数类型
  • zeroshot_helpfulness_A:浮点数类型
  • zeroshot_helpfulness_B:浮点数类型
  • zeroshot_specificity_A:浮点数类型
  • zeroshot_specificity_B:浮点数类型
  • zeroshot_intent_A:浮点数类型
  • zeroshot_intent_B:浮点数类型
  • zeroshot_factuality_A:浮点数类型
  • zeroshot_factuality_B:浮点数类型
  • zeroshot_easy-to-understand_A:浮点数类型
  • zeroshot_easy-to-understand_B:浮点数类型
  • zeroshot_relevance_A:浮点数类型
  • zeroshot_relevance_B:浮点数类型
  • zeroshot_readability_A:浮点数类型
  • zeroshot_readability_B:浮点数类型
  • zeroshot_enough-detail_A:浮点数类型
  • zeroshot_enough-detail_B:浮点数类型
  • zeroshot_biased:_A:浮点数类型
  • zeroshot_biased:_B:浮点数类型
  • zeroshot_fail-to-consider-individual-preferences_A:浮点数类型
  • zeroshot_fail-to-consider-individual-preferences_B:浮点数类型
  • zeroshot_repetetive_A:浮点数类型
  • zeroshot_repetetive_B:浮点数类型
  • zeroshot_fail-to-consider-context_A:浮点数类型
  • zeroshot_fail-to-consider-context_B:浮点数类型
  • zeroshot_too-long_A:浮点数类型
  • zeroshot_too-long_B:浮点数类型

数据集分割

  • 训练集
    • 字节数:22674534
    • 样本数:9459
  • 测试集
    • 字节数:22627412
    • 样本数:9459

数据集大小

  • 下载大小:12124964 字节
  • 数据集大小:45301946 字节
二维码
社区交流群
二维码
科研交流群
商业服务