File size: 859 Bytes
09aa6d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: paragraph
    dtype: string
  - name: relations
    list:
    - name: explanation
      dtype: string
    - name: object
      dtype: string
    - name: relation
      dtype: string
    - name: subject
      dtype: string
  splits:
  - name: validation
    num_bytes: 91165
    num_examples: 106
  - name: test
    num_bytes: 86275
    num_examples: 106
  - name: train
    num_bytes: 911376
    num_examples: 1049
  download_size: 702488
  dataset_size: 1088816
---
# Dataset Card for "kmdb_relation_extraction"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)