Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,32 @@ task_categories:
|
|
4 |
- summarization
|
5 |
tags:
|
6 |
- medical
|
7 |
-
pretty_name: Sci Lay - Biomedic Articles Lay Summarization
|
8 |
size_categories:
|
9 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
|
|
4 |
- summarization
|
5 |
tags:
|
6 |
- medical
|
7 |
+
pretty_name: Sci Lay - Biomedic Articles Lay Summarization Dataset
|
8 |
size_categories:
|
9 |
- 10K<n<100K
|
10 |
+
- 1K<n<10K
|
11 |
+
source_datasets:
|
12 |
+
- original
|
13 |
+
dataset_info:
|
14 |
+
- config_name: all
|
15 |
+
features:
|
16 |
+
- name: doi
|
17 |
+
dtype: string
|
18 |
+
- name: pmcid
|
19 |
+
dtype: string
|
20 |
+
- name: title
|
21 |
+
dtype: string
|
22 |
+
- name: plain_text
|
23 |
+
dtype: string
|
24 |
+
- name: technical_text
|
25 |
+
dtype: string
|
26 |
+
- name: journal
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_examples: 39213
|
31 |
+
- name: validation
|
32 |
+
num_examples: 4901
|
33 |
+
- name: test
|
34 |
+
num_examples: 4901
|
35 |
---
|