Concurrent Learning of Semantic Relations

Total Page:16

File Type:pdf, Size:1020Kb

Concurrent Learning of Semantic Relations Concurrent Learning of Semantic Relations Georgios Balikas Gael¨ Dias Kelkoo Group, Grenoble, France University of Caen Normandy, France [email protected] [email protected] Rumen Moraliyski Massih-Reza Amini Kodar Ltd, Plovdiv, Bulgaria University of Grenoble Alps, France [email protected] [email protected] Abstract Most approaches focus on modeling a single se- mantic relation and consist in deciding whether Discovering whether words are semantically a given relation r holds between a pair of words related and identifying the specific semantic (x,y) or not. Within this context, the vast ma- relation that holds between them is of crucial importance for NLP as it is essential for tasks jority of efforts (Snow et al., 2004; Roller et al., like query expansion in IR. Within this con- 2014; Shwartz et al., 2016; Nguyen et al., 2017a) text, different methodologies have been pro- concentrate on hypernymy which is the key orga- posed that either exclusively focus on a single nization principle of semantic memory, but stud- lexical relation (e.g. hypernymy vs. random) ies exist on antonymy (Nguyen et al., 2017b), or learn specific classifiers capable of identi- meronymy (Glavas and Ponzetto, 2017) and co- fying multiple semantic relations (e.g. hyper- hyponymy (Weeds et al., 2014). Another research nymy vs. synonymy vs. random). In this pa- direction consists in dealing with multiple seman- per, we propose another way to look at the problem that relies on the multi-task learn- tic relations at a time and can be defined as de- ing paradigm. In particular, we want to study ciding which semantic relation ri (if any) holds whether the learning process of a given seman- between a pair of words (x; y). This multi-class tic relation (e.g. hypernymy) can be improved problem is challenging as it is known that distin- by the concurrent learning of another seman- guishing between different semantic relations (e.g. tic relation (e.g. co-hyponymy). Within this synonymy and hypernymy) is difficult (Shwartz context, we particularly examine the benefits et al., 2016). Within the CogALex-V shared task1 of semi-supervised learning where the train- ing of a prediction function is performed over which aims at tackling synonymy, antonymy, hy- few labeled data jointly with many unlabeled pernymy and meronymy as a multi-class problem, ones. Preliminary results based on simple best performing systems are proposed by (Shwartz learning strategies and state-of-the-art distri- and Dagan, 2016) and (Attia et al., 2016). butional feature representations show that con- In this paper, we propose another way to look current learning can lead to improvements in a at the problem of semantic relation identifica- vast majority of tested situations. tion based on the following findings. First, sym- metric similarity measures, which capture syn- 1 Introduction onymy (Kiela et al., 2015) have shown to play arXiv:1807.10076v3 [cs.CL] 30 Jul 2018 The ability to automatically identify semantic an important role in hypernymy detection (Santus relations is an important issue for Information et al., 2017). Second, (Yu et al., 2015) show that Retrieval (IR) and Natural Language Processing learning term embeddings that take into account (NLP) applications such as question answering co-hyponymy similarity improves supervised hy- (Dong et al., 2017), query expansion (Kathuria pernymy identification. As a consequence, we et al., 2017), or text summarization (Gambhir and propose to study whether the learning process Gupta, 2017). Semantic relations embody a large of a given semantic relation can be improved number of symmetric and asymmetric linguistic by the concurrent learning of another relation, phenomena such as synonymy (bike $ bicycle), where semantic relations are either synonymy, co- co-hyponymy (bike $ scooter), hypernymy (bike hyponymy or hypernymy. For that purpose, we ! tandem) or meronymy (bike ! chain), but 1https://sites.google.com/site/ more can be enumerated (Vylomova et al., 2016). cogalex2016/home/shared-task propose a multi-task learning strategy using a hard (e.g. X such as Y) that connect the joint occur- parameter sharing neural network model that takes rences of x and y. Within this context, earlier as input a learning word pair (x; y) encoded as a works have been proposed by (Hearst, 1992) (un- feature vector representing the concatenation2 of supervised) and (Snow et al., 2004) (supervised) to the respective word embeddings of x and y noted detect hypernymy. However, this approach suffers −!x ⊕ −!y . The intuition behind our experiments is from sparse coverage and benefits precision over that if the tasks are correlated, the neural network recall. To overcome these limitations, recent one- should improve its generalization ability by taking class studies on hypernymy (Shwartz et al., 2016) into account the shared information. and antonymy (Nguyen et al., 2017b), as well In parallel, we propose to study the general- as multi-class approaches (Shwartz and Dagan, ization ability of the multi-task learning model 2016) have been focusing on representing depen- based on a limited set of labeled word pairs and dency patterns as continuous vectors using long a large number of unlabeled samples, i.e. follow- short-term memory (LSTM) networks. Within this ing a semi-supervised paradigm. As far as we context, successful results have been evidenced know, most related works rely on the existence but (Shwartz et al., 2016; Nguyen et al., 2017b) of a huge number of validated word pairs present also show that the combination of pattern-based in knowledge databases (e.g. WordNet) to per- methods with the distributional approach greatly form the supervised learning process. However, improves performance. such resources may not be available for specific In distributional methods, the decision whether languages or domains. Moreover, it is unlikely x is within a semantic relation with y is based that human cognition and its generalization capac- on the distributional representation of these words ity rely on the equivalent number of positive ex- following the distributional hypothesis (Harris, amples. As such, semi-supervised learning pro- 1954), i.e. on the separate contexts of x and y. poses a much more interesting framework where 3 Earlier works developed symmetric (Dias et al., unlabeled word pairs can massively be obtained 2010) and asymmetric (Kotlerman et al., 2010) through selected lexico-syntactic patterns (Hearst, similarity measures based on discrete represen- 1992) or paraphrase alignments (Dias et al., 2010). tation vectors, followed by numerous supervised To test our hypotheses, we propose a self-learning learning strategies for a wide range of semantic strategy where confidently tagged unlabeled word relations (Baroni et al., 2012; Roller et al., 2014; pairs are iteratively added to the labeled dataset. Weeds et al., 2014), where word pairs are encoded Preliminary results based on simple (semi- as the concatenation of the constituent words rep- supervised) multi-task learning models with state- resentations (−!x ⊕ −!y ) or their vector difference of-the-art word pairs representations (i.e. con- (−!x − −!y ). More recently, attention has been focus- catenation of GloVe (Pennington et al., 2014) ing on identifying semantic relations using neural word embeddings) over the gold standard dataset language embeddings, as such semantic spaces en- ROOT9 (Santus et al., 2016) and the RUMEN code linguistic regularities (Mikolov et al., 2013). dataset proposed in this paper show that classifi- Within this context, (Vylomova et al., 2016) pro- cation improvements can be obtained for a wide posed an exhaustive study for a wide range of se- range of tested configurations. mantic relations and showed that under suitable supervised training, high performance can be ob- 2 Related Work tained. However, (Vylomova et al., 2016) also Whether semantic relation identification has been showed that some relations such as hypernymy tackled as a one-class or a multi-class problem, are more difficult to model than others. As a two main approaches have been addressed to cap- consequence, new proposals have appeared that ture the semantic links between two words (x; y): tune word embeddings for this specific task, where pattern-based and distributional. Pattern-based hypernyms and hyponyms should be closed to (a.k.a. path-based) methods base their decisions each other in the semantic space (Yu et al., 2015; on the analysis of the lexico-syntactic patterns Nguyen et al., 2017a). In this paper, we propose an attempt to deal with 2Best configuration reported in (Shwartz et al., 2016) for standard non path-based supervised learning. semantic relation identification based on a multi- 3Even though with some error rate. task strategy, as opposed to previous one-class and multi-class approaches. Our main scope is to an- that hold between words can benefit classification alyze whether a link exists between the learning models across similar tasks. For instance, learning process of related semantic relations. The clos- that bike is the hypernym of mountain bike should est approach to ours is proposed by (Attia et al., help while classifying mountain bike and tandem 2016), which develops a multi-task convolutional bicycle as co-hyponyms, as it is likely that tan- neural network for multi-class semantic relation dem bicycle shares some relation with bike. To classification supported by relatedness classifica- test this hypothesis, we propose to use a multi- tion. As such, it can be seen as a domain adap- task learning approach. Multi-task learning (Caru- tation problem. Within the scope of our paper, ana, 1998) has empirically been validated and has we aim at studying semantic inter-relationships at shown to be effective in a variety of NLP tasks a much finer grain and understanding the cogni- ranging from sentiment analysis, part-of-speech tive links that may exist between synonymy, co- tagging and text parsing (Braud et al., 2016; Bin- hyponymy and hypernymy, that form the back- gel and Søgaard, 2017).
Recommended publications
  • Cohesion and Coherence in Indonesian Textbooks for the Tenth Grader of Senior High School
    Advances in Social Science, Education and Humanities Research, volume 301 Seventh International Conference on Languages and Arts (ICLA 2018) COHESION AND COHERENCE IN INDONESIAN TEXTBOOKS FOR THE TENTH GRADER OF SENIOR HIGH SCHOOL Syamsudduha1, Johar Amir2, and Wahida3 1Universitas Negeri Makasar, Makassar, Indonesia, [email protected] 2Universitas Negeri Makasar, Makassar, Indonesia, [email protected] 3 Universitas Negeri Makasar, Makassar, Indonesia, [email protected] Abstract This study aims to describe: (1) cohesion and (2) coherence in Indonesian Textbooks for XI Grade Senior High School. This type of research is qualitative analysis research. The data are the statements or disclosures that contain cohesion and coherence in the Indonesian textbooks. The sources of data are the texts in The Indonesian Textbooks for XI Grade Senior High Schoolpublished by the Ministry of Education and Culture of Republic of Indonesia. The data collection techniques are carried out with documenting, reading,and noting. Data analysis techniques are carried out through reduction, presentation, and inference/verification of data. The results of this study showed that (1) the use of two cohesion markers, grammatical cohesionand lexical cohesion. The markers of grammatical cohesion were reference, substitution, ellipsis, and conjunction. The markers of lexical cohesion were repetition, synonym,antonym, hyponym, and collocation. The later result was (2) the use of coherence markers which are addition, sequencing, resistance, more, cause-consequences, time, terms, ways, uses, and explanations. Those findings showed that the textsof Indonesian Textbooks for XI Grade Senior High School published by the Ministry of Education and Culture of Republic of Indonesia were texts that had cohesion and unity of meaning so that Indonesian Textbooks for XI Grade Senior High Schoolpublished by the Ministry of Education and Cultureof The Republic of Indonesia was declared good to be used as a teaching material.
    [Show full text]
  • Exploring the Relationship Between Word-Association and Learners’ Lexical Development
    Exploring the Relationship between Word-Association and Learners’ Lexical Development Jason Peppard An assignment for Master of Arts in Applied Linguistics Module 2 - Lexis July 2007 Centre for English Language Studies Department of English UNIVERSITY OF BIRMINGHAM Birmingham B15 2TT United Kingdom LX/06/02 Follow task 123 outlined on page 152 of McCarthy (1990 Vocabulary OUP). You do not have to use students: anyone who has an L2 but has not been brought up as a bilingual will do. Use at least four subjects and test them on their L2 (or L3/ L4 etc.). Report your findings, giving the level(s) of subjects' L2 (L3, etc.) and including the prompt words and responses. Follow McCarthy's list of evaluation points, adding other points to this if you wish. Approx. 4530 words 1.0 Introduction Learning or acquiring your first language was a piece of cake, right? So why then, is it so difficult for some people to learn a second language? For starters, many learners might be wondering why I referred to a dessert in the opening sentence of a paper concerning vocabulary. The point here is summed up neatly by McCarthy (1990): No matter how well the student learns grammar, no matter how successfully the sounds of L2 are mastered, without words to express a wide range of meanings, communication in an L2 just cannot happen in any meaningful way (p. viii). This paper, based on Task 123 of McCarthy’s Vocabulary (ibid: 152), aims to explore the L2 mental lexicon. A simple word association test consisting of eight stimulus words was administered to both low-level and high-level Japanese EFL students as well as a group of native English speakers for comparative reasons.
    [Show full text]
  • Translating Lexical Semantic Relations: the First Step Towards Multilingual Wordnets*
    Translating Lexical Semantic Relations: The First Step Towards Multilingual Wordnets* Chu-Ren Huang, I-Ju E. Tseng, Dylan B.S. Tsai Institute of Linguistics, Preparatory Office, Academia Sinica 128 Sec.2 Academy Rd., Nangkang, Taipei, 115, Taiwan, R.O.C. [email protected], {elanna, dylan}@hp.iis.sinica.edu.tw Abstract Wordnets express ontology via a network of Establishing correspondences between words linked by lexical semantic relations. Since wordnets of different languages is essential these words are by definition the lexicon of each to both multilingual knowledge processing language, the wordnet design feature ensures and for bootstrapping wordnets of versatility in faithfully and comprehensively low-density languages. We claim that such representing the semantic content of each correspondences must be based on lexical semantic relations, rather than top ontology language. Hence, on one hand, these conceptual or word translations. In particular, we define atoms reflect linguistic idiosyncrasies; on the a translation equivalence relation as a other hand, the lexical semantic relations (LSR’s) bilingual lexical semantic relation. Such receive universal interpretation across different relations can then be part of a logical languages. For example, the definition of entailment predicting whether source relations such as synonymy or hypernymy is language semantic relations will hold in a universal. The universality of the LSR’s is the target language or not. Our claim is tested foundation that allows wordnet to serve as a with a study of 210 Chinese lexical lemmas potential common semantic network and their possible semantic relations links representation for all languages. The premise is bootstrapped from the Princeton WordNet.
    [Show full text]
  • Machine Reading = Text Understanding! David Israel! What Is It to Understand a Text? !
    Machine Reading = Text Understanding! David Israel! What is it to Understand a Text? ! • To understand a text — starting with a single sentence — is to:! • determine its truth (perhaps along with the evidence for its truth)! ! • determine its truth-conditions (roughly: what must the world be like for it to be true)! • So one doesn’t have to check how the world actually is — that is whether the sentence is true! • calculate its entailments! • take — or at least determine — appropriate action in light of it (and some given preferences/goals/desires)! • translate it accurately into another language! • and what does accuracy come to?! • ground it in a cognitively plausible conceptual space! • …….! • These are not necessarily competing alternatives! ! For Contrast: What is it to Engage Intelligently in a Dialogue? ! • Respond appropriately to what your dialogue partner has just said (and done)! • Typically, taking into account the overall purpose(s) of the interaction and the current state of that interaction (the dialogue state)! • Compare and contrast dialogue between “equals” and between a human and a computer, trying to assist the human ! • Siri is a very simple example of the latter! A Little Ancient History of Dialogue Systems! STUDENT (Bobrow 1964) Question-Answering: Word problems in simple algebra! “If the number of customers Tom gets is twice the square of 20% of the number of advertisements he runs, and the number of advertisements he runs is 45, what is the number of customers Tom gets?” ! Overview of the method ! . 1 Map referential expressions to variables. ! ! . 2 Use regular expression templates to identify and transform mathematical expressions.
    [Show full text]
  • Hindi Wordnet
    Description Hindi WordNet The Hindi WordNet is a system for bringing together different lexical and semantic relations between the Hindi words. It organizes the lexical information in terms of word meanings and can be termed as a lexicon based on psycholinguistic principles. The design of the Hindi WordNet is inspired by the famous English WordNet. In the Hindi WordNet the words are grouped together according to their similarity of meanings. Two words that can be interchanged in a context are synonymous in that context. For each word there is a synonym set, or synset, in the Hindi WordNet, representing one lexical concept. This is done to remove ambiguity in cases where a single word has multiple meanings. Synsets are the basic building blocks of WordNet. The Hindi WordNet deals with the content words, or open class category of words. Thus, the Hindi WordNet contains the following category of words- Noun, Verb, Adjective and Adverb. Each entry in the Hindi WordNet consists of following elements 1. Synset: It is a set of synonymous words. For example, “वि饍यालय, पाठशाला, कू ल” (vidyaalay, paaThshaalaa, skuul) represents the concept of school as an educational institution. The words in the synset are arranged according to the frequency of usage. 2. Gloss: It describes the concept. It consists of two parts: Text definition: It explains the concept denoted by the synset. For example, “िह थान जहााँ प्राथमिक या िाध्यमिक तर की औपचाररक मशक्षा दी जाती है” (vah sthaan jahaan praathamik yaa maadhyamik star kii aupachaarik sikshaa dii jaatii hai) explains the concept of school as an educational institution.
    [Show full text]
  • Introduction to Lexical Resources Oduc O O E Ca Esou
    Introductio n to le xica l resou r ces BlttSBolette San dfdPddford Pedersen Centre for Language Technology University of Copenhagen [email protected] Outline 1 . Why are lexical semantic resources relevant for semantic annotation? . What is the relation between traditional lexicography and lexica l resou rces fo r a nno ta tio n pu rpo ses? Bolette S. Pedersen, CLARA Course 2011 Outline 2 . WordNet, primary focus on vertical , taxonomical relations . VbNtVerbNet, prifimary focus on hitlhorizontal, synttitagmatic relations, thematic roles . PropBank, primary focus on horizontal, syntagmatic relations, argument structure . FrameNet, primary focus on horizontal, syntagmatic relations, thematic roles (()= frame elements) . PAROLE/SIMPLE - Semantic Information for Multifunctional, PluriLingual Lexicons - based on the Generative Lexicon (Pustejovsky 1995) Bolette S. Pedersen, CLARA Course 2011 Outline 2 . WordNet, primary focus on vertical , taxonomical relations . VbNtVerbNet, prifimary focus on hitlhorizontal, synttitagmatic relations, thematic roles . PropBank, primary focus on horizontal, syntagmatic relations, argument structure . FrameNet, primary focus on horizontal, syntagmatic relations, thematic roles . PAROLE/SIMPLE - Semantic Information for Multifunctional, PluriLingual Lexicons - based on the Generative Lexicon (Pustejovsky 1995) Bolette S. Pedersen, CLARA Course 2011 Outline 2 . WordNet, primary focus on vertical , taxonomical relations . VbNtVerbNet, prifimary focus on hitlhorizontal, synttitagmatic relations, thematic roles
    [Show full text]
  • Verbs of 'Preparing Something for Eating by Heating It in a Particular
    DEPARTAMENTO DE FILOLOGÍA INGLESA Y ALEMANA Verbs of ‘preparing something for eating by heating it in a particular way’: a lexicological analysis Grado en Estudios Ingleses Fabián García Díaz Tutora: Mª del Carmen Fumero Pérez San Cristóbal de La Laguna, Tenerife 8 de septiembre de 2015 INDEX 1. Abstract ................................................................................................................................. 3 2. Introduction .......................................................................................................................... 4 3. Theoretical perspective ........................................................................................................ 6 4. Analysis: verbs of to prepare something for eating by heating it in a particular way: cook, fry and roast. ................................................................................................................... 9 4.1. Corpus selection .............................................................................................................. 9 4.2. Verb selection ................................................................................................................ 11 5. Paradigmatic relations ....................................................................................................... 13 5.1. Semantic components and lexematic analysis ............................................................... 13 5.2. Lexical relations ...........................................................................................................
    [Show full text]
  • Lexical Knowledge and Bilingual Reading: Within- and Cross- Language Associations of Paradigmatic and Syntagmatic Knowledge in English and Mandarin
    LEXICAL KNOWLEDGE AND BILINGUAL READING: WITHIN- AND CROSS- LANGUAGE ASSOCIATIONS OF PARADIGMATIC AND SYNTAGMATIC KNOWLEDGE IN ENGLISH AND MANDARIN by Poh Wee Koh A thesis submitted in conformity with the requirements for the degree of Doctor of Philosophy Graduate Department of Applied Psychology and Human Development Ontario Institute for Studies in Education University of Toronto © Copyright by Poh Wee Koh (2016) Lexical Knowledge and Bilingual Reading: Within- and Cross-language Associations of Paradigmatic and Syntagmatic Knowledge in English and Mandarin Poh Wee Koh Doctor of Philosophy Department of Applied Psychology and Human Development University of Toronto 2016 Abstract The cross-language relationship of lexical knowledge between typologically dissimilar languages has not received much attention in previous studies. The relationship between lexical depth and reading comprehension in English and Mandarin was thus investigated in two studies. In Study 1, 139 Mandarin-English speaking children (n= 87, aged 8-9 years; n= 52, aged 10-11 years) completed parallel measures of two aspects of lexical depth, paradigmatic and syntagmatic knowledge in both English and Mandarin, along with measures of lexical breadth and non-verbal reasoning. Regression analyses showed a cross-language relationship for paradigmatic but not syntagmatic knowledge for both the younger and older children. In Study 2, the same children were measured for working memory, word reading, morphological awareness and reading comprehension in both languages in addition to the measures used in Study 1. Paradigmatic knowledge was found to be a significant predictor of reading comprehension in both languages but syntagmatic knowledge was a unique predictor only for comprehension in Mandarin for both age cohorts.
    [Show full text]
  • Word Senses and Wordnet Lady Bracknell
    Speech and Language Processing. Daniel Jurafsky & James H. Martin. Copyright © 2021. All rights reserved. Draft of September 21, 2021. CHAPTER 18 Word Senses and WordNet Lady Bracknell. Are your parents living? Jack. I have lost both my parents. Lady Bracknell. To lose one parent, Mr. Worthing, may be regarded as a misfortune; to lose both looks like carelessness. Oscar Wilde, The Importance of Being Earnest ambiguous Words are ambiguous: the same word can be used to mean different things. In Chapter 6 we saw that the word “mouse” has (at least) two meanings: (1) a small rodent, or (2) a hand-operated device to control a cursor. The word “bank” can mean: (1) a financial institution or (2) a sloping mound. In the quote above from his play The Importance of Being Earnest, Oscar Wilde plays with two meanings of “lose” (to misplace an object, and to suffer the death of a close person). We say that the words ‘mouse’ or ‘bank’ are polysemous (from Greek ‘having word sense many senses’, poly- ‘many’ + sema, ‘sign, mark’).1 A sense (or word sense) is a discrete representation of one aspect of the meaning of a word. In this chapter WordNet we discuss word senses in more detail and introduce WordNet, a large online the- saurus —a database that represents word senses—with versions in many languages. WordNet also represents relations between senses. For example, there is an IS-A relation between dog and mammal (a dog is a kind of mammal) and a part-whole relation between engine and car (an engine is a part of a car).
    [Show full text]
  • Lexical Scoring System of Lexical Chain for Quranic Document Retrieval
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by UKM Journal Article Repository GEMA Online® Journal of Language Studies 59 Volume 18(2), May 2018 http://doi.org/10.17576/gema-2018-1802-05 Lexical Scoring System of Lexical Chain for Quranic Document Retrieval Hamed Zakeri Rad [email protected] Faculty of Information Science and Technology, Universiti Kebangsaan Malaysia Sabrina Tiun [email protected] Faculty of Information Science and Technology, Universiti Kebangsaan Malaysia Saidah Saad [email protected] Faculty of Information Science and Technology, Universiti Kebangsaan Malaysia ABSTRACT An Information Retrieval (IR) system aims to extract information based on a query made by a user on a particular subject from an extensive collection of text. IR is a process through which information is retrieved by submitting a query by a user in the form of keywords or to match words. In the Al-Quran, verses of the same or comparable topics are scattered throughout the text in different chapters, and it is therefore difficult for users to remember the many keywords of the verses. Therefore, in such situations, retrieving information using semantically related words is useful. In well-composed documents, the semantic integrity of the text (coherence) exists between the words. Lexical cohesion is the results of chains of related words that contribute to the continuity of the lexical meaning found within the text are a direct result of text being about the same thing (i.e. topic, etc.). This indicates that using an IR system and lexical chains are a useful and appropriate method for representing documents with concepts rather than using terms in order to have successful retrieval based on semantic relations.
    [Show full text]
  • People Centered HMI's for Deaf and Functionally Illiterate Users
    POLITECNICO DI TORINO AND UNIVERSITY OF POTSDAM SCUOLA DI DOTTORATO Dottorato in Automatica e Informatica – XXVI ciclo Tesi di Dottorato People Centered HMI’s for Deaf and Functionally Illiterate Users Nadeem Ahmad Principal Supervisor Coordinatore del corso di dottorato Prof. Dr. Paolo Ernesto Prinetto Prof. Dr. Pietro Laface Co-Supervisor Prof. Dr. Tiziana Margaria-Steffen March 2014 Published online at the Institutional Repository of the University of Potsdam: URL http://opus.kobv.de/ubp/volltexte/2014/7039/ URN urn:nbn:de:kobv:517-opus-70391 http://nbn-resolving.de/urn:nbn:de:kobv:517-opus-70391 Abstract The objective and motivation behind this research is to provide applications with easy-to-use interfaces to communities of deaf and functionally illiterate users, which enables them to work without any human assistance. Although recent years have witnessed technological advancements, the availability of technology does not ensure accessibility to information and communication technologies (ICT). Extensive use of text from menus to document contents means that deaf or functionally illiterate can not access services implemented on most computer software. Consequently, most existing computer applications pose an accessibility barrier to those who are unable to read fluently. Online technologies intended for such groups should be developed in continuous partnership with primary users and include a thorough investigation into their limitations, requirements and usability barriers. In this research, I investigated existing tools in voice, web and other multimedia technologies to identify learning gaps and explored ways to enhance the information literacy for deaf and functionally illiterate users. I worked on the development of user-centered interfaces to increase the capabilities of deaf and low literacy users by enhancing lexical resources and by evaluating several multimedia interfaces for them.
    [Show full text]
  • Superordinate Word Knowledge Predicts Longitudinal Vocabulary Growth
    Superordinate Word Knowledge Predicts Longitudinal Vocabulary Growth Molly Lewis Eliana Colunga Gary Lupyan [email protected] [email protected] [email protected] Department of Psychology Department of Psychology and Neuroscience Department of Psychology Carnegie Mellon University University of Colorado-Boulder University of Wisconsin-Madison Abstract Imagine two children with productive vocabularies of the Does knowing certain words help children learn other words? same size; one child knows the more general (more superor- We hypothesized that knowledge of more general (more su- dinate) words “color,” “animal,” and “move” while the other perordinate) words at time1 would lead to faster vocabulary knows words like “yellow,” “fox,” and “run.” What might we growth as measured through vocabulary checklists adminis- tered at later timepoints. We find that this is indeed the case. predict about these children’s subsequent vocabulary devel- Children who have similar vocabularies at time1, but differ in opment knowing only this fact? We hypothesized that know- their productive knowledge of more general words such as “an- ing the more general words would facilitate faster vocabulary imal,” “picture,” and “get” go on to have different rates of word learning. Knowledge of more general words is associated with growth as measured by the increase in productive vocabu- faster vocabulary growth, particularly of words semantically lary from time1 to time2. We test this hypothesis by quan- related to the superordinate terms they are reported to produce. tifying the generality of children’s productive vocabulary (as This positive relationship between knowledge of more general words and word learning remains even when controlling for assessed through word checklist) and using it to predict how measures of verbal and nonverbal intelligence.
    [Show full text]