SlideShare une entreprise Scribd logo
1  sur  33
Télécharger pour lire hors ligne
Exploring language technologies to provide
support to WCAG 2.0 and E2R guidelines
Lourdes Moreno * Paloma Martínez, Isabel Segura-Bedmar
and Ricardo Revert
Grupo LaBDA
Departamento de Informática
Universidad Carlos II de Madrid
(*) lmoreno@inf.uc3m.es
Vilanova I la Geltrú (Universitat Politècnica
Catalunya ), septiembre 2015
Reference ACM Digital Library:
http://dl.acm.org/citation.cfm?id=2829927&CFID=573822944&CFTOKEN=54544041
Contents
• Motivation and introduction
• EASY-TO-READ (E2R) Guidelines
• WCAG 2.0: readability and understandability
• Natural language processing (NLP) approaches for text
simplification
• Proof of Concept: Lexical Simplification of Drug Package
Leaflets
• Conclusions
LaBDA, Universidad Carlos III de Madrid
MOTIVATION
• Part of citizenship faces accessibility barriers when texts
containing:
 long sentences
 unusual words
 complex linguistic structures
 …
• Environment: web content
• Readability and understanding should be considered when
texts are created
LaBDA, Universidad Carlos III de Madrid
INTRODUCTION
Target groups
• People with cognitive or learning
disabilities
• Also:
 Pre lingually deaf persons
 Older people (Individual cognitive
abilities such as attention span and
memory)
 Non-alphabetized people
 Immigrants (different native language)
 People with aphasia, dyslexia, autism
LaBDA, Universidad Carlos III de Madrid
INTRODUCTION
Initiatives
• Easy-to-Read (E2R)
 Inclusion Europe 2009
 Guidelines of IFLA 2010
• Web Content Accessibility Guidelines (WCAG) 2.0
 Regulatory framework
 Hard Success criteria
 Conformance level AA
LaBDA, Universidad Carlos III de Madrid
EASY-TO-READ (E2R) Guidelines
• In general terms these guidelines are:
 Use simplest and most common words
 Avoid long words
 Avoided use of abbreviations
 The same term used to refer to the same concept
 Use short sentences
 Avoid complex sentences with dependent clauses
 Use active language and avoid passive voice
LaBDA, Universidad Carlos III de Madrid
EASY-TO-READ (E2R) Guidelines
What can be done?
• To make online texts more accessible and readable
• In complex words or phrases are replaced with more
commonly used words
• These adaptations are carried out with the use of text
simplification techniques:
 www.noticiasfacil.es
 www.e-include.info/
 simple.wikipedia.org/
 www.simplext.es/
• Manual process? In some cases it is unfeasible
• Support Technology
LaBDA, Universidad Carlos III de Madrid
EASY-TO-READ (E2R) Guidelines
• These E2R guidelines are aimed only to text content.
• In addition: page structure, presentation, …
=> For this reason, accessibility requirements of WCAG 2.0
must be taken into account
LaBDA, Universidad Carlos III de Madrid
WCAG 2.0: READABILITY AND UNDERSTANDABILITY
understandable vs readability
“a text could be highly readable, since the syntax is extremely
simple, but extremely hard to understand because of the lexicon
used”
 Readability gives an evaluation about the structure of
sentences (it concerns syntax and consequently requires
syntactic simplification approaches)
 understandability captures the lexical aspects and lexical
simplification approaches are required
LaBDA, Universidad Carlos III de Madrid
WCAG success criteria
concerning text
• 3.1 (Readable: Make text
content readable and
understandable)
 Readability - 3.1.5 (Reading
Level)
 Understandable - 3.1.3
(Unusual Words) and 3.1.4 (
Abbreviations)
Code(Level
Conformance)
Description
1.1.1 Non-text
Content (Level A).
Every non-text content that is presented to the
user has a alternative text that serves the
equivalent purpose
2.4.2 Page Titled
(Level A).
Web pages have titles that describe topic or
purpose.
2.4.4 Link Purpose (In
Context):
(text type)
The purpose of each link can be determined
from the link text alone or from the link text
together with its programmatically determined
link context
2.4.6 Headings and
Labels (Level AA).
Headings and labels describe topic or purpose.
2.4.9 Link Purpose
(Link Only) (Level
AAA).
(text type)
A mechanism is available to allow the purpose
of each link to be identified from link text
alone, except where the purpose of the link
would be ambiguous to users in general.
2.4.10 Section
Headings (Level
AAA).
Section headings are used to organize the
content.
3.1.1 Language of
Page (Level A).
The default human language of each Web page
can be programmatically determined.
3.1.2 Language of
Parts (Level AA).
The human language of each passage or phrase
in the content can be programmatically
determined.
3.1.3 Unusual Words
(Level AAA).
A mechanism is available for identifying
specific definitions of words or phrases used in
an unusual.
3.1.4 Abbreviations
(Level AAA).
A mechanism for identifying the expanded
form or meaning of abbreviations is available.
3.1.5 Reading Level
(Level AAA).
When text requires reading ability more
advanced than the lower secondary education
level after removal of proper names and titles,
supplemental content, or a version that does not
require reading ability more advanced than the
lower secondary education level, is available.LaBDA, Universidad Carlos III de Madrid
WCAG 2.0: READABILITY AND UNDERSTANDABILITY
Additional accessibility requirements
• WCAG 2.0 document does not specify guidelines to these matters as
concerning visual or auditory accessibility
• A set of additional WCAG 2.0 success criteria has been obtained regarding
the presentation, navigation, structure, cognitive aspects in user task,…
• Some of these additional success criteria are:
 1.4.8 (Visual Presentation)
 2.2.3 (No Timing)
 2.4.5 (Multiple Ways)
 3.2.3 (Consistent Navigation)
 3.2.4 (Consistent Identification)
 2.2.3 (No Timing)
 3.3.1 (Error Identification)
 3.3.2 (Labels or Instructions)
 3.3.5 (Help)
LaBDA, Universidad Carlos III de Madrid
WCAG 2.0: READABILITY AND UNDERSTANDABILITY
Discussion and conclusions
• No correspondence between concepts in E2R guidelines and
success criteria of WCAG 2.0
=> The professional closely to the field of the accessibility
conformity WCAG does not know how to accomplish
requirements E2R
• Aside from WCAG 2.0 regarding the text, further accessibility
features should be considered
• WCAG 2.0 support is not enough
• Technology supporting the authorship of texts is required
LaBDA, Universidad Carlos III de Madrid
WCAG 2.0: READABILITY AND UNDERSTANDABILITY
Discussion and conclusions
• Proposal:
 PLN approaches with a use of E2R and WCAG 2.0 resources
provide the semi-automatic support
 Different NLP strategies to simplify texts depending on
whether you want to analyse understandable or
readability
LaBDA, Universidad Carlos III de Madrid
Natural language processing (NLP)
• The discipline devoted to develop technology to understand
natural language
• Applications:
 Machine translation
 Information retrieval
 Information extraction from unstructured data
 Summarization
 Question answering
 ….
LaBDA, Universidad Carlos III de Madrid
NLP APPROACHES FOR TEXT SIMPLIFICATION
Support to accessibility
• NLP processes are applied with the objective of transforming
a text in an equivalent one, but more accessible to people
with any kind of cognitive disability
• Three NLP processes that could be applied to text
simplification tasks are described:
 Language detection
 Abbreviations detection
 Topic detection
LaBDA, Universidad Carlos III de Madrid
NLP APPROACHES FOR TEXT SIMPLIFICATION
Language detection
• Language detection consists on identifying the language of a
text
• It is helpful for example: when screen readers are used
• Approaches:
 To find out it is to check if language-specific characters, (e.g. Dutch if
string “ik” appears, German is “ich” or “β” is used, Polish if “czy” or
“ń”, “Ł”, “ź” are included in words)
 To use n-grams frequency distributions. All languages have words that
occur more frequently than others (Zipf´s Law)
• if two texts of a same language are compared then they should
have similar n-grams frequency distributions)
LaBDA, Universidad Carlos III de Madrid
NLP APPROACHES FOR TEXT SIMPLIFICATION
Abbreviations
• Approaches to recognized abbreviations and corresponding
expansions:
 Pattern-matching methods based on rules and heuristics to
detect upper alphanumeric strings
• To identify Long form (short form) or Short form (long form)
 A sequence of words co-occurs frequently with an
abbreviation and the sequence does not occur with other
near words => it is an “abbreviation-definition”
relationship.
LaBDA, Universidad Carlos III de Madrid
NLP APPROACHES FOR TEXT SIMPLIFICATION
Text summarization or topic detection
• Goal : to obtain a set of sentences that reflects the content
• This technique offers accessibility support to editors of web
contents to create:
 Titles of paragraphs
 Sections that faithfully represent the content
• Approach:
 Automatic text extraction: considering relevant sentences
of a text has a big amount of important words
 The importance of a word is calculated with a measure
that relies on how frequent is a word in a document and in
how many documents from a collection the word appears.
LaBDA, Universidad Carlos III de Madrid
NLP APPROACHES FOR TEXT SIMPLIFICATION
Text Simplification
• It is essential in several types of texts: News, Government and
administrative information, laws and rights, etc.
• There are three subtasks of text simplification
1 Syntactic simplification that divides complex sentences in
simplest sentences
2 Lexical simplification whose objective is to replace
complex vocabulary by common vocabulary
3 Clarification that provides definitions and explanations.
These tasks are not completely automatic, they have to be
manually reviewed in some cases.
LaBDA, Universidad Carlos III de Madrid
NLP APPROACHES FOR TEXT SIMPLIFICATION
Text Simplification
Lexical simplification:
• Replacing words (taking into account the context) and
complex utterances by easier words or phrases.
• Heuristic: complex words have a low frequency
• Proposals based on frequency give better results compared to
other sophisticated systems [Semeval 2012]
• Resource: lexical resources as Wordnet are used to extract
synonyms as candidates to replace a complex or difficult
word.
LaBDA, Universidad Carlos III de Madrid
NLP APPROACHES FOR TEXT SIMPLIFICATION
Text Simplification
Lexical simplification
• Complexity measures: frequency of words in texts as well as
the length of phrases
 FOX index
 Flesch-Kinaid
These indexes have to be validated by final users
LaBDA, Universidad Carlos III de Madrid
NLP APPROACHES FOR TEXT SIMPLIFICATION
WCAG 2.0 PLN Approach
2.4.2 (Page Titled)
2.4.6 (Headings and Labels)
2.4.10 (Section Headings)
Text summarization
3.1.4 (Abbreviations ) Abbreviations
3.1.3 (Unusual Words) Dictionaries with definition
3.1.5 (Reading Level) Syntactic simplification
LaBDA, Universidad Carlos III de Madrid
PROOF OF CONCEPT
Lexical Simplification of Drug Package Leaflets
• The principal text source of information for patients
• This document provides information about a its
appearance, actions, side effects and drug
interactions, contraindications, special warnings
• It is difficult to understand by patients:
 Vocabulary is specific, technical.
 Long paragraphs, especially those containing lists of
side effects.
 Using a small font size (9 points)
• Problems: Patient misunderstanding could be a
potential source of medication errors and adverse
drug reactions.
LaBDA, Universidad Carlos III de Madrid
PROOF OF CONCEPT
Lexical Simplification of Drug Package Leaflets
• Goal of the system:
 Provide information in an easy and clear way to read.
• Medical terms (in particular, drug effects) are translated into
lay terms, which patients can understand.
LaBDA, Universidad Carlos III de Madrid
PROOF OF CONCEPT
Lexical Simplification of Drug Package Leaflets
FIRST Module:
Named Entity Recognition
(NER)
• Detects the mentions of
drug effects
• Use MedDRA (medical
multilingual terminology
dictionary about events
associated with drugs )
• MeaningCloud integrates
MedDRA, into GATE
LaBDA, Universidad Carlos III de Madrid
PROOF OF CONCEPT
Lexical Simplification of Drug Package Leaflets
SECOND module:
Lexical Simplifier
• To Identify the effects whose
names are considered
complex with the objective
of replacing them by a
simpler synonym
• Two different strategies:
preferred term substitution
and most frequent term
substitution.
LaBDA, Universidad Carlos III de Madrid
PROOF OF CONCEPT
Lexical Simplification of Drug Package Leaflets
SECOND module. Lexical Simplifier
• Preferred Term Substitution
 MedDRA allows to defining sets of synonyms and providing
a preferred term for each set
• Cefalalgia (cephalalgia) would be substituted for cefalea
(headache)
LaBDA, Universidad Carlos III de Madrid
PROOF OF CONCEPT
Lexical Simplification of Drug Package Leaflets
SECOND module. Lexical Simplifier
• Most Frequent Term Substitution
 Corpus of MedlinePlus website documents (1,536 documents)
• 939 belonging to drug package leaflets
• 597 to general health related articles about diseases, effects and
diagnoses.
 Elasticsearch to index the MedLinePlus documents
 Hypothesis: complex terms should be less frequent than simpler terms
in the corpus
1) The frequency of each effect in the corpus is calculated
2) an effect will be substituted for its synonym with the highest
frequency (if it is not itself) in the corpus.
LaBDA, Universidad Carlos III de Madrid
PROOF OF CONCEPT
Lexical Simplification of Drug Package Leaflets
SECOND module. Lexical Simplifier
Synonyms from MedDRA appear in
MedLinePlus
corpus
catarro (nasopharyngitis), 12
resfriado (cold), 48
resfriado común (common
cold)
7
síntomas de resfriado (cold
symptoms)
6
The complex term
replaced by resfriado
(cold)
LaBDA, Universidad Carlos III de Madrid
PROOF OF CONCEPT
Lexical Simplification of Drug Package Leaflets
SECOND module. Lexical Simplifieroriginal
Muy frecuentes: diarrea e indigestión.
Frecuentes: náuseas, vómitos, dolor abdominal.
Poco frecuentes: hemorragia.
Raros: perforación gástrica, flatulencia, estreñimiento
PT
Muy frecuentes: diarrea e dispepsia.
Frecuentes: náuseas, vómitos, dolor abdominal.
Poco frecuentes: hemorragia.
Raros: perforación gástrica, flatulencia, estreñimiento
freq
Muy frecuentes: diarrea e pirosis.
Frecuentes: náuseas, vómitos, dolor abdominal.
Poco frecuentes: sangrado.
Raros: perforación gástrica, gases, estreñimiento
LaBDA, Universidad Carlos III de Madrid
CONCLUSIONS
• For some people, it is difficult to infer the meaning of an unusual
word or phrase from context
• Long sentences and complex linguistic structures can cause barriers
in access to the text content as indicated in WCAG and E2R
guidelines
However, these guidelines do not provide precise methods and
support (semi) automatic with which to address these
accessibility issues concerning to text readable and
understandable
• PLN approaches with a use of E2R and WCAG 2.0 resources provide
the semi-automatic support
 Proof of concept: Prototype to simplify drug package leaflet that
implements a component for lexical simplificationLaBDA, Universidad Carlos III de Madrid
CONCLUSIONS
Work in progress
• New approaches to offer support: abbreviations, summaries,
definitions of unusual words, etc.
• Evaluations by users (In addition, by experts)
• Taking into account other important issues as:
 Presentation elements
 Page structure
 Navigation structures
LaBDA, Universidad Carlos III de Madrid
REFERENCE
Lourdes Moreno, Paloma Martínez, Isabel Segura-Bedmar, and
Ricardo Revert. 2015. Exploring language technologies to provide
support to WCAG 2.0 and E2R guidelines. In Proceedings of the XVI
International Conference on Human Computer Interaction
(Interacción '15). ACM, New York, NY, USA, , Article 57 , 8 pages.
DOI=http://dx.doi.org/10.1145/2829875.2829927

Contenu connexe

En vedette

Mujeres de la informatica
Mujeres de la informatica Mujeres de la informatica
Mujeres de la informatica aminalp
 
morphima.image.sml
morphima.image.smlmorphima.image.sml
morphima.image.smlHans Verleur
 
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...Grupo HULAT
 
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...Babloo Sharma, Ph.D.
 
Sulfonated perfluorocyclopentenyl polymers and uses thereof
Sulfonated perfluorocyclopentenyl polymers and uses thereofSulfonated perfluorocyclopentenyl polymers and uses thereof
Sulfonated perfluorocyclopentenyl polymers and uses thereofBabloo Sharma, Ph.D.
 
Q4. How did you use new media technologies in the construction and research, ...
Q4. How did you use new media technologies in the construction and research, ...Q4. How did you use new media technologies in the construction and research, ...
Q4. How did you use new media technologies in the construction and research, ...Molly Dickerson
 
Monday december 8, 2014
Monday december 8, 2014Monday december 8, 2014
Monday december 8, 2014William Gerace
 
Media Homework Article Analysis
Media Homework Article Analysis Media Homework Article Analysis
Media Homework Article Analysis Molly Dickerson
 
Detecting Drugs and Adverse Events from Spanish Health Social Media Streams
Detecting Drugs and Adverse Events from Spanish Health Social Media StreamsDetecting Drugs and Adverse Events from Spanish Health Social Media Streams
Detecting Drugs and Adverse Events from Spanish Health Social Media StreamsGrupo HULAT
 
Jessie J Nobody's Perfect Analysis
Jessie J Nobody's Perfect AnalysisJessie J Nobody's Perfect Analysis
Jessie J Nobody's Perfect AnalysisMolly Dickerson
 
16juni16 Programma Seminar Aanpak Ouderenmishandeling (3)
16juni16 Programma Seminar Aanpak Ouderenmishandeling (3)16juni16 Programma Seminar Aanpak Ouderenmishandeling (3)
16juni16 Programma Seminar Aanpak Ouderenmishandeling (3)Oscar Balkenende
 
Solving 1 step equations
Solving 1 step equationsSolving 1 step equations
Solving 1 step equationssgaster
 
Hiren Golakiya
Hiren GolakiyaHiren Golakiya
Hiren Golakiyaankur771
 

En vedette (20)

Mujeres de la informatica
Mujeres de la informatica Mujeres de la informatica
Mujeres de la informatica
 
Ada Byron Lovelace
Ada Byron LovelaceAda Byron Lovelace
Ada Byron Lovelace
 
morphima.image.sml
morphima.image.smlmorphima.image.sml
morphima.image.sml
 
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
 
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...
 
RERA
RERARERA
RERA
 
Sulfonated perfluorocyclopentenyl polymers and uses thereof
Sulfonated perfluorocyclopentenyl polymers and uses thereofSulfonated perfluorocyclopentenyl polymers and uses thereof
Sulfonated perfluorocyclopentenyl polymers and uses thereof
 
Protecting the brand
Protecting the brandProtecting the brand
Protecting the brand
 
Q4. How did you use new media technologies in the construction and research, ...
Q4. How did you use new media technologies in the construction and research, ...Q4. How did you use new media technologies in the construction and research, ...
Q4. How did you use new media technologies in the construction and research, ...
 
Monday december 8, 2014
Monday december 8, 2014Monday december 8, 2014
Monday december 8, 2014
 
9. los valores
9.  los valores9.  los valores
9. los valores
 
Media Homework Article Analysis
Media Homework Article Analysis Media Homework Article Analysis
Media Homework Article Analysis
 
Media: Music video
Media: Music video Media: Music video
Media: Music video
 
Detecting Drugs and Adverse Events from Spanish Health Social Media Streams
Detecting Drugs and Adverse Events from Spanish Health Social Media StreamsDetecting Drugs and Adverse Events from Spanish Health Social Media Streams
Detecting Drugs and Adverse Events from Spanish Health Social Media Streams
 
Jessie J Nobody's Perfect Analysis
Jessie J Nobody's Perfect AnalysisJessie J Nobody's Perfect Analysis
Jessie J Nobody's Perfect Analysis
 
16juni16 Programma Seminar Aanpak Ouderenmishandeling (3)
16juni16 Programma Seminar Aanpak Ouderenmishandeling (3)16juni16 Programma Seminar Aanpak Ouderenmishandeling (3)
16juni16 Programma Seminar Aanpak Ouderenmishandeling (3)
 
Personal Injury Claim
Personal Injury ClaimPersonal Injury Claim
Personal Injury Claim
 
Solving 1 step equations
Solving 1 step equationsSolving 1 step equations
Solving 1 step equations
 
Hiren Golakiya
Hiren GolakiyaHiren Golakiya
Hiren Golakiya
 
Max Magazine
Max MagazineMax Magazine
Max Magazine
 

Similaire à Exploring language technologies to provide support to WCAG 2.0 and E2R guidelines. Lourdes Moreno, Paloma Martínez, Isabel Segura-Bedmar, and Ricardo Revert. 2015. Universidad Carlos III de Madrid

Interaccion 2019 lourdes moreno
Interaccion 2019 lourdes morenoInteraccion 2019 lourdes moreno
Interaccion 2019 lourdes morenoGrupo HULAT
 
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIR
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIRA NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIR
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIRcscpconf
 
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...semanticsconference
 
Software feasibility study to
Software feasibility study toSoftware feasibility study to
Software feasibility study toijdms
 
Web 3 final(1)
Web 3 final(1)Web 3 final(1)
Web 3 final(1)Venky Dood
 
Accessibility at Blackboard
Accessibility at BlackboardAccessibility at Blackboard
Accessibility at Blackboard3Play Media
 
IRS-Cataloging and Indexing-2.1.pptx
IRS-Cataloging and Indexing-2.1.pptxIRS-Cataloging and Indexing-2.1.pptx
IRS-Cataloging and Indexing-2.1.pptxShivaVemula2
 
Detecting Good Practices and Pitfalls when Publishing Vocabularies on the Web
Detecting Good Practices and Pitfalls when Publishing Vocabularies on the Web Detecting Good Practices and Pitfalls when Publishing Vocabularies on the Web
Detecting Good Practices and Pitfalls when Publishing Vocabularies on the Web María Poveda Villalón
 
Integrating Technology into CCR Standards for ELA and Literacy
Integrating Technology into CCR Standards for ELA and LiteracyIntegrating Technology into CCR Standards for ELA and Literacy
Integrating Technology into CCR Standards for ELA and LiteracyNell Eckersley
 
Seminario eMadrid sobre "Nuevas experiencias en laboratorios remotos". Estand...
Seminario eMadrid sobre "Nuevas experiencias en laboratorios remotos". Estand...Seminario eMadrid sobre "Nuevas experiencias en laboratorios remotos". Estand...
Seminario eMadrid sobre "Nuevas experiencias en laboratorios remotos". Estand...eMadrid network
 
Session 3: Vocabulary enrichment, Gerda Koch
Session 3: Vocabulary enrichment, Gerda KochSession 3: Vocabulary enrichment, Gerda Koch
Session 3: Vocabulary enrichment, Gerda Kochlocloud
 
Comp app lexicography
Comp app lexicographyComp app lexicography
Comp app lexicographysyila239
 

Similaire à Exploring language technologies to provide support to WCAG 2.0 and E2R guidelines. Lourdes Moreno, Paloma Martínez, Isabel Segura-Bedmar, and Ricardo Revert. 2015. Universidad Carlos III de Madrid (20)

Interaccion 2019 lourdes moreno
Interaccion 2019 lourdes morenoInteraccion 2019 lourdes moreno
Interaccion 2019 lourdes moreno
 
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIR
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIRA NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIR
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIR
 
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
 
CatConf2001
CatConf2001CatConf2001
CatConf2001
 
CatConf2001
CatConf2001CatConf2001
CatConf2001
 
CatConf2001
CatConf2001CatConf2001
CatConf2001
 
CatConf2001
CatConf2001CatConf2001
CatConf2001
 
RDFa Versus Microformats
RDFa Versus MicroformatsRDFa Versus Microformats
RDFa Versus Microformats
 
LRMDS 3B
LRMDS 3BLRMDS 3B
LRMDS 3B
 
Software feasibility study to
Software feasibility study toSoftware feasibility study to
Software feasibility study to
 
Web 3 final(1)
Web 3 final(1)Web 3 final(1)
Web 3 final(1)
 
Accessibility at Blackboard
Accessibility at BlackboardAccessibility at Blackboard
Accessibility at Blackboard
 
IRS-Cataloging and Indexing-2.1.pptx
IRS-Cataloging and Indexing-2.1.pptxIRS-Cataloging and Indexing-2.1.pptx
IRS-Cataloging and Indexing-2.1.pptx
 
Detecting Good Practices and Pitfalls when Publishing Vocabularies on the Web
Detecting Good Practices and Pitfalls when Publishing Vocabularies on the Web Detecting Good Practices and Pitfalls when Publishing Vocabularies on the Web
Detecting Good Practices and Pitfalls when Publishing Vocabularies on the Web
 
Integrating Technology into CCR Standards for ELA and Literacy
Integrating Technology into CCR Standards for ELA and LiteracyIntegrating Technology into CCR Standards for ELA and Literacy
Integrating Technology into CCR Standards for ELA and Literacy
 
Seminario eMadrid sobre "Nuevas experiencias en laboratorios remotos". Estand...
Seminario eMadrid sobre "Nuevas experiencias en laboratorios remotos". Estand...Seminario eMadrid sobre "Nuevas experiencias en laboratorios remotos". Estand...
Seminario eMadrid sobre "Nuevas experiencias en laboratorios remotos". Estand...
 
A SURVEY ON VARIOUS CLIR TECHNIQUES
A SURVEY ON VARIOUS CLIR TECHNIQUESA SURVEY ON VARIOUS CLIR TECHNIQUES
A SURVEY ON VARIOUS CLIR TECHNIQUES
 
Session 3: Vocabulary enrichment, Gerda Koch
Session 3: Vocabulary enrichment, Gerda KochSession 3: Vocabulary enrichment, Gerda Koch
Session 3: Vocabulary enrichment, Gerda Koch
 
Comp app lexicography
Comp app lexicographyComp app lexicography
Comp app lexicography
 
methods and resources
methods and resourcesmethods and resources
methods and resources
 

Plus de Grupo HULAT

Low vision interaccion2018v4
Low vision interaccion2018v4Low vision interaccion2018v4
Low vision interaccion2018v4Grupo HULAT
 
Babelfy: Entity Linking meets Word Sense Disambiguation.
Babelfy: Entity Linking meets Word Sense Disambiguation.Babelfy: Entity Linking meets Word Sense Disambiguation.
Babelfy: Entity Linking meets Word Sense Disambiguation.Grupo HULAT
 
Integration of Accessibility Requirements in the Design of Multimedia User Ag...
Integration of Accessibility Requirements in the Design of Multimedia User Ag...Integration of Accessibility Requirements in the Design of Multimedia User Ag...
Integration of Accessibility Requirements in the Design of Multimedia User Ag...Grupo HULAT
 
New Approaches to Interactive Multimedia Content Retrieval from different Sou...
New Approaches to Interactive Multimedia Content Retrieval from different Sou...New Approaches to Interactive Multimedia Content Retrieval from different Sou...
New Approaches to Interactive Multimedia Content Retrieval from different Sou...Grupo HULAT
 
Presentation "Spanish Resources in Trendminer Project"
Presentation "Spanish Resources in Trendminer Project"Presentation "Spanish Resources in Trendminer Project"
Presentation "Spanish Resources in Trendminer Project"Grupo HULAT
 
Extraction of Drug-Drug Interactions from Biomedical Texts
Extraction of Drug-Drug Interactions from Biomedical TextsExtraction of Drug-Drug Interactions from Biomedical Texts
Extraction of Drug-Drug Interactions from Biomedical TextsGrupo HULAT
 
Lessons from the Drug-Drug Interaction Extraction Task
Lessons from the Drug-Drug Interaction Extraction TaskLessons from the Drug-Drug Interaction Extraction Task
Lessons from the Drug-Drug Interaction Extraction TaskGrupo HULAT
 
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...Grupo HULAT
 
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...Grupo HULAT
 
Accessibility to mobile interfaces for older people
Accessibility to mobile interfaces for older peopleAccessibility to mobile interfaces for older people
Accessibility to mobile interfaces for older peopleGrupo HULAT
 
Toward an integration of Web accessibility into testing processes
Toward an integration of Web accessibility into testing processesToward an integration of Web accessibility into testing processes
Toward an integration of Web accessibility into testing processesGrupo HULAT
 
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...Revisión de los requisitos de accesibilidad en la interacción del usuario anc...
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...Grupo HULAT
 
Formación y tecnologías en accesibilidad para la Universidad
Formación y tecnologías en accesibilidad para la UniversidadFormación y tecnologías en accesibilidad para la Universidad
Formación y tecnologías en accesibilidad para la UniversidadGrupo HULAT
 
Requisitos de accesibilidad web en los reproductores multimedia
Requisitos de accesibilidad web en los reproductores multimediaRequisitos de accesibilidad web en los reproductores multimedia
Requisitos de accesibilidad web en los reproductores multimediaGrupo HULAT
 
Integrating HCI in a Web accessibility engineering approach
Integrating HCI in a Web accessibility engineering approachIntegrating HCI in a Web accessibility engineering approach
Integrating HCI in a Web accessibility engineering approachGrupo HULAT
 
A MDD approach for modelling web accessibility
A MDD approach for modelling web accessibilityA MDD approach for modelling web accessibility
A MDD approach for modelling web accessibilityGrupo HULAT
 
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...Grupo HULAT
 
Adaptation Rules for Accessible Media Player Interface
Adaptation Rules for Accessible Media Player Interface Adaptation Rules for Accessible Media Player Interface
Adaptation Rules for Accessible Media Player Interface Grupo HULAT
 
An approach to User Interface Design of an accessible user agent
An approach to User Interface Design of an accessible user agent An approach to User Interface Design of an accessible user agent
An approach to User Interface Design of an accessible user agent Grupo HULAT
 
A study of accessibility requirements for media players on the Web
A study of accessibility requirements for media players on the WebA study of accessibility requirements for media players on the Web
A study of accessibility requirements for media players on the Web Grupo HULAT
 

Plus de Grupo HULAT (20)

Low vision interaccion2018v4
Low vision interaccion2018v4Low vision interaccion2018v4
Low vision interaccion2018v4
 
Babelfy: Entity Linking meets Word Sense Disambiguation.
Babelfy: Entity Linking meets Word Sense Disambiguation.Babelfy: Entity Linking meets Word Sense Disambiguation.
Babelfy: Entity Linking meets Word Sense Disambiguation.
 
Integration of Accessibility Requirements in the Design of Multimedia User Ag...
Integration of Accessibility Requirements in the Design of Multimedia User Ag...Integration of Accessibility Requirements in the Design of Multimedia User Ag...
Integration of Accessibility Requirements in the Design of Multimedia User Ag...
 
New Approaches to Interactive Multimedia Content Retrieval from different Sou...
New Approaches to Interactive Multimedia Content Retrieval from different Sou...New Approaches to Interactive Multimedia Content Retrieval from different Sou...
New Approaches to Interactive Multimedia Content Retrieval from different Sou...
 
Presentation "Spanish Resources in Trendminer Project"
Presentation "Spanish Resources in Trendminer Project"Presentation "Spanish Resources in Trendminer Project"
Presentation "Spanish Resources in Trendminer Project"
 
Extraction of Drug-Drug Interactions from Biomedical Texts
Extraction of Drug-Drug Interactions from Biomedical TextsExtraction of Drug-Drug Interactions from Biomedical Texts
Extraction of Drug-Drug Interactions from Biomedical Texts
 
Lessons from the Drug-Drug Interaction Extraction Task
Lessons from the Drug-Drug Interaction Extraction TaskLessons from the Drug-Drug Interaction Extraction Task
Lessons from the Drug-Drug Interaction Extraction Task
 
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...
 
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
 
Accessibility to mobile interfaces for older people
Accessibility to mobile interfaces for older peopleAccessibility to mobile interfaces for older people
Accessibility to mobile interfaces for older people
 
Toward an integration of Web accessibility into testing processes
Toward an integration of Web accessibility into testing processesToward an integration of Web accessibility into testing processes
Toward an integration of Web accessibility into testing processes
 
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...Revisión de los requisitos de accesibilidad en la interacción del usuario anc...
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...
 
Formación y tecnologías en accesibilidad para la Universidad
Formación y tecnologías en accesibilidad para la UniversidadFormación y tecnologías en accesibilidad para la Universidad
Formación y tecnologías en accesibilidad para la Universidad
 
Requisitos de accesibilidad web en los reproductores multimedia
Requisitos de accesibilidad web en los reproductores multimediaRequisitos de accesibilidad web en los reproductores multimedia
Requisitos de accesibilidad web en los reproductores multimedia
 
Integrating HCI in a Web accessibility engineering approach
Integrating HCI in a Web accessibility engineering approachIntegrating HCI in a Web accessibility engineering approach
Integrating HCI in a Web accessibility engineering approach
 
A MDD approach for modelling web accessibility
A MDD approach for modelling web accessibilityA MDD approach for modelling web accessibility
A MDD approach for modelling web accessibility
 
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...
 
Adaptation Rules for Accessible Media Player Interface
Adaptation Rules for Accessible Media Player Interface Adaptation Rules for Accessible Media Player Interface
Adaptation Rules for Accessible Media Player Interface
 
An approach to User Interface Design of an accessible user agent
An approach to User Interface Design of an accessible user agent An approach to User Interface Design of an accessible user agent
An approach to User Interface Design of an accessible user agent
 
A study of accessibility requirements for media players on the Web
A study of accessibility requirements for media players on the WebA study of accessibility requirements for media players on the Web
A study of accessibility requirements for media players on the Web
 

Dernier

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

Dernier (20)

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

Exploring language technologies to provide support to WCAG 2.0 and E2R guidelines. Lourdes Moreno, Paloma Martínez, Isabel Segura-Bedmar, and Ricardo Revert. 2015. Universidad Carlos III de Madrid

  • 1. Exploring language technologies to provide support to WCAG 2.0 and E2R guidelines Lourdes Moreno * Paloma Martínez, Isabel Segura-Bedmar and Ricardo Revert Grupo LaBDA Departamento de Informática Universidad Carlos II de Madrid (*) lmoreno@inf.uc3m.es Vilanova I la Geltrú (Universitat Politècnica Catalunya ), septiembre 2015 Reference ACM Digital Library: http://dl.acm.org/citation.cfm?id=2829927&CFID=573822944&CFTOKEN=54544041
  • 2. Contents • Motivation and introduction • EASY-TO-READ (E2R) Guidelines • WCAG 2.0: readability and understandability • Natural language processing (NLP) approaches for text simplification • Proof of Concept: Lexical Simplification of Drug Package Leaflets • Conclusions LaBDA, Universidad Carlos III de Madrid
  • 3. MOTIVATION • Part of citizenship faces accessibility barriers when texts containing:  long sentences  unusual words  complex linguistic structures  … • Environment: web content • Readability and understanding should be considered when texts are created LaBDA, Universidad Carlos III de Madrid
  • 4. INTRODUCTION Target groups • People with cognitive or learning disabilities • Also:  Pre lingually deaf persons  Older people (Individual cognitive abilities such as attention span and memory)  Non-alphabetized people  Immigrants (different native language)  People with aphasia, dyslexia, autism LaBDA, Universidad Carlos III de Madrid
  • 5. INTRODUCTION Initiatives • Easy-to-Read (E2R)  Inclusion Europe 2009  Guidelines of IFLA 2010 • Web Content Accessibility Guidelines (WCAG) 2.0  Regulatory framework  Hard Success criteria  Conformance level AA LaBDA, Universidad Carlos III de Madrid
  • 6. EASY-TO-READ (E2R) Guidelines • In general terms these guidelines are:  Use simplest and most common words  Avoid long words  Avoided use of abbreviations  The same term used to refer to the same concept  Use short sentences  Avoid complex sentences with dependent clauses  Use active language and avoid passive voice LaBDA, Universidad Carlos III de Madrid
  • 7. EASY-TO-READ (E2R) Guidelines What can be done? • To make online texts more accessible and readable • In complex words or phrases are replaced with more commonly used words • These adaptations are carried out with the use of text simplification techniques:  www.noticiasfacil.es  www.e-include.info/  simple.wikipedia.org/  www.simplext.es/ • Manual process? In some cases it is unfeasible • Support Technology LaBDA, Universidad Carlos III de Madrid
  • 8. EASY-TO-READ (E2R) Guidelines • These E2R guidelines are aimed only to text content. • In addition: page structure, presentation, … => For this reason, accessibility requirements of WCAG 2.0 must be taken into account LaBDA, Universidad Carlos III de Madrid
  • 9. WCAG 2.0: READABILITY AND UNDERSTANDABILITY understandable vs readability “a text could be highly readable, since the syntax is extremely simple, but extremely hard to understand because of the lexicon used”  Readability gives an evaluation about the structure of sentences (it concerns syntax and consequently requires syntactic simplification approaches)  understandability captures the lexical aspects and lexical simplification approaches are required LaBDA, Universidad Carlos III de Madrid
  • 10. WCAG success criteria concerning text • 3.1 (Readable: Make text content readable and understandable)  Readability - 3.1.5 (Reading Level)  Understandable - 3.1.3 (Unusual Words) and 3.1.4 ( Abbreviations) Code(Level Conformance) Description 1.1.1 Non-text Content (Level A). Every non-text content that is presented to the user has a alternative text that serves the equivalent purpose 2.4.2 Page Titled (Level A). Web pages have titles that describe topic or purpose. 2.4.4 Link Purpose (In Context): (text type) The purpose of each link can be determined from the link text alone or from the link text together with its programmatically determined link context 2.4.6 Headings and Labels (Level AA). Headings and labels describe topic or purpose. 2.4.9 Link Purpose (Link Only) (Level AAA). (text type) A mechanism is available to allow the purpose of each link to be identified from link text alone, except where the purpose of the link would be ambiguous to users in general. 2.4.10 Section Headings (Level AAA). Section headings are used to organize the content. 3.1.1 Language of Page (Level A). The default human language of each Web page can be programmatically determined. 3.1.2 Language of Parts (Level AA). The human language of each passage or phrase in the content can be programmatically determined. 3.1.3 Unusual Words (Level AAA). A mechanism is available for identifying specific definitions of words or phrases used in an unusual. 3.1.4 Abbreviations (Level AAA). A mechanism for identifying the expanded form or meaning of abbreviations is available. 3.1.5 Reading Level (Level AAA). When text requires reading ability more advanced than the lower secondary education level after removal of proper names and titles, supplemental content, or a version that does not require reading ability more advanced than the lower secondary education level, is available.LaBDA, Universidad Carlos III de Madrid
  • 11. WCAG 2.0: READABILITY AND UNDERSTANDABILITY Additional accessibility requirements • WCAG 2.0 document does not specify guidelines to these matters as concerning visual or auditory accessibility • A set of additional WCAG 2.0 success criteria has been obtained regarding the presentation, navigation, structure, cognitive aspects in user task,… • Some of these additional success criteria are:  1.4.8 (Visual Presentation)  2.2.3 (No Timing)  2.4.5 (Multiple Ways)  3.2.3 (Consistent Navigation)  3.2.4 (Consistent Identification)  2.2.3 (No Timing)  3.3.1 (Error Identification)  3.3.2 (Labels or Instructions)  3.3.5 (Help) LaBDA, Universidad Carlos III de Madrid
  • 12. WCAG 2.0: READABILITY AND UNDERSTANDABILITY Discussion and conclusions • No correspondence between concepts in E2R guidelines and success criteria of WCAG 2.0 => The professional closely to the field of the accessibility conformity WCAG does not know how to accomplish requirements E2R • Aside from WCAG 2.0 regarding the text, further accessibility features should be considered • WCAG 2.0 support is not enough • Technology supporting the authorship of texts is required LaBDA, Universidad Carlos III de Madrid
  • 13. WCAG 2.0: READABILITY AND UNDERSTANDABILITY Discussion and conclusions • Proposal:  PLN approaches with a use of E2R and WCAG 2.0 resources provide the semi-automatic support  Different NLP strategies to simplify texts depending on whether you want to analyse understandable or readability LaBDA, Universidad Carlos III de Madrid
  • 14. Natural language processing (NLP) • The discipline devoted to develop technology to understand natural language • Applications:  Machine translation  Information retrieval  Information extraction from unstructured data  Summarization  Question answering  …. LaBDA, Universidad Carlos III de Madrid
  • 15. NLP APPROACHES FOR TEXT SIMPLIFICATION Support to accessibility • NLP processes are applied with the objective of transforming a text in an equivalent one, but more accessible to people with any kind of cognitive disability • Three NLP processes that could be applied to text simplification tasks are described:  Language detection  Abbreviations detection  Topic detection LaBDA, Universidad Carlos III de Madrid
  • 16. NLP APPROACHES FOR TEXT SIMPLIFICATION Language detection • Language detection consists on identifying the language of a text • It is helpful for example: when screen readers are used • Approaches:  To find out it is to check if language-specific characters, (e.g. Dutch if string “ik” appears, German is “ich” or “β” is used, Polish if “czy” or “ń”, “Ł”, “ź” are included in words)  To use n-grams frequency distributions. All languages have words that occur more frequently than others (Zipf´s Law) • if two texts of a same language are compared then they should have similar n-grams frequency distributions) LaBDA, Universidad Carlos III de Madrid
  • 17. NLP APPROACHES FOR TEXT SIMPLIFICATION Abbreviations • Approaches to recognized abbreviations and corresponding expansions:  Pattern-matching methods based on rules and heuristics to detect upper alphanumeric strings • To identify Long form (short form) or Short form (long form)  A sequence of words co-occurs frequently with an abbreviation and the sequence does not occur with other near words => it is an “abbreviation-definition” relationship. LaBDA, Universidad Carlos III de Madrid
  • 18. NLP APPROACHES FOR TEXT SIMPLIFICATION Text summarization or topic detection • Goal : to obtain a set of sentences that reflects the content • This technique offers accessibility support to editors of web contents to create:  Titles of paragraphs  Sections that faithfully represent the content • Approach:  Automatic text extraction: considering relevant sentences of a text has a big amount of important words  The importance of a word is calculated with a measure that relies on how frequent is a word in a document and in how many documents from a collection the word appears. LaBDA, Universidad Carlos III de Madrid
  • 19. NLP APPROACHES FOR TEXT SIMPLIFICATION Text Simplification • It is essential in several types of texts: News, Government and administrative information, laws and rights, etc. • There are three subtasks of text simplification 1 Syntactic simplification that divides complex sentences in simplest sentences 2 Lexical simplification whose objective is to replace complex vocabulary by common vocabulary 3 Clarification that provides definitions and explanations. These tasks are not completely automatic, they have to be manually reviewed in some cases. LaBDA, Universidad Carlos III de Madrid
  • 20. NLP APPROACHES FOR TEXT SIMPLIFICATION Text Simplification Lexical simplification: • Replacing words (taking into account the context) and complex utterances by easier words or phrases. • Heuristic: complex words have a low frequency • Proposals based on frequency give better results compared to other sophisticated systems [Semeval 2012] • Resource: lexical resources as Wordnet are used to extract synonyms as candidates to replace a complex or difficult word. LaBDA, Universidad Carlos III de Madrid
  • 21. NLP APPROACHES FOR TEXT SIMPLIFICATION Text Simplification Lexical simplification • Complexity measures: frequency of words in texts as well as the length of phrases  FOX index  Flesch-Kinaid These indexes have to be validated by final users LaBDA, Universidad Carlos III de Madrid
  • 22. NLP APPROACHES FOR TEXT SIMPLIFICATION WCAG 2.0 PLN Approach 2.4.2 (Page Titled) 2.4.6 (Headings and Labels) 2.4.10 (Section Headings) Text summarization 3.1.4 (Abbreviations ) Abbreviations 3.1.3 (Unusual Words) Dictionaries with definition 3.1.5 (Reading Level) Syntactic simplification LaBDA, Universidad Carlos III de Madrid
  • 23. PROOF OF CONCEPT Lexical Simplification of Drug Package Leaflets • The principal text source of information for patients • This document provides information about a its appearance, actions, side effects and drug interactions, contraindications, special warnings • It is difficult to understand by patients:  Vocabulary is specific, technical.  Long paragraphs, especially those containing lists of side effects.  Using a small font size (9 points) • Problems: Patient misunderstanding could be a potential source of medication errors and adverse drug reactions. LaBDA, Universidad Carlos III de Madrid
  • 24. PROOF OF CONCEPT Lexical Simplification of Drug Package Leaflets • Goal of the system:  Provide information in an easy and clear way to read. • Medical terms (in particular, drug effects) are translated into lay terms, which patients can understand. LaBDA, Universidad Carlos III de Madrid
  • 25. PROOF OF CONCEPT Lexical Simplification of Drug Package Leaflets FIRST Module: Named Entity Recognition (NER) • Detects the mentions of drug effects • Use MedDRA (medical multilingual terminology dictionary about events associated with drugs ) • MeaningCloud integrates MedDRA, into GATE LaBDA, Universidad Carlos III de Madrid
  • 26. PROOF OF CONCEPT Lexical Simplification of Drug Package Leaflets SECOND module: Lexical Simplifier • To Identify the effects whose names are considered complex with the objective of replacing them by a simpler synonym • Two different strategies: preferred term substitution and most frequent term substitution. LaBDA, Universidad Carlos III de Madrid
  • 27. PROOF OF CONCEPT Lexical Simplification of Drug Package Leaflets SECOND module. Lexical Simplifier • Preferred Term Substitution  MedDRA allows to defining sets of synonyms and providing a preferred term for each set • Cefalalgia (cephalalgia) would be substituted for cefalea (headache) LaBDA, Universidad Carlos III de Madrid
  • 28. PROOF OF CONCEPT Lexical Simplification of Drug Package Leaflets SECOND module. Lexical Simplifier • Most Frequent Term Substitution  Corpus of MedlinePlus website documents (1,536 documents) • 939 belonging to drug package leaflets • 597 to general health related articles about diseases, effects and diagnoses.  Elasticsearch to index the MedLinePlus documents  Hypothesis: complex terms should be less frequent than simpler terms in the corpus 1) The frequency of each effect in the corpus is calculated 2) an effect will be substituted for its synonym with the highest frequency (if it is not itself) in the corpus. LaBDA, Universidad Carlos III de Madrid
  • 29. PROOF OF CONCEPT Lexical Simplification of Drug Package Leaflets SECOND module. Lexical Simplifier Synonyms from MedDRA appear in MedLinePlus corpus catarro (nasopharyngitis), 12 resfriado (cold), 48 resfriado común (common cold) 7 síntomas de resfriado (cold symptoms) 6 The complex term replaced by resfriado (cold) LaBDA, Universidad Carlos III de Madrid
  • 30. PROOF OF CONCEPT Lexical Simplification of Drug Package Leaflets SECOND module. Lexical Simplifieroriginal Muy frecuentes: diarrea e indigestión. Frecuentes: náuseas, vómitos, dolor abdominal. Poco frecuentes: hemorragia. Raros: perforación gástrica, flatulencia, estreñimiento PT Muy frecuentes: diarrea e dispepsia. Frecuentes: náuseas, vómitos, dolor abdominal. Poco frecuentes: hemorragia. Raros: perforación gástrica, flatulencia, estreñimiento freq Muy frecuentes: diarrea e pirosis. Frecuentes: náuseas, vómitos, dolor abdominal. Poco frecuentes: sangrado. Raros: perforación gástrica, gases, estreñimiento LaBDA, Universidad Carlos III de Madrid
  • 31. CONCLUSIONS • For some people, it is difficult to infer the meaning of an unusual word or phrase from context • Long sentences and complex linguistic structures can cause barriers in access to the text content as indicated in WCAG and E2R guidelines However, these guidelines do not provide precise methods and support (semi) automatic with which to address these accessibility issues concerning to text readable and understandable • PLN approaches with a use of E2R and WCAG 2.0 resources provide the semi-automatic support  Proof of concept: Prototype to simplify drug package leaflet that implements a component for lexical simplificationLaBDA, Universidad Carlos III de Madrid
  • 32. CONCLUSIONS Work in progress • New approaches to offer support: abbreviations, summaries, definitions of unusual words, etc. • Evaluations by users (In addition, by experts) • Taking into account other important issues as:  Presentation elements  Page structure  Navigation structures LaBDA, Universidad Carlos III de Madrid
  • 33. REFERENCE Lourdes Moreno, Paloma Martínez, Isabel Segura-Bedmar, and Ricardo Revert. 2015. Exploring language technologies to provide support to WCAG 2.0 and E2R guidelines. In Proceedings of the XVI International Conference on Human Computer Interaction (Interacción '15). ACM, New York, NY, USA, , Article 57 , 8 pages. DOI=http://dx.doi.org/10.1145/2829875.2829927