Detecting Non-Compositional MWE Components Using Wiktionary

Total Page:16

File Type:pdf, Size:1020Kb

Detecting Non-Compositional MWE Components Using Wiktionary Detecting Non-compositional MWE Components using Wiktionary Bahar Salehi,♣♥ Paul Cook♥ and Timothy Baldwin♣♥ NICTA Victoria Research Laboratory Department♣ of Computing and Information Systems ♥ The University of Melbourne Victoria 3010, Australia [email protected], [email protected], [email protected] Abstract components of a given MWE have a composi- tional usage. Experiments over two widely-used We propose a simple unsupervised ap- datasets show that our approach outperforms state- proach to detecting non-compositional of-the-art methods. components in multiword expressions based on Wiktionary. The approach makes 2 Related Work use of the definitions, synonyms and trans- Previous studies which have considered MWE lations in Wiktionary, and is applicable to compositionality have focused on either the iden- any type of MWE in any language, assum- tification of non-compositional MWE token in- ing the MWE is contained in Wiktionary. stances (Kim and Baldwin, 2007; Fazly et al., Our experiments show that the proposed 2009; Forthergill and Baldwin, 2011; Muzny and approach achieves higher F-score than Zettlemoyer, 2013), or the prediction of the com- state-of-the-art methods. positionality of MWE types (Reddy et al., 2011; 1 Introduction Salehi and Cook, 2013; Salehi et al., 2014). The identification of non-compositional MWE tokens A multiword expression (MWE) is a combina- is an important task when a word combination tion of words with lexical, syntactic or seman- such as kick the bucket or saw logs is ambiguous tic idiosyncrasy (Sag et al., 2002; Baldwin and between a compositional (generally non-MWE) Kim, 2009). An MWE is considered (semanti- and non-compositional MWE usage. Approaches cally) “non-compositional” when its meaning is have ranged from the unsupervised learning of not predictable from the meaning of its compo- type-level preferences (Fazly et al., 2009) to su- nents. Conversely, compositional MWEs are those pervised methods specific to particular MWE con- whose meaning is predictable from the meaning structions (Kim and Baldwin, 2007) or applica- of the components. Based on this definition, a ble across multiple constructions using features component is compositional within an MWE, if its similar to those used in all-words word sense meaning is reflected in the meaning of the MWE, disambiguation (Forthergill and Baldwin, 2011; and it is non-compositional otherwise. Muzny and Zettlemoyer, 2013). The prediction Understanding which components are non- of the compositionality of MWE types has tradi- compositional within an MWE is important in tionally been couched as a binary classification NLP applications in which semantic information task (compositional or non-compositional: Bald- is required. For example, when searching for win et al. (2003), Bannard (2006)), but more re- spelling bee, we may also be interested in docu- cent work has moved towards a regression setup, ments about spelling, but not those which contain where the degree of the compositionality is pre- only bee. For research project, on the other hand, dicted on a continuous scale (Reddy et al., 2011; we are likely to be interested in documents which Salehi and Cook, 2013; Salehi et al., 2014). In ei- contain either research or project in isolation, and ther case, the modelling has been done either over for swan song, we are only going to be interested the whole MWE (Reddy et al., 2011; Salehi and in documents which contain the phrase swan song, Cook, 2013), or relative to each component within and not just swan or song. the MWE (Baldwin et al., 2003; Bannard, 2006). In this paper, we propose an unsupervised ap- In this paper, we focus on the binary classification proach based on Wikitionary for predicting which of MWE types relative to each component of the 1792 Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 1792–1797, October 25-29, 2014, Doha, Qatar. c 2014 Association for Computational Linguistics MWE. definition. A given MWE will often have multiple The work that is perhaps most closely related to definitions, however, begging the question of how this paper is that of Salehi and Cook (2013) and to combine across them, for which we propose the Salehi et al. (2014), who use translation data to following three methods. predict the compositionality of a given MWE rel- IRST EF Use only the ative to each of its components, and then combine First Definition (F D ): first-listed Wiktionary definition for the MWE, those scores to derive an overall compositionality based on the assumption that this is the predom- score. In both cases, translations of the MWE and inant sense. its components are sourced from PanLex (Bald- win et al., 2010; Kamholz et al., 2014), and if All Definitions (ALLDEFS): In the case that there is greater similarity between the translated there are multiple definitions for the MWE, cal- components and MWE in a range of languages, culate the lexical overlap for each independently the MWE is predicted to be more compositional. and take a majority vote; in the case of a tie, label The basis of the similarity calculation is unsuper- the component as non-compositional. vised, using either string similarity (Salehi and Cook, 2013) or distributional similarity (Salehi et Idiom Tag (ITAG): In Wiktionary, there is fa- al., 2014). However, the overall method is su- cility for users to tag definitions as idiomatic.1 If, pervised, as training data is used to select the for a given MWE, there are definitions tagged as languages to aggregate scores across for a given idiomatic, use only those definitions; if there are MWE construction. To benchmark our method, no such definitions, use the full set of definitions. we use two of the same datasets as these two pa- pers, and repurpose the best-performing methods 3.2 Synonym-based Definition Expansion of Salehi and Cook (2013) and Salehi et al. (2014) In some cases, a component is not explicitly men- for classification of the compositionality of each tioned in a definition, but a synonym does occur, MWE component. indicating that the definition is compositional in that component. In order to capture synonym- 3 Methodology based matches, we optionally look for synonyms of the component word in the definition,2 and ex- Our basic method relies on analysis of lexical pand our notion of lexical overlap to include these overlap between the component words and the def- synonyms. initions of the MWE in Wiktionary, in the man- For example, for the MWE china clay, the defi- ner of Lesk (1986). That is, if a given component nition is kaolin, which includes neither of the com- can be found in the definition, then it is inferred ponents. However, we find the component word that the MWE carries the meaning of that compo- clay in the definition for kaolin, as shown below. nent. For example, the Wiktionary definition of swimming pool is “An artificially constructed pool A fine clay, rich in kaolinite, used in ce- of water used for swimming”, suggesting that the ramics, paper-making, etc. MWE is compositional relative to both swimming and pool. If the MWE is not found in Wiktionary, This method is compatible with the three we use Wikipedia as a backoff, and use the first definition-based similarity methods described paragraph of the (top-ranked) Wikipedia article as above, and indicated by the +SYN suffix (e.g. a proxy for the definition. FIRSTDEF+SYN is FIRSTDEF with synonym- As detailed below, we further extend the basic based expansion). method to incorporate three types of information found in Wiktionary: (1) definitions of each word 3.3 Translations in the definitions, (2) synonyms of the words in the A third information source in Wiktionary that can definitions, and (3) translations of the MWEs and be used to predict compositionality is sense-level components. translation data. Due to the user-generated na- ture of Wiktionary, the set of languages for which 3.1 Definition-based Similarity 1Although the recall of these tags is low (Muzny and The basic method uses Boolean lexical overlap be- Zettlemoyer, 2013). tween the target component of the MWE and a 2After removing function words, based on a stopword list. 1793 ENC EVPC tionary+Wikipedia for the ENCs, and very high WordNet 91.1% 87.5% coverage for the EVPCs. In both cases, the cov- Wiktionary 96.7% 96.2% erage of WordNet is substantially lower, although Wiktionary+Wikipedia 100.0% 96.2% still respectable, at around 90%. Table 1: Lexical coverage of WordNet, Wik- 4 Datasets tionary and Wiktionary+Wikipedia over our two As mentioned above, we evaluate our method over datasets. the same two datasets as Salehi and Cook (2013) (which were later used, in addition to a third translations are provided varies greatly across lexi- dataset of German noun compounds, in Salehi cal entries. Our approach is to take whatever trans- et al. (2014)): (1) 90 binary English noun com- lations happen to exist in Wiktionary for a given pounds (ENCs, e.g. spelling bee or swimming MWE, and where there are translations in that lan- pool); and (2) 160 English verb particle construc- guage for the component of interest, use the LCS- tions (EVPCs, e.g. stand up and give away). Our based method of Salehi and Cook (2013) to mea- results are not directly comparable with those of sure the string similarity between the translation Salehi and Cook (2013) and Salehi et al. (2014), of the MWE and the translation of the compo- however, who evaluated in terms of a regression nents. Unlike Salehi and Cook (2013), however, task, modelling the overall compositionality of the we do not use development data to select the opti- MWE. In our case, the task setup is a binary clas- mal set of languages in a supervised manner, and sification task relative to each of the two compo- instead simply take the average of the string simi- nents of the MWE.
Recommended publications
  • Dictionary Users Do Look up Frequent Words. a Logfile Analysis
    Erschienen in: Müller-Spitzer, Carolin (Hrsg.): Using Online Dictionaries. Berlin/ Boston: de Gruyter, 2014. (Lexicographica: Series Maior 145), S. 229-249. Alexander Koplenig, Peter Meyer, Carolin Müller-Spitzer Dictionary users do look up frequent words. A logfile analysis Abstract: In this paper, we use the 2012 log files of two German online dictionaries (Digital Dictionary of the German Language1 and the German Version of Wiktionary) and the 100,000 most frequent words in the Mannheim German Reference Corpus from 2009 to answer the question of whether dictionary users really do look up fre- quent words, first asked by de Schryver et al. (2006). By using an approach to the comparison of log files and corpus data which is completely different from that of the aforementioned authors, we provide empirical evidence that indicates - contra - ry to the results of de Schryver et al. and Verlinde/Binon (2010) - that the corpus frequency of a word can indeed be an important factor in determining what online dictionary users look up. Finally, we incorporate word dass Information readily available in Wiktionary into our analysis to improve our results considerably. Keywords: log file, frequency, corpus, headword list, monolingual dictionary, multi- lingual dictionary Alexander Koplenig: Institut für Deutsche Sprache, R 5, 6-13, 68161 Mannheim, +49-(0)621-1581- 435, [email protected] Peter Meyer: Institut für Deutsche Sprache, R 5, 6-13, 68161 Mannheim, +49-(0)621-1581-427, [email protected] Carolin Müller-Spitzer: Institut für Deutsche Sprache, R 5, 6-13, 68161 Mannheim, +49-(0)621-1581- 429, [email protected] Introduction We would like to Start this chapter by asking one of the most fundamental questions for any general lexicographical endeavour to describe the words of one (or more) language(s): which words should be included in a dictionary? At first glance, the answer seems rather simple (especially when the primary objective is to describe a language as completely as possible): it would be best to include every word in the dictionary.
    [Show full text]
  • Etytree: a Graphical and Interactive Etymology Dictionary Based on Wiktionary
    Etytree: A Graphical and Interactive Etymology Dictionary Based on Wiktionary Ester Pantaleo Vito Walter Anelli Wikimedia Foundation grantee Politecnico di Bari Italy Italy [email protected] [email protected] Tommaso Di Noia Gilles Sérasset Politecnico di Bari Univ. Grenoble Alpes, CNRS Italy Grenoble INP, LIG, F-38000 Grenoble, France [email protected] [email protected] ABSTRACT a new method1 that parses Etymology, Derived terms, De- We present etytree (from etymology + family tree): a scendants sections, the namespace for Reconstructed Terms, new on-line multilingual tool to extract and visualize et- and the etymtree template in Wiktionary. ymological relationships between words from the English With etytree, a RDF (Resource Description Framework) Wiktionary. A first version of etytree is available at http: lexical database of etymological relationships collecting all //tools.wmflabs.org/etytree/. the extracted relationships and lexical data attached to lex- With etytree users can search a word and interactively emes has also been released. The database consists of triples explore etymologically related words (ancestors, descendants, or data entities composed of subject-predicate-object where cognates) in many languages using a graphical interface. a possible statement can be (for example) a triple with a lex- The data is synchronised with the English Wiktionary dump eme as subject, a lexeme as object, and\derivesFrom"or\et- at every new release, and can be queried via SPARQL from a ymologicallyEquivalentTo" as predicate. The RDF database Virtuoso endpoint. has been exposed via a SPARQL endpoint and can be queried Etytree is the first graphical etymology dictionary, which at http://etytree-virtuoso.wmflabs.org/sparql.
    [Show full text]
  • User Contributions to Online Dictionaries Andrea Abel and Christian M
    The dynamics outside the paper: User Contributions to Online Dictionaries Andrea Abel and Christian M. Meyer Electronic lexicography in the 21st century (eLex): Thinking outside the paper, Tallinn, Estonia, October 17–19, 2013. 18.10.2013 | European Academy of Bozen/Bolzano and Technische Universität Darmstadt | Andrea Abel and Christian M. Meyer | 1 Introduction Online dictionaries rely increasingly on their users and leverage methods for facilitating user contributions at basically any step of the lexicographic process. 18.10.2013 | European Academy of Bozen/Bolzano and Technische Universität Darmstadt | Andrea Abel and Christian M. Meyer | 2 Previous work . Mostly focused on specific type/dimension of user contribution . e.g., Carr (1997), Storrer (1998, 2010), Køhler Simonsen (2005), Fuertes-Olivera (2009), Melchior (2012), Lew (2011, 2013) . Ambiguous, partly overlapping terms: www.wordle.net/show/wrdl/7124863/User_contributions (02.10.2013) www.wordle.net/show/wrdl/7124863/User_contributions http:// 18.10.2013 | European Academy of Bozen/Bolzano and Technische Universität Darmstadt | Andrea Abel and Christian M. Meyer | 3 Research goals and contribution How to effectively plan the user contributions for new and established dictionaries? . Comprehensive and systematic classification is still missing . Mann (2010): analysis of 88 online dictionaries . User contributions roughly categorized as direct / indirect contributions and exchange with other dictionary users . Little detail given, since outside the scope of the analysis . We use this as a basis for our work We propose a novel classification of the different types of user contributions based on many practical examples 18.10.2013 | European Academy of Bozen/Bolzano and Technische Universität Darmstadt | Andrea Abel and Christian M.
    [Show full text]
  • Wiktionary Matcher
    Wiktionary Matcher Jan Portisch1;2[0000−0001−5420−0663], Michael Hladik2[0000−0002−2204−3138], and Heiko Paulheim1[0000−0003−4386−8195] 1 Data and Web Science Group, University of Mannheim, Germany fjan, [email protected] 2 SAP SE Product Engineering Financial Services, Walldorf, Germany fjan.portisch, [email protected] Abstract. In this paper, we introduce Wiktionary Matcher, an ontology matching tool that exploits Wiktionary as external background knowl- edge source. Wiktionary is a large lexical knowledge resource that is collaboratively built online. Multiple current language versions of Wik- tionary are merged and used for monolingual ontology matching by ex- ploiting synonymy relations and for multilingual matching by exploiting the translations given in the resource. We show that Wiktionary can be used as external background knowledge source for the task of ontology matching with reasonable matching and runtime performance.3 Keywords: Ontology Matching · Ontology Alignment · External Re- sources · Background Knowledge · Wiktionary 1 Presentation of the System 1.1 State, Purpose, General Statement The Wiktionary Matcher is an element-level, label-based matcher which uses an online lexical resource, namely Wiktionary. The latter is "[a] collaborative project run by the Wikimedia Foundation to produce a free and complete dic- tionary in every language"4. The dictionary is organized similarly to Wikipedia: Everybody can contribute to the project and the content is reviewed in a com- munity process. Compared to WordNet [4], Wiktionary is significantly larger and also available in other languages than English. This matcher uses DBnary [15], an RDF version of Wiktionary that is publicly available5. The DBnary data set makes use of an extended LEMON model [11] to describe the data.
    [Show full text]
  • Extracting an Etymological Database from Wiktionary Benoît Sagot
    Extracting an Etymological Database from Wiktionary Benoît Sagot To cite this version: Benoît Sagot. Extracting an Etymological Database from Wiktionary. Electronic Lexicography in the 21st century (eLex 2017), Sep 2017, Leiden, Netherlands. pp.716-728. hal-01592061 HAL Id: hal-01592061 https://hal.inria.fr/hal-01592061 Submitted on 22 Sep 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Extracting an Etymological Database from Wiktionary Benoît Sagot Inria 2 rue Simone Iff, 75012 Paris, France E-mail: [email protected] Abstract Electronic lexical resources almost never contain etymological information. The availability of such information, if properly formalised, could open up the possibility of developing automatic tools targeted towards historical and comparative linguistics, as well as significantly improving the automatic processing of ancient languages. We describe here the process we implemented for extracting etymological data from the etymological notices found in Wiktionary. We have produced a multilingual database of nearly one million lexemes and a database of more than half a million etymological relations between lexemes. Keywords: Lexical resource development; etymology; Wiktionary 1. Introduction Electronic lexical resources used in the fields of natural language processing and com- putational linguistics are almost exclusively synchronic resources; they mostly include information about inflectional, derivational, syntactic, semantic or even pragmatic prop- erties of their entries.
    [Show full text]
  • Wiktionary Matcher Results for OAEI 2020
    Wiktionary Matcher Results for OAEI 2020 Jan Portisch1;2[0000−0001−5420−0663] and Heiko Paulheim1[0000−0003−4386−8195] 1 Data and Web Science Group, University of Mannheim, Germany fjan, [email protected] 2 SAP SE Product Engineering Financial Services, Walldorf, Germany [email protected] Abstract. This paper presents the results of the Wiktionary Matcher in the Ontology Alignment Evaluation Initiative (OAEI) 2020. Wiktionary Matcher is an ontology matching tool that exploits Wiktionary as exter- nal background knowledge source. Wiktionary is a large lexical knowl- edge resource that is collaboratively built online. Multiple current lan- guage versions of Wiktionary are merged and used for monolingual on- tology matching by exploiting synonymy relations and for multilingual matching by exploiting the translations given in the resource. This is the second OAEI participation of the matching system. Wiktionary Matcher has been improved and is the best performing system on the knowledge graph track this year.3 Keywords: Ontology Matching · Ontology Alignment · External Re- sources · Background Knowledge · Wiktionary 1 Presentation of the System 1.1 State, Purpose, General Statement The Wiktionary Matcher is an element-level, label-based matcher which uses an online lexical resource, namely Wiktionary. The latter is "[a] collaborative project run by the Wikimedia Foundation to produce a free and complete dic- tionary in every language"4. The dictionary is organized similarly to Wikipedia: Everybody can contribute to the project and the content is reviewed in a com- munity process. Compared to WordNet [2], Wiktionary is significantly larger and also available in other languages than English. This matcher uses DBnary [13], an RDF version of Wiktionary that is publicly available5.
    [Show full text]
  • S Wiktionary Wikisource Wikibooks Wikiquote Wikimedia Commons
    SCHWESTERPROJEKTE Wiktionary S Das Wiktionary ist der lexikalische Partner der freien Enzyklopädie Wikipedia: ein Projekt zur Erstellung freier Wörterbücher und Thesau- ri. Während die Wikipedia inhaltliche Konzepte beschreibt, geht es in ihrem ältesten Schwester- projekt, dem 2002 gegründeten Wiktionary um Wörter, ihre Grammatik und Etymologie, Homo- nyme und Synonyme und Übersetzungen. Wikisource Wikisource ist eine Sammlung von Texten, die entweder urheberrechtsfrei sind oder unter ei- ner freien Lizenz stehen. Das Projekt wurde am 24. November 2003 gestartet. Der Wiktionary-EIntrag zum Wort Schnee: Das Wörterbuch präsen- Zunächst mehrsprachig auf einer gemeinsamen tiert Bedeutung, Deklination, Synonyme und Übersetzungen. Plattform angelegt, wurde es später in einzel- ne Sprachversionen aufgesplittet. Das deutsche Teilprojekt zählte im März 2006 über 2000 Texte Wikisource-Mitarbeiter arbeiten an einer digitalen, korrekturge- und über 100 registrierte Benutzer. lesenen und annotierten Ausgabe der Zimmerischen Chronik. Wikibooks Das im Juli 2003 aus der Taufe gehobene Projekt Wikibooks dient der gemeinschaftlichen Schaf- fung freier Lehrmaterialien – vom Schulbuch über den Sprachkurs bis zum praktischen Klet- terhandbuch oder der Go-Spielanleitung Wikiquote Wikiquote zielt darauf ab, auf Wiki-Basis ein freies Kompendium von Zitaten und Das Wikibooks-Handbuch Go enthält eine ausführliche Spielanleitung Sprichwörtern in jeder Sprache zu schaffen. Die des japanischen Strategiespiels. Artikel über Zitate bieten (soweit bekannt) eine Quellenangabe und werden gegebenenfalls in die deutsche Sprache übersetzt. Für zusätzliche Das Wikimedia-Projekt Wikiquote sammelt Sprichwörter und Informationen sorgen Links in die Wikipedia. Zitate, hier die Seite zum Schauspieler Woody Allen Wikimedia Commons Wikimedia Commons wurde im September 2004 zur zentralen Aufbewahrung von Multime- dia-Material – Bilder, Videos, Musik – für alle Wi- kimedia-Projekte gegründet.
    [Show full text]
  • Thank You - Wiktionary 4/24/11 9:56 PM Thank You
    thank you - Wiktionary 4/24/11 9:56 PM thank you Definition from Wiktionary, the free dictionary See also thankyou and thank-you Contents 1 English 1.1 Etymology 1.2 Pronunciation 1.3 Interjection 1.3.1 Synonyms 1.3.2 Translations 1.4 Noun 1.5 References 1.6 See also English Etymology Thank you is a shortened expression for I thank you; it is attested since c. 1400.[1] Pronunciation Audio (UK) (file) Interjection thank you 1. An expression of gratitude or politeness, in response to something done or given. http://en.wiktionary.org/wiki/thank_you Page 1 of 5 thank you - Wiktionary 4/24/11 9:56 PM Synonyms cheers (informal), thanks, thanks very much, thank you very much, thanks a lot, ta (UK, Australia), thanks a bunch (informal), thanks a million (informal), much obliged Translations an expression of gratitude [hide ▲] Select targeted languages ﺳﻮﭘﺎﺱ ,Afar: gadda ge Kurdish: spas Afrikaans: dankie, baie dankie Ladin: giulan Albanian: faleminderit, ju falem nderit Lao: (kööp cai) Gheg: falimineres Latin: benignē dīcis (la), tibi gratiās agō (la) Latvian: paldies (lv) Aleut: qaĝaasakuq (Atkan), qaĝaalakux̂ Lithuanian: ačiū (lt) (Eastern) Luo: erokamano Alutiiq: quyanaa Macedonian: благодарам (mk) (blagódaram) American Sign Language: OpenB@Chin- (formal), фала (mk) (fála) (informal) PalmBack OpenB@FromChin-PalmUp Malagasy: misaotra (mg) Amharic: (am) (amesegenallo) Malay: terima kasih (ms) (ar) (mersii) Malayalam: (ml) (nandhi) ﻣﻴﺮﺳﻲ ,(ar) (shúkran) ﺷﻜﺮًﺍ :Arabic (informal) Maltese: grazzi (mt) Armenian: Maori: kia ora (mi) շնորհակալություն
    [Show full text]
  • The Wiki Family of Web Sites
    The Federal Lawyer In Cyberia MICHAEL J. TONSING The Wiki Family of Web Sites he growth in the number of informative Web set of resources. Much of what follows is drawn from the sites seems exponential. It is increasingly hard self-descriptions on the Wiki Web sites themselves. Tto keep up with them. If you’re not using the “Wiki” family of sites, you’re missing some sources that Wiktionary are almost stupefying in their scope. A “wiki” is essen- Wiktionary (en.wikipedia.org/wiki/Wiktionary) is tially a Web site in which contributors can add their a sister site to Wikipedia. Wiktionary is not an online own copy. (I capitalize the word in most instances in encyclopedia but an online dictionary, and its entries this column to make it clear that I am referring to a par- are about words. A Wiktionary entry focuses on mat- ticular family of wikis. There are many other wikis out ters of language and wordsmithery, spelling, pronun- there. You may decide to start your own someday.) ciation, etymology, translation, usage, quotations, and links to related words and concepts. Because Wiktion- Wikipedia ary is not written on paper, it has no size limits, it can Wikipedia (www.wikipedia.org), then, is an online include links, and its information can be more timely encyclopedia in which visitors can read infor- than that found in a written dictionary. mation on the topics they visit, then edit the information on the site itself if they choose Wikisource to do so. (The name “Wikipedia” is a meld- Wikisource (en.wikipedia.org/wiki/Wikisource), which ing of the works “wiki” and “encyclopedia.”) dubs itself “the free library,” collects and stores previ- Out of what might at first have seemed like ously published texts in digital format; contents include online chaos has come semirespectability and novels, nonfiction works, letters, speeches, constitutional order.
    [Show full text]
  • The Wiki-Fication of the Dictionary: Defining Lexicography in the Digital Age
    THE WIKI-FICATION OF THE DICTIONARY: DEFINING LEXICOGRAPHY IN THE DIGITAL AGE Darrell J. Penta College of Professional Studies Northeastern University [email protected] Abstract The future of lexical reference books, such as the 20-volume Oxford English Dictionary (OED), is going to be determined, in part, by the emergence of free on-line dictionaries, such as Wiktionary and Urban Dictionary. Specifically, we are witnessing a paradigmatic shift of authority in which users, rather than editorial boards, are making decisions concerning the content associated with a lexical entry’s definition. In effect, an exclusive privilege formerly enjoyed by professional lexicographers is now being extended unequivocally to laypersons. It is pertinent to ask, therefore, what effect this state of affairs will have on the ways that dictionaries are compiled and used. For some, including Jill Lepore of the New Yorker Magazine, online collaborative lexical references are “Maoist” resources, “cobble[d]…together” by non-experts who “pilfer” definitions (79). This paper rejects such a characterization and seeks, instead, to provide a description more suitable for critical inquiry. By contrasting the entry “bomb” as it appears in the OED, Wiktionary, and Urban Dictionary, and by making use of contemporary linguistic theory, the author posits that: word meanings are highly constrained by popular usage; and, users regularly provide semantically and pragmatically significant, and grammatical accurate, definitions; and, in providing users the flexibility to modify entries in real-time, user-generated dictionaries are uniquely practical as catalogues of the current state of language. It is concluded that, whereas traditional dictionaries may be the better resource for diachronic analyses of words, Wiktionary and the like may prove better for synchronic analyses.
    [Show full text]
  • SLIDE – a Sentiment Lexicon of Common Idioms
    SLIDE – a Sentiment Lexicon of Common Idioms Charles Jochim, Francesca Bonin, Roy Bar-Haim, Noam Slonim IBM Research fcharlesj,[email protected], froybar,[email protected] Abstract Idiomatic expressions are problematic for most sentiment analysis approaches, which rely on words as the basic linguistic unit. Compositional solutions for phrase sentiment are not able to handle idioms correctly because their sentiment is not derived from the sentiment of the individual words. Previous work has explored the importance of idioms for sentiment analysis, but has not addressed the breadth of idiomatic expressions in English. In this paper we present an approach for collecting sentiment annotation of idiomatic multiword expressions using crowdsourcing. We collect 10 annotations for each idiom and the aggregated label is shown to have good agreement with expert annotations. We describe the resulting publicly available lexicon and how it captures sentiment strength and ambiguity. The Sentiment Lexicon of IDiomatic Expressions (SLIDE) is much larger than previous idiom lexicons. The lexicon includes 5,000 frequently occurring idioms, as estimated from a large English corpus. The idioms were selected from Wiktionary, and over 40% of them were labeled as sentiment-bearing. Keywords: Idiom, Lexicon, Sentiment Analysis 1. Introduction of magnitude larger than previous idiom sentiment lexi- cons and focuses specifically on the most frequently used Multiword expressions (MWE) are a key challenge in Natu- idioms.1 In creating this resource, we are somewhat ag- ral Language Processing (Sag et al., 2002). Among MWEs, nostic to the exact definition of idiom. We are more gener- idioms are often defined as non-compositional multiword ally interested in sentiment analysis that can handle MWEs.
    [Show full text]
  • Online English Dictionaries: Friend Or Foe?
    Online English Dictionaries: Friend or Foe? Gao Yongwei Keywords: online dictionary, e-lexicography, English-Chinese lexicography. Abstract The emergence of online English dictionaries in the past two decades has not only changed the lookup habit of many people and but also influenced the way dictionaries are compiled and presented. The traditional role played by paper dictionaries has been challenged, as witness the sharp decrease of the sales of the so-called “dead-tree” dictionaries and the steady diminishing in their readership. In consequence, many paper dictionaries have been gathering dust on bookshelves in bookstores, libraries or private studies. The ever-increasing popularity of online dictionaries has even made some alarmists suggest the possible demise of paper dictionaries. However, the future of dictionary-making and that of bilingual lexicography in particular is not as dismal as what people usually think. The lexicographical information presented in online dictionaries may prove to be a bonanza for bilingual lexicographers. This paper attempts to research into the major online English dictionaries that are available today, and their advantages and disadvantages will also be discussed. The scene of online English-Chinese dictionaries will also be investigated, and opportunities presented to English-Chinese dictionary-makers in the digital era will be explored. According to most current English reference books, a dictionary is usually defined as “a book that gives a list of words in alphabetical order and explains what they mean”. However, technological advances have already redefined what a dictionary is. Many dictionaries that are being used today are no longer “books” in the traditional sense of the word as they can be found in electronic devices (e.g.
    [Show full text]