English

Improving Quotation Attribution with Fictional Character Embeddings

Computation and Language 2025-01-24 v2

Abstract

Humans naturally attribute utterances of direct speech to their speaker in literary works. When attributing quotes, we process contextual information but also access mental representations of characters that we build and revise throughout the narrative. Recent methods to automatically attribute such utterances have explored simulating human logic with deterministic rules or learning new implicit rules with neural networks when processing contextual information. However, these systems inherently lack \textit{character} representations, which often leads to errors in more challenging examples of attribution: anaphoric and implicit quotes. In this work, we propose to augment a popular quotation attribution system, BookNLP, with character embeddings that encode global stylistic information of characters derived from an off-the-shelf stylometric model, Universal Authorship Representation (UAR). We create DramaCV (Code and data can be found at https://github.com/deezer/character_embeddings_qa ), a corpus of English drama plays from the 15th to 20th century that we automatically annotate for Authorship Verification of fictional characters utterances, and release two versions of UAR trained on DramaCV, that are tailored for literary characters analysis. Then, through an extensive evaluation on 28 novels, we show that combining BookNLP's contextual information with our proposed global character embeddings improves the identification of speakers for anaphoric and implicit quotes, reaching state-of-the-art performance.

Keywords

Cite

@article{arxiv.2406.11368,
  title  = {Improving Quotation Attribution with Fictional Character Embeddings},
  author = {Gaspard Michel and Elena V. Epure and Romain Hennequin and Christophe Cerisara},
  journal= {arXiv preprint arXiv:2406.11368},
  year   = {2025}
}

Comments

EMNLP 2024 (Findings)

R2 v1 2026-06-28T17:08:23.564Z