CoolFace
Datasetpublic

sobamchan/aclsum

ACLSum: A New Dataset for Aspect-based Summarization of Scientific Publications This repository contains data for our paper "ACLSum: A New Dataset for Aspect-based Summarization of Scientific Publications" and a small utility class to work with it. HuggingFace datasets You can also use Huggin Face datasets to load ACLSum (dataset link). This would be convenient if you want to train transformer models using our dataset. Just do, from datasets import load_dataset… See the full description on the dataset page: https://huggingface.co/datasets/sobamchan/aclsum.

sourceHugging Facemitupdated 2y agoView on Hugging Face
2likes79downloads
Dataset Card

ACLSum: A New Dataset for Aspect-based Summarization of Scientific Publications

This repository contains data for our paper "ACLSum: A New Dataset for Aspect-based Summarization of Scientific Publications" and a small utility class to work with it.

HuggingFace datasets

You can also use Huggin Face datasets to load ACLSum (dataset link). This would be convenient if you want to train transformer models using our dataset.

Just do,

py
from datasets import load_dataset
dataset = load_dataset("sobamchan/aclsum", "challenge", split="train")