zheheng luo commited on
Commit
26abfe2
·
1 Parent(s): ff766aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ This is the dataset used in the paper "Readability Controllable Biomedical Document Summarization" by Zheheng Luo, Qianqian Xie, Sophia Ananiadou.
5
+ Every instance in the dataset contains a technical summary(abstract), a plain language summary, and the whole article text. All the data are from the PLOS journals.
6
+ Detailed format is as following:
7
+ {
8
+ "doi": str, # unique doi identifier
9
+ "title": str, # title
10
+ "abstract": str, # abstract
11
+ "plain language summary": str, # plain language summary
12
+ "article": str # whole text
13
+ }