STPar: A Structure-Aware Triaffine Parser for Screenplay Character Coreference Resolution

· Source: Transactions of the Association for Computational Linguistics · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

A new Structure-aware Triaffine Parser (STPar) has been developed to address the complex task of Character Coreference Resolution in Movie Screenplays (MovieCoref). This task is more challenging than traditional coreference resolution due to the intricate narrative structures and character interactions found in screenplays. STPar integrates discourse and syntactic structures during feature encoding to analyze ternary relationships and complex interactions. It employs a triaffine scorer for high-order relations between candidate mention pairs and incorporates multi-task learning, including singleton and span detection. Evaluated on the MovieCoref dataset, STPar significantly surpassed the previous best baseline, achieving F1 score improvements of 7.4% (B^3), 21.5% (CEAF_e), 7.1% (LEA), and 10.2% (CoNLL). The integration of structural discourse and syntactic information, alongside triaffine and multi-task learning, proved beneficial.

Key takeaway

For research scientists working on natural language understanding in complex narrative domains like screenplays, STPar offers a robust framework. You should consider integrating structure-aware parsing, triaffine scoring, and multi-task learning into your coreference resolution models. This approach significantly improves F1 scores across multiple metrics, suggesting a path to more accurate character relationship mapping in challenging textual data.

Key insights

STPar enhances movie screenplay coreference resolution by integrating structural, triaffine, and multi-task learning approaches.

Principles

Method

STPar combines discourse and syntactic structures in feature encoding, uses a triaffine scorer for high-order relations, and integrates multi-task learning for singleton and span detection.

In practice

Topics

Best for: Research Scientist, AI Researcher, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Transactions of the Association for Computational Linguistics.