paper-with-me

Papers

Improving Quotation Attribution with Fictional Character Embeddings

2024-06-17 · Gaspard Michel, Elena V. Epure, Romain Hennequin, Christophe Cerisara

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.

📄 PDF Abstract BibTeX arXiv:2406.11368

Code (1)

deezer/character_embeddings_qa 공식 구현 pytorch

Tasks

AttributeAuthorship Verification

Similar Papers 제목 키워드 기반

Evaluating LLMs for Quotation Attribution in Literary Texts: A Case Study of LLaMa3

2024-06-17 · Gaspard Michel, Elena V. Epure, Romain Hennequin, Christophe Cerisara

Large Language Models (LLMs) have shown promising results in a variety of literary tasks, often using complex memorized details of narration and fictional characters. In this work, we evaluate the ability of Llama-3 at a…

Memorization

Improving Automatic Quotation Attribution in Literary Novels

2023-07-07 · Krishnapriya Vishnubhotla, Frank Rudzicz, Graeme Hirst, Adam Hammond

Current models for quotation attribution in literary novels assume varying levels of available information in their training and test data, which poses a challenge for in-the-wild inference. Here, we approach quotation a…

coreference-resolutionCoreference Resolution

The Project Dialogism Novel Corpus: A Dataset for Quotation Attribution in Literary Texts

2022-04-12 · LREC 2022 6 · Krishnapriya Vishnubhotla, Adam Hammond, Graeme Hirst

We present the Project Dialogism Novel Corpus, or PDNC, an annotated dataset of quotations for English literary texts. PDNC contains annotations for 35,978 quotations across 22 full-length novels, and is by an order of m…

Referring Expression

Distinguishing Fictional Voices: a Study of Authorship Verification Models for Quotation Attribution

2024-01-30 · Gaspard Michel, Elena V. Epure, Romain Hennequin, Christophe Cerisara

Recent approaches to automatically detect the speaker of an utterance of direct speech often disregard general information about characters in favor of local information found in the context, such as surrounding mentions…

Authorship Verification

Identifying Speakers and Addressees of Quotations in Novels with Prompt Learning

2024-08-18 · Yuchen Yan, Hanjie Zhao, Senbin Zhu, Hongde Liu 외

Quotations in literary works, especially novels, are important to create characters, reflect character relationships, and drive plot development. Current research on quotation extraction in novels primarily focuses on qu…

Prompt Learning