Datasets:
The dataset viewer is not available for this dataset.
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Dataset Card for "sumstew"
TL;DR:
Sumstew is a abstractive, multilingual Dataset, with a balanced number of samples from a diverse set of summarization Datasets. The input sizes range up to 16384 tokens. Filtered using a diverse set of heuristics to encourage high coverage, accuracy and factual consistency. Code to reproduce Dataset available at TODO
Task Information
- Task Categories: The tasks covered by this dataset are primarily summarization tasks.
- Languages: This dataset supports multiple languages including English (en), German (de), French (fr), Italian (it), and Spanish (es).
Dataset Structure
Data Instances: Each data instance in the dataset comprises five fields - 'prompt', 'target', 'task', 'subset', and 'language'.
- 'prompt': The input text for the task. (dtype: string)
- 'target': The expected output for the task. (dtype: string)
- 'subset': The subset of the dataset the instance belongs to. (dtype: string)
- 'language': The language of the instance. (dtype: string)
Data Splits: The dataset is split into two subsets:
- 'train' set: 187221 examples
- 'validation' set: 14542 examples
- 'test' set: 12467 examples
Dataset Statistics
- Max Document Length: The maximum document length is 16384 mlong-t5 tokens.
- Max Output Length: The maximum output length is 1024 mlong-t5 tokens.
Additional Information
- Data Collection: The data has been collected from a variety of sources spanning different languages and domains, ensuring a diverse and comprehensive dataset.
- Data Cleaning: The dataset has been filtered by checking the ngram overlap between the source and target document and dropping samples which have too much or too little overlap, and also through normalization.
- Known Limitations: As the dataset is generated from diverse sources, the inherent biases or limitations of those sources may persist in this dataset as well.
- Usage Scenarios: This dataset can be used for training and evaluating models on tasks like summarization and question-answering, in a multilingual context.
Credits
At this point I want to thank every creator of the underlying datasets (there are too many for me to count). If there are any issues concercining licensing or you want your data removed from the dataset, feel free to DM over Twitter (link in profile). Special thanks to @pszemraj [https://huggingface.co/pszemraj] for the inspiration.
If interested in collaboration or consulting for your project, feel free to DM https://twitter.com/StutterBuddy
- Downloads last month
- 248