Automatic Text Simplification and Readability Assessment leaf node


URI

https://openalex.org/T13629

Label

Automatic Text Simplification and Readability Assessment

Description

This cluster of papers focuses on automatic text simplification and readability assessment using machine learning, statistical language models, neural networks, and natural language processing techniques. The research covers areas such as sentence simplification, lexical simplification, complex word identification, and semantic simplification to improve the accessibility and comprehension of written text.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T13629> a skos:Concept ;
    rdfs:label "Automatic Text Simplification and Readability Assessment"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Automatic_text_simplification>,
        <https://openalex.org/T13629> ;
    skos:broader oasubfields:1702 ;
    skos:definition "This cluster of papers focuses on automatic text simplification and readability assessment using machine learning, statistical language models, neural networks, and natural language processing techniques. The research covers areas such as sentence simplification, lexical simplification, complex word identification, and semantic simplification to improve the accessibility and comprehension of written text."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Automatic Text Simplification and Readability Assessment"@en ;
    openalex:cited_by_count 118408 ;
    openalex:works_count 12836 .