File size: 1,047 Bytes
cc9dbfe f158a7c cc9dbfe f158a7c cc9dbfe f158a7c cc9dbfe f158a7c cc9dbfe 4a20d82 f158a7c cc9dbfe f158a7c cc9dbfe f158a7c cc9dbfe f158a7c cc9dbfe | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | ---
dataset_info:
features:
- name: document_id
dtype: string
- name: document_text
dtype: string
- name: title
dtype: string
- name: abstract
dtype: string
- name: annotation_ids
list: string
- name: annotation_texts
list: string
- name: annotation_offsets
list: uint32
- name: annotation_lengths
list: uint32
- name: annotation_groundings
list: string
- name: annotation_types
list: string
- name: relation_entity1
list: string
- name: relation_entity2
list: string
- name: relation_type
list: string
- name: relation_novel
list: string
splits:
- name: train
num_bytes: 2344285
num_examples: 400
- name: validation
num_bytes: 621048
num_examples: 100
- name: test
num_bytes: 608756
num_examples: 100
download_size: 1503150
dataset_size: 3574089
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|