Search papers, labs, and topics across Lattice.
This study explores the effectiveness of example-guided prompting in document-level text simplification, where large language models (LLMs) rewrite complex texts while maintaining meaning and coherence. By augmenting prompts with retrieved simplification examples from a parallel corpus, the authors demonstrate that this method enhances the quality of simplifications compared to traditional prompt-only approaches. Experiments reveal that this technique not only improves performance across multiple state-of-the-art LLMs but also outperforms established supervised and planning-based systems, highlighting the importance of contextual integration in LLMs for effective simplification.
Example-guided prompting boosts document-level simplification quality, outperforming traditional methods and revealing the nuanced interplay between retrieval and model capabilities.
Document-level text simplification requires large language models (LLMs) to rewrite complex documents while preserving meaning, readability, and discourse coherence. Although prompt-based LLMs have shown promising performance, they often produce inconsistent simplifications because textual instructions alone provide limited guidance for complex document-level transformations. We investigate whether retrieved document-simplification examples can improve document-level generation by augmenting prompts with examples selected from a parallel simplification corpus. This example-guided prompting approach enables LLMs to exploit relevant simplification patterns without task-specific fine-tuning. Experiments on the OneStopEnglish corpus using multiple state-of-the-art LLMs show that incorporating retrieved examples consistently improves simplification quality over prompt-only generation and achieves competitive or superior performance compared with representative supervised (T5) and planning-based (PlanSimp) document simplification systems. Furthermore, we find that the benefits of example-guided prompting vary across LLMs, suggesting that effective use of retrieved examples depends on a model's ability to integrate contextual information during generation.