SlideShare une entreprise Scribd logo
1  sur  4
ON AUTOMATED LANDMARK IDENTIFICATION IN WRITTEN ROUTE
DESCRIPTIONS BY VISUALLY IMPAIRED INDIVIDUALS


John Nicholson
Computer Science Assistive Technology Laboratory
Department of Computer Science
Utah State University
Logan, UT 84322-4205
john.nicholson@aggiemail.usu.edu


Vladimir Kulyukin
Computer Science Assistive Technology Laboratory
Department of Computer Science
Utah State University
Logan, UT 84322-4205
Vladimir.Kulyukin@usu.edu


Aliasgar Kutiyanawala
Computer Science Assistive Technology Laboratory
Department of Computer Science
Utah State University
Logan, UT 84322-4205
aliasgar.k@aggiemail.usu.edu


Abstract
An analysis of route descriptions written by blind individuals reveals several language
patterns that can be used to automatically identify landmarks in the text.


Introduction
Route descriptions are used to describe how to complete a route from one location to
another location. A key component of route descriptions is the set of landmarks that are
mentioned in the description and will be encountered as the actions in the description are
executed. People with visual impairments mention more landmarks than people with
normal vision [1]. They also refer to landmarks experienced along non-turning segments
of the route, not just at turns [3].
This paper describes an analysis of a set of route descriptions written by people with
visual impairments. The analysis is centered on understanding the types of language
patterns that people use in route descriptions and that can used to identify mentions of
landmarks. The patterns can subsequently be used to build tools that can automatically
extract landmarks from text.
One set of techniques used to automatically extract information from natural language
text is Information Extraction (IE) [2]. When developing IE-based tools, natural
language texts are analyzed and rules are created that can automatically extract the
desired information from the text. We have been developing the Route Analysis Engine
(RAE) [5], an IE-based tool that can automatically identify landmarks in route
descriptions.
In 2007, an online web-based survey was used to collect real-world route descriptions
from visually impaired individuals. Respondents were asked to submit two route
descriptions, an outdoor route description for guiding travelers from one building to
another building and an indoor route description for guiding travelers from one room to
another room in the same building. We received 52 responses, providing 104 English
route descriptions: 52 indoor route descriptions and 52 outdoor route descriptions. Two-
thirds of the route descriptions were placed in the training set for the purpose of analysis
and IE rule development. The remainder were placed in an evaluation set used to test the
effectiveness of the IE rules .


Route Analysis
Identifying landmarks in the route descriptions began with identifying keywords and
phrases that often appear in close proximity to the mention of a landmark. Keywords
include verbs, terms for cardinal directions, and terms for distance measurements.
Another set of keywords were the sets of spatial prepositions that had previously been
identified in Jackendoff's language analysis [5].
Once the keywords were identified, phrase patterns consisting of the keywords and nouns
were identified. Analysis showed that most landmarks were part of a phrase and were
nouns in close proximity to the keywords. The following types of phrases were identified
in the training set of route descriptions:
1. Spatial Simple Transitive Phrase – Phrases with nouns in close proximity to
Jackendoff's simple transitives. For example, in the text “next to the stairs”, the string
“stairs” would be considered a landmark due to “next”.
2. Spatial Compound Transitive Phrase – Phrases with nouns in close proximity to
Jackendoff's compound transitives. For example, in the text “in front of the water
fountain”, the text “water fountain” would be considered a landmark due to “in front of”.
3. Spatial Intransitive Phrase – Phrases with nouns in close proximity to Jackendoff's
compound intransitives prepositions . For example, in the text “The stairs are afterward”,
the text “stairs” would be considered a landmark due to “afterward”.
4. Spatial Angle Phrase – Phrases with nouns in close proximity to words denoting to
angles. For example, in the text “The door at an angle to you,” the string “door” would be
considered a landmark due to “angle”.
5. Spatial Distance Phrase – Phrases with nouns in close proximity to words denoting
distance. For example, in the text “It is 10 feet to the door”, the string “door” would be
considered a landmark due to “10 feet”.
6. Biased Part Phrase – Phrases with nouns in close proximity to keywords identifying
part of the landmark. For example, in the text “Go to the top of the stairs”, the string
“stairs” would be considered a landmark due to “top”.
7. Egocentric Reference Phrase – Phrases with nouns in close proximity to a reference to
the traveler or the traveler's navigation tools. For example, in the text “Tell your guide
dog to find the building entrance”, the string “building entrance” would be considered a
landmark due to “your guide dog”.
8. Verb Phrase – Phrases with nouns in close proximity to an action verb. For example,
in the sentence “Enter the room,” the text “room” would be considered a landmark due to
“Enter”.
9. Phrase Secondary Landmark Phrase – Identifies landmarks mentioned in conjunction
with another landmark but not yet identified by other patterns. For example, in the
sentence “You will come right to the doors of the Front Office”, the text “door” would
have been identified by Spatial Simple Transitive Phrase. The string “Front Office”
would be extracted as the secondary landmark.


Results
On average, the outdoor routes contained twice as many sentences as the indoor route
descriptions, 18.5 versus 9.9. The outdoor route descriptions contain almost twice as
many words than as indoor route descriptions in the set, 277.3 versus 148.7. However,
when looking at words counts on a per sentence basis, the average number of words per
sentence remains consistent across all descriptions, 14.98 words per sentence for indoor
descriptions and 14.99 words for outdoor descriptions. The number of landmarks follows
similar patterns. The number of landmarks mentioned in outdoor route descriptions is
approximately double the number mentioned in indoor route descriptions, 37.1 versus
19.5. The number of landmarks remains consistent on a per sentence basis with 1.96
landmarks per indoor description sentence and 2.00 landmarks per outdoor description
sentence.
When analysis was complete, IE rules were written based on the phrase patterns. In order
to test their effectiveness, all landmarks in each route description of the evaluation set
were manually identified. The IE process was run, and the set of IE-extracted landmarks
was compared against the manually identified set of landmarks. In order to evaluate the
effectiveness of the rules, the standard information extraction evaluation metrics
precision and recall were calculated.The results show that the majority of the extracted
landmarks are relevant, with a precision of 0.8286 for all route descriptions. Likewise, it
was found that the majority of the expected landmarks were extracted, with a recall of
0.8487 for all route descriptions. When the evaluation set is broken into inside and
outside route directions, the measures are higher for inside descriptions than for outside
descriptions. This may be because indoor environments tend to be more structured than
outdoor environments, leading to less variation in the language used to identify
landmarks.
The two types of phrases that identified the most landmarks were the Spatial Simple
Transitive Phrase and the Verb Phrase. Route directions are a series of instructions in
which actions are committed at specific landmarks. Actions are communicated as verbs
in the text. People typically do not usually write just “Enter” but will also explain what
to enter, “Enter the main door”, designating a landmark with which to commit or
associate the action. Simple transitives, such as “in”, “before”, and “up”, communicate
spatial relationships that help explain the environment's layout.


Summary
Although this analysis is based on a relatively small number of routes, clear patterns that
identify landmarks exist in the text. As additional route descriptions are collected, other
patterns and keywords may be identified . It is hoped that this research can be used by
those developing automatic route generation tools targeted towards people with visual
impairments to enhance the quality of the generated route instructions so that the text is
similar to that generated by people with visual impairments.


Acknowledgments
The second author would like to acknowledge that this research has been supported, in
part, through NSF grant (IIS-0346880), the National Eye Institute of the National
Institutes of Health under Grant (1 R41 EY017516-01A1), and three Community
University Research Initiative (CURI) grants from the State of Utah.


References
[1] Bramberg, M. Language and geographic orientation for the blind. In Speech, Place,
and Action, R. J. Jarvella and W. Klein, Eds. John Wiley and Sons Ltd., 1982, pp. 203–
218.
[2] Cowie, J., and Lehnert, W. Information extraction. Communications of the ACM 39, 1
(1996), 80–91.
[3] Iverson, J. M. How to get to the cafeteria: Gesture and speech in blind and sighted
children’s spatial descriptions. Developmental Psychology 35, 4 (1999), 1132–1142.
[4] Jackendoff, R., and Landau, B. Spatial language and spatial cognition. In Languages
of the Mind: Essays on Mental Representation, R. Jackendoff, Ed. MIT Press,
Massachusetts, USA, 1992, pp. 99–124.
[5] Nicholson, J., Kulyukin, V. CRISS: A Collaborative Route Information Sharing
System for Visually Impaired Travelers, pp. 720-741. In M. M. Cruz-Cunha; E. F.
Oliveira; A. J. Tavares; L. G. Ferreira (Editors), Handbook of Research on Social
Dimensions of Semantic Technologies and Web Services (Volume II), IGI Global,
Hershey, PA, USA.

Contenu connexe

Similaire à On Automated Landmark Identification in Written Route Descriptions by Visually Impaired Individuals

EasyChair-Preprint-7375.pdf
EasyChair-Preprint-7375.pdfEasyChair-Preprint-7375.pdf
EasyChair-Preprint-7375.pdfNohaGhoweil
 
Statistical Named Entity Recognition for Hungarian – analysis ...
Statistical Named Entity Recognition for Hungarian – analysis ...Statistical Named Entity Recognition for Hungarian – analysis ...
Statistical Named Entity Recognition for Hungarian – analysis ...butest
 
Doc format.
Doc format.Doc format.
Doc format.butest
 
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION cscpconf
 
Lexical Analysis to Effectively Detect User's Opinion
Lexical Analysis to Effectively Detect User's Opinion   Lexical Analysis to Effectively Detect User's Opinion
Lexical Analysis to Effectively Detect User's Opinion dannyijwest
 
Domain Specific Named Entity Recognition Using Supervised Approach
Domain Specific Named Entity Recognition Using Supervised ApproachDomain Specific Named Entity Recognition Using Supervised Approach
Domain Specific Named Entity Recognition Using Supervised ApproachWaqas Tariq
 
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...ijaia
 
IRJET- Short-Text Semantic Similarity using Glove Word Embedding
IRJET- Short-Text Semantic Similarity using Glove Word EmbeddingIRJET- Short-Text Semantic Similarity using Glove Word Embedding
IRJET- Short-Text Semantic Similarity using Glove Word EmbeddingIRJET Journal
 
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUECOMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUEJournal For Research
 
The role of linguistic information for shallow language processing
The role of linguistic information for shallow language processingThe role of linguistic information for shallow language processing
The role of linguistic information for shallow language processingConstantin Orasan
 
Narrative Map Augmentation with Automated Landmark Extraction and Path Inference
Narrative Map Augmentation with Automated Landmark Extraction and Path InferenceNarrative Map Augmentation with Automated Landmark Extraction and Path Inference
Narrative Map Augmentation with Automated Landmark Extraction and Path InferenceVladimir Kulyukin
 
A N H YBRID A PPROACH TO W ORD S ENSE D ISAMBIGUATION W ITH A ND W ITH...
A N H YBRID  A PPROACH TO  W ORD  S ENSE  D ISAMBIGUATION  W ITH  A ND  W ITH...A N H YBRID  A PPROACH TO  W ORD  S ENSE  D ISAMBIGUATION  W ITH  A ND  W ITH...
A N H YBRID A PPROACH TO W ORD S ENSE D ISAMBIGUATION W ITH A ND W ITH...ijnlc
 
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten Documents
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten DocumentsIRJET - A Survey on Recognition of Strike-Out Texts in Handwritten Documents
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten DocumentsIRJET Journal
 
Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Dhabal Sethi
 
IDENTIFYING THE SEMANTIC RELATIONS ON UNSTRUCTURED DATA
IDENTIFYING THE SEMANTIC RELATIONS ON UNSTRUCTURED DATAIDENTIFYING THE SEMANTIC RELATIONS ON UNSTRUCTURED DATA
IDENTIFYING THE SEMANTIC RELATIONS ON UNSTRUCTURED DATAijistjournal
 
Identifying the semantic relations on
Identifying the semantic relations onIdentifying the semantic relations on
Identifying the semantic relations onijistjournal
 
An Ontology-Based Information Extraction Approach For R Sum S
An Ontology-Based Information Extraction Approach For R Sum SAn Ontology-Based Information Extraction Approach For R Sum S
An Ontology-Based Information Extraction Approach For R Sum SRichard Hogue
 

Similaire à On Automated Landmark Identification in Written Route Descriptions by Visually Impaired Individuals (20)

EasyChair-Preprint-7375.pdf
EasyChair-Preprint-7375.pdfEasyChair-Preprint-7375.pdf
EasyChair-Preprint-7375.pdf
 
Statistical Named Entity Recognition for Hungarian – analysis ...
Statistical Named Entity Recognition for Hungarian – analysis ...Statistical Named Entity Recognition for Hungarian – analysis ...
Statistical Named Entity Recognition for Hungarian – analysis ...
 
Doc format.
Doc format.Doc format.
Doc format.
 
REPORT.doc
REPORT.docREPORT.doc
REPORT.doc
 
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION
 
Lexical Analysis to Effectively Detect User's Opinion
Lexical Analysis to Effectively Detect User's Opinion   Lexical Analysis to Effectively Detect User's Opinion
Lexical Analysis to Effectively Detect User's Opinion
 
Ny3424442448
Ny3424442448Ny3424442448
Ny3424442448
 
Domain Specific Named Entity Recognition Using Supervised Approach
Domain Specific Named Entity Recognition Using Supervised ApproachDomain Specific Named Entity Recognition Using Supervised Approach
Domain Specific Named Entity Recognition Using Supervised Approach
 
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...
 
IRJET- Short-Text Semantic Similarity using Glove Word Embedding
IRJET- Short-Text Semantic Similarity using Glove Word EmbeddingIRJET- Short-Text Semantic Similarity using Glove Word Embedding
IRJET- Short-Text Semantic Similarity using Glove Word Embedding
 
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUECOMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
 
The role of linguistic information for shallow language processing
The role of linguistic information for shallow language processingThe role of linguistic information for shallow language processing
The role of linguistic information for shallow language processing
 
Narrative Map Augmentation with Automated Landmark Extraction and Path Inference
Narrative Map Augmentation with Automated Landmark Extraction and Path InferenceNarrative Map Augmentation with Automated Landmark Extraction and Path Inference
Narrative Map Augmentation with Automated Landmark Extraction and Path Inference
 
A N H YBRID A PPROACH TO W ORD S ENSE D ISAMBIGUATION W ITH A ND W ITH...
A N H YBRID  A PPROACH TO  W ORD  S ENSE  D ISAMBIGUATION  W ITH  A ND  W ITH...A N H YBRID  A PPROACH TO  W ORD  S ENSE  D ISAMBIGUATION  W ITH  A ND  W ITH...
A N H YBRID A PPROACH TO W ORD S ENSE D ISAMBIGUATION W ITH A ND W ITH...
 
Vivo Search
Vivo SearchVivo Search
Vivo Search
 
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten Documents
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten DocumentsIRJET - A Survey on Recognition of Strike-Out Texts in Handwritten Documents
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten Documents
 
Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11
 
IDENTIFYING THE SEMANTIC RELATIONS ON UNSTRUCTURED DATA
IDENTIFYING THE SEMANTIC RELATIONS ON UNSTRUCTURED DATAIDENTIFYING THE SEMANTIC RELATIONS ON UNSTRUCTURED DATA
IDENTIFYING THE SEMANTIC RELATIONS ON UNSTRUCTURED DATA
 
Identifying the semantic relations on
Identifying the semantic relations onIdentifying the semantic relations on
Identifying the semantic relations on
 
An Ontology-Based Information Extraction Approach For R Sum S
An Ontology-Based Information Extraction Approach For R Sum SAn Ontology-Based Information Extraction Approach For R Sum S
An Ontology-Based Information Extraction Approach For R Sum S
 

Plus de Vladimir Kulyukin

Toward Sustainable Electronic Beehive Monitoring: Algorithms for Omnidirectio...
Toward Sustainable Electronic Beehive Monitoring: Algorithms for Omnidirectio...Toward Sustainable Electronic Beehive Monitoring: Algorithms for Omnidirectio...
Toward Sustainable Electronic Beehive Monitoring: Algorithms for Omnidirectio...Vladimir Kulyukin
 
Generalized Hamming Distance
Generalized Hamming DistanceGeneralized Hamming Distance
Generalized Hamming DistanceVladimir Kulyukin
 
Exploring Finite State Automata with Junun Robots: A Case Study in Computabil...
Exploring Finite State Automata with Junun Robots: A Case Study in Computabil...Exploring Finite State Automata with Junun Robots: A Case Study in Computabil...
Exploring Finite State Automata with Junun Robots: A Case Study in Computabil...Vladimir Kulyukin
 
Image Blur Detection with 2D Haar Wavelet Transform and Its Effect on Skewed ...
Image Blur Detection with 2D Haar Wavelet Transform and Its Effect on Skewed ...Image Blur Detection with 2D Haar Wavelet Transform and Its Effect on Skewed ...
Image Blur Detection with 2D Haar Wavelet Transform and Its Effect on Skewed ...Vladimir Kulyukin
 
Text Skew Angle Detection in Vision-Based Scanning of Nutrition Labels
Text Skew Angle Detection in Vision-Based Scanning of Nutrition LabelsText Skew Angle Detection in Vision-Based Scanning of Nutrition Labels
Text Skew Angle Detection in Vision-Based Scanning of Nutrition LabelsVladimir Kulyukin
 
Effective Nutrition Label Use on Smartphones
Effective Nutrition Label Use on SmartphonesEffective Nutrition Label Use on Smartphones
Effective Nutrition Label Use on SmartphonesVladimir Kulyukin
 
An Algorithm for Mobile Vision-Based Localization of Skewed Nutrition Labels ...
An Algorithm for Mobile Vision-Based Localization of Skewed Nutrition Labels ...An Algorithm for Mobile Vision-Based Localization of Skewed Nutrition Labels ...
An Algorithm for Mobile Vision-Based Localization of Skewed Nutrition Labels ...Vladimir Kulyukin
 
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the CloudAn Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the CloudVladimir Kulyukin
 
Skip Trie Matching: A Greedy Algorithm for Real-Time OCR Error Correction on ...
Skip Trie Matching: A Greedy Algorithm for Real-Time OCR Error Correction on ...Skip Trie Matching: A Greedy Algorithm for Real-Time OCR Error Correction on ...
Skip Trie Matching: A Greedy Algorithm for Real-Time OCR Error Correction on ...Vladimir Kulyukin
 
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...Vladimir Kulyukin
 
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...Vladimir Kulyukin
 
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...Vladimir Kulyukin
 
Eye-Free Barcode Detection on Smartphones with Niblack's Binarization and Sup...
Eye-Free Barcode Detection on Smartphones with Niblack's Binarization and Sup...Eye-Free Barcode Detection on Smartphones with Niblack's Binarization and Sup...
Eye-Free Barcode Detection on Smartphones with Niblack's Binarization and Sup...Vladimir Kulyukin
 
Eyesight Sharing in Blind Grocery Shopping: Remote P2P Caregiving through Clo...
Eyesight Sharing in Blind Grocery Shopping: Remote P2P Caregiving through Clo...Eyesight Sharing in Blind Grocery Shopping: Remote P2P Caregiving through Clo...
Eyesight Sharing in Blind Grocery Shopping: Remote P2P Caregiving through Clo...Vladimir Kulyukin
 
Wireless Indoor Localization with Dempster-Shafer Simple Support Functions
Wireless Indoor Localization with Dempster-Shafer Simple Support FunctionsWireless Indoor Localization with Dempster-Shafer Simple Support Functions
Wireless Indoor Localization with Dempster-Shafer Simple Support FunctionsVladimir Kulyukin
 
RFID in Robot-Assisted Indoor Navigation for the Visually Impaired
RFID in Robot-Assisted Indoor Navigation for the Visually ImpairedRFID in Robot-Assisted Indoor Navigation for the Visually Impaired
RFID in Robot-Assisted Indoor Navigation for the Visually ImpairedVladimir Kulyukin
 
RoboCart: Toward Robot-Assisted Navigation of Grocery Stores by the Visually ...
RoboCart: Toward Robot-Assisted Navigation of Grocery Stores by the Visually ...RoboCart: Toward Robot-Assisted Navigation of Grocery Stores by the Visually ...
RoboCart: Toward Robot-Assisted Navigation of Grocery Stores by the Visually ...Vladimir Kulyukin
 
On Natural Language Dialogue with Assistive Robots
On Natural Language Dialogue with Assistive RobotsOn Natural Language Dialogue with Assistive Robots
On Natural Language Dialogue with Assistive RobotsVladimir Kulyukin
 
Ergonomics-for-One in a Robotic Shopping Cart for the Blind
Ergonomics-for-One in a Robotic Shopping Cart for the BlindErgonomics-for-One in a Robotic Shopping Cart for the Blind
Ergonomics-for-One in a Robotic Shopping Cart for the BlindVladimir Kulyukin
 
A Wearable Two-Sensor O&M Device for Blind College Students
A Wearable Two-Sensor O&M Device for Blind College StudentsA Wearable Two-Sensor O&M Device for Blind College Students
A Wearable Two-Sensor O&M Device for Blind College StudentsVladimir Kulyukin
 

Plus de Vladimir Kulyukin (20)

Toward Sustainable Electronic Beehive Monitoring: Algorithms for Omnidirectio...
Toward Sustainable Electronic Beehive Monitoring: Algorithms for Omnidirectio...Toward Sustainable Electronic Beehive Monitoring: Algorithms for Omnidirectio...
Toward Sustainable Electronic Beehive Monitoring: Algorithms for Omnidirectio...
 
Generalized Hamming Distance
Generalized Hamming DistanceGeneralized Hamming Distance
Generalized Hamming Distance
 
Exploring Finite State Automata with Junun Robots: A Case Study in Computabil...
Exploring Finite State Automata with Junun Robots: A Case Study in Computabil...Exploring Finite State Automata with Junun Robots: A Case Study in Computabil...
Exploring Finite State Automata with Junun Robots: A Case Study in Computabil...
 
Image Blur Detection with 2D Haar Wavelet Transform and Its Effect on Skewed ...
Image Blur Detection with 2D Haar Wavelet Transform and Its Effect on Skewed ...Image Blur Detection with 2D Haar Wavelet Transform and Its Effect on Skewed ...
Image Blur Detection with 2D Haar Wavelet Transform and Its Effect on Skewed ...
 
Text Skew Angle Detection in Vision-Based Scanning of Nutrition Labels
Text Skew Angle Detection in Vision-Based Scanning of Nutrition LabelsText Skew Angle Detection in Vision-Based Scanning of Nutrition Labels
Text Skew Angle Detection in Vision-Based Scanning of Nutrition Labels
 
Effective Nutrition Label Use on Smartphones
Effective Nutrition Label Use on SmartphonesEffective Nutrition Label Use on Smartphones
Effective Nutrition Label Use on Smartphones
 
An Algorithm for Mobile Vision-Based Localization of Skewed Nutrition Labels ...
An Algorithm for Mobile Vision-Based Localization of Skewed Nutrition Labels ...An Algorithm for Mobile Vision-Based Localization of Skewed Nutrition Labels ...
An Algorithm for Mobile Vision-Based Localization of Skewed Nutrition Labels ...
 
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the CloudAn Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
 
Skip Trie Matching: A Greedy Algorithm for Real-Time OCR Error Correction on ...
Skip Trie Matching: A Greedy Algorithm for Real-Time OCR Error Correction on ...Skip Trie Matching: A Greedy Algorithm for Real-Time OCR Error Correction on ...
Skip Trie Matching: A Greedy Algorithm for Real-Time OCR Error Correction on ...
 
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
 
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
 
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
 
Eye-Free Barcode Detection on Smartphones with Niblack's Binarization and Sup...
Eye-Free Barcode Detection on Smartphones with Niblack's Binarization and Sup...Eye-Free Barcode Detection on Smartphones with Niblack's Binarization and Sup...
Eye-Free Barcode Detection on Smartphones with Niblack's Binarization and Sup...
 
Eyesight Sharing in Blind Grocery Shopping: Remote P2P Caregiving through Clo...
Eyesight Sharing in Blind Grocery Shopping: Remote P2P Caregiving through Clo...Eyesight Sharing in Blind Grocery Shopping: Remote P2P Caregiving through Clo...
Eyesight Sharing in Blind Grocery Shopping: Remote P2P Caregiving through Clo...
 
Wireless Indoor Localization with Dempster-Shafer Simple Support Functions
Wireless Indoor Localization with Dempster-Shafer Simple Support FunctionsWireless Indoor Localization with Dempster-Shafer Simple Support Functions
Wireless Indoor Localization with Dempster-Shafer Simple Support Functions
 
RFID in Robot-Assisted Indoor Navigation for the Visually Impaired
RFID in Robot-Assisted Indoor Navigation for the Visually ImpairedRFID in Robot-Assisted Indoor Navigation for the Visually Impaired
RFID in Robot-Assisted Indoor Navigation for the Visually Impaired
 
RoboCart: Toward Robot-Assisted Navigation of Grocery Stores by the Visually ...
RoboCart: Toward Robot-Assisted Navigation of Grocery Stores by the Visually ...RoboCart: Toward Robot-Assisted Navigation of Grocery Stores by the Visually ...
RoboCart: Toward Robot-Assisted Navigation of Grocery Stores by the Visually ...
 
On Natural Language Dialogue with Assistive Robots
On Natural Language Dialogue with Assistive RobotsOn Natural Language Dialogue with Assistive Robots
On Natural Language Dialogue with Assistive Robots
 
Ergonomics-for-One in a Robotic Shopping Cart for the Blind
Ergonomics-for-One in a Robotic Shopping Cart for the BlindErgonomics-for-One in a Robotic Shopping Cart for the Blind
Ergonomics-for-One in a Robotic Shopping Cart for the Blind
 
A Wearable Two-Sensor O&M Device for Blind College Students
A Wearable Two-Sensor O&M Device for Blind College StudentsA Wearable Two-Sensor O&M Device for Blind College Students
A Wearable Two-Sensor O&M Device for Blind College Students
 

Dernier

Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and ClassificationsAreesha Ahmad
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...ssuser79fe74
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptxRajatChauhan518211
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfSumit Kumar yadav
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPirithiRaju
 
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxSCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxRizalinePalanog2
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRDelhi Call girls
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PPRINCE C P
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)PraveenaKalaiselvan1
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Creating and Analyzing Definitive Screening Designs
Creating and Analyzing Definitive Screening DesignsCreating and Analyzing Definitive Screening Designs
Creating and Analyzing Definitive Screening DesignsNurulAfiqah307317
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)Areesha Ahmad
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...chandars293
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 

Dernier (20)

Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdf
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
 
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxSCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C P
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Creating and Analyzing Definitive Screening Designs
Creating and Analyzing Definitive Screening DesignsCreating and Analyzing Definitive Screening Designs
Creating and Analyzing Definitive Screening Designs
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 

On Automated Landmark Identification in Written Route Descriptions by Visually Impaired Individuals

  • 1. ON AUTOMATED LANDMARK IDENTIFICATION IN WRITTEN ROUTE DESCRIPTIONS BY VISUALLY IMPAIRED INDIVIDUALS John Nicholson Computer Science Assistive Technology Laboratory Department of Computer Science Utah State University Logan, UT 84322-4205 john.nicholson@aggiemail.usu.edu Vladimir Kulyukin Computer Science Assistive Technology Laboratory Department of Computer Science Utah State University Logan, UT 84322-4205 Vladimir.Kulyukin@usu.edu Aliasgar Kutiyanawala Computer Science Assistive Technology Laboratory Department of Computer Science Utah State University Logan, UT 84322-4205 aliasgar.k@aggiemail.usu.edu Abstract An analysis of route descriptions written by blind individuals reveals several language patterns that can be used to automatically identify landmarks in the text. Introduction Route descriptions are used to describe how to complete a route from one location to another location. A key component of route descriptions is the set of landmarks that are mentioned in the description and will be encountered as the actions in the description are executed. People with visual impairments mention more landmarks than people with normal vision [1]. They also refer to landmarks experienced along non-turning segments of the route, not just at turns [3].
  • 2. This paper describes an analysis of a set of route descriptions written by people with visual impairments. The analysis is centered on understanding the types of language patterns that people use in route descriptions and that can used to identify mentions of landmarks. The patterns can subsequently be used to build tools that can automatically extract landmarks from text. One set of techniques used to automatically extract information from natural language text is Information Extraction (IE) [2]. When developing IE-based tools, natural language texts are analyzed and rules are created that can automatically extract the desired information from the text. We have been developing the Route Analysis Engine (RAE) [5], an IE-based tool that can automatically identify landmarks in route descriptions. In 2007, an online web-based survey was used to collect real-world route descriptions from visually impaired individuals. Respondents were asked to submit two route descriptions, an outdoor route description for guiding travelers from one building to another building and an indoor route description for guiding travelers from one room to another room in the same building. We received 52 responses, providing 104 English route descriptions: 52 indoor route descriptions and 52 outdoor route descriptions. Two- thirds of the route descriptions were placed in the training set for the purpose of analysis and IE rule development. The remainder were placed in an evaluation set used to test the effectiveness of the IE rules . Route Analysis Identifying landmarks in the route descriptions began with identifying keywords and phrases that often appear in close proximity to the mention of a landmark. Keywords include verbs, terms for cardinal directions, and terms for distance measurements. Another set of keywords were the sets of spatial prepositions that had previously been identified in Jackendoff's language analysis [5]. Once the keywords were identified, phrase patterns consisting of the keywords and nouns were identified. Analysis showed that most landmarks were part of a phrase and were nouns in close proximity to the keywords. The following types of phrases were identified in the training set of route descriptions: 1. Spatial Simple Transitive Phrase – Phrases with nouns in close proximity to Jackendoff's simple transitives. For example, in the text “next to the stairs”, the string “stairs” would be considered a landmark due to “next”. 2. Spatial Compound Transitive Phrase – Phrases with nouns in close proximity to Jackendoff's compound transitives. For example, in the text “in front of the water fountain”, the text “water fountain” would be considered a landmark due to “in front of”. 3. Spatial Intransitive Phrase – Phrases with nouns in close proximity to Jackendoff's compound intransitives prepositions . For example, in the text “The stairs are afterward”, the text “stairs” would be considered a landmark due to “afterward”. 4. Spatial Angle Phrase – Phrases with nouns in close proximity to words denoting to angles. For example, in the text “The door at an angle to you,” the string “door” would be
  • 3. considered a landmark due to “angle”. 5. Spatial Distance Phrase – Phrases with nouns in close proximity to words denoting distance. For example, in the text “It is 10 feet to the door”, the string “door” would be considered a landmark due to “10 feet”. 6. Biased Part Phrase – Phrases with nouns in close proximity to keywords identifying part of the landmark. For example, in the text “Go to the top of the stairs”, the string “stairs” would be considered a landmark due to “top”. 7. Egocentric Reference Phrase – Phrases with nouns in close proximity to a reference to the traveler or the traveler's navigation tools. For example, in the text “Tell your guide dog to find the building entrance”, the string “building entrance” would be considered a landmark due to “your guide dog”. 8. Verb Phrase – Phrases with nouns in close proximity to an action verb. For example, in the sentence “Enter the room,” the text “room” would be considered a landmark due to “Enter”. 9. Phrase Secondary Landmark Phrase – Identifies landmarks mentioned in conjunction with another landmark but not yet identified by other patterns. For example, in the sentence “You will come right to the doors of the Front Office”, the text “door” would have been identified by Spatial Simple Transitive Phrase. The string “Front Office” would be extracted as the secondary landmark. Results On average, the outdoor routes contained twice as many sentences as the indoor route descriptions, 18.5 versus 9.9. The outdoor route descriptions contain almost twice as many words than as indoor route descriptions in the set, 277.3 versus 148.7. However, when looking at words counts on a per sentence basis, the average number of words per sentence remains consistent across all descriptions, 14.98 words per sentence for indoor descriptions and 14.99 words for outdoor descriptions. The number of landmarks follows similar patterns. The number of landmarks mentioned in outdoor route descriptions is approximately double the number mentioned in indoor route descriptions, 37.1 versus 19.5. The number of landmarks remains consistent on a per sentence basis with 1.96 landmarks per indoor description sentence and 2.00 landmarks per outdoor description sentence. When analysis was complete, IE rules were written based on the phrase patterns. In order to test their effectiveness, all landmarks in each route description of the evaluation set were manually identified. The IE process was run, and the set of IE-extracted landmarks was compared against the manually identified set of landmarks. In order to evaluate the effectiveness of the rules, the standard information extraction evaluation metrics precision and recall were calculated.The results show that the majority of the extracted landmarks are relevant, with a precision of 0.8286 for all route descriptions. Likewise, it was found that the majority of the expected landmarks were extracted, with a recall of 0.8487 for all route descriptions. When the evaluation set is broken into inside and outside route directions, the measures are higher for inside descriptions than for outside descriptions. This may be because indoor environments tend to be more structured than
  • 4. outdoor environments, leading to less variation in the language used to identify landmarks. The two types of phrases that identified the most landmarks were the Spatial Simple Transitive Phrase and the Verb Phrase. Route directions are a series of instructions in which actions are committed at specific landmarks. Actions are communicated as verbs in the text. People typically do not usually write just “Enter” but will also explain what to enter, “Enter the main door”, designating a landmark with which to commit or associate the action. Simple transitives, such as “in”, “before”, and “up”, communicate spatial relationships that help explain the environment's layout. Summary Although this analysis is based on a relatively small number of routes, clear patterns that identify landmarks exist in the text. As additional route descriptions are collected, other patterns and keywords may be identified . It is hoped that this research can be used by those developing automatic route generation tools targeted towards people with visual impairments to enhance the quality of the generated route instructions so that the text is similar to that generated by people with visual impairments. Acknowledgments The second author would like to acknowledge that this research has been supported, in part, through NSF grant (IIS-0346880), the National Eye Institute of the National Institutes of Health under Grant (1 R41 EY017516-01A1), and three Community University Research Initiative (CURI) grants from the State of Utah. References [1] Bramberg, M. Language and geographic orientation for the blind. In Speech, Place, and Action, R. J. Jarvella and W. Klein, Eds. John Wiley and Sons Ltd., 1982, pp. 203– 218. [2] Cowie, J., and Lehnert, W. Information extraction. Communications of the ACM 39, 1 (1996), 80–91. [3] Iverson, J. M. How to get to the cafeteria: Gesture and speech in blind and sighted children’s spatial descriptions. Developmental Psychology 35, 4 (1999), 1132–1142. [4] Jackendoff, R., and Landau, B. Spatial language and spatial cognition. In Languages of the Mind: Essays on Mental Representation, R. Jackendoff, Ed. MIT Press, Massachusetts, USA, 1992, pp. 99–124. [5] Nicholson, J., Kulyukin, V. CRISS: A Collaborative Route Information Sharing System for Visually Impaired Travelers, pp. 720-741. In M. M. Cruz-Cunha; E. F. Oliveira; A. J. Tavares; L. G. Ferreira (Editors), Handbook of Research on Social Dimensions of Semantic Technologies and Web Services (Volume II), IGI Global, Hershey, PA, USA.