CLMay 17, 2019

Recovering Dropped Pronouns in Chinese Conversations via Modeling Their Referents

arXiv:1906.02128v11093 citations
Originality Incremental advance
AI Analysis

This work addresses a specific challenge in natural language processing for Chinese conversational data, with potential benefits for downstream tasks like translation and information extraction, but it is incremental as it builds on existing methods for pronoun recovery.

The paper tackles the problem of recovering dropped pronouns in Chinese conversations, which is essential for applications like Information Extraction and Machine Translation, by presenting a novel end-to-end neural network model with a structured attention mechanism that achieves significant improvement over the state of the art on three conversational genres.

Pronouns are often dropped in Chinese sentences, and this happens more frequently in conversational genres as their referents can be easily understood from context. Recovering dropped pronouns is essential to applications such as Information Extraction where the referents of these dropped pronouns need to be resolved, or Machine Translation when Chinese is the source language. In this work, we present a novel end-to-end neural network model to recover dropped pronouns in conversational data. Our model is based on a structured attention mechanism that models the referents of dropped pronouns utilizing both sentence-level and word-level information. Results on three different conversational genres show that our approach achieves a significant improvement over the current state of the art.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes