| Challenge: | a new challenge is learning from a real-world data stream and continuously updating the model without explicit supervision. |
| Approach: | They develop an adaptive learning system for text simplification which improves the underlying ranking model from usage data. |
| Outcome: | The proposed system improves the learning-to-rank model from usage data over time. |
Similar Papers
Text Simplification via Adaptive Teaching (2024.findings-acl)
Copied to clipboard
| Challenge: | Text simplification is the process of rewriting a text using simpler vocabulary and grammatical structure in order to make it more accessible and understandable for a larger audience. |
| Approach: | They propose a model for text simplification based on adaptive teaching using a teacher network and a text generation network. |
| Outcome: | The proposed model outperforms the current state-of-the-art model on the Wiki-Doc and D-Wikipedia datasets and performs well on human evaluations in terms of text simplicity, correctness, and fluency. |
Adapting Sentence-level Automatic Metrics for Document-level Simplification Evaluation (2025.naacl-long)
Copied to clipboard
| Challenge: | Existing studies on text simplification have focused on sentence simplification, but these metrics often underperform on longer texts. |
| Approach: | They propose to adapt existing sentence-level metrics for paragraph- or document-level simplification by incorporating a new approach to the evaluation of text simplification metrics. |
| Outcome: | The proposed approach outperforms existing sentence-level metrics in terms of correlation with human judgment and the sensitivity and robustness of various metrics to different types of errors produced by existing systems. |
Sentence Simplification with Memory-Augmented Neural Networks (N18-2)
Copied to clipboard
| Challenge: | Sentence simplification aims to simplify the content and structure of complex sentences . prior work has focused on monolingual machine translation (MT) and tree-based MT (TBMT). |
| Approach: | They adapt an architecture with augmented memory capacities called Neural Semantic Encoders for sentence simplification. |
| Outcome: | The proposed architecture improves on different datasets and improves human judgments. |
Lexi: A tool for adaptive, personalized text simplification (C18-1)
Copied to clipboard
| Challenge: | Existing research on text simplification has aimed to develop generic solutions . instead, we need to develop customized simplification systems for individual users . |
| Approach: | They propose a framework for adaptive lexical simplification and introduce Lexi, a free open-source tool for personalized text simplification. |
| Outcome: | The proposed framework is based on a free open-source tool for adaptive, personalized text simplification. |
Controllable Text Simplification with Explicit Paraphrasing (2021.naacl-main)
Copied to clipboard
| Challenge: | Existing text simplification systems rely on deletion and do not paraphrase well. |
| Approach: | They propose a hybrid approach that leverages linguistically-motivated rules for splitting and deletion and couples them with a neural paraphrasing model to produce varied rewriting styles. |
| Outcome: | The proposed model improves paraphrasing capability and paraphrases more often than existing models. |
Exploiting Summarization Data to Help Text Simplification (2023.eacl-main)
Copied to clipboard
| Challenge: | Existing text simplification datasets are limited to Wikipedia and Newsela, restricting further development of this field. |
| Approach: | They propose an alignment algorithm to extract sentence pairs from summarization datasets and a method to filter suitable pairs. |
| Outcome: | The proposed algorithm can extract sentence pairs from summarization datasets and perform well with real datasets. |
How May I Help You? Using Neural Text Simplification to Improve Downstream NLP Tasks (2021.findings-emnlp)
Copied to clipboard
| Challenge: | Recent studies have focused on rule-based and neural sequence-to-sequence (seq2sequ) TS is a technique that reduces text complexity for human consumption. |
| Approach: | They evaluate two possible uses of neural TS: simplifying input texts at prediction time and augmenting training data to provide machines with additional information during training. |
| Outcome: | The proposed approach improves performance on two datasets. |
Controllable Sentence Simplification (2020.lrec-1)
Copied to clipboard
| Challenge: | Text simplification is often considered an all-purpose generic task where the same simplifications are suitable for all but multiple audiences can benefit from simplified text in different ways. |
| Approach: | They propose a controllable simplification model that provides explicit control on simplification systems based on Sequence-to-Sequence models. |
| Outcome: | The proposed model outperforms standard models on simplification benchmarks. |
Keep It Simple: Unsupervised Simplification of Multi-Paragraph Text (2021.acl-long)
Copied to clipboard
| Challenge: | a novel approach to text simplification learns to balance a reward across three properties: fluency, salience and simplicity. |
| Approach: | They propose a novel algorithm to optimize the reward which proposes several candidate simplifications and a realistic text comprehension task as an evaluation method for text simplification. |
| Outcome: | The proposed model outperforms strong supervised baselines on the English news domain and can help people complete a comprehension task an average of 18% faster while retaining accuracy. |
Unsupervised Neural Text Simplification (P19-1)
Copied to clipboard
| Challenge: | Existing unsupervised methods for text simplification are limited to unlabeled text . paper aims to improve the performance of unsupervised systems by incorporating labeled pairs . |
| Approach: | They propose to use unlabeled text to train a neural text simplification framework . they propose to add a pair of attentional-decoders to the framework to improve performance . |
| Outcome: | The proposed model outperforms existing supervised methods on public test data. |