KenLuo/RC-Sum-PLOS
收藏Hugging Face2023-04-22 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/KenLuo/RC-Sum-PLOS
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
---
This is the dataset used in the paper "Readability Controllable Biomedical Document Summarization" by Zheheng Luo, Qianqian Xie, Sophia Ananiadou.
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.
Detailed format is as following:
```
{
"doi": str, # unique doi identifier
"title": str, # title
"abstract": str, # abstract
"plain language summary": str, # plain language summary
"article": str # whole text
}
```
提供机构:
KenLuo
原始信息汇总
数据集概述
数据集名称
Readability Controllable Biomedical Document Summarization
数据来源
所有数据来源于PLOS期刊。
数据集内容
每个实例包含以下信息:
- doi: 字符串,唯一标识符
- title: 字符串,标题
- abstract: 字符串,技术摘要(摘要)
- plain language summary: 字符串,通俗语言摘要
- article: 字符串,全文文本
数据集用途
用于论文 "Readability Controllable Biomedical Document Summarization" 的研究。
许可证
Apache-2.0



