Fuzzing Semantic Misinterpretation for Voice Assistant Applications

Total Page:16

File Type:pdf, Size:1020Kb

Fuzzing Semantic Misinterpretation for Voice Assistant Applications Life after Speech Recognition: Fuzzing Semantic Misinterpretation for Voice Assistant Applications Yangyong Zhang, Lei Xu, Abner Mendoza, Guangliang Yang, Phakpoom Chinprutthiwong, Guofei Gu SUCCESS Lab, Dept. of Computer Science & Engineering Texas A&M University fyangyong, xray2012, abmendoza, ygl, [email protected], [email protected] Abstract—Popular Voice Assistant (VA) services such I. INTRODUCTION as Amazon Alexa and Google Assistant are now rapidly appifying their platforms to allow more flexible and The Voice User Interface (VUI) is becoming a diverse voice-controlled service experience. However, the ubiquitous human-computer interaction mechanism to ubiquitous deployment of VA devices and the increasing enhance services that have limited or undesired physical number of third-party applications have raised security interaction capabilities. VUI-based systems, such as and privacy concerns. While previous works such as Voice Assistants (VA), allow users to directly use voice hidden voice attacks mostly examine the problems of inputs to control computational devices (e.g., tablets, VA services’ default Automatic Speech Recognition (ASR) smart phones, or IoT devices) in different situations. component, our work analyzes and evaluates the security With the fast growth of VUI-based technologies, a large of the succeeding component after ASR, i.e., Natural Language Understanding (NLU), which performs semantic number of applications designed for Voice Assistant interpretation (i.e., text-to-intent) after ASR’s acoustic- (VA) services (e.g., Amazon Alexa Skills and Google to-text processing. In particular, we focus on NLU’s Assistant Actions) are now available. Amazon Alexa Intent Classifier which is used in customizing machine currently has more than 30,000 applications, or vApps1. understanding for third-party VA Applications (or vApps). We find that the semantic inconsistency caused by the Several attacks have been reported to affect the in- improper semantic interpretation of an Intent Classifier tegrity of existing Automatic Speech Recognition (ASR) can create the opportunity of breaching the integrity of component in vApp processing. For example, acoustic- vApp processing when attackers delicately leverage some based attacks [19], [36], [33], [35], [23] leverage sounds common spoken errors. that are unrecognizable or inaudible by the human. More recently, Kumar et al. [28] presented an empirical study of vApp squatting attacks based on speech misinterpre- tation (for example, an Alexa Skill named “Test Your In this paper, we design the first linguistic-model- Luck” could be routed to a maliciously uploaded skill guided fuzzing tool, named LipFuzzer, to assess the with a confusing name of “Test Your Lock”). This attack security of Intent Classifier and systematically discover works, with proof-of-concept, in a remote manner that potential misinterpretation-prone spoken errors based on could potentially be more powerful than acoustic-based vApps’ voice command templates. To guide the fuzzing, we construct adversarial linguistic models with the help of attacks. Statistical Relational Learning (SRL) and emerging Natu- Despite recent evidence [28] of launching potential ral Language Processing (NLP) techniques. In evaluation, vApp squatting attacks, little effort has been made to un- we have successfully verified the effectiveness and accuracy of LipFuzzer. We also use LipFuzzer to evaluate both cover the root cause of speech misinterpretation in vApp Amazon Alexa and Google Assistant vApp platforms. We processing. In this paper, we devise a first representative have identified that a large portion of real-world vApps Voice Assistant (VA) Architecture, as shown in Figure 1, are vulnerable based on our fuzzing result. from which we study the core components involved in proper speech interpretation. After closely scrutinizing the VA architecture, we found that both the Automatic Speech Recognition (ASR) and the Natural Language Network and Distributed Systems Security (NDSS) Symposium 2019 24-27 February 2019, San Diego, CA, USA Understanding (NLU) components play a central role in ISBN 1-891562-55-X https://dx.doi.org/10.14722/ndss.2019.23525 1vApp is the generalized name used in this paper for Amazon Alexa www.ndss-symposium.org Skills, Google Assistant Actions. proper speech recognition and interpretation. Previous Natural Intent Automatic Textual Language Classifier works have only studied the ASR text interpretation Audio Speech Data Understanding Input Recognition (NLU) component. In the NLU, an Intent Classifier uses voice (ASR) command templates (or templates) to match intents Intents Audio Response Output (similar to Intent Message in Android) with textual data Engine Textual vAppThird Response InstancesParty obtained after ASR’s text interpretation. Then, intents Speech Processing Gadgets are used to reach vApps with specific functionality. From the vApp security perspective, the Intent Classifier Fig. 1: VUI-based VA Architecture. plays a more important role when interpreting users’ voice commands. The reason is that the Intent Classifier is the last step of the interpretation process. It has commands. For example, a user could be simply using the capability of not only determining users’ semantic regional vocabulary (i.e. words or expressions that are intents, but also fixing the ASR’s potential transcription used in a dialect area but not commonly recognizable errors. Second, while ASR is a default built-in service in other areas) rather than pronunciation issue alone. component, the construction of the Intent Classifier’s Moreover, it is unpredictable when and how a user semantic classification is contributed by both vApp would speak differently. All of these factors make the developers and service providers. Particularly, third- voice command fuzzing difficult because of the large party developers can upload voice command templates searching space. to modify the unified intent classification tree used by all users (more details are illustrated in Section II). To overcome the aforementioned design challenges, As a result, it creates the opportunity for misbehaving we propose a novel linguistic-model-guided fuzzing developers to maliciously modify the intent matching tool, called LipFuzzer. Our tool generates potential process of the NLU. voice commands that are likely to incur a seman- tic inconsistency such that a user reaches an unin- However, it is challenging to systematically study tended vApp/functionality (i.e. users think they use how NLU’s Intent Classifier is penetrated to incur voice commands correctly but yield unwanted results). semantic inconsistency between users’ intents and VA’s For convenience, we name any voice commands that machine understanding. First, mainstream VA plat- can lead to such inconsistency as LAPSUS.3 LipFuzzer forms, such as Amazon Alexa, Google Assistant, and addresses the two aforementioned challenges in two almost all vApps are in closed development. Thus, components. First, to decide mutation fields, we realize it is difficult to conduct a white box analysis. Also, that the state-of-the-art Natural Language Processing due to the strong privacy enforcement, it is impossible (NLP) techniques can be used to extract computational to get real users’ speech input and the corresponding linguistic data. Thus, we design LipFuzzer’s basic tem- vApp response output. Thus, conducting large-scale, plate fuzzing by first mutating NLP pre-processed voice real-world data-driven analysis is also very challenging. command templates. Then, we input mutated voice Our Approach. In this work, we assess speech mis- commands to VA devices by using machine speech interpretation through the black-box mutation fuzzing synthesis to eliminate the human factor of producing of voice command templates, which are used as inputs ASR-related misinterpretation. Second, to reduce the of Intent Classifier for matching intents. Our goal is search space of the basic fuzzing, in the linguistic mod- to systematically evaluate how Intent Classifier behaves eling component, we train adversarial linguistic models when inputting different forms of voice commands. named LAPSUS Models by adopting Bayesian Networks However, it is not straight-forward to design such a (BNs). BNs are constructed statistically with linguistic fuzzing scheme. First, the computability of vApp I/O knowledge related to LAPSUS. The template fuzzing is is very limited as both input and output of vApps are then guided with linguistic model query results. As a in the speech form, i.e., you can only speak with a VA result, LipFuzzer is able to perform effective mutation- device or listen to the audio response2. Thus, we have based fuzzing on seed template inputs (gathered from to determine mutation fields that we can work on in the existing vApp user guidance available online). context of vApp processing. Moreover, it is important In our evaluation, we first showcase that Intent Clas- to eliminate the effect of ASR’s text interpretation so sifier is indeed the root cause of the misinterpretation. that error propagation is minimized. Second, in [28], Then, we show that LipFuzzer can systematically pin- the authors suggest that vApp squatting attacks are point semantic inconsistencies with the help of linguistic caused by pronunciation-based interpretation errors of models generated from existing linguistic knowledge. ASR. However, in reality, ambiguous natural languages incur many more different forms of confusing voice Furthermore, we scan Alexa Skill Store and Google
Recommended publications
  • Voice Interfaces
    VIEW POINT VOICE INTERFACES Abstract A voice-user interface (VUI) makes human interaction with computers possible through a voice/speech platform in order to initiate an automated service or process. This Point of View explores the reasons behind the rise of voice interface, key challenges enterprises face in voice interface adoption and the solution to these. Are We Ready for Voice Interfaces? Let’s get talking! IO showed the new promise of voice offering integrations with their Voice interfaces. Assistants. Since Apple integration with Siri, voice interfaces has significantly Almost all the big players (Google, Apple, As per industry forecasts, over the next progressed. Echo and Google Home Microsoft) have ‘office productivity’ decade, 8 out of every 10 people in the have demonstrated that we do not need applications that are being adopted by world will own a device (a smartphone or a user interface to talk to computers businesses (Microsoft and their Office some kind of assistant) which will support and have opened-up a new channel for Suite already have a big advantage here, voice based conversations in native communication. Recent demos of voice but things like Google Docs and Keynote language. Just imagine the impact! based personal assistance at Google are sneaking in), they have also started Voice Assistant Market USD~7.8 Billion CAGR ~39% Market Size (USD Billion) 2016 2017 2018 2019 2020 2021 2022 2023 The Sudden Interest in Voice Interfaces Although voice technology/assistants Voice Recognition Accuracy Convenience – speaking vs typing have been around in some shape or form Voice Recognition accuracy continues to Humans can speak 150 words per minute for many years, the relentless growth of improve as we now have the capability to vs the typing speed of 40 words per low-cost computational power—and train the models using neural networks minute.
    [Show full text]
  • An Explorative Customer Experience Study on Voice Assistant Services of a Swiss Tourism Destination
    Athens Journal of Tourism - Volume 7, Issue 4, December 2020 – Pages 191-208 Resistance to Customer-driven Business Model Innovations: An Explorative Customer Experience Study on Voice Assistant Services of a Swiss Tourism Destination By Anna Victoria Rozumowski*, Wolfgang Kotowski± & Michael Klaas‡ For tourism, voice search is a promising tool with a considerable impact on tourist experience. For example, voice search might not only simplify the booking process of flights and hotels but also change local search for tourist information. Against this backdrop, our pilot study analyzes the current state of voice search in a Swiss tourism destination so that providers can benefit from those new opportunities. We conducted interviews with nine experts in Swiss tourism marketing. They agree that voice search offers a significant opportunity as a new and diverse channel in tourism. Moreover, this technology provides new marketing measures and a more efficient use of resources. However, possible threats to this innovation are data protection regulation and providers’ lack of skills and financial resources. Furthermore, the diversity of Swiss dialects pushes voice search to its limits. Finally, our study confirms that tourism destinations should cooperate to implement voice search within their touristic regions. In conclusion, following our initial findings from the sample destination, voice search remains of minor importance for tourist marketing in Switzerland as evident in the given low use of resources. Following this initial investigation of voice search in a Swiss tourism destination, we recommended conducting further qualitative interviews on tourists’ voice search experience in different tourist destinations. Keywords: Business model innovation, resistance to innovation, customer experience, tourism marketing, voice search, Swiss destination marketing, destination management Introduction Since innovations like big data and machine learning have already caused lasting changes in the interaction between companies and consumers (Shankar et al.
    [Show full text]
  • The Nao Robot As a Personal Assistant
    1 Ziye Zhou THE NAO ROBOT AS A PERSONAL ASSISTANT Information Technology 2016 2 FOREWORD I would like to take this opportunity to express my gratitude to everyone who have helped me. Dr. Yang Liu is my supervisor in this thesis, without his help I could not come so far and get to know about Artificial Intelligence, I would not understand the gaps between me and other intelligent students in the world. Thanks for giving me a chance to go aboard and get to know more. Also I would like to say thank you to all the teachers and stuffs in VAMK. Thanks for your guidance. Thanks for your patient and unselfish dedication. Finally, thanks to my parents and all my friends. Love you all the time. 3 VAASAN AMMATTIKORKEAKOULU UNIVERSITY OF APPLIED SCIENCES Degree Program in Information Technology ABSTRACT Author Ziye Zhou Title The NAO Robot as a Personal Assistant Year 2016 Language English Pages 55 Name of Supervisor Yang Liu Voice recognition and Artificial Intelligence are popular research topics these days, with robots doing physical and complicated labour work instead of humans is the trend in the world in future. This thesis will combine voice recognition and web crawler, let NAO robot help humans check information (train tickets and weather) from websites by voice interaction with human beings as a voice assistance. The main research works are as follows: 1. Voice recognition, resolved by using Google speech recognition API. 2. Web crawler, resolved by using Selenium to simulate the operation of web pages. 3. The connection and use of NAO robot.
    [Show full text]
  • International Journal of Information Movment
    International Journal of Information Movement Vol.2 Issue III (July 2017) Website: www.ijim.in ISSN: 2456-0553 (online) Pages 85-92 INFORMATION RETRIEVAL AND WEB SEARCH Sapna Department of Library and Information Science Central University of Haryana Email: sapnasna121@gmail Abstract The paper gives an overview of search techniques used for information retrieval on the web. The features of selected search engines and the search techniques available with emphasis on advanced search techniques are discussed. A historic context is provided to illustrate the evolution of search engines in the semantic web era. The methodology used for the study is review of literature related to various aspects of search engines and search techniques available. In this digital era library and information science professionals should be aware of various search tools and techniques available so that they will be able to provide relevant information to users in a timely and effective manner and satisfy the fourth law of library science i.e. “Save the time of the user.” Keywords: search engine, web search engine, semantic search, resource discovery, - advanced search techniques, information retrieval. 1.0 Introduction Retrieval systems in libraries have been historically very efficient and effective as they are strongly supported by cataloging for description and classification systems for organization of information. The same has continued even in the digital era where online catalogs are maintained by library standards such as catalog codes, classification schemes, standard subject headings lists, subject thesauri, etc. However, the information resources in a given library are limited. With the rapid advancement of technology, a large amount of information is being made available on the web in various forms such as text, multimedia, and another format continuously, however, retrieving relevant results from the web search engine is quite difficult.
    [Show full text]
  • NLP-5X Product Brief
    NLP-5x Natural Language Processor With Motor, Sensor and Display Control The NLP-5x is Sensory’s new Natural Language Processor targeting consumer electronics. The NLP-5x is designed to offer advanced speech recognition, text-to-speech (TTS), high quality music and speech synthesis and robotic control to cost-sensitive high volume products. Based on a 16-bit DSP, the NLP-5x integrates digital and analog processing blocks and a wide variety of communication interfaces into a single chip solution minimizing the need for external components. The NLP-5x operates in tandem with FluentChip™ firmware - an ultra- compact suite of technologies that enables products with up to 750 seconds of compressed speech, natural language interface grammars, TTS synthesis, Truly Hands-Free™ triggers, multiple speaker dependent and independent vocabularies, high quality stereo music, speaker verification (voice password), robotics firmware and all application code built into the NLP-5x as a single chip solution. The NLP-5x also represents unprecedented flexibility in application hardware designs. Thanks to the highly integrated architecture, the most cost-effective voice user interface (VUI) designs can be built with as few additional parts as a clock crystal, speaker, microphone, and few resistors and capacitors. The same integration provides all the necessary control functions on-chip to enable cost-effective man-machine interfaces (MMI) with sensing technologies, and complex robotic products with motors, displays and interactive intelligence. Features BROAD
    [Show full text]
  • Google Search by Voice: a Case Study
    Google Search by Voice: A case study Johan Schalkwyk, Doug Beeferman, Fran¸coiseBeaufays, Bill Byrne, Ciprian Chelba, Mike Cohen, Maryam Garret, Brian Strope Google, Inc. 1600 Amphiteatre Pkwy Mountain View, CA 94043, USA 1 Introduction Using our voice to access information has been part of science fiction ever since the days of Captain Kirk talking to the Star Trek computer. Today, with powerful smartphones and cloud based computing, science fiction is becoming reality. In this chapter we give an overview of Google Search by Voice and our efforts to make speech input on mobile devices truly ubiqui- tous. The explosion in recent years of mobile devices, especially web-enabled smartphones, has resulted in new user expectations and needs. Some of these new expectations are about the nature of the services - e.g., new types of up-to-the-minute information ("where's the closest parking spot?") or communications (e.g., "update my facebook status to 'seeking chocolate'"). There is also the growing expectation of ubiquitous availability. Users in- creasingly expect to have constant access to the information and services of the web. Given the nature of delivery devices (e.g., fit in your pocket or in your ear) and the increased range of usage scenarios (while driving, biking, walking down the street), speech technology has taken on new importance in accommodating user needs for ubiquitous mobile access - any time, any place, any usage scenario, as part of any type of activity. A goal at Google is to make spoken access ubiquitously available. We would like to let the user choose - they should be able to take it for granted that spoken interaction is always an option.
    [Show full text]
  • A Guide to Chatbot Terminology
    Machine Language A GUIDE TO CHATBOT TERMINOLOGY Decision Trees The most basic chatbots are based on tree-structured flowcharts. Their responses follow IF/THEN scripts that are linked to keywords and buttons. Natural Language Processing (NLP) A computer’s ability to detect human speech, recognize patterns in conversation, and turn text into speech. Natural Language Understanding A computer’s ability to determine intent, especially when what is said doesn’t quite match what is meant. This task is much more dicult for computers than Natural Language Processing. Layered Communication Human communication is complex. Consider the intricacies of: • Misused phrases • Intonation • Double meanings • Passive aggression • Poor pronunciation • Regional dialects • Subtle humor • Speech impairments • Non-native speakers • Slang • Syntax Messenger Chatbots Messenger chatbots reside within the messaging applications of larger digital platforms (e.g., Facebook, WhatsApp, Twitter, etc.) and allow businesses to interact with customers on the channels where they spend the most time. Chatbot Design Programs There’s no reason to design a messenger bot from scratch. Chatbot design programs help designers make bots that: • Can be used on multiple channels • (social, web, apps) • Have custom design elements • (response time, contact buttons, • images, audio, etc.) • Collect payments • Track analytics (open rates, user • retention, subscribe/unsubscribe • rates) • Allow for human takeover when • the bot’s capabilities are • surpassed • Integrate with popular digital • platforms (Shopify, Zapier, Google • Site Search, etc.) • Provide customer support when • issues arise Voice User Interface A voice user interface (VUI) allows people to interact with a computer through spoken commands and questions. Conversational User Interface Like a voice user interface, a conversational user interface (CUI) allows people to control a computer with speech, but CUI’s dier in that they emulate the nuances of human conversation.
    [Show full text]
  • Voice User Interface on the Web Human Computer Interaction Fulvio Corno, Luigi De Russis Academic Year 2019/2020 How to Create a VUI on the Web?
    Voice User Interface On The Web Human Computer Interaction Fulvio Corno, Luigi De Russis Academic Year 2019/2020 How to create a VUI on the Web? § Three (main) steps, typically: o Speech Recognition o Text manipulation (e.g., Natural Language Processing) o Speech Synthesis § We are going to start from a simple application to reach a quite complex scenario o by using HTML5, JS, and PHP § Reminder: we are interested in creating an interactive prototype, at the end 2 Human Computer Interaction Weather Web App A VUI for "chatting" about the weather Base implementation at https://github.com/polito-hci-2019/vui-example 3 Human Computer Interaction Speech Recognition and Synthesis § Web Speech API o currently a draft, experimental, unofficial HTML5 API (!) o https://wicg.github.io/speech-api/ § Covers both speech recognition and synthesis o different degrees of support by browsers 4 Human Computer Interaction Web Speech API: Speech Recognition § Accessed via the SpeechRecognition interface o provides the ability to recogniZe voice from an audio input o normally via the device's default speech recognition service § Generally, the interface's constructor is used to create a new SpeechRecognition object § The SpeechGrammar interface can be used to represent a particular set of grammar that your app should recogniZe o Grammar is defined using JSpeech Grammar Format (JSGF) 5 Human Computer Interaction Speech Recognition: A Minimal Example const recognition = new window.SpeechRecognition(); recognition.onresult = (event) => { const speechToText = event.results[0][0].transcript;
    [Show full text]
  • VERSE: Bridging Screen Readers and Voice Assistants for Enhanced
    VERSE: Bridging Screen Readers and Voice Assistants for Enhanced Eyes-Free Web Search Alexandra Vtyurina∗ Adam Fourney Meredith Ringel Morris University of Waterloo Microsoft Research Microsoft Research Waterloo, Ontario, Canada Redmond, WA, USA Redmond, WA, USA [email protected] [email protected] [email protected] Leah Findlater Ryen W. White University of Washington Microsoft Research Seattle, WA, USA Redmond, WA, USA [email protected] [email protected] ABSTRACT INTRODUCTION People with visual impairments often rely on screen readers People with visual impairments are often early adopters of when interacting with computer systems. Increasingly, these audio-based interfaces, with screen readers being a prime individuals also make extensive use of voice-based virtual example. Screen readers work by transforming the visual assistants (VAs). We conducted a survey of 53 people who are content in a graphical user interface into audio by vocalizing legally blind to identify the strengths and weaknesses of both on-screen text. To this end, they are an important accessibility technologies, and the unmet opportunities at their intersection. tool for blind computer users – so much so that every major We learned that virtual assistants are convenient and accessible, operating system includes screen reader functionality (e.g., but lack the ability to deeply engage with content (e.g., read VoiceOver1, TalkBack2, Narrator3), and there is a strong mar- beyond the frst few sentences of an article), and the ability ket for third-party offerings (e.g., JAWS4, NVDA5). Despite to get a quick overview of the landscape (e.g., list alternative their importance, screen readers have many limitations.
    [Show full text]
  • Eindversie-Paper-Rianne-Nieland-2057069
    Talking to Linked Data: Comparing voice interfaces for general­purpose data Master thesis of Information Sciences Rianne Nieland Vrije Universiteit Amsterdam [email protected] ABSTRACT ternet access (Miniwatts Marketing Group, 2012) and People in developing countries cannot access informa- 31.1% is literate (UNESCO, 2010). tion on the Web, because they have no Internet access and are often low literate. A solution could be to pro- A solution to the literacy and Internet access problem vide voice-based access to data on the Web by using the is to provide voice-based access to the Internet by us- GSM network. Related work states that Linked Data ing the GSM network (De Boer et al., 2013). 2G mobile could be a useful input source for such voice interfaces. phones are digital mobile phones that use the GSM net- work (Fendelman, 2014). In Africa the primary mode The aim of this paper is to find an efficient way to make of telecommunication is mobile telephony (UNCTAD, general-purpose data, like Wikipedia information, avail- 2007). able using voice interfaces for GSM. To achieve this, we developed two voice interfaces, one for Wikipedia This paper is about how information on the Web ef- and one for DBpedia, by doing requirements elicitation ficiently can be made available using voice interfaces from literature and developing a voice user interface and for GSM. We developed two voice interfaces, one us- conversion algorithms for Wikipedia and DBpedia con- ing Wikipedia and the other using DBpedia. In this cepts. With user tests the users evaluated the two voice paper we see Wikipedia and DBpedia as two different interfaces, to be able to compare them.
    [Show full text]
  • Voice Assistants and Smart Speakers in Everyday Life and in Education
    Informatics in Education, 2020, Vol. 19, No. 3, 473–490 473 © 2020 Vilnius University, ETH Zürich DOI: 10.15388/infedu.2020.21 Voice Assistants and Smart Speakers in Everyday Life and in Education George TERZOPOULOS, Maya SATRATZEMI Department of Applied Informatics, University of Macedonia, Thessaloniki, Greece Email: [email protected], [email protected] Received: November 2019 Abstract. In recent years, Artificial Intelligence (AI) has shown significant progress and its -po tential is growing. An application area of AI is Natural Language Processing (NLP). Voice as- sistants incorporate AI by using cloud computing and can communicate with the users in natural language. Voice assistants are easy to use and thus there are millions of devices that incorporates them in households nowadays. Most common devices with voice assistants are smart speakers and they have just started to be used in schools and universities. The purpose of this paper is to study how voice assistants and smart speakers are used in everyday life and whether there is potential in order for them to be used for educational purposes. Keywords: artificial intelligence, smart speakers, voice assistants, education. 1. Introduction Emerging technologies like virtual reality, augmented reality and voice interaction are reshaping the way people engage with the world and transforming digital experiences. Voice control is the next evolution of human-machine interaction, thanks to advances in cloud computing, Artificial Intelligence (AI) and the Internet of Things (IoT). In the last years, the heavy use of smartphones led to the appearance of voice assistants such as Apple’s Siri, Google’s Assistant, Microsoft’s Cortana and Amazon’s Alexa.
    [Show full text]
  • PDF Preprint
    A Deeper Investigation of the Importance of Wikipedia Links to Search Engine Results NICHOLAS VINCENT, Northwestern University, USA BRENT HECHT, Northwestern University, USA A growing body of work has highlighted the important role that Wikipedia’s volunteer-created content plays in helping search engines achieve their core goal of addressing the information needs of hundreds of millions of people. In this paper, we report the results of an investigation into the incidence of Wikipedia links in search engine results pages (SERPs). Our results extend prior work by considering three U.S. search engines, simulating both mobile and desktop devices, and using a spatial analysis approach designed to study modern SERPs that are no longer just “ten blue links”. We find that Wikipedia links are extremely common in important search contexts, appearing in 67-84% of desktop SERPs for common and trending queries, but less often for medical queries. Furthermore, we observe that Wikipedia links often appear in “Knowledge Panel” SERP elements and are in positions visible to users without scrolling, although Wikipedia appears less often and in less prominent positions on mobile devices. Our findings reinforce the complementary notions that (1) Wikipedia content and research has major impact outside of the Wikipedia domain and (2) powerful technologies like search engines are highly reliant on free content 4 created by volunteers. CCS Concepts: • Human-centered computing → Empirical studies in collaborative and social computing KEYWORDS Wikipedia; search engines; user-generated content; data leverage ACM Reference Format: Nicholas Vincent and Brent Hecht. 2021. A Deeper Investigation of the Importance of Wikipedia Links to Search Engine Results.
    [Show full text]