Skip to content

uhh-lt/story-emb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72ba521 · Oct 24, 2024

History

22 Commits
Oct 3, 2024
Nov 17, 2023
Oct 3, 2024
Oct 24, 2024
May 17, 2024
Nov 13, 2023
May 16, 2024
Jul 26, 2024
Jul 26, 2024
May 17, 2024
Nov 13, 2023
Apr 10, 2024
Nov 13, 2023

Repository files navigation

Story Embeddings

This repository contains the code for both the papers "Tell Me Again! a Large-Scale Dataset of Multiple Summaries for the Same Story" and "Story Embeddings — Narrative-Focused Representations of Fictional Stories".

The code is licensed under MIT.

When using any of our code, we kindly ask that you reference our paper:

@inproceedings{hatzel-biemann-2024-story-embeddings,
    title = "Story Embeddings -- Narrative-Focused Representations of Fictional Stories",
    author = "Hatzel, Hans Ole and Biemann, Chris",
    booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics",
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
}

Quick Overview

The most important things you could be looking for are listed below:

  • Contrastive learning for story embeddings: embeddings.py
  • Retelling Dataset: data/retellings/
  • Dataset scraping: main.py unless you know what you are doing, just pip install tell-me-again instead!

Tell Me Again Data

You shouldn't need to scrape the Tell Me Again data yourself (unless you want to build a new version of the dataset). Instead just use the package tell-me-again.

Models

Our model trained with augmented data is available on huggingface.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages