CoolFace
Datasetpublic

ccdv/arxiv-summarization

Arxiv dataset for summarization Dataset for summarization of long documents.Adapted from this repo.Note that original data are pre-tokenized so this dataset returns " ".join(text) and add "\n" for paragraphs. This dataset is compatible with the run_summarization.py script from Transformers if you add this line to the summarization_name_mapping variable: "ccdv/arxiv-summarization": ("article", "abstract") Data Fields id: paper id article: a string containing the… See the full description on the dataset page: https://huggingface.co/datasets/ccdv/arxiv-summarization.

sourceHugging Faceupdated 2y agoView on Hugging Face
136likes8.2kdownloads
13 commits on main
240aaf12y ago

Convert dataset to Parquet (#7)

albertvillanova
f70ea034y ago

Update README.md (#4)

ccdv, pszemraj
d6b009c4y ago

Fix task tags (#3)

ccdv, albertvillanova
74e1bcb4y ago

Fix task_categories (#2)

ccdv, albertvillanova
b09a1ae4y ago

Fix language tag (#1)

albertvillanova
e1104fe4y ago

for windows

ccdv
5c0de0b4y ago

remove <S> </S>

ccdv
dd5cad85y ago

back

ccdv
543fb545y ago

fix

ccdv
d86d4c75y ago

add sections

ccdv
b41492a5y ago

update readme

ccdv
a31f6455y ago

first

ccdv
7d5802b5y ago

initial commit

system