Dataset for the paper 'Tell me again! A Large-Scale Dataset of Multiple Summaries for the
Project description
Tell me again!
A dataset of multiple summaries for the same story.
The summaries are scraped from Wikipedia and come in various languages. We also provide automatically created translation and anonymized versions of the summaries (without identifiable names).
When using this dataset please cite the following paper:
@inproceedings{hatzel-etal-2024-tellme,
title = "Tell me again! A Large-Scale Dataset of Multiple Summaries for the Same Story"
booktitle = "Proceedings of the Forteenth Language Resources and Evaluation Conference",
author = "Hatzel, Hans Ole and Biemann, Chris",
address = "Turin, Italy",
year = "2024"
}
Usage
Install by running: pip install tell_me_again
from tell_me_again import StoryDataset, SimilarityDataset
dataset = StoryDataset()
for story in dataset:
# This prints a dictionary of the various anonymized versions of the story
print(story.summaries_anonymized)
dataset = SimilarityDataset()
for pair in dataset["dev"]:
print(pair["text_a"], pair["text_b"], pair["label"])
Optionally you can manually download the file from our website.
Point the data_path argument in the dataset classes to the zip file (with out extracting it) to use the manually downloaded copy.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tell_me_again-0.1.1.tar.gz.
File metadata
- Download URL: tell_me_again-0.1.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.7.4-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
698dacfad664785779769a92233dfbddc74b55b42a5b9de0f23678fa16f31808
|
|
| MD5 |
4efa720d17400f31731c4e4c018b4b43
|
|
| BLAKE2b-256 |
58dc7521f0fc7e128b9aa13c7d89d55ea58f52a1cbeae0ea7e30631285d86d88
|
File details
Details for the file tell_me_again-0.1.1-py3-none-any.whl.
File metadata
- Download URL: tell_me_again-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.7.4-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e166a6e61e18c7b2def748cade6a4c68d9565615a38601ebeb1593b32a13948
|
|
| MD5 |
0dabd53aedf10b65e6259d0d0d3281fb
|
|
| BLAKE2b-256 |
fc06dbaf9ff1b03a0c52cdcbef413ea2d6e09cb5a4e6e5026e7037d8348e7d0b
|