SOTAVerified

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

2023-05-30Code Available1· sign in to hype

Regina Stodden, Omar Momen, Laura Kallmeyer

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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 dependent on the quality of parallel data used for training and evaluation. To advance sentence simplification and document simplification in German, this paper presents DEplain, a new dataset of parallel, professionally written and manually aligned simplifications in plain German ("plain DE" or in German: "Einfache Sprache"). DEplain consists of a news domain (approx. 500 document pairs, approx. 13k sentence pairs) and a web-domain corpus (approx. 150 aligned documents, approx. 2k aligned sentence pairs). In addition, we are building a web harvester and experimenting with automatic alignment methods to facilitate the integration of non-aligned and to be published parallel documents. Using this approach, we are dynamically increasing the web domain corpus, so it is currently extended to approx. 750 document pairs and approx. 3.5k aligned sentence pairs. We show that using DEplain to train a transformer-based seq2seq text simplification model can achieve promising results. We make available the corpus, the adapted alignment methods for German, the web harvester and the trained models here: https://github.com/rstodden/DEPlain.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DEplain-APA-doclong-mBART (trained on DEplain-APA-doc)SARI (EASSE>=0.2.1)44.56Unverified
DEplain-APA-doclong-mBART (trained on DEplain-web-doc)SARI (EASSE>=0.2.1)35.02Unverified
DEplain-APA-doclong-mBART (trained on DEplain-APA-doc & DEplain-web-doc)SARI (EASSE>=0.2.1)42.86Unverified
DEplain-APA-sentmBART (trained on DEplain-APA-sent & DEplain-web-sent)SARI (EASSE>=0.2.1)34.9Unverified
DEplain-APA-sentmBART (trained on DEplain-APA-sent)SARI (EASSE>=0.2.1)34.82Unverified
DEplain-web-doclong-mBART (trained on DEplain-APA-doc & DEplain-web-doc)SARI (EASSE>=0.2.1)49.75Unverified
DEplain-web-doclong-mBART (trained on DEplain-web-doc)SARI (EASSE>=0.2.1)49.58Unverified
DEplain-web-doclong-mBART (trained on DEplain-APA-doc)SARI (EASSE>=0.2.1)43.09Unverified
DEplain-web-sentmBART (trained on DEplain-APA-sent & DEplain-web-sent)SARI (EASSE>=0.2.1)34.83Unverified
DEplain-web-sentmBART (trained on DEplain-APA-sent)SARI (EASSE>=0.2.1)30.87Unverified

Reproductions