hle2000/Mintaka_Graph_Features_T5-large-ssm
收藏Hugging Face2024-03-06 更新2024-06-22 收录
下载链接:
https://hf-mirror.com/datasets/hle2000/Mintaka_Graph_Features_T5-large-ssm
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: question
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: graph_sequence
dtype: string
- name: updated_graph_sequence
dtype: string
- name: graph_sequence_embedding
dtype: string
- name: updated_graph_sequence_embedding
dtype: string
- name: question_answer_embedding
dtype: string
- name: tfidf_vector
dtype: string
- name: correct
dtype: float64
splits:
- name: train
num_bytes: 2359468579
num_examples: 22772
- name: test
num_bytes: 2359468579
num_examples: 22772
download_size: 864051150
dataset_size: 4718937158
---
# Dataset Card for "Mintaka_Graph_Features_T5-large-ssm"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
hle2000
原始信息汇总
数据集概述
数据集特征
- 问题 (question): 字符串类型
- 问题答案 (question_answer): 字符串类型
- 节点数量 (num_nodes): 64位整数类型
- 边数量 (num_edges): 64位整数类型
- 密度 (density): 64位浮点数类型
- 环 (cycle): 64位整数类型
- 桥 (bridge): 64位整数类型
- Katz中心性 (katz_centrality): 64位浮点数类型
- PageRank (page_rank): 64位浮点数类型
- 平均最短路径长度 (avg_ssp_length): 64位浮点数类型
- 图序列 (graph_sequence): 字符串类型
- 更新后的图序列 (updated_graph_sequence): 字符串类型
- 图序列嵌入 (graph_sequence_embedding): 字符串类型
- 更新后的图序列嵌入 (updated_graph_sequence_embedding): 字符串类型
- 问题答案嵌入 (question_answer_embedding): 字符串类型
- TF-IDF向量 (tfidf_vector): 字符串类型
- 正确性 (correct): 64位浮点数类型
数据集分割
- 训练集 (train):
- 字节数: 2359468579
- 样本数: 22772
- 测试集 (test):
- 字节数: 2359468579
- 样本数: 22772
数据集大小
- 下载大小: 864051150 字节
- 数据集大小: 4718937158 字节



