DEplain: Automatic Text Simplification Experiments

July 1, 2023 · View on GitHub

To exemplify the usage of DEPLAIN for training and evaluating TS models, we are presenting results on finetuning long-mBART on our document-level corpus as well as finetuning mBART on our sentence-level corpus, using code provided by Rios et al. (2021).

You can find our edited code here: https://github.com/omarTronto/ats-models.

Document Simplification

You can find the generated simplifications of DEplain-web here: . The generated files of DEplain-APA are stored on zenodo, please request access to it.

Finetuned models checkpoints

Results on Document-level

train datanSARI ↑BLEU ↑BS-P ↑FRE ↑
DEplain-APA38744.5638.1360.59865.4
DEplain-web48135.0212.9130.47559.55
DEplain-APA+web86842.86236.4490.58965.4
src2Src-baseline17.63734.2470.58358.85

: Results on DEplain-APA test (n=48).

train datanSARI ↑BLEU ↑BS-P ↑FRE ↑
DEplain-APA38743.08721.90.37764.7
DEplain-web48149.58423.2820.46263.5
DEplain-APA+web86849.74523.370.44557.95
src2Src-baseline12.84823.1320.43259.4

: Results on DEplain-web test (n=147).

Sentence Simplification

You can find the generated simplifications of DEplain-web here: . The generated files of DEplain-APA are stored on zenodo, please request access to it.

Finetuned models checkpoints

Results on Sentence-level

train datanSARI ↑BLEU ↑BS-P ↑FRE ↑
DEplain-APA1066034.81828.250.63963.072
DEplain-APA+web1194134.90428.5060.6462.669
src2src-baseline15.24926.8930.62759.23

: Results on DEplain-APA test (n=1231).

train datanSARI ↑BLEU ↑BS-P ↑FRE ↑
DEplain-APA1066030.86715.7270.41364.516
DEplain-APA+web1194134.82817.880.43665.249
src2src-baseline11.93120.850.42360.825

: Results on DEplain-web test (n=1846).