Neural semi-Markov CRF for Monolingual Word Alignment
Wuwei Lan, Chao Jiang, Wei Xu

TL;DR
This paper introduces a neural semi-Markov CRF model for monolingual word alignment that effectively captures phrase spans, outperforming previous methods and demonstrating utility in text simplification and classification.
Contribution
The paper proposes a novel neural semi-Markov CRF model that unifies word and phrase alignments using variable-length spans, and provides a new benchmark with human annotations for realistic evaluation.
Findings
Outperforms previous monolingual alignment methods.
Demonstrates strong generalizability across domains.
Improves downstream tasks like text simplification.
Abstract
Monolingual word alignment is important for studying fine-grained editing operations (i.e., deletion, addition, and substitution) in text-to-text generation tasks, such as paraphrase generation, text simplification, neutralizing biased language, etc. In this paper, we present a novel neural semi-Markov CRF alignment model, which unifies word and phrase alignments through variable-length spans. We also create a new benchmark with human annotations that cover four different text genres to evaluate monolingual word alignment models in more realistic settings. Experimental results show that our proposed model outperforms all previous approaches for monolingual word alignment as well as a competitive QA-based baseline, which was previously only applied to bilingual data. Our model demonstrates good generalizability to three out-of-domain datasets and shows great utility in two downstream…
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
TopicsText Readability and Simplification · Natural Language Processing Techniques · Topic Modeling
MethodsConditional Random Field
