paper-with-me

Papers

Prompt-based Learning for Text Readability Assessment

2023-02-25 · Bruce W. Lee, Jason Hyung-Jong Lee

We propose the novel adaptation of a pre-trained seq2seq model for readability assessment. We prove that a seq2seq model - T5 or BART - can be adapted to discern which text is more difficult from two given texts (pairwise). As an exploratory study to prompt-learn a neural network for text readability in a text-to-text manner, we report useful tips for future work in seq2seq training and ranking-based approach to readability assessment. Specifically, we test nine input-output formats/prefixes and show that they can significantly influence the final model performance. Also, we argue that the combination of text-to-text training and pairwise ranking setup 1) enables leveraging multiple parallel text simplification data for teaching readability and 2) trains a neural model for the general concept of readability (therefore, better cross-domain generalization). At last, we report a 99.6% pairwise classification accuracy on Newsela and a 98.7% for OneStopEnglish, through a joint training approach.

📄 PDF Abstract BibTeX arXiv:2302.13139

Code (1)

brucewlee/prompt-learning-readability 공식 구현 pytorch

Tasks

Domain GeneralizationText Simplification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Tanh Activation 설명 없음
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…

Similar Papers 제목 키워드 기반

Zero-shot Large Language Models for Automatic Readability Assessment

2026-04-27 · Riley Grossman, Yi Chen arxiv

Unsupervised automatic readability assessment (ARA) methods have important practical and research applications (e.g., ensuring medical or educational materials are suitable for their target audiences). In this paper, we …

A Machine Learning Approach to Persian Text Readability Assessment Using a Crowdsourced Dataset

2018-10-07 · Hamid Mohammadi, Seyed Hossein Khasteh

An automated approach to text readability assessment is essential to a language and can be a powerful tool for improving the understandability of texts written and published in that language. However, the Persian languag…

BIG-bench Machine Learning

LXPER Index: a curriculum-specific text readability assessment model for EFL students in Korea

2020-08-01 · Bruce W. Lee, Jason Hyung-Jong Lee

Automatic readability assessment is one of the most important applications of Natural Language Processing (NLP) in education. Since automatic readability assessment allows the fast selection of appropriate reading materi…

Hierarchical Ranking Neural Network for Long Document Readability Assessment

2025-11-26 · Yurui Zheng, Yijun Chen, Shaohong Zhang arxiv

Readability assessment aims to evaluate the reading difficulty of a text. In recent years, while deep learning technology has been gradually applied to readability assessment, most approaches fail to consider either the …

FPT: Feature Prompt Tuning for Few-shot Readability Assessment

2024-04-03 · Ziyang Wang, Sanwoo Lee, Hsiu-Yuan Huang, Yunfang Wu

Prompt-based methods have achieved promising results in most few-shot text classification tasks. However, for readability assessment tasks, traditional prompt methods lackcrucial linguistic knowledge, which has already b…

16kFew-Shot Text ClassificationLanguage ModelingLanguage Modelling+3