Skip to main content

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). For further details, check out the corresponding paper here.

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

tell_me_again-0.1.3.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tell_me_again-0.1.3-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file tell_me_again-0.1.3.tar.gz.

File metadata

  • Download URL: tell_me_again-0.1.3.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/6.8.1-arch1-1

File hashes

Hashes for tell_me_again-0.1.3.tar.gz
Algorithm Hash digest
SHA256 6142c41340dc3eced3c4e424263852fd18de12d7f60df796116da3b930eb1e6d
MD5 2f8f5f3e5a2d48a23671777cd3f1dc35
BLAKE2b-256 72ff664174bd677463895991b3d0e7a14be0b1ea60e6ec98971b78838ac8f0f0

See more details on using hashes here.

File details

Details for the file tell_me_again-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: tell_me_again-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/6.8.1-arch1-1

File hashes

Hashes for tell_me_again-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 aa05f166296eaa4430f4508c0f902de5c443631a2dc68764133e8db807b78445
MD5 10fa56028b95050a0544d9a3aacddf20
BLAKE2b-256 7eb99c3f61e93e947b7b465029e8a45e1767beb567be40641209399bed930b20

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page