FINNUMBER/EQA_ORIGINAL
收藏Hugging Face2023-12-25 更新2024-06-22 收录
下载链接:
https://hf-mirror.com/datasets/FINNUMBER/EQA_ORIGINAL
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: doc_id
dtype: string
- name: doc_title
dtype: string
- name: doc_source
dtype: string
- name: doc_published
dtype: int64
- name: created
dtype: string
- name: doc_class
struct:
- name: class
dtype: string
- name: code
dtype: string
- name: paragraphs
list:
- name: context
dtype: string
- name: context_id
dtype: string
- name: qas
list:
- name: answer
struct:
- name: answer_end
dtype: int64
- name: answer_start
dtype: int64
- name: cell_coordinates
dtype: 'null'
- name: cell_text
dtype: 'null'
- name: clue_start
dtype: 'null'
- name: clue_text
dtype: 'null'
- name: options
dtype: 'null'
- name: source
dtype: string
- name: text
dtype: string
- name: qa_type
dtype: int64
- name: question
dtype: string
- name: question_id
dtype: string
- name: tbs
dtype: 'null'
splits:
- name: train
num_bytes: 31028272
num_examples: 14295
- name: test
num_bytes: 7326583
num_examples: 3179
download_size: 16577325
dataset_size: 38354855
---
# Dataset Card for "EQA_ORIGINAL"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
FINNUMBER
原始信息汇总
数据集概述
配置
- 默认配置:
- 训练数据:路径为
data/train-* - 测试数据:路径为
data/test-*
- 训练数据:路径为
数据特征
- 文档ID:
doc_id,数据类型为string - 文档标题:
doc_title,数据类型为string - 文档来源:
doc_source,数据类型为string - 文档发布时间:
doc_published,数据类型为int64 - 创建时间:
created,数据类型为string - 文档分类:
doc_class,包含以下子特征:- 分类:
class,数据类型为string - 代码:
code,数据类型为string
- 分类:
- 段落:
paragraphs,包含以下子特征:- 上下文:
context,数据类型为string - 上下文ID:
context_id,数据类型为string - 问题与答案:
qas,包含以下子特征:- 答案:
answer,包含以下子特征:- 答案结束位置:
answer_end,数据类型为int64 - 答案开始位置:
answer_start,数据类型为int64 - 单元格坐标:
cell_coordinates,数据类型为null - 单元格文本:
cell_text,数据类型为null - 线索开始位置:
clue_start,数据类型为null - 线索文本:
clue_text,数据类型为null - 选项:
options,数据类型为null - 来源:
source,数据类型为string - 文本:
text,数据类型为string
- 答案结束位置:
- 问题类型:
qa_type,数据类型为int64 - 问题:
question,数据类型为string - 问题ID:
question_id,数据类型为string
- 答案:
- 表格:
tbs,数据类型为null
- 上下文:
数据划分
- 训练集:
- 字节数:31028272
- 样本数:14295
- 测试集:
- 字节数:7326583
- 样本数:3179
数据集大小
- 下载大小:16577325 字节
- 数据集大小:38354855 字节



