CoolFace
Datasetpublic

pszemraj/scientific_lay_summarisation-elife-norm

scientific_lay_summarisation - elife - normalized This is the "elife" split. For more words, refer to the PLOS split README Contents load with datasets: from datasets import load_dataset # If the dataset is gated/private, make sure you have run huggingface-cli login dataset = load_dataset("pszemraj/scientific_lay_summarisation-elife-norm") dataset Output: DatasetDict({ train: Dataset({ features: ['article', 'summary', 'section_headings', 'keywords'… See the full description on the dataset page: https://huggingface.co/datasets/pszemraj/scientific_lay_summarisation-elife-norm.

sourceHugging Facemitupdated 9mo agoView on Hugging Face
8likes72downloads
Dataset Card

scientificlaysummarisation - elife - normalized

This is the "elife" split. For more words, refer to the PLOS split README

Contents

load with datasets:

python
from datasets import load_dataset

# If the dataset is gated/private, make sure you have run huggingface-cli login
dataset = load_dataset("pszemraj/scientific_lay_summarisation-elife-norm")
dataset

Output:

python
DatasetDict({
    train: Dataset({
        features: ['article', 'summary', 'section_headings', 'keywords', 'year', 'title', 'article_length', 'summary_length'],
        num_rows: 4346
    })
    test: Dataset({
        features: ['article', 'summary', 'section_headings', 'keywords', 'year', 'title', 'article_length', 'summary_length'],
        num_rows: 241
    })
    validation: Dataset({
        features: ['article', 'summary', 'section_headings', 'keywords', 'year', 'title', 'article_length', 'summary_length'],
        num_rows: 241
    })
})

Lengths

Train set:

t5-tokens