paper-with-me

Papers

Context-Aware Document Simplification

2023-05-10 · Liam Cripwell, Joël Legrand, Claire Gardent

To date, most work on text simplification has focused on sentence-level inputs. Early attempts at document simplification merely applied these approaches iteratively over the sentences of a document. However, this fails to coherently preserve the discourse structure, leading to suboptimal output quality. Recently, strategies from controllable simplification have been leveraged to achieve state-of-the-art results on document simplification by first generating a document-level plan (a sequence of sentence-level simplification operations) and using this plan to guide sentence-level simplification downstream. However, this is still limited in that the simplification model has no direct access to the local inter-sentence document context, likely having a negative impact on surface realisation. We explore various systems that use document context within the simplification process itself, either by iterating over larger text units or by extending the system architecture to attend over a high-level representation of document context. In doing so, we achieve state-of-the-art performance on the document simplification task, even when not relying on plan-guidance. Further, we investigate the performance and efficiency tradeoffs of system variants and make suggestions of when each should be preferred.

📄 PDF Abstract BibTeX arXiv:2305.06274

Code (1)

liamcripwell/plan_simp 공식 구현 pytorch

Tasks

SentenceText Simplification

Similar Papers 제목 키워드 기반

UM_FHS at the CLEF 2025 SimpleText Track: Comparing No-Context and Fine-Tune Approaches for GPT-4.1 Models in Sentence and Document-Level Text Simplification

2025-12-18 · Primoz Kocbek, Gregor Stiglic arxiv

This work describes our submission to the CLEF 2025 SimpleText track Task 1, addressing both sentenceand document-level simplification of scientific texts. The methodology centered on using the gpt-4.1, gpt-4.1mini, and …

Text SimplificationPrompt Engineering

On the Helpfulness of Document Context to Sentence Simplification

2020-12-01 · COLING 2020 8 · Renliang Sun, Zhe Lin, Xiaojun Wan

Most of the research on text simplification is limited to sentence level nowadays. In this paper, we are the first to investigate the helpfulness of document context on sentence simplification and apply it to the sequenc…

SentenceText Simplification

SATS: simplification aware text summarization of scientific documents

2024-07-10 · Frontiers in Artificial Intelligence 2024 7 · Farooq Zaman, Faisal Kamiran, Matthew Shardlow, Saeed-Ul Hassan 외

Simplifying summaries of scholarly publications has been a popular method for conveying scientific discoveries to a broader audience. While text summarization aims to shorten long documents, simplification seeks to reduc…

Text SimplificationText Summarization

Recursive Context-Aware Lexical Simplification

2019-11-01 · IJCNLP 2019 11 · Sian Gooding, Ekaterina Kochmar

This paper presents a novel architecture for recursive context-aware lexical simplification, REC-LS, that is capable of (1) making use of the wider context when detecting the words in need of simplification and suggestin…

Lexical Simplification

LLM-Guided Planning and Summary-Based Scientific Text Simplification: DS@GT at CLEF 2025 SimpleText

2025-08-15 · Krishna Chaitanya Marturi, Heba H. Elwazzan arxiv

In this paper, we present our approach for the CLEF 2025 SimpleText Task 1, which addresses both sentence-level and document-level scientific text simplification. For sentence-level simplification, our methodology employ…

Text Simplification