A Unified Neural Network Model for Readability Assessment with Feature Projection and Length-Balanced Loss (2022.emnlp-main)
Copied to clipboard
| Challenge: | Traditional readability assessment models employ hundreds of linguistic features, but it is less explored for readability assessments. |
| Approach: | They propose a BERT-based model with feature projection and length-balanced loss to determine the difficulty level of a given text. |
| Outcome: | The proposed model achieves significant improvements over baseline models on three English benchmark datasets and one Chinese dataset. |
Similar Papers
Learning Syntactic Dense Embedding with Correlation Graph for Automatic Readability Assessment (2021.acl-long)
Copied to clipboard
| Challenge: | Existing deep learning models for automatic readability assessment discard linguistic features traditionally used for the task. |
| Approach: | They propose to incorporate linguistic features into machine learning models by learning syntactic dense embeddings based on linguistic feature extraction. |
| Outcome: | Experiments with six data sets of two proficiency levels show that the proposed model can perform better than existing models. |
Enhancing Automatic Readability Assessment with Pre-training and Soft Labels for Ordinal Regression (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing models do not exploit ordinal nature of difficulty grades and make little effort for initialization to facilitate fine-tuning. |
| Approach: | They propose a readability assessment task that assigns a difficulty grade to a text . they use ordinal regression and pairwise relative text difficulty to train the model . |
| Outcome: | The proposed model outperforms competitive neural models and statistical classifiers on most datasets. |
Trends, Limitations and Open Challenges in Automatic Readability Assessment Research (2022.lrec-1)
Copied to clipboard
| Challenge: | Readability assessment is the task of evaluating the reading difficulty of a given piece of text. |
| Approach: | They examine the common approaches used for automatic readability assessment and identify their shortcomings and some challenges for the future. |
| Outcome: | The proposed models are compared with existing models and are based on existing ones. |
A Neural Pairwise Ranking Model for Readability Assessment (2022.findings-acl)
Copied to clipboard
| Challenge: | Automatic Readability Assessment (ARA) is traditionally treated as a classification problem in NLP research. |
| Approach: | They propose a neural ranking approach to automatic readability assessment (ARA) they propose 'neural' ranking methods that can be used to rank texts by reading level . |
| Outcome: | The proposed approach performs well in monolingual single/cross corpus testing scenarios and achieves a zero-shot cross-lingual ranking accuracy of over 80% for both French and Spanish when trained on English data. |
Pushing on Text Readability Assessment: A Transformer Meets Handcrafted Linguistic Features (2021.emnlp-main)
Copied to clipboard
| Challenge: | ML models with handcrafted features are linguistically explainable, expandable, and competent against the modern neural models. |
| Approach: | They propose to combine traditional ML models with ML transformers to improve readability assessment by 99% accuracy. |
| Outcome: | The proposed model achieves state-of-the-art (SOTA) accuracy on popular datasets. |
Deep Natural Language Feature Learning for Interpretable Prediction (2023.emnlp-main)
Copied to clipboard
| Challenge: | Using a small transformer language model, we can break down a complex task into a set of intermediary easier sub-tasks. |
| Approach: | They propose a method to break down a main task into a set of intermediary easier sub-tasks, which are formulated in natural language as binary questions related to the final target task. |
| Outcome: | The proposed method breaks down a complex task into a set of easier sub-tasks, which are formulated in natural language as binary questions related to the final target task. |
Chinese Automatic Readability Assessment Using Adaptive Pre-training and Linguistic Feature Fusion (2025.coling-main)
Copied to clipboard
| Challenge: | Existing methods for classification of reading difficulty of texts are insufficiently trained and lack of linguistic features. |
| Approach: | They propose a method that combines adaptive pre-training with feature fusion to capture different text difficulties and an interactive attention mechanism to integrate linguistic and deep features. |
| Outcome: | The proposed method achieves state-of-the-art (SOTA) performance on Chinese textbook dataset and can be applied to other languages. |
Enriching Word Embeddings with Domain Knowledge for Readability Assessment (C18-1)
Copied to clipboard
| Challenge: | Existing word embedding models focus on syntactic or semantic relations of words, while ignoring reading difficulty. |
| Approach: | They propose a method which learns the word embedding for readability assessment . they extract the knowledge on word-level difficulty from three perspectives to construct a knowledge graph . |
| Outcome: | The proposed method is effective and potential, the authors show . they use the knowledge-enriched word embedding model on English and Chinese datasets . |
Incorporating Word-level Phonemic Decoding into Readability Assessment (2024.lrec-main)
Copied to clipboard
| Challenge: | a recent study suggests that automatic readability assessment is not able to provide interpretability for teachers and educators. |
| Approach: | They propose to incorporate phonetic and orthographic features into automatic readability assessment by handcrafted feature sets. |
| Outcome: | a new feature set shows comparable performance to larger feature sets on grade-level classification in english . authors say the model improves on multiple readability datasets but lacks interpretability . |
CEFR-Based Sentence Difficulty Annotation and Assessment (2022.emnlp-main)
Copied to clipboard
| Challenge: | Controllable text simplification is a crucial assistive technique for language learning and teaching. |
| Approach: | They propose a sentence-level assessment model to handle unbalanced level distribution . previous studies have suggested that controllable text simplification is difficult to apply . |
| Outcome: | The proposed method outperforms baselines in readability assessment by scoring macro-F1 on the level assessment. |