hle2000/KGQA_T5-xl-ssm
收藏Hugging Face2024-04-19 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/hle2000/KGQA_T5-xl-ssm
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: id
dtype: string
- name: question
dtype: string
- name: answerEntity
dtype: string
- name: questionEntity
dtype: string
- name: groundTruthAnswerEntity
dtype: string
- name: complexityType
dtype: string
- name: graph
dtype: string
- name: correct
dtype: bool
- name: t5_sequence
dtype: string
- name: gap_sequence
dtype: string
- name: question_answer
dtype: string
- name: num_nodes
dtype: int64
- name: num_edges
dtype: int64
- name: density
dtype: float64
- name: cycle
dtype: int64
- name: bridge
dtype: int64
- name: katz_centrality
dtype: float64
- name: page_rank
dtype: float64
- name: avg_ssp_length
dtype: float64
- name: determ_sequence
dtype: string
- name: determ_sequence_embedding
sequence: float64
- name: gap_sequence_embedding
sequence: float64
- name: t5_sequence_embedding
sequence: float64
- name: question_answer_embedding
sequence: float64
- name: highlighted_determ_sequence
dtype: string
- name: no_highlighted_determ_sequence
dtype: string
- name: highlighted_t5_sequence
dtype: string
- name: no_highlighted_t5_sequence
dtype: string
- name: highlighted_gap_sequence
dtype: string
- name: no_highlighted_gap_sequence
dtype: string
splits:
- name: train
num_bytes: 1677533910
num_examples: 61833
- name: validation
num_bytes: 1677533910
num_examples: 61833
- name: test
num_bytes: 422547605
num_examples: 15577
download_size: 3673975761
dataset_size: 3777615425
---
# Dataset Card for "KGQA_T5-xl-ssm"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集信息:
特征项:
- 名称:标识符(id),数据类型:字符串(string)
- 名称:问题(question),数据类型:字符串(string)
- 名称:答案实体(answerEntity),数据类型:字符串(string)
- 名称:问题实体(questionEntity),数据类型:字符串(string)
- 名称:真实答案实体(groundTruthAnswerEntity),数据类型:字符串(string)
- 名称:复杂度类型(complexityType),数据类型:字符串(string)
- 名称:图谱(graph),数据类型:字符串(string)
- 名称:是否正确(correct),数据类型:布尔值(bool)
- 名称:T5序列(t5_sequence),数据类型:字符串(string)
- 名称:间隙序列(gap_sequence),数据类型:字符串(string)
- 名称:问题-答案对(question_answer),数据类型:字符串(string)
- 名称:节点数(num_nodes),数据类型:64位整数(int64)
- 名称:边数(num_edges),数据类型:64位整数(int64)
- 名称:密度(density),数据类型:64位浮点数(float64)
- 名称:环数(cycle),数据类型:64位整数(int64)
- 名称:桥接数(bridge),数据类型:64位整数(int64)
- 名称:Katz中心性(katz_centrality),数据类型:64位浮点数(float64)
- 名称:佩奇排名(page_rank),数据类型:64位浮点数(float64)
- 名称:平均最短路径长度(avg_ssp_length),数据类型:64位浮点数(float64)
- 名称:确定序列(determ_sequence),数据类型:字符串(string)
- 名称:确定序列嵌入(determ_sequence_embedding),数据类型为序列,元素类型为64位浮点数(float64)
- 名称:间隙序列嵌入(gap_sequence_embedding),数据类型为序列,元素类型为64位浮点数(float64)
- 名称:T5序列嵌入(t5_sequence_embedding),数据类型为序列,元素类型为64位浮点数(float64)
- 名称:问题-答案对嵌入(question_answer_embedding),数据类型为序列,元素类型为64位浮点数(float64)
- 名称:高亮确定序列(highlighted_determ_sequence),数据类型:字符串(string)
- 名称:非高亮确定序列(no_highlighted_determ_sequence),数据类型:字符串(string)
- 名称:高亮T5序列(highlighted_t5_sequence),数据类型:字符串(string)
- 名称:非高亮T5序列(no_highlighted_t5_sequence),数据类型:字符串(string)
- 名称:高亮间隙序列(highlighted_gap_sequence),数据类型:字符串(string)
- 名称:非高亮间隙序列(no_highlighted_gap_sequence),数据类型:字符串(string)
数据集划分:
- 名称:训练集(train),字节数:1677533910,样本数:61833
- 名称:验证集(validation),字节数:1677533910,样本数:61833
- 名称:测试集(test),字节数:422547605,样本数:15577
下载总大小:3673975761
数据集总大小:3777615425
# 「KGQA_T5-xl-ssm」数据集卡片
[需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
hle2000
原始信息汇总
数据集概述
数据集名称
KGQA_T5-xl-ssm
数据集特征
- id: 字符串类型
- question: 字符串类型
- answerEntity: 字符串类型
- questionEntity: 字符串类型
- groundTruthAnswerEntity: 字符串类型
- complexityType: 字符串类型
- graph: 字符串类型
- correct: 布尔类型
- t5_sequence: 字符串类型
- gap_sequence: 字符串类型
- question_answer: 字符串类型
- num_nodes: 整数类型(int64)
- num_edges: 整数类型(int64)
- density: 浮点数类型(float64)
- cycle: 整数类型(int64)
- bridge: 整数类型(int64)
- katz_centrality: 浮点数类型(float64)
- page_rank: 浮点数类型(float64)
- avg_ssp_length: 浮点数类型(float64)
- determ_sequence: 字符串类型
- determ_sequence_embedding: 序列类型(float64)
- gap_sequence_embedding: 序列类型(float64)
- t5_sequence_embedding: 序列类型(float64)
- question_answer_embedding: 序列类型(float64)
- highlighted_determ_sequence: 字符串类型
- no_highlighted_determ_sequence: 字符串类型
- highlighted_t5_sequence: 字符串类型
- no_highlighted_t5_sequence: 字符串类型
- highlighted_gap_sequence: 字符串类型
- no_highlighted_gap_sequence: 字符串类型
数据集分割
- train: 61833个样本,占用1677533910字节
- validation: 61833个样本,占用1677533910字节
- test: 15577个样本,占用422547605字节
数据集大小
- 下载大小: 3673975761字节
- 数据集大小: 3777615425字节



