Generating Lexicalization Patterns for Linked Open Data

Total Page:16

File Type:pdf, Size:1020Kb

Generating Lexicalization Patterns for Linked Open Data Generating Lexicalization Patterns for Linked Open Data Rivindu Perera and Parma Nand Auckland University of Technology Auckland, New Zealand rperera, pnand @aut.ac.nz { } Abstract drawback of Linked Data is that it lacks the lin- guistic information which can be used to turn them The concept of Linked Data has attracted back to a natural textual format. increased interest in recent times due to its Generating linguistic structures and choosing free and open availability and the sheer of words to communicate a particular abstract repre- volume. We present a framework to gener- sentation (e.g., triple) is referred to as lexicaliza- ate patterns which can be used to lexical- tion which is a subtask in Natural Language Gen- ize Linked Data. We use DBpedia as the eration. The work described in this paper is a part Linked Data resource which is one of the of our NLG project2 currently under way (Perera most comprehensive and fastest growing and Nand, 2014a; Perera and Nand, 2014b; Per- Linked Data resource available for free. era and Nand, 2014c). The framework presented The framework incorporates a text prepa- in this paper uses DBpedia as the Linked Data re- ration module which collects and prepares source and lexicalization is presented as the min- the text after which Open Information Ex- ing best available pattern to generate a natural lan- traction is employed to extract relations guage representation for the triple being consid- which are then aligned with triples to iden- ered. tify patterns. The framework also uses The remainder of the paper is structured as fol- lexical semantic resources to mine pat- lows. Section 2 presents related work in the area terns utilizing VerbNet and WordNet. The of lexicalization. In Section 3 we describe the pro- framework achieved 70.36% accuracy and posed framework in detail. Section 4 presents the a Mean reciprocal Rank value of 0.72 for experiments used to validate the framework. Sec- five DBpedia ontology classes generating tion 5 concludes the paper with an outlook on fu- 101 lexicalizations. ture work. 1 Introduction 2 Related work Semantic web continues to grow rapidly in var- ious forms. Two key areas that recent semantic Duma and Klein (2013) present an approach to ex- web researches have focused on are enrichment of tract templates to verbalize triples using a heuris- Linked Data resources and using these resources tic. The main drawbacks noticed in this model are in different applications. the ignorance of additional textual resources and DBpedia, Freebase, and YAGO1 are frontiers less consideration on the cohesive pattern genera- in Linked Data area. The Linked Data is repre- tion sented as triples (a data structure in the form of Lemon model (Walter et al., 2013) extracts lex- subject, predicate, object ) using Resource De- icalizations for DBpedia using dependency pat- h i scription Framework (RDF). As Linked Data con- terns extracted from Wikipedia sentences. How- cept moves forward, there is also a need to uti- ever, the initial experiments we performed have lize this data in applications. A major area that re- shown that this approach fails completely when quires Linked Data is Natural Language Process- provided with sentences with grammatical con- ing (NLP) and applications such as Question An- junctions. swering (QA) (Perera, 2012a; Perera, 2012b). A Ell and Harth (2014) introduce the language in- 1dbpedia.org, freebase.com, mpi-inf.mpg.de/yago/ 2http://rivinduperera.com/information/realtextlex 2 Proceedings of the Second Workshop on Natural Language Processing and Linked Open Data, pages 2–5, Hissar, Bulgaria, 11 September 2015. dependent approach to generate RDF verbaliza- verb frame based patterns are also determined and tion templates. This model utilizes the maxi- added to the pattern list. mal sub-graph pattern extraction model. However, 3.3.1 Relation based patterns in our approach the Open Information Extraction (OpenIE) is utilized to get more coherent lexical- Based on the aligned relations and triples, a string ization patterns (Perera and Nand, 2015a; Perera based pattern is generated. These string based pat- and Nand, 2015b). terns can get two forms as shown in Fig. 2 for two sample scenarios. The subject and object are de- 3 RealTextlex framework noted by symbols s? and o? respectively. Fig. 1 depicts the high-level overview of the pro- 3.3.2 Verb frame based patterns cess of generating lexicalization patterns in the The framework utilizes two lexical semantic re- proposed framework. The process starts with a sources, VerbNet and WordNet to mine patterns. given DBpedia ontology class (e.g., person, orga- Currently, the framework generates only one type nization, etc.). The following sections explains the of pattern (s? Verb o?), if the predicate is a process in detail. verb and if that verb has the frame Noun phrase, { Verb, Noun phrase in either VerbNet or WordNet. 3.1 Candidate sentence extraction } The objective of candidate sentence extractor is 3.3.3 Property based patterns to identify potential sentences that can lexicalize The predicates which cannot be associated with a a given triple. The input is taken as a collection pattern in the above processes described in Sec- of co-reference resolved sentences and a set of tion 3.3.1 and Section 3.3.2 are properties belong- triples. This unit firstly verbalizes the triples us- ing to the DBpedia resources selected. The left ing a set of rules. Then each sentence is analysed over predicates are assigned a generic pattern (s? has predicate of o?) based on the spe- to check either complete subject (s), the object (o) h i or the predicate (p) are mentioned in the sentence cific predicate. (S). This sentence analysis assigns a score to each 3.4 Pattern enrichment sentence based on presence of a triple. The score is the ratio of subject, predicate and object present Pattern enrichment adds two types of additional in the sentence. information; grammatical gender related to the pattern and multiplicity level associated with the 3.2 Open Information Extraction determined pattern. When searching a pattern Once the candidate sentences are selected for each in the lexicalization pattern database, these addi- triple, we then extract relations from these can- tional information is also mined in the lexicaliza- didate sentences employing Open IE. The Open tion patterns for a given predicate of an ontology IE (Etzioni et al., 2008) essentially focuses on do- class. main independent relation extraction and predom- 3.4.1 Grammatical gender determination inantly targets the web as a corpus for deriving the The lexicalization patterns can be accurately relations. The framework proposed in this paper reused later only if the grammatical gender is uses textual content extracted from the web which recorded with the pattern. For example, consider works with a diverse set of domains. Specifically, triple, Walt Disney, spouse, Lillian the framework uses Ollie Open IE system3 for re- h Disney and lexicalization pattern, “s? is lation extraction. This module associates each re- i the husband of o?”. This pattern cannot lation with the triple and outputs a triple-relations be reused to lexicalize the triple Lillian collection. A relation is composed of first argu- h Disney, spouse, Walt Disney , be- ment (arg1), relation (rel), and second argument i cause the grammatical gender of the subject is (arg2). now different, even though the property (spouse) 3.3 Pattern processing and combination is same in both scenarios. The framework uses three types of grammatical gender types (male, This module generates patterns from aligned rela- female, neutral) based on the triple subject and tions in Section 3.2. In addition to these patterns, it is determined by DBpedia grammatical gender 3knowitall.github.io/ollie/ dataset (Mendes et al., 2012). 3 Figure 1: Schematic representation of the complete framework Walt Disney, birth date, 1901-12-05 •h i – arg1: Walt Disney, rel: was born on, arg2: December 5, 1901 pattern: s? was born on o? Walt Disney, designer, Mickey Mouse •h i – arg1: Mickey Mouse, rel: is designed by, arg2: Walt Disney Figure 3: Analysis of syntactic correctness of the pattern: o? is designed by s? extracted patterns Figure 2: Basic patterns generated for two sample ness was considered as being both grammatically triples. s? and o? represent subject and object accurate and coherent. The results of this evalu- respectively. ation is shown in Fig. 3 for each of the ontology classes. Since, the framework ranks lexicalization pat- 3.4.2 Multiplicity determination terns using a scoring system, we considered it as In DBpedia page for Nile River has three countries a method that provides a set of possible outputs. listed under the predicate “country” because it We decided to get a statistical measurement incor- does not belong to one country, but flows through porating Mean Reciprocal Rank (MRR) as shown these countries. However, East River belongs only below to compute the rank of the first correct pat- to United States. The lexicalization patterns gen- tern of each predicate in each ontology class. erated for these two scenarios will also be differ- P ent and cannot be shared. For example, lexical- 1 | | 1 MRR = (1) ization pattern for Nile river will in the form of P rank | | i=1 i “s? flows through o?” and for East River X it will be like “s? is in o?”. To address this where P and ranki represent predicates and the th variation, our framework checks whether there are rank of the correct lexicalization for the i predi- multiple object values for the same subject and cate respectively. Table 2 depicts the MRR results predicate, then it adds the appropriate property for the 5 ontology classes being considered. value (multiple/single) to the pattern.
Recommended publications
  • Shakespeare in the Eighteenth Century: Algorithm for Quotation Identification
    University of Arkansas, Fayetteville ScholarWorks@UARK Theses and Dissertations 5-2020 Shakespeare in the Eighteenth Century: Algorithm for Quotation Identification Marion Pauline Chiariglione University of Arkansas, Fayetteville Follow this and additional works at: https://scholarworks.uark.edu/etd Part of the Numerical Analysis and Scientific Computing Commons, and the Theory and Algorithms Commons Citation Chiariglione, M. P. (2020). Shakespeare in the Eighteenth Century: Algorithm for Quotation Identification. Theses and Dissertations Retrieved from https://scholarworks.uark.edu/etd/3580 This Thesis is brought to you for free and open access by ScholarWorks@UARK. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of ScholarWorks@UARK. For more information, please contact [email protected]. Shakespeare in the Eighteenth Century: Algorithm for Quotation Identification A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Computer Science by Marion Pauline Chiariglione IUT Dijon, University of Burgundy Bachelor of Science in Computer Science, 2017 May 2020 University of Arkansas This thesis is approved for recommendation to the Graduate Council Susan Gauch, Ph.D. Thesis Director Qinghua Li, Ph.D. Committee member Khoa Luu, Ph.D. Committee member Abstract Quoting a borrowed excerpt of text within another literary work was infrequently done prior to the beginning of the eighteenth century. However, quoting other texts, particularly Shakespeare, became quite common after that. Our work develops automatic approaches to identify that trend. Initial work focuses on identifying exact and modified sections of texts taken from works of Shakespeare in novels spanning the eighteenth century. We then introduce a novel approach to identifying modified quotes by adapting the Edit Distance metric, which is character based, to a word based approach.
    [Show full text]
  • Using N-Grams to Understand the Nature of Summaries
    Using N-Grams to Understand the Nature of Summaries Michele Banko and Lucy Vanderwende One Microsoft Way Redmond, WA 98052 {mbanko, lucyv}@microsoft.com views of the event being described over different Abstract documents, or present a high-level view of an event that is not explicitly reflected in any single document. A Although single-document summarization is a useful multi-document summary may also indicate the well-studied task, the nature of multi- presence of new or distinct information contained within document summarization is only beginning to a set of documents describing the same topic (McKeown be studied in detail. While close attention has et. al., 1999, Mani and Bloedorn, 1999). To meet these been paid to what technologies are necessary expectations, a multi-document summary is required to when moving from single to multi-document generalize, condense and merge information coming summarization, the properties of human- from multiple sources. written multi-document summaries have not Although single-document summarization is a well- been quantified. In this paper, we empirically studied task (see Mani and Maybury, 1999 for an characterize human-written summaries overview), multi-document summarization is only provided in a widely used summarization recently being studied closely (Marcu & Gerber 2001). corpus by attempting to answer the questions: While close attention has been paid to multi-document Can multi-document summaries that are summarization technologies (Barzilay et al. 2002, written by humans be characterized as Goldstein et al 2000), the inherent properties of human- extractive or generative? Are multi-document written multi-document summaries have not yet been summaries less extractive than single- quantified.
    [Show full text]
  • Multi-Document Biography Summarization
    Multi-document Biography Summarization Liang Zhou, Miruna Ticrea, Eduard Hovy University of Southern California Information Sciences Institute 4676 Admiralty Way Marina del Rey, CA 90292-6695 {liangz, miruna, hovy} @isi.edu Abstract In this paper we describe a biography summarization system using sentence classification and ideas from information retrieval. Although the individual techniques are not new, assembling and applying them to generate multi-document biographies is new. Our system was evaluated in DUC2004. It is among the top performers in task 5–short summaries focused by person questions. 1 Introduction Automatic text summarization is one form of information management. It is described as selecting a subset of sentences from a document that is in size a small percentage of the original and Figure 1. Overall design of the biography yet is just as informative. Summaries can serve as summarization system. surrogates of the full texts in the context of To determine what and how sentences are Information Retrieval (IR). Summaries are created selected and ranked, a simple IR method and from two types of text sources, a single document experimental classification methods both or a set of documents. Multi-document contributed. The set of top-scoring sentences, after summarization (MDS) is a natural and more redundancy removal, is the resulting biography. elaborative extension of the single-document As yet, the system contains no inter-sentence summarization, and poses additional difficulties on ‘smoothing’ stage. algorithm design. Various kinds of summaries fall In this paper, work in related areas is discussed into two broad categories: generic summaries are in Section 2; a description of our biography corpus the direct derivatives of the source texts; special- used for training and testing the classification interest summaries are generated in response to component is in Section 3; Section 4 explains the queries or topic-oriented questions.
    [Show full text]
  • Quesgen Using Nlp 01
    Quesgen Using Nlp 01 International Journal of Latest Trends in Engineering and Technology Vol.(13)Issue(2), pp.009-014 DOI: http://dx.doi.org/10.21172/1.132.02 e-ISSN:2278-621X QUESGEN USING NLP Pawan NGP1, Pooja Bahuguni2, Pooja Dattatri3, Shilpi Kumari4, Vikranth B.M5 Abstract— when people read for long hours, they seldom are able to grasp concepts and it gives them false sense of understanding it. The aim of this project is to tackle this problem by processing given text and generating applicable questions and answer. The steps followed are: 1. Candidate key sentences are selected (using Text Rank). 2. Candidate key words are selected from candidate key sentences (RAKE). 3. These selected key sentences and words are stored in the database (MongoDB) and presented to the user through chatbot interface. Keywords— NLP, NLP toolkit, Sentence extraction, Keyword extraction, ChatBot, RAKE, TextRank 1. INTRODUCTION Humans are the most curious by nature. Asking Questions to meet their never-ending quest for information and knowledge. For Example,teachers ask students, questions to evaluate performance of the students, pupils learn by asking questions to teachers,and even our normal life conversation consists of asking questions. Questions are the major part of countless learning interactions. However, with the advent of technology, attention spans of individuals have significantly gone down and they are not able to ask good questions. It has been noticed that when people try to read for long hours, they seldom are able to grasp concepts. But having spent some time reading gives people a false sense of understanding it.
    [Show full text]
  • An Automatic Text Summarization for Malayalam Using Sentence Extraction
    International Journal of Advanced Computational Engineering and Networking, ISSN: 2320-2106, Volume-3, Issue-8, Aug.-2015 AN AUTOMATIC TEXT SUMMARIZATION FOR MALAYALAM USING SENTENCE EXTRACTION 1RENJITH S R, 2SONY P 1M.Tech Computer and Information Science, Dept.of Computer Science, College of Engineering Cherthala Kerala, India-688541 2Assistant Professor, Dept. of Computer Science, College of Engineering Cherthala, Kerala, India-688541 Abstract—Text Summarization is the process of generating a short summary for the document that contains the significant portion of information. In an automatic text summarization process, a text is given to the computer and the computer returns a shorter less redundant extract of the original text. The proposed method is a sentence extraction based single document text summarization which produces a generic summary for a Malayalam document. Sentences are ranked based on feature scores and Googles PageRank formula. Top k ranked sentences will be included in summary where k depends on the compression ratio between original text and summary. Performance evaluation will be done by comparing the summarization outputs with manual summaries generated by human evaluators. Keywords—Text summarization, Sentence Extraction, Stemming, TF-ISF score, Sentence similarity, PageRank formula, Summary generation. I. INTRODUCTION a summary, which represents the subject matter of an article by understanding the whole meaning, which With enormous growth of information on cyberspace, are generated by reformulating the salient unit conventional Information Retrieval techniques have selected from an input sentences. It may contain some become inefficient for finding relevant information text units which are not present in the input text. An effectively. When we give a keyword to be searched extract is a summary consisting of a number of on the internet, it returns thousands of documents sentences selected from the input text.Sentence overwhelming the user.
    [Show full text]
  • Automatic Document Summarization by Sentence Extraction
    Вычислительные технологии Том 12, № 5, 2007 AUTOMATIC DOCUMENT SUMMARIZATION BY SENTENCE EXTRACTION R. M. Aliguliyev Institute of Information Technology of the National Academy of Sciences of Azerbaijan, Baku e-mail: [email protected] Представлен метод автоматического реферирования документов, который ге- нерирует резюме документа путем кластеризации и извлечения предложений из исходного документа. Преимущество предложенного подхода в том, что сгенери- рованное резюме документа может включать основное содержание практически всех тем, представленных в документе. Для определения оптимального числа кла- стеров введен критерий оценки качества кластеризации. Introduction Automatic document processing is a research field that is currently extremely active. One important task in this field is automatic document summarization, which preserves its information content [1]. With a large volume of text documents, presenting the user with a summary of each document greatly facilitates the task of finding the desired documents. Text search and summarization are the two essential technologies that complement each other. Text search engines return a set of documents that seem to be relevant to the user’s query, and text enable quick examinations through the returned documents. In general, automatic document summarization takes a source document (or source documents) as input, extracts the essence of the source(s), and presents a well-formed summary to the user. Mani and Maybury [1] formally defined automatic document summari- zation as the process of distilling the most important information from a source(s) to produce an abridged version for a particular user (or users) and task (or tasks). The process can be decomposed into three phases: analysis, transformation and synthesis. The analysis phase analyzes the input document and selects a few salient features.
    [Show full text]
  • The Elements of Automatic Summarization
    The Elements of Automatic Summarization by Daniel Jacob Gillick A dissertation submitted in partial satisfaction of the requirements for the degree of in Computer Science in the GRADUATE DIVISION of the UNIVERSITY OF CALIFORNIA, BERKELEY Committee in charge: Professor Nelson Morgan, Chair Professor Daniel Klein Professor Thomas Griffiths Spring 2011 The Elements of Automatic Summarization Copyright © 2011 by Daniel Jacob Gillick Abstract The Elements of Automatic Summarization by Daniel Jacob Gillick Doctor of Philosophy in Computer Science University of California, Berkeley Professor Nelson Morgan, Chair This thesis is about automatic summarization, with experimental results on multi- document news topics: how to choose a series of sentences that best represents a col- lection of articles about one topic. I describe prior work and my own improvements on each component of a summarization system, including preprocessing, sentence valuation, sentence selection and compression, sentence ordering, and evaluation of summaries. The centerpiece of this work is an objective function for summariza- tion that I call "maximum coverage". The intuition is that a good summary covers as many possible important facts or concepts in the original documents. It turns out that this objective, while computationally intractable in general, can be solved efficiently for medium-sized problems and has reasonably good fast approximate so- lutions. Most importantly, the use of an objective function marks a departure from previous algorithmic approaches to summarization. 1 Acknowledgements Getting a Ph.D. is hard. Not really hard in the day-to-day sense, but more because I spent a lot of time working on a few small problems, and at the end of six years, I have only made a few small contributions to the world.
    [Show full text]
  • A Query Focused Multi Document Automatic Summarization
    PACLIC 24 Proceedings 545 A Query Focused Multi Document Automatic Summarization Pinaki Bhaskar and Sivaji Bandyopadhyay Department of Computer Science & Engineering, Jadavpur University, Kolkata – 700032, India [email protected], [email protected] Abstract. The present paper describes the development of a query focused multi-document automatic summarization. A graph is constructed, where the nodes are sentences of the documents and edge scores reflect the correlation measure between the nodes. The system clusters similar texts having related topical features from the graph using edge scores. Next, query dependent weights for each sentence are added to the edge score of the sentence and accumulated with the corresponding cluster score. Top ranked sentence of each cluster is identified and compressed using a dependency parser. The compressed sentences are included in the output summary. The inter-document cluster is revisited in order until the length of the summary is less than the maximum limit. The summarizer has been tested on the standard TAC 2008 test data sets of the Update Summarization Track. Evaluation of the summarizer yielded accuracy scores of 0.10317 (ROUGE-2) and 0.13998 (ROUGE–SU-4). Keywords: Multi Document Summarizer, Query Focused, Cluster based approach, Parsed and Compressed Sentences, ROUGE Evaluation. 1 Introduction Text Summarization, as the process of identifying the most salient information in a document or set of documents (for multi document summarization) and conveying it in less space, became an active field of research in both Information Retrieval (IR) and Natural Language Processing (NLP) communities. Summarization shares some basic techniques with indexing as both are concerned with identification of the essence of a document.
    [Show full text]
  • Automatic Summarization of Medical Conversations, a Review
    Jessica López Espejel Automatic summarization of medical conversations, a review Jessica López Espejel 1, 2 (1) CEA, LIST, DIASI, F-91191 Gif-sur-Yvette, France. (2) Paris 13 University, LIPN, 93430 Villateneuse, France. [email protected] RÉSUMÉ L’analyse de la conversation joue un rôle important dans le développement d’appareils de simulation pour la formation des professionnels de la santé (médecins, infirmières). Notre objectif est de développer une méthode de synthèse automatique originale pour les conversations médicales entre un patient et un professionnel de la santé, basée sur les avancées récentes en matière de synthèse à l’aide de réseaux de neurones convolutionnels et récurrents. La méthode proposée doit être adaptée aux problèmes spécifiques liés à la synthèse des dialogues. Cet article présente une revue des différentes méthodes pour les résumés par extraction et par abstraction et pour l’analyse du dialogue. Nous décrivons aussi les utilisation du Traitement Automatique des Langues dans le domaine médical. ABSTRACT Conversational analysis plays an important role in the development of simulation devices for the training of health professionals (doctors, nurses). Our goal is to develop an original automatic synthesis method for medical conversations between a patient and a healthcare professional, based on recent advances in summarization using convolutional and recurrent neural networks. The proposed method must be adapted to the specific problems related to the synthesis of dialogues. This article presents a review of the different methods for extractive and abstractive summarization, and for dialogue analysis. We also describe the use of Natural Language Processing in the medical field. MOTS-CLÉS : Résumé automatique, domaine médical, dialogues, revue.
    [Show full text]
  • A Hybrid Approach for Multi-Document Text Summarization
    San Jose State University SJSU ScholarWorks Master's Projects Master's Theses and Graduate Research Fall 12-11-2019 A Hybrid Approach for Multi-document Text Summarization Rashmi Varma Follow this and additional works at: https://scholarworks.sjsu.edu/etd_projects Part of the Artificial Intelligence and Robotics Commons, and the Databases and Information Systems Commons A Hybrid Approach for Multi-document Text Summarization A Project Presented to The Faculty of the Department of Computer Science San Jose State University In Partial Fulfillment of the Requirements for the Degree Master of Science by Rashmi Varma December 2019 ○c 2019 Rashmi Varma ALL RIGHTS RESERVED The Designated Project Committee Approves the Project Titled A Hybrid Approach for Multi-document Text Summarization by Rashmi Varma APPROVED FOR THE DEPARTMENT OF COMPUTER SCIENCE SAN JOSE STATE UNIVERSITY December 2019 Dr. Robert Chun Department of Computer Science Dr. Katerina Potika Department of Computer Science Ms. Manasi Thakur Tuutkia Inc. ABSTRACT A Hybrid Approach for Multi-document Text Summarization by Rashmi Varma Text summarization has been a long studied topic in the field of natural language processing. There have been various approaches for both extractive text summarization as well as abstractive text summarization. Summarizing texts for a single document is a methodical task. But summarizing multiple documents poses as a greater challenge. This thesis explores the application of Latent Semantic Analysis, Text-Rank, Lex-Rank and Reduction algorithms for single document text summarization and compares it with the proposed approach of creating a hybrid system combining each of the above algorithms, individually, with Restricted Boltzmann Machines for multi-document text summarization and analyzing how all the approaches perform.
    [Show full text]
  • A Chinese Chatter Robot for Online Shopping Guide
    Ch2R: A Chinese Chatter Robot for Online Shopping Guide Peijie Huang, Xianmao Lin, Zeqi Lian, De Yang, Xiaoling Tang, Li Huang, Qi- ang Huang, Xiupeng Wu, Guisheng Wu and Xinrui Zhang College of Informatics, South China Agricultural University, Guangzhou 510642, Guangdong, China [email protected] tive recommendations, thus behaving more like Abstract human agents (Liu et al., 2010). For example, in the scenario that we envision, on online e- In this paper we present a conversational commerce site, an intelligent dialogue system dialogue system, Ch2R (Chinese Chatter which roles play a conversational shopping guide Robot) for online shopping guide, which may suggest which digital camera is a better allows users to inquire about information choice, considering brand, price, pixel, etc.; or of mobile phone in Chinese. The purpose suggest which mobile phone is the most popular of this paper is to describe our develop- among teenagers or highest rated by users. ment effort in terms of the underlying hu- In this paper, we describe our development ef- man language technologies (HLTs) as fort on a Chinese chatter robot, named Ch2R well as other system issues. We focus on a (Chinese Chatter Robot) for shopping guide mixed-initiative conversation mechanism with both intelligent ability and professional for interactive shopping guide combining knowledge. The challenges of developing such a initiative guiding and question under- information guiding dialogue system in Chinese standing. We also present some evalua- includes: 1) how to provide active assistance and tion on the system in mobile phone shop- subjective recommendations; 2) how to deal with ping guide domain.
    [Show full text]
  • Relation Extraction Using Distant Supervision: a Survey
    Relation Extraction Using Distant Supervision: a Survey ALISA SMIRNOVA, eXascale Infolab, U. of Fribourg—Switzerland, Switzerland PHILIPPE CUDRÉ-MAUROUX, eXascale Infolab, U. of Fribourg—Switzerland, Switzerland Relation extraction is a subtask of information extraction where semantic relationships are extracted from nat- ural language text and then classified. In essence, it allows to acquire structured knowledge from unstructured text. In this work, we present a survey of relation extraction methods that leverage pre-existing structured or semi-structured data to guide the extraction process. We introduce a taxonomy of existing methods and describe distant supervision approaches in detail. We describe in addition the evaluation methodologies and the datasets commonly used for quality assessment. Finally, we give a high-level outlook on the field, highlighting open problems as well as the most promising research directions. CCS Concepts: • Information systems → Content analysis and feature selection; Information extrac- tion; Additional Key Words and Phrases: relation extraction, distant supervision, knowledge graph ACM Reference Format: Alisa Smirnova and Philippe Cudré-Mauroux. 2019. Relation Extraction Using Distant Supervision: a Survey. ACM Comput. Surv. 1, 1 (March 2019), 35 pages. https://doi.org/10.1145/3241741 1 INTRODUCTION Despite the rise of semi-structured and structured data, text is still the most widespread content in companies and on the Web. As understanding text is deemed AI-complete, however, a popular idea is to extract structured data from text in order to make it machine-readable or processable. One of the main subtasks in this context is extracting semantic relations between various entities in free-form text, also known as relation extraction.
    [Show full text]