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-biemann-2024-tell-large,
    title = "Tell Me Again! a Large-Scale Dataset of Multiple Summaries for the Same Story",
    author = "Hatzel, Hans Ole and Biemann, Chris",
    booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
    month = may,
    year = "2024",
    address = "Torino, Italia",
    publisher = "ELRA and ICCL",
    url = "https://aclanthology.org/2024.lrec-main.1366",
    pages = "15732--15741",
}

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.

License

The code in this repo is MIT licensed, the summaries were all scraped from Wikipedia and are Licensed (including their derived forms) under CC-BY-SA 4.0.

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.4.tar.gz (7.2 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.4-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tell_me_again-0.1.4.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/6.8.2-arch2-1

File hashes

Hashes for tell_me_again-0.1.4.tar.gz
Algorithm Hash digest
SHA256 ee72a3b68135edebf9161148a95b1edd7ddb7647a0341e5147523b06df67886a
MD5 b5e27a605f01d90aa677737dbf38e128
BLAKE2b-256 e333be9aa338ef52001c98293f4491d58070fb10d0fd06fb8bb5fdd727b12230

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tell_me_again-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9093a68e7d05d24e28fd5f6ab256d6708084c4d9131c55605a157a334bb385b8
MD5 4a8a34de758a8f0e2b763336db109b62
BLAKE2b-256 56e2e9648b4b16a89f7356a462cc3af36e5cf632df34d8d1733f387955af1273

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