tomasg25 commited on
Commit
36e80ed
1 Parent(s): 63e18ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +121 -1
README.md CHANGED
@@ -1,3 +1,123 @@
1
  ---
2
- license: unknown
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - found
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: scientific_lay_summarisation
13
+ size_categories:
14
+ - 10K<n<100K
15
+ - 1K<n<10K
16
+ source_datasets:
17
+ - original
18
+ tags:
19
+ - scientific papers
20
+ - lay summarization
21
+ - PLOS
22
+ - eLife
23
+ task_categories:
24
+ - summarization
25
+ task_ids: []
26
  ---
27
+
28
+ # Dataset Card for "scientific_lay_summarisation"
29
+
30
+ ### Dataset Summary
31
+
32
+ This repository contains the PLOS and eLife datasets, introduced in the EMNLP 2022 paper "[Making Science Simple: Corpora for the Lay Summarisation of Scientific Literature
33
+ ](https://arxiv.org/abs/2210.09932)" .
34
+
35
+ Each dataset contains full biomedical research articles paired with expert-written lay summaries (i.e., non-technical summaries). PLOS articles are derived from various journals published by [the Public Library of Science (PLOS)](https://plos.org/), whereas eLife articles are derived from the [eLife](https://elifesciences.org/) journal. More details/anlaysis on the content of each dataset are provided in the paper.
36
+
37
+ ### Supported Tasks and Leaderboards
38
+
39
+ Papers with code - [PLOS](https://paperswithcode.com/sota/lay-summarization-on-plos) and [eLife](https://paperswithcode.com/sota/lay-summarization-on-elife).
40
+
41
+ ### Languages
42
+
43
+ English
44
+
45
+ ## Dataset Structure
46
+
47
+ ### Data Instances
48
+
49
+ [More Information Needed]
50
+
51
+ ### Data Fields
52
+
53
+ [More Information Needed]
54
+
55
+ ### Data Splits
56
+
57
+ [More Information Needed]
58
+
59
+ ## Dataset Creation
60
+
61
+ ### Curation Rationale
62
+
63
+ [More Information Needed]
64
+
65
+ ### Source Data
66
+
67
+ #### Initial Data Collection and Normalization
68
+
69
+ [More Information Needed]
70
+
71
+ #### Who are the source language producers?
72
+
73
+ [More Information Needed]
74
+
75
+ ### Annotations
76
+
77
+ #### Annotation process
78
+
79
+ [More Information Needed]
80
+
81
+ #### Who are the annotators?
82
+
83
+ [More Information Needed]
84
+
85
+ ### Personal and Sensitive Information
86
+
87
+ [More Information Needed]
88
+
89
+ ## Considerations for Using the Data
90
+
91
+ ### Social Impact of Dataset
92
+
93
+ [More Information Needed]
94
+
95
+ ### Discussion of Biases
96
+
97
+ [More Information Needed]
98
+
99
+ ### Other Known Limitations
100
+
101
+ [More Information Needed]
102
+
103
+ ## Additional Information
104
+
105
+ ### Dataset Curators
106
+
107
+ [More Information Needed]
108
+
109
+ ### Licensing Information
110
+
111
+ [More Information Needed]
112
+
113
+ ### Citation Information
114
+
115
+ ```
116
+ "Making Science Simple: Corpora for the Lay Summarisation of Scientific Literature"
117
+ Tomas Goldsack, Zhihao Zhang, Chenghua Lin, Carolina Scarton
118
+ EMNLP 2022
119
+ ```
120
+
121
+ ### Contributions
122
+
123
+ Thanks to [@TGoldsack1](https://github.com/TGoldsack1) for adding this dataset.