File size: 814 Bytes
79c3fc0 4727315 79c3fc0 4727315 |
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 |
---
dataset_info:
features:
- name: text
dtype: string
- name: spo_list
list:
- name: predicate
dtype: string
- name: object_type
dtype: string
- name: subject_type
dtype: string
- name: object
dtype: string
- name: subject
dtype: string
splits:
- name: train
num_bytes: 51849478
num_examples: 172983
- name: validation
num_bytes: 6512116
num_examples: 21626
download_size: 32568292
dataset_size: 58361594
---
# DuIE 关系抽取数据集
字段说明
+ `text`: 文本
+ `spo_list`: 文本中包含的关系三元组
+ `subject`: 头实体(主语)
+ `subject_type`: 头实体(主语)的类型
+ `object`: 尾实体(主语)
+ `object_type`: 尾实体(主语)的类型
+ `predicate`: 关系
|