Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
enoriega commited on
Commit
61a8fda
·
verified ·
1 Parent(s): f158a7c

Upload dataset

Browse files
README.md CHANGED
@@ -1,46 +1,64 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: document_id
5
- dtype: string
6
- - name: document_text
7
  dtype: string
8
  - name: title
9
  dtype: string
10
  - name: abstract
11
  dtype: string
12
- - name: annotation_ids
13
- list: string
14
- - name: annotation_texts
15
- list: string
16
- - name: annotation_offsets
17
- list: uint32
18
- - name: annotation_lengths
19
- list: uint32
20
- - name: annotation_groundings
21
- list: string
22
- - name: annotation_types
23
- list: string
24
- - name: relation_entity1
25
- list: string
26
- - name: relation_entity2
27
- list: string
28
- - name: relation_type
29
- list: string
30
- - name: relation_novel
31
- list: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  splits:
33
  - name: train
34
- num_bytes: 2344285
35
  num_examples: 400
36
  - name: validation
37
- num_bytes: 621048
38
  num_examples: 100
39
  - name: test
40
- num_bytes: 608756
41
  num_examples: 100
42
- download_size: 1503150
43
- dataset_size: 3574089
44
  configs:
45
  - config_name: default
46
  data_files:
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: pmid
 
 
5
  dtype: string
6
  - name: title
7
  dtype: string
8
  - name: abstract
9
  dtype: string
10
+ - name: entities
11
+ struct:
12
+ - name: start
13
+ list: int32
14
+ - name: end
15
+ list: int32
16
+ - name: label
17
+ list:
18
+ class_label:
19
+ names:
20
+ '0': CellLine
21
+ '1': ChemicalEntity
22
+ '2': DiseaseOrPhenotypicFeature
23
+ '3': GeneOrGeneProduct
24
+ '4': OrganismTaxon
25
+ '5': SequenceVariant
26
+ - name: text
27
+ list: string
28
+ - name: entity_id
29
+ list: string
30
+ - name: relations
31
+ struct:
32
+ - name: type
33
+ list:
34
+ class_label:
35
+ names:
36
+ '0': Association
37
+ '1': Bind
38
+ '2': Comparison
39
+ '3': Conversion
40
+ '4': Cotreatment
41
+ '5': Drug_Interaction
42
+ '6': Negative_Correlation
43
+ '7': Positive_Correlation
44
+ - name: arg1
45
+ list: string
46
+ - name: arg2
47
+ list: string
48
+ - name: novel
49
+ list: bool
50
  splits:
51
  - name: train
52
+ num_bytes: 1336978
53
  num_examples: 400
54
  - name: validation
55
+ num_bytes: 354917
56
  num_examples: 100
57
  - name: test
58
+ num_bytes: 348388
59
  num_examples: 100
60
+ download_size: 1634941
61
+ dataset_size: 2040283
62
  configs:
63
  - config_name: default
64
  data_files:
data/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3398eebe931d1a4e972b91fcc5cb75262fa36fec401a33e9460291a491fbc827
3
- size 269137
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0945c360c5ced8ab112cf22c91972ab3f169ed6e2654a9d0945f22c512b45b5
3
+ size 287160
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a05626c12234b6d052c38282a64ff54a4c4fe951b9edebe47c05a362a68db2b
3
- size 959680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:838687de22a50da67ec1936bc7bab6331679aa9f6157d8f9cf01e7bb1645646e
3
+ size 1055750
data/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10c7c241f4a97391934f33988c59d21f2a857ec2da2c4544fa643c4fc3dbf6ae
3
- size 274333
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1177b62ca484869c3f85614b7f6c4046fd08e0b302983045ea103371102951b8
3
+ size 292031