Tverous/mnli-amr
收藏Hugging Face2023-07-30 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Tverous/mnli-amr
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: promptID
dtype: int32
- name: pairID
dtype: string
- name: premise
dtype: string
- name: premise_binary_parse
dtype: string
- name: premise_parse
dtype: string
- name: hypothesis
dtype: string
- name: hypothesis_binary_parse
dtype: string
- name: hypothesis_parse
dtype: string
- name: genre
dtype: string
- name: label
dtype:
class_label:
names:
'0': entailment
'1': neutral
'2': contradiction
- name: claim_cleaned_amr
dtype: string
- name: amr_penman
dtype: string
- name: amr_tokens
sequence: string
- name: amr_nodes
dtype: string
- name: amr_alignments
dtype: string
- name: amr_edges
sequence:
sequence: string
splits:
- name: train
num_bytes: 805968455
num_examples: 392702
- name: dev
num_bytes: 19916906
num_examples: 9815
download_size: 353391877
dataset_size: 825885361
---
# Dataset Card for "mnli-amr"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
Tverous
原始信息汇总
数据集概述
数据集名称
- mnli-amr
数据集特征
- promptID: 整数类型 (int32)
- pairID: 字符串类型 (string)
- premise: 字符串类型 (string)
- premise_binary_parse: 字符串类型 (string)
- premise_parse: 字符串类型 (string)
- hypothesis: 字符串类型 (string)
- hypothesis_binary_parse: 字符串类型 (string)
- hypothesis_parse: 字符串类型 (string)
- genre: 字符串类型 (string)
- label: 分类标签,包含三个类别:
- 0: entailment
- 1: neutral
- 2: contradiction
- claim_cleaned_amr: 字符串类型 (string)
- amr_penman: 字符串类型 (string)
- amr_tokens: 序列类型,字符串 (sequence: string)
- amr_nodes: 字符串类型 (string)
- amr_alignments: 字符串类型 (string)
- amr_edges: 序列类型,字符串 (sequence: sequence: string)
数据集分割
- train: 392702个样本,占用805968455字节
- dev: 9815个样本,占用19916906字节
数据集大小
- 下载大小: 353391877字节
- 数据集总大小: 825885361字节



