Upload dataset
Browse files
2024_processed/dev-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc5b10d9aff0221660de622494f511552d07387f952639981d5c524ad961258e
|
| 3 |
+
size 437843
|
2024_processed/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e115ff2d55d177d42f7a2147986fa3d92332902f4f8dec3ecc488691208afddf
|
| 3 |
+
size 7686453
|
2024_processed/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8be45959438465ac11128e8b15f4fe673f6b39af0294c9855f480c248be5c5f
|
| 3 |
+
size 5625326
|
README.md
CHANGED
|
@@ -118,6 +118,64 @@ dataset_info:
|
|
| 118 |
num_examples: 500
|
| 119 |
download_size: 283972
|
| 120 |
dataset_size: 808647
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
- config_name: 2024_source
|
| 122 |
features:
|
| 123 |
- name: id
|
|
@@ -177,6 +235,14 @@ configs:
|
|
| 177 |
path: 2023_source/dev-*
|
| 178 |
- split: test
|
| 179 |
path: 2023_source/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
- config_name: 2024_source
|
| 181 |
data_files:
|
| 182 |
- split: test
|
|
|
|
| 118 |
num_examples: 500
|
| 119 |
download_size: 283972
|
| 120 |
dataset_size: 808647
|
| 121 |
+
- config_name: 2024_processed
|
| 122 |
+
features:
|
| 123 |
+
- name: id
|
| 124 |
+
dtype: string
|
| 125 |
+
- name: Type
|
| 126 |
+
dtype: string
|
| 127 |
+
- name: Section_id
|
| 128 |
+
dtype: string
|
| 129 |
+
- name: Primary_id
|
| 130 |
+
dtype: string
|
| 131 |
+
- name: Statement
|
| 132 |
+
dtype: string
|
| 133 |
+
- name: Label
|
| 134 |
+
dtype: string
|
| 135 |
+
- name: Intervention
|
| 136 |
+
dtype: string
|
| 137 |
+
- name: Causal_type
|
| 138 |
+
sequence: string
|
| 139 |
+
- name: Secondary_id
|
| 140 |
+
dtype: string
|
| 141 |
+
- name: Secondary_evidence_index
|
| 142 |
+
dtype: 'null'
|
| 143 |
+
- name: Primary_Document
|
| 144 |
+
struct:
|
| 145 |
+
- name: Adverse Events
|
| 146 |
+
sequence: string
|
| 147 |
+
- name: Eligibility
|
| 148 |
+
sequence: string
|
| 149 |
+
- name: Intervention
|
| 150 |
+
sequence: string
|
| 151 |
+
- name: Results
|
| 152 |
+
sequence: string
|
| 153 |
+
- name: Primary_Section
|
| 154 |
+
sequence: string
|
| 155 |
+
- name: Secondary_Document
|
| 156 |
+
struct:
|
| 157 |
+
- name: Adverse Events
|
| 158 |
+
sequence: string
|
| 159 |
+
- name: Eligibility
|
| 160 |
+
sequence: string
|
| 161 |
+
- name: Intervention
|
| 162 |
+
sequence: string
|
| 163 |
+
- name: Results
|
| 164 |
+
sequence: string
|
| 165 |
+
- name: Secondary_Section
|
| 166 |
+
sequence: string
|
| 167 |
+
splits:
|
| 168 |
+
- name: test
|
| 169 |
+
num_bytes: 53427368
|
| 170 |
+
num_examples: 5500
|
| 171 |
+
- name: dev
|
| 172 |
+
num_bytes: 1748808
|
| 173 |
+
num_examples: 200
|
| 174 |
+
- name: train
|
| 175 |
+
num_bytes: 15342665
|
| 176 |
+
num_examples: 1700
|
| 177 |
+
download_size: 13749622
|
| 178 |
+
dataset_size: 70518841
|
| 179 |
- config_name: 2024_source
|
| 180 |
features:
|
| 181 |
- name: id
|
|
|
|
| 235 |
path: 2023_source/dev-*
|
| 236 |
- split: test
|
| 237 |
path: 2023_source/test-*
|
| 238 |
+
- config_name: 2024_processed
|
| 239 |
+
data_files:
|
| 240 |
+
- split: test
|
| 241 |
+
path: 2024_processed/test-*
|
| 242 |
+
- split: dev
|
| 243 |
+
path: 2024_processed/dev-*
|
| 244 |
+
- split: train
|
| 245 |
+
path: 2024_processed/train-*
|
| 246 |
- config_name: 2024_source
|
| 247 |
data_files:
|
| 248 |
- split: test
|