paper-with-me

홈 › Papers

Neural CRF Model for Sentence Alignment in Text Simplification

2020-05-05 · ACL 2020 6 · Chao Jiang, Mounica Maddela, Wuwei Lan, Yang Zhong, Wei Xu

The success of a text simplification system heavily depends on the quality and quantity of complex-simple sentence pairs in the training corpus, which are extracted by aligning sentences between parallel articles. To evaluate and improve sentence alignment quality, we create two manually annotated sentence-aligned datasets from two commonly used text simplification corpora, Newsela and Wikipedia. We propose a novel neural CRF alignment model which not only leverages the sequential nature of sentences in parallel documents but also utilizes a neural sentence pair model to capture semantic similarity. Experiments demonstrate that our proposed approach outperforms all the previous work on monolingual sentence alignment task by more than 5 points in F1. We apply our CRF aligner to construct two new text simplification datasets, Newsela-Auto and Wiki-Auto, which are much larger and of better quality compared to the existing datasets. A Transformer-based seq2seq model trained on our datasets establishes a new state-of-the-art for text simplification in both automatic and human evaluation.

📄 PDF Abstract BibTeX arXiv:2005.02324

Code (1)

chaojiang06/wiki-auto 공식 구현 pytorch

Tasks

ArticlesSemantic SimilaritySemantic Textual SimilaritySentenceText Simplification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

TS-ANNO: An Annotation Tool to Build, Annotate and Evaluate Text Simplification Corpora

2022-05-01 · ACL 2022 5 · Regina Stodden, Laura Kallmeyer

We introduce TS-ANNO, an open-source web application for manual creation and for evaluation of parallel corpora for text simplification. TS-ANNO can be used for i) sentence–wise alignment, ii) rating alignment pairs (e.g…

SentenceText Simplification

DSim, a Danish Parallel Corpus for Text Simplification

2012-05-01 · LREC 2012 5 · Sigrid Klerke, Anders S{\o}gaard

We present DSim, a new sentence aligned Danish monolingual parallel corpus extracted from 3701 pairs of news telegrams and corresponding professionally simplified short news articles. The corpus is intended for building …

ArticlesMachine TranslationSentenceText Generation+1

Sentence Alignment Methods for Improving Text Simplification Systems

2017-07-01 · ACL 2017 7 · Sanja {\v{S}}tajner, Marc Franco-Salvador, Simone Paolo Ponzetto, Paolo Rosso 외

We provide several methods for sentence-alignment of texts with different complexity levels. Using the best of them, we sentence-align the Newsela corpora, thus providing large training materials for automatic text simpl…

Lexical SimplificationMachine TranslationSentenceText Simplification+2

DEPLAIN: A German Parallel Corpus with Intralingual Translations into Plain Language for Sentence and Document Simplification

2023-05-30 · Regina Stodden, Omar Momen, Laura Kallmeyer

Text simplification is an intralingual translation task in which documents, or sentences of a complex source text are simplified for a target audience. The success of automatic text simplification systems is highly depen…

2kSentenceText Simplification

Discourse Level Factors for Sentence Deletion in Text Simplification

2019-11-23 · Yang Zhong, Chao Jiang, Wei Xu, Junyi Jessy Li

This paper presents a data-driven study focusing on analyzing and predicting sentence deletion -- a prevalent but understudied phenomenon in document simplification -- on a large English text simplification corpus. We in…

SentenceText Simplification