File size: 1,127 Bytes
1b3e921 ce6db77 | 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 55 56 57 58 59 60 61 62 63 | ---
dataset_info:
features:
- name: doc_key
dtype: string
- name: sentences
list:
list: string
- name: tokens
list: string
- name: text
dtype: string
- name: entities
list:
- name: end
dtype: int64
- name: id
dtype: string
- name: label
dtype: string
- name: start
dtype: int64
- name: text
dtype: string
- name: gold_relations
list:
- name: head
dtype: string
- name: head_span
list: int64
- name: relation
dtype: string
- name: tail
dtype: string
- name: tail_span
list: int64
- name: coreference_clusters
list:
list: string
splits:
- name: train
num_bytes: 1900397
num_examples: 350
- name: dev
num_bytes: 243438
num_examples: 50
- name: test
num_bytes: 459533
num_examples: 100
download_size: 968570
dataset_size: 2603368
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: dev
path: data/dev-*
- split: test
path: data/test-*
---
Source: https://nlp.cs.washington.edu/sciIE/ |