File size: 1,895 Bytes
e96e754
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: document_id
    dtype: string
  - name: passages
    list:
    - name: id
      dtype: string
    - name: type
      dtype: string
    - name: text
      sequence: string
    - name: offsets
      sequence:
        list: int32
  - name: entities
    list:
    - name: id
      dtype: string
    - name: type
      dtype: string
    - name: text
      sequence: string
    - name: offsets
      sequence:
        list: int32
    - name: normalized
      list:
      - name: db_name
        dtype: string
      - name: db_id
        dtype: string
  - name: events
    list:
    - name: id
      dtype: string
    - name: type
      dtype: string
    - name: trigger
      struct:
      - name: text
        sequence: string
      - name: offsets
        sequence:
          list: int32
    - name: arguments
      list:
      - name: role
        dtype: string
      - name: ref_id
        dtype: string
  - name: coreferences
    list:
    - name: id
      dtype: string
    - name: entity_ids
      sequence: string
  - name: relations
    list:
    - name: id
      dtype: string
    - name: type
      dtype: string
    - name: arg1_id
      dtype: string
    - name: arg2_id
      dtype: string
    - name: normalized
      list:
      - name: db_name
        dtype: string
      - name: db_id
        dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 101493304127
    num_examples: 33653973
  - name: validation
    num_bytes: 2115702473
    num_examples: 701124
  - name: test
    num_bytes: 2117460487
    num_examples: 701125
  download_size: 49786905438
  dataset_size: 105726467087
---
# Dataset Card for "pubtator-central-bigbio-kb-2022-12-18"

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