lucadiliello/relationextractionqa
收藏Hugging Face2023-06-06 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/lucadiliello/relationextractionqa
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: context
dtype: string
- name: question
dtype: string
- name: answers
sequence: string
- name: key
dtype: string
- name: labels
list:
- name: end
sequence: int64
- name: start
sequence: int64
splits:
- name: test
num_bytes: 863192
num_examples: 2948
download_size: 527428
dataset_size: 863192
---
# Dataset Card for "relationextractionqa"
Split taken from the MRQA 2019 Shared Task, formatted and filtered for Question Answering. For the original dataset, have a look [here](https://huggingface.co/datasets/mrqa).
提供机构:
lucadiliello
原始信息汇总
数据集概述
数据集名称
- 名称: relationextractionqa
数据集特征
- context: 数据类型为字符串。
- question: 数据类型为字符串。
- answers: 数据类型为字符串序列。
- key: 数据类型为字符串。
- labels: 包含两个子特征
- start: 数据类型为整数序列。
- end: 数据类型为整数序列。
数据集分割
- test:
- 样本数量: 2948
- 数据大小: 863192字节
数据集大小
- 下载大小: 527428字节
- 总数据集大小: 863192字节



