catherine faron zucker fabien gandon advisors elena
play

Catherine Faron Zucker & Fabien Gandon, Advisors Elena Cabrio, - PowerPoint PPT Presentation

Amine Hallili, PhD student Catherine Faron Zucker & Fabien Gandon, Advisors Elena Cabrio, Supervisor 1 Headlines Introduction Motivations Research questions Chatbot Definition Categories Our Chatbot ? Ongoing


  1. Amine Hallili, PhD student Catherine Faron Zucker & Fabien Gandon, Advisors Elena Cabrio, Supervisor 1

  2. Headlines  Introduction  Motivations  Research questions  Chatbot  Definition  Categories  Our Chatbot ?  Ongoing work  Our proposal  Knowledge Base  Ontology (Schema.org, GoodRelations)  Pattern Extraction  Property Matching  Response Generation  Perspectives  References 2

  3. Introduction 3

  4. Context & Motivations  Why ?  New means of communication  FAQ  Social Networks  Mobile Applications  Search Engines  Huge amount of underexploited data especially in Commercial Domain  Linked Data  Log files  Raw Text ... 4

  5. Research questions  How to construct a Knowledge Base using website APIs ?  Proposing a platform to extract information  How to fully understand user’s question ?  Natural Language Processing  How to keep users interested in interacting with the system?  Natural Language Generation  Friendly interface  Dialog mode 5

  6. Scenario Give me the price of a Nexus 5! the price of Nexus 5 is 400$! and who sells it? several sellers were found. The main one is Google! Do you want to see other sellers? No, show me the white version, sold by Google and located in France! here are the images of Nexus 5 white version, sold by Google and located in France... 6

  7. ChatBot 7

  8. Chatbot – State of the art  Chatbot, ChatterBot, CleverBot, Chat-Robot (Allen et al) : Computer program designed to simulate an intelligent conversation with one or more human users via auditory or textual methods, primarily for engaging in small talk.  Natural Language Dialog system (NLDs)  Expert System (Liao 2005)  Question Answering system (Hirschman & al)  Multiagent system (Wooldridge 2009) 8

  9. Chatbot – state of the art 9

  10. Ongoing work 10

  11. Our proposal  Combining the benefits of both QA systems & NLDs to propose :  A rich KB for data extraction and reasoning  NLP tools to interpret user's question  NLG techniques to generate well-formed sentences.  Integrating Dialog mode to keep user interacting with the system. 11

  12. Our starting point  QAKiS (Cabrio & al 1)  Question Answering wiKiframework System  Test it at qakis.org 12

  13. Our contributions  QAKiS from Open Domain (DBpedia) => Closed Domain (Commercial)  Natural Language Generation  Question with constraints (N-Relations)  Dialog Mode 13

  14. Question Response Dialog Manager NLP NLG Type Recognizer Response Formater Property Recognizer 14 NE Recognizer Pattern Picker Query Generator N-Relations Handler KB Off – line Feed Triple store Pattern Finder Triple Feeder Ontology Subject Predicat Value

  15. Question Response Dialog Manager NLP NLG Type Recognizer Response Formater Property Recognizer 15 NE Recognizer Pattern Picker Query Generator N-Relations Handler KB Off – line Feed Triple store Pattern Finder Triple Feeder Ontology Subject Predicat Value

  16. Knowledge Base creation [eBay, Amazon, BestBuy] API eBay Ex : getPrice(Nexus_5) => 400$ API BestBuy API Amazon API Data Transformer <sbo:Product rdf:about= ‘#Nexus_5’ > RDF Knowledge Base <sbo:hasPrice>400</sbo:hasPrice> </sbo:Product> 16

  17. Knowledge Base - Example 17

  18. Question Response Dialog Manager NLP NLG Type Recognizer Response Formater Property Recognizer 18 NE Recognizer Pattern Picker Query Generator N-Relations Handler KB Off – line Feed Triple store Pattern Finder Triple Feeder Ontology Subject Predicat Value

  19. Ontology reuse  Why we need an Ontology ? Data structuration, Domain representation, Inference.  Existing ontologies on commercial domain  Schema.org Ontology  Covers several domains  Used by state of the art search engines  Partial coverage of the commercial domain  GoodRelations Ontology (Hepp 2008)  Better coverage of the commercial domain 19

  20. GoodRelations Ontology 20

  21. GoodRelations Ontology 21

  22. Question Response Dialog Manager NLP NLG Type Recognizer Response Formater Property Recognizer 22 NE Recognizer Pattern Picker Query Generator N-Relations Handler KB Off – line Feed Triple store Pattern Finder Triple Feeder Ontology Subject Predicat Value

  23. Pattern Extraction - Algorithm Crawler & annotation based API based method method  For each property  For each page => {Subject}  Parse product pages  Parse annotation  Get all sentences containing => Graph representing the page the domain and range values  For each property  Make generic patterns  Get all sentences containing the domain and range values  Make generic patterns  - All pages are tested !  - Requires annotated pages  + Finds extra patterns  + More efficient  + Easy to implement  + Less time execution 23

  24. Pattern extraction – API method Subject <sch:hasDimension> <sch:hasDisplay> 24

  25. Pattern extraction – Crawler Method Properties Sentences expressing properties metadata 25

  26. Question Response Dialog Manager NLP NLG Type Recognizer Response Formater Property Recognizer 26 NE Recognizer Pattern Picker Query Generator N-Relations Handler KB Off – line Feed Triple store Pattern Finder Triple Feeder Ontology Subject Predicat Value

  27. Property Matching Module <sbo:hasPrice> [Product] price is [Double] Give me the price of The price of [Product] is [Double] a Nexus 5! High score [Product] costs [Double] 27

  28. Property Matching (N-Relation)  2-relations : Give me the address of Nexus 5 seller !  Give me the Nexus 5 seller !  Give me his address ! => high score  NE : Nexus 5 => [Product] <hasAddress> <soldBy> Same type Domain : Product Range : Seller Domain : Seller Range : Address LaFnac 10 Jean Medecin, Nexus_5 06000, Nice 28

  29. Property Matching (N-Relation) Graph representing the question : Property1 Property2 Property3 Domain : D1 Range : R1 Domain : D2 Range : R2 Domain : D3 Range : R3 Or / And ? Or / And ? Property4 Property5 Domain : D4 Range : R4 Domain : D5 Range : R5 No link ??? No domain or no Range ?! 29

  30. Question Response Dialog Manager NLP NLG Type Recognizer Response Formater Property Recognizer 30 NE Recognizer Pattern Picker Query Generator N-Relations Handler KB Off – line Feed Triple store Pattern Finder Triple Feeder Ontology Subject Predicat Value

  31. NL Generation Give me the price of <sbo:hasPrice> a Nexus 5! {subject} price is {value} Nexus 5 costs 400$! {subject} costs {value} 31

  32. Give me the price of a Nexus 5! Nexus 5 costs 400$ Dialog Manager NLP NLG <sbo:Product> Nexus 5 costs 400$! <sbo:hasPrice> <sbr:Nexus_5> {subject} costs {value} Query Generator Select ?v where { <sbr:Nexus_5> <sbo:hasPrice> ?v } KB Off – line Feed Triple store Pattern Finder Triple Feeder Ontology Subject Predicat Value Nexus5 hasPrice 400$

  33. Perspectives  Short term :  NE Recognition improvement  KNN, Similarity, N-Gram, TF-IDF algorithms  N-Relations Implementation  Scale to a bigger KB  Middle term :  Dialog Mode  Multiagent systems  Conversational behavior systems  Serendipity 33

  34. References (Allen et al) J. F. Allen, D. K. Byron, M. Dzikovska, G. Ferguson, L. Galescu, and A. Stent. Toward conversational human-computer interaction. AI Magazine, 22(4):2738, 2001. (Liao 2005) S.-H. Liao. Expert system methodologies and applications - a decade review from 1995 to 2004. Expert Syst. Appl., 28(1):93-103, 2005. (Hirschman & al) L. Hirschman and R. J. Gaizauskas. Natural language question answering: the view from here. Natural Language Engineering, 7(4):275300, 2001. (Wooldridge 2009) M. J. Wooldridge. An Introduction to MultiAgent Systems (2. ed.). Wiley, 2009. (Cabrio & al 1) E. Cabrio, J. Cojan, A. P. Aprosio, B. Magnini, A. Lavelli, and F. Gandon. Qakis: an open domain qa system based on relational patterns. In International Semantic Web Conference (Posters & Demos), 2012. (Cabrio & al .2) E. Cabrio, J. Cojan, A. Palmero Aprosio, and F. Gandon. Natural language interaction with the web of data by mining its textual side. Intelligenza Articiale, 6(2):121-133, 2012. (Augello & al .1) A. Augello, G. Pilato, G. Vassallo, and S. Gaglio. A semantic layer on semi-structured data sources for intuitive chatbots. In CISIS, pages 760-765, 2009. (Augello & al .2) A. Augello, G. Pilato, A. Mach, and S. Gaglio. An approach to enhance chatbot semantic power and maintainability: Experiences within the frasi project. In ICSC, pages 186-193. IEEE Computer Society, 2012. (Hepp 2008) M. Hepp. Goodrelations: An ontology for describing products and services offers on the web. In EKAW, pages 329-346, 2008. 34

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend