CLOct 28, 2025

Text Simplification with Sentence Embeddings

arXiv:2510.24365v1h-index: 13
Originality Synthesis-oriented
AI Analysis

This incremental work addresses text simplification for natural language processing, potentially enabling smaller models for generation tasks.

The paper tackled text simplification by learning a transformation between high- and low-complexity sentence embeddings, showing applicability to unseen datasets and languages with encouraging results compared to larger models.

Sentence embeddings can be decoded to give approximations of the original texts used to create them. We explore this effect in the context of text simplification, demonstrating that reconstructed text embeddings preserve complexity levels. We experiment with a small feed forward neural network to effectively learn a transformation between sentence embeddings representing high-complexity and low-complexity texts. We provide comparison to a Seq2Seq and LLM-based approach, showing encouraging results in our much smaller learning setting. Finally, we demonstrate the applicability of our transformation to an unseen simplification dataset (MedEASI), as well as datasets from languages outside the training data (ES,DE). We conclude that learning transformations in sentence embedding space is a promising direction for future research and has potential to unlock the ability to develop small, but powerful models for text simplification and other natural language generation tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes