Joint Coreference Resolution and Character Linking for Multiparty Conversation
Jiaxin Bai, Hongming Zhang, Yangqiu Song, and Kun Xu

TL;DR
This paper introduces C$^2$, a joint model for coreference resolution and character linking in multiparty conversations, leveraging mutual information to improve both tasks' accuracy.
Contribution
The paper presents a novel joint learning approach that simultaneously addresses coreference resolution and character linking, outperforming previous methods.
Findings
C$^2$ significantly outperforms previous models on both tasks.
Joint modeling improves the accuracy of character linking and coreference resolution.
Analysis shows the effectiveness of the integrated approach and hyper-parameter tuning.
Abstract
Character linking, the task of linking mentioned people in conversations to the real world, is crucial for understanding the conversations. For the efficiency of communication, humans often choose to use pronouns (e.g., "she") or normal phrases (e.g., "that girl") rather than named entities (e.g., "Rachel") in the spoken language, which makes linking those mentions to real people a much more challenging than a regular entity linking task. To address this challenge, we propose to incorporate the richer context from the coreference relations among different mentions to help the linking. On the other hand, considering that finding coreference clusters itself is not a trivial task and could benefit from the global character information, we propose to jointly solve these two tasks. Specifically, we propose C, the joint learning model of Coreference resolution and Character linking. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
