Evaluating Ontology Cleaning

Total Page:16

File Type:pdf, Size:1020Kb

Evaluating Ontology Cleaning Evaluating Ontology Cleaning Christopher Welty, Ruchi Mahindru, and Jennifer Chu-Carroll IBM T.J. Watson Research Center 19 Skyline Dr. Hawthorne, NY 10532 {welty,jencc}@us.ibm.com, [email protected] Abstract very little evidence that it can have impact on Ontology as a discipline of Computer Science has made knowledge-based systems. In fact, there appears many claims about its usefulness, however to date there has to be a significant obstacle in understanding the been very little evaluation of those claims. We present the methodology, and even without this “learning results of an experiment using a hybrid search system with a curve”, significant manual effort must be significant knowledge-based component to measure, using expended to employ the methodology to develop precision and recall, the impact of improving the quality of actual “clean” ontologies. Furthermore, there an ontology on overall performance. We demonstrate that has been no clear argument that such an improving the ontology using OntoClean (Guarino and expenditure will pay for itself in the long run. Welty, 2002), does positively impact performance, and that Indeed, “Why does it matter?” has been the most having knowledge of the search domain is more effective than domain-knowledge-free search techniques such as link frequent criticism of the OntoClean approach. analysis. We report here on a series of experiments using a Content Areas: Ontologies hybrid search system with a significant knowledge-based component to test the impact of improving the quality of ontologies on system Introduction performance. The use of search as a test system provides a well understood framework for Ontologies have been proposed as a solution to empirical evaluation, and gives an excellent numerous problems in areas such as search, opportunity to address the “Why does it matter?” semantic integration, agents, human-computer question. interaction, etc. The premise is usually that a Preliminary results of this experiment were clear, high-quality ontology can act as an presented earlier in a workshop (Welty, et al, interlingua in which mappings between systems 2003). In this paper we present the final data for can unambiguously be expressed, or in which the full experiment, plus a more detailed analysis understanding of a domain can be gained by a of the results. system or shared by users (Smith and Welty, 2001). For the most part, this claim has not been Background realized in practice, and one reason for this failure is that there was little agreement on just The field of ontology has been sorely lacking in what makes an ontology “clear” or “high formal empirical analysis in general. This quality.” One recent development in ontology deficiency has been recognized, however, and a research has been the specification of a formal few examples are starting to appear. Ablation methodology for ontological analysis, OntoClean analysis of ontologies at U.T. Austin (Fan, et al., (Guarino and Welty, 2002), that addresses the 2003) is one example in which elements of an problem of defining just what “high quality” is ontology used by a search system that relied on for ontologies. Following this definition and recognizing noun compounds were approach, a high quality foundational ontology, systematically removed to determine which level Dolce, is being developed (Gangemi, et al, 2002). of specificity were most relevant to the results. While OntoClean appears to be widely accepted There have also been several evaluations of the in the scientific community, and OntologyWorks, impact of structured knowledge (loosely a small company providing database integration construed as ontologies) on IR and search services, has a proprietary analysis tool based on systems in general. OntoClean (www.ontologyworks.com), there is Most closely related to this work is the work of Clark, et al, at Boeing (2000), in which a search system was enhanced by employing an ontology- Copyright © 2004, American Association for Artificial Intelligence like artifact (a thesaurus of terms with more (www.aaai.org). All rights reserved. meaningful structure than a flat list of keywords). KNOWLEDGE REPRESENTATION & REASONING 311 This work showed that precision and recall From the grammatical structure of the question, performance of a retrieval system can be we extract the primary verb phrase and the noun significantly increased by adding this kind of phrases. The verb phrase information is the main information. It is important to note that while evidence used to fire rules for recognizing Clarke, et al, did discuss a process for improving question types, which themselves depend on the the quality of the ontology; they did not formally web site structure. The ibm.com web site, like evaluate the impact of the improvement. many enterprise sites, is divided into a section Furthermore, Kanisa, Inc. (previously AskJeeves for support and a section for sales. This gives Enterprise Solutions – www.kanisa.com) has RISQUE its two most basic question types, based their business on providing domain- “buy” and “support”. specific knowledge-enhanced search, and has The hub-page finder is a system of declarative been turning a profit since 1Q 2002 (Ulicny, rules that takes the noun phrases from the 2003). question and determines whether they Similar evaluations of the impact of ontologies correspond to products listed in the terminology, on search-based systems have been done in the and if so finds the most appropriate “hub page” question-answering community. Moldovan and or “comparison page” for that product. For Mihalcea (2000) use a significantly enhanced example, many questions about IBM Thinkpads version of WordNet to drastically improve can be answered with information on the question answering performance, and other “ThinkPad home page” on the IBM site. groups including Woods, et al (2000), Hovy et al Directing users to these key pages is often the (2001), and Prager, et al (2001), have reported quickest path to an answer. Hub and comparison similar results. Again, as with the Boeing work, pages are described in the next section. The these groups report positively on the impact of rules are broken into two parts, one set is derived adding an ontology to a search system, but make directly from the knowledge base and includes no attempt to determine whether a good quality moreImportantThan relationships and the ontology would improve performance more. In taxonomy; the second includes rules expressing fact, within the IR and QA communities, the relationships between linguistically-derived WordNet is the most common ontology-like information and the hub pages. For example, if artifact to employ, and previous work has shown the question contains a superlative, as in “What that WordNet viewed as an ontology is not is the fastest Thinkpad?”, the rules indicate that particularly of high quality (Oltramari, et al, the Thinkpad comparison page should be 2002). returned. The system iteratively generates complex queries using knowledge of web site structure. The System Overview query may include URL restrictions, such as “only consider pages with 'support' in the URL The RISQUE system is an evolution of the for support questions”, or “exclude pages with system reported in (Chu-Carroll, et al, 2002). research.ibm.com in the URL for buy questions”. This system provides a natural-language front The query will also make use of boolean end to a conventional search engine, but uses connectives, disjunction to support synonym clues in the natural language question, a expansion, and conjunction of noun phrase terms. knowledge-base of industry terms, and If this query does not return enough hits, the knowledge of the web site structure (see below) query formulation component will relax the to construct an advanced search query using the query according to a number of heuristics, such full expressiveness of the search engine query as dropping the least important noun phrase. language. This search is limited to a corporate Knowledge of which terms are more important web site, in this case our knowledge is of the than others, based on manual analysis of the web ibm.com buy and support pages for the site, is included in the knowledge-base. ThinkPad™ and NetVista™ product lines. RISQUE iteratively formulates search queries The main components of RISQUE include a and accumulates results until a pre-determined parser, the terminology knowledge base, rules for number of result pages are obtained. question types, a hub page finder, a query The RISQUE system was tested and trained with formulation component, and the search engine. a set of questions made up by team members. The parser is a slot-grammar parser (McCord, For the initial experiment described in (Welty, et 1980) that must be seeded with multi-word al, 2003), the system was evaluated with industry specific terms, so that e.g. “disk drive” questions made up by a domain expert from will be parsed as a compound noun, rather than a outside the group. Finally, the system was head noun with a pre-modifier. These multi- evaluated with roughly 200 questions collected word terms come from the knowledge-base. from students and professors at CCNY. 312 KNOWLEDGE REPRESENTATION & REASONING mentioned in the same question, such as, “What CD drive goes with my ThinkPad T23?” we Role of Ontology consider the CD drive to be the more important term in the question. The more important term in The central terminology of RISQUE is an the question will have its hub page returned in a ontology-like knowledge-base of industry terms higher position, and the less important term may, arranged in a taxonomy according to specificity. in some circumstances, not have its hub page In addition to the taxonomy, the knowledge base appear at all. In addition, the less important term includes important information used by the will be dropped first during query relaxation. system: The moreImportantThan relation is considered to Hub page: Most terms at the top level of the be transitive, and is also inherited down the taxonomy have a corresponding “hub page” – a taxonomy.
Recommended publications
  • Lecture Notes in Computer Science 7032 Commenced Publication in 1973 Founding and Former Series Editors: Gerhard Goos, Juris Hartmanis, and Jan Van Leeuwen
    Lecture Notes in Computer Science 7032 Commenced Publication in 1973 Founding and Former Series Editors: Gerhard Goos, Juris Hartmanis, and Jan van Leeuwen Editorial Board David Hutchison Lancaster University, UK Takeo Kanade Carnegie Mellon University, Pittsburgh, PA, USA Josef Kittler University of Surrey, Guildford, UK Jon M. Kleinberg Cornell University, Ithaca, NY, USA Alfred Kobsa University of California, Irvine, CA, USA Friedemann Mattern ETH Zurich, Switzerland John C. Mitchell Stanford University, CA, USA Moni Naor Weizmann Institute of Science, Rehovot, Israel Oscar Nierstrasz University of Bern, Switzerland C. Pandu Rangan Indian Institute of Technology, Madras, India Bernhard Steffen TU Dortmund University, Germany Madhu Sudan Microsoft Research, Cambridge, MA, USA Demetri Terzopoulos University of California, Los Angeles, CA, USA Doug Tygar University of California, Berkeley, CA, USA Gerhard Weikum Max Planck Institute for Informatics, Saarbruecken, Germany Lora Aroyo Chris Welty Harith Alani Jamie Taylor Abraham Bernstein Lalana Kagal Natasha Noy Eva Blomqvist (Eds.) The Semantic Web – ISWC 2011 10th International Semantic Web Conference Bonn, Germany, October 23-27, 2011 Proceedings, Part II 13 Volume Editors Lora Aroyo VU University Amsterdam, The Netherlands; [email protected] Chris Welty IBM Research, Yorktown Heights, NY, USA; [email protected] Harith Alani The Open University, Milton Keynes, UK; [email protected] Jamie Taylor Google, Mountain View, CA, USA; [email protected] Abraham Bernstein University of Zurich,
    [Show full text]
  • An Overview of Ontoclean
    8 An Overview of OntoClean Nieola Guarino1 and Christopher A. Welty lLaboratory for Applied Ontology (ISTC-CNR) Polo Tecnologico, Via Solteri 38, 38100 Trento, ITAL Y [email protected] 2IBM Watson Research Center 19 Skyline Dr., Hawthome, NY 10532, USA [email protected] Summary. OntoClean is a methodology for validating the ontologie al adequaey of taxonomie relationships. It is based on highly general ontologieal notions drawn from philosophy, like essence, identity, and unity, whieh are used to ehar­ aeterize relevant aspeets of the intended meaning of the properties, classes, and relations that make up an ontology. These aspeets are represented by formal metaproperties, whieh impose several eonstraints on the taxonomie strueture of an ontology. The analysis of these eonstraints helps in evaluating and validating the ehoiees made. In this ehapter we present an informal overview ofthe philoso­ phieal notions involved and their role in OntoClean, review some eommon onto­ logieal pitfalls, and walk through the example that has appeared in pieees in pre­ vious papers and has been the basis of numerous tutorials and talks. 8.1 Introduction The OntoClean methodology was first introdueed in aseries of eonferenee-Iength papers in 2000 [Guarino and Welty, 2000a-e; Welty and Guarino, 2001], and re­ eeived mueh attention and use in subsequent years. The main eontribution of On­ toClean was the beginning of a formal foundation for ontologieal analysis. Alan Reetor, a seasoned veteran at ontologieal analysis in the medieal domain, said of OntoClean, " ... what you have done is reduee the amount of time I spend arguing with doetors that the way I want to model the world is right..." [Reetor, 2002].
    [Show full text]
  • Cristobalthesis
    Open Personalization: Involving Third Parties in Improving the User Experience of Websites Dissertation presented to the Department of Computer Languages and Systems of the University of the Basque Country in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy (“international” mention) Cristóbal Arellano Bartolomé Supervisors: Prof. Dr. Oscar Díaz García Dr. Jon Iturrioz Sánchez San Sebastián, Spain, 2013 This work was hosted by the University of the Basque Country (Faculty of Computer Sciences). The author enjoyed a doctoral grant under de FPI (Formacion de Personal Investigador) from the Spanish Ministry of Science & Education during the years 2007 to 2011. The work was was co- supported by the Spanish Ministry of Education, and the European Social Fund under contracts (TIN2005-05610), MODELINE (TIN2008-06507- C02-01) and Scriptongue (TIN2011-23839). Summary Traditional software development captures the user needs during the requirement analysis. The Web makes this endeavour even harder due to the difficulty to determine who these users are. In an attempt to tackle the heterogeneity of the user base, Web Personalization techniques are proposed to guide the users’ experience. In addition, Open Innovation allows organisations to look beyond their internal resources to develop new products or improve existing processes. This thesis sits in between by introducing Open Personalization as a means to incorporate actors other than webmasters in the personalization of web applications. The aim is to provide the technological basis that builds up a trusty environment for webmasters and companion actors to collaborate, i.e. "an architecture of participation". Such architecture very much depends on these actors’ profile.
    [Show full text]
  • Semantic Web: a Review of the Field Pascal Hitzler [email protected] Kansas State University Manhattan, Kansas, USA
    Semantic Web: A Review Of The Field Pascal Hitzler [email protected] Kansas State University Manhattan, Kansas, USA ABSTRACT which would probably produce a rather different narrative of the We review two decades of Semantic Web research and applica- history and the current state of the art of the field. I therefore do tions, discuss relationships to some other disciplines, and current not strive to achieve the impossible task of presenting something challenges in the field. close to a consensus – such a thing seems still elusive. However I do point out here, and sometimes within the narrative, that there CCS CONCEPTS are a good number of alternative perspectives. The review is also necessarily very selective, because Semantic • Information systems → Graph-based database models; In- Web is a rich field of diverse research and applications, borrowing formation integration; Semantic web description languages; from many disciplines within or adjacent to computer science, Ontologies; • Computing methodologies → Description log- and a brief review like this one cannot possibly be exhaustive or ics; Ontology engineering. give due credit to all important individual contributions. I do hope KEYWORDS that I have captured what many would consider key areas of the Semantic Web field. For the reader interested in obtaining amore Semantic Web, ontology, knowledge graph, linked data detailed overview, I recommend perusing the major publication ACM Reference Format: outlets in the field: The Semantic Web journal,1 the Journal of Pascal Hitzler. 2020. Semantic Web: A Review Of The Field. In Proceedings Web Semantics,2 and the proceedings of the annual International of . ACM, New York, NY, USA, 7 pages.
    [Show full text]
  • Introduction to Semantic Web Technologies & Linked Data
    IntroductionIntroduction toto SemanticSemantic WebWeb TechnologiesTechnologies && LinkedLinked DataData OktieOktie HassanzadehHassanzadeh UniversityUniversity ofof TorontoToronto March 2011 CS 443: Database Management Systems - Winter 2011 Outline 2 Introduction Semantic Web Technologies Resource Description Framework (RDF) Querying RDF data (SPARQL) Linked Data Linked Data Principles Linking Open Data Community Project Example Data Sources Example Applications 3 Introduction Web of Documents vs. Web of Data Web of Documents 4 Untyped Untyped Untyped Links Links Links API/ HTML HTML HTML XML A B C D Primary objects: documents Links between documents (or parts of them) Degree of structure in data: fairly low Implicit semantics of contents Designed for: human consumption Based on presentations by Chris Bizer, Richard Cyganiak, Tom Heath, available at http://linkeddata.org/guides-and-tutorials Web of Documents: Problem 5 ? thing thing Are two documents talking about the same ? ? “thing”? ? ? ? Untyped Untyped Untyped Links Links Links API/ HTML HTML HTML XML A B C D Based on presentations by Chris Bizer, Richard Cyganiak, Tom Heath, available at http://linkeddata.org/guides-and-tutorials Example Query 6 Elvis Presley 1935 - 1977 Will there ever be someone like him again? Based on presentation by Lauw, Schenkel, Suchanek, Theobald and Weikum, available at http://www.mpi-inf.mpg.de/yago-naga/CIKM10-tutorial/ Example Query 7 Another Elvis Elvis Presley: The Early Years Elvis spent more weeks at the top of the charts than any other artist. www.fiftiesweb.com/elvis.htm Based on presentation by Lauw, Schenkel, Suchanek, Theobald and Weikum, available at http://www.mpi-inf.mpg.de/yago-naga/CIKM10-tutorial/ Example Query 8 Another singer called Elvis, young Personal relationships of Elvis Presley – Wikipedia ...when Elvis was a young teen...
    [Show full text]
  • Semantics Driven Human-Machine Computation Framework for Linked Islamic Knowledge Engineering
    Semantics Driven Human-Machine Computation Framework for Linked Islamic Knowledge Engineering by Amna Basharat (Under the Direction of Khaled Rasheed and I. Budak Arpinar) Abstract Formalized knowledge engineering activities including semantic annotation and linked data management tasks in specialized domains suffer from considerable knowledge acquisition bottleneck - owing to the lack of availability of experts and in-efficacy of automated approaches. Human Computation & Crowdsourcing (HC&C) methods successfully advocate leveraging the human intelligence and pro- cessing power to solve problems that are still difficult to be solved computationally. Contextualized to the domain of Islamic Knowledge, this research investigates the synergistic interplay of these HC&C methods and the semantic web and proposes a semantics driven human-machine computation framework for knowledge engineer- ing in specialized and knowledge intensive domains. The overall objective is to augment the process of automated knowledge extraction and text mining methods using a hybrid approach for combining collective intelligence of the crowds with that of experts to facilitate activities in formalized knowledge engineering - thus overcoming the so-called knowledge acquisition bottleneck. As part of this framework, we design and implement formal and scalable knowl- edge acquisition workflows through the application of semantics driven crowdsourc- ing methodology and its specialized derivative, called learnersourcing. We evaluate these methods and workflows for a range of knowledge engineering tasks including thematic classification, thematic disambiguation, thematic annotation and contex- tual interlinking for two primary Islamic texts, namely the Qur’an and the books of Prophetic narrations called the Hadith. This is done at various levels of granu- larity, including atomic and composite task workflows, that existing research fails to address.
    [Show full text]
  • An Overview of Ontoclean
    8 An Overview of OntoClean Nicola Guarino1 and Christopher A. Welty2 1Laboratory for Applied Ontology (ISTC-CNR) Polo Tecnologico, Via Solteri 38, 38100 Trento, ITALY [email protected] 2IBM Watson Research Center 19 Skyline Dr., Hawthorne, NY 10532, USA [email protected] Summary. OntoClean is a methodology for validating the ontological adequacy of taxonomic relationships. It is based on highly general ontological notions drawn from philosophy, like essence, identity, and unity, which are used to characterize relevant aspects of the intended meaning of the properties, classes, and relations that make up an ontology. These aspects are represented by formal metaproperties, which impose several constraints on the taxonomic structure of an ontology. The analysis of these constraints helps in evaluating and validating the choices made. In this chapter we present an informal overview of the philosophical notions in- volved and their role in OntoClean, review some common ontological pitfalls, and walk through the example that has appeared in pieces in previous papers and has been the basis of numerous tutorials and talks. 8.1 Introduction The OntoClean methodology was first introduced in a series of conference-length papers in 2000 [Guarino and Welty, 2000a-c; Welty and Guarino, 2001], and re- ceived much attention and use in subsequent years. The main contribution of On- toClean was the beginning of a formal foundation for ontological analysis. Alan Rector, a seasoned veteran at ontological analysis in the medical domain, said of OntoClean, “…what you have done is reduce the amount of time I spend arguing with doctors that the way I want to model the world is right…” [Rector, 2002].
    [Show full text]
  • Ontology-Driven Conceptual Modeling
    Ontology-Driven Conceptual Modeling Chris Welty IBM Watson Research Center CAISE-02 Acknowledgements People Organizations Vassar College, USA Nicola Guarino LADSEB-CNR, Padova Cladio Masolo CNR Cognitive Science Aldo Gangemi Institute, Trento Alessandro Oltramari Bill Andersen OntologyWorks, Inc. CAISE-02 2 1 Outline • Setting the record straight • Motivation • Formal foundation • “Upper Level” distinctions • Common pitfalls CAISE-02 3 What is Ontology? • A discipline of Philosophy – Meta-physics dates back to Artistotle • Meta (after) + physica (physical, real) – Ontology dates back to 17th century • Ontos (that which exists) + logos (knowledge of) • As in TorONTO, ONTario, ON TOp – The science of what is (in the universe) – “One universe, One ontology” • Quine, 1969: “To exist is to be the value of a quantified variable” CAISE-02 4 2 What is Ontology? • Borrowed by AI community – McCarthy (1980) calls for “a list of things that exist” – Specify all the kinds of things that can be the values of variables • Evolution of meaning in CS – Now refers to domain modeling, conceptual modeling, knowledge engineering, etc. • Note: not a “new name for an old thing” CAISE-02 5 What is an Ontology? • Poor definition: “Specification of a conceptualization” [Gruber, 1993] • Better: “Description of the kinds of entities there are and how they are related.” • Good ontologies should provide: – Meaning –Agreement – Organization – Common Understanding – Taxonomy – Vocabulary – Connection to the “real world” CAISE-02 6 3 What is an Ontology? a set of a collection
    [Show full text]
  • IBM Research Report Harnessing Disagreement in Crowdsourcing A
    RC25371 (WAT1304-058) April 23, 2013 Computer Science IBM Research Report Harnessing Disagreement in Crowdsourcing a Relation Extraction Gold Standard Lora Aroyo VU University Amsterdam, The Netherlands Chris Welty IBM Research Division Thomas J. Watson Research Center P.O. Box 208 Yorktown Heights, NY 10598 USA Research Division Almaden - Austin - Beijing - Cambridge - Haifa - India - T. J. Watson - Tokyo - Zurich LIMITED DISTRIBUTION NOTICE: This report has been submitted for publication outside of IBM and will probably be copyrighted if accepted for publication. It has been issued as a Research Report for early dissemination of its contents. In view of the transfer of copyright to the outside publisher, its distribution outside of IBM prior to publication should be limited to peer communications and specific requests. After outside publication, requests should be filled only by reprints or legally obtained copies of the article (e.g. , payment of royalties). Copies may be requested from IBM T. J. Watson Research Center , P. O. Box 218, Yorktown Heights, NY 10598 USA (email: [email protected]). Some reports are available on the internet at http://domino.watson.ibm.com/library/CyberDig.nsf/home . Harnessing disagreement in crowdsourcing a relation extraction gold standard Lora Aroyo Chris Welty VU University Amsterdam IBM Watson Research Center The Netherlands USA [email protected] [email protected] ABSTRACT are described in natural language. The importance of rela- One of the first steps in any kind of web data analytics tions and their interpretation is widely recognized in NLP, is creating a human annotated gold standard. These gold but whereas NLP technology for detecting entities (such as standards are created based on the assumption that for each people, places, organizations, etc.) in text can be expected annotated instance there is a single right answer.
    [Show full text]
  • Crowdsourcing,The,Semantic,Web
    ! ! ! ! ! ! Proceedings! of!the! First!International!Workshop! on! ! Crowdsourcing,the,Semantic,Web, held%in%conjunction%with! the!12th!International!Semantic!Web!Conference! ! Sydney,!Australia! ! Editors:! Maribel!Acosta! Lora!Aroyo! Abraham!Bernstein! Jens!Lehmann! Natasha!Noy! Elena!Simperl! ! Copyright!©!2013!for!the!individual!papers!by!the!papers’!authors.!Copying! permitted!only!for!private!and!academic!purposes.!This!volume!is!published!and! copyrighted!by!its!editors.! Preface This volume contains the papers presented at the 1st International Workshop on ”Crowdsourcing the Semantic Web” that was held in conjunction with the 12th International Semantic Web Conference (ISWC 2013), 21-25 October 2013, in Sydney, Australia. This interactive workshop takes stock of the emergent work and chart the research agenda with interactive sessions to brainstorm ideas and potential applications of collective intelligence to solving AI hard semantic web problems. There were 12 submissions. Each submission was reviewed by at least 2, and on the average 3, program committee members. The committee decided to accept 9 papers. Our special thanks goes to the reviewers who diligently reviewed the papers within this volume. September 3, 2013 Maribel Acosta Lora Aroyo Abraham Bernstein Jens Lehmann Natasha Noy Elena Simperl v Table of Contents Full Papers Crowdsourced Semantics with Semantic Tagging: “Don’t just tag it, LexiTag it!” ...................................................... 1 Csaba Veres ”Dr. Detective”: combining gamification techniques and crowdsourcing to create a gold standard in medical text ............................. 16 Anca Dumitrache, Lora Aroyo, Chris Welty, Robert-Jan Sips and An- thony Levas SLUA: Towards Semantic Linking of Users with Actions in Crowdsourcing 32 Umair Ul Hassan, Sean O’Riain and Edward Curry Content and Behaviour Based Metrics for Crowd Truth ...............
    [Show full text]
  • The Disagreement Deconvolution: Bringing Machine Learning Performance Metrics in Line with Reality
    The Disagreement Deconvolution: Bringing Machine Learning Performance Metrics In Line With Reality Mitchell L. Gordon Kaitlyn Zhou Kayur Patel Stanford University Stanford University Apple Inc. [email protected] [email protected] [email protected] Tatsunori Hashimoto Michael S. Bernstein Stanford University Stanford University [email protected] [email protected] ABSTRACT 1 INTRODUCTION Machine learning classifiers for human-facing tasks such as com- The machine learning classifiers that underpin modern social com- ment toxicity and misinformation often score highly on metrics puting systems such as Facebook, Wikipedia, and Twitter are a such as ROC AUC but are received poorly in practice. Why this gap? study in contrasts. On one hand, current performance metrics for Today, metrics such as ROC AUC, precision, and recall are used to popular tasks such as comment toxicity classification and disin- measure technical performance; however, human-computer inter- formation detection are extremely high, featuring up to .95 ROC action observes that evaluation of human-facing systems should AUC [11, 72], making the problem appear nearly solved. On the account for people’s reactions to the system. In this paper, we intro- other hand, audits suggest that these algorithms’ performance is duce a transformation that more closely aligns machine learning in reality much poorer than advertised [56]. Even well-intentioned classification metrics with the values and methods of user-facing platforms will continue to make highly-publicized mistakes [16] performance measures. The disagreement deconvolution takes in until they can better align metrics with reality. any multi-annotator (e.g., crowdsourced) dataset, disentangles sta- This disconnect between classifier performance and user-facing ble opinions from noise by estimating intra-annotator consistency, performance is indicative of a larger disconnect between how ma- and compares each test set prediction to the individual stable opin- chine learning (ML) and human-computer interaction (HCI) re- ions from each annotator.
    [Show full text]
  • Crowd Truth and the Seven Myths of Human Annotation Aroyo, Lora; Welty, Chris
    VU Research Portal Truth Is a Lie: Crowd Truth and the Seven Myths of Human Annotation Aroyo, Lora; Welty, Chris published in The AI Magazine 2015 DOI (link to publisher) 10.1609/aimag.v36i1.2564 document version Publisher's PDF, also known as Version of record Link to publication in VU Research Portal citation for published version (APA) Aroyo, L., & Welty, C. (2015). Truth Is a Lie: Crowd Truth and the Seven Myths of Human Annotation. The AI Magazine, 36(1), 15-24. https://doi.org/10.1609/aimag.v36i1.2564 General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal ? Take down policy If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. E-mail address: [email protected] Download date: 30. Sep. 2021 Articles Truth Is a Lie: Crowd Truth and the Seven Myths of Human Annotation Lora Aroyo, Chris Welty n Big data is having a disruptive impact amar prestar aen … “The world is changed.” In the past across the sciences.
    [Show full text]