zheheng luo commited on
Commit ·
7d54a0d
1
Parent(s): 26abfe2
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,11 +3,14 @@ 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 |
-
}
|
|
|
|
|
|
| 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 |
+
|
| 7 |
Detailed format is as following:
|
| 8 |
+
```
|
| 9 |
{
|
| 10 |
"doi": str, # unique doi identifier
|
| 11 |
"title": str, # title
|
| 12 |
"abstract": str, # abstract
|
| 13 |
"plain language summary": str, # plain language summary
|
| 14 |
"article": str # whole text
|
| 15 |
+
}
|
| 16 |
+
```
|