1
WISSEN
TECHNIK
LEIDENSCHAFT
Potential of Bots for
Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
2
Agenda
• Einführung
• Chatbots – Geschichte, Anwendungen und Typen
• Architektur
• Design
• Implementation
• Anwendungsfälle
• Fazit
• Ausblick
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
3
Einführung
• Online Enzycklopädie
• große Mengen an Informationen
• Artikel werden täglich verfasst
• Informationssuche
• Suchmaschinen
• Keyword-Matching Algorithmen
• Relevanz der Suchergebnisse
• Liste von Links
• Navigation
• Wie kommt man schneller zu relevanten Informationen?
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
4
Einführung (2)
• Was sind Chatbots?
• Popularität gestiegen
• Nutzung von Messaging-Anwendungen
(2.1 Milliarden Nutzer)
• Verbesserungen von Algorithmen und Techniken in
Datenverarbeitung (Natural Language Processing)
• Verbesserungen der künstlichen Intelligenz (KI)
• Facebook, Microsoft, Google, Amazon
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
5
Chatbots – Geschichte
• Turing Test (Alan Turing, 1950)
• ELIZA (Joseph Weizenbaum, 1966)
• Simulation eines Psychoterapeuts
• Keyword-Matching Algorithmus
• PARRY (Kenneth Colby, 1972)
• Komplexer und fortgeschrittener als ELIZA
• Simulation einer paranoiden Person
• A.L.I.C.E (Richard Wallace, 1995)
• Unterhaltung mit Benutzern
• Pattern-Matching Algorithmus
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
6
Chatbots – Anwendungen
• Kundenservice
• Marketing
• Finanzen
• Humanressourcen
• E-Commerce
• Unterhaltung
• Gesundheitswesen
• Information-Retrieval
• FAQ (Frequently Asked Questions) und
• Q&A (Question-Answer) Chatbots
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
7
Chatbots – Typen
• Wissensdomäne
• offene und
• geschlossene Domäne (Pizza Bot)
• Ansätze
• skriptbasierte und
• KI unterstützte Chatbots
• Konversationsdauer
• kurze (CNN) und
• lange Konversationen (Kundensupport)
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
8
Kontext
• Chatbot
• Unterstützung bei der Informationssuche
• Hochladen von Informationen
• Austria Forum – Kategorie Geographie
• Kontinente, Länder, Kategorien wie Kommunikation,
Transport, Regierung, Energie, Wirtschaft …
• Informationen in verschiedener Formen
(Text, Tabelle, Bilder, interne und externe Links …)
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
9
Design
• Wissensbasis
• Zugriff über API
• JSON Format
• semi-strukturierte Informationen
• Preprocessing
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
10
Architektur
• Chatbot Prototyp
• Single Client Page
• Chatbot System
• NLU (Natural Language Understanding) Plattform
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
11
Implementation – Single Client Page
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
12
Implementation – Chatbot System
• Standalone Anwendung
• Apache Tomcat 8
• Web Socket Protokoll
• NLP Komponente
• Stanford CoreNLP
• Keyword Extrahierung
• Location tags
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
13
Implementation – Chatbot System (2)
• NLU Komponente
• Dialogflow (https://dialogflow.com/)
• Training mit Konversationsbeispielen
• basiert auf dem maschinellen Lernen
• Bedeutung extrahieren
• Logische Komponente
• Informationsfluss zwischen Komponenten
• aktiviert Kontext von Konversation
• Suchkomponente
• basiert auf Apache Lucene
• generiert und aktualisiert Suchanfragen
• rangierte Ergebnisse
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
14
Anwendungsfälle
• Informationssuche
• Benutzer stellt Frage
„What is the capital of France?“
• NLP extrahiert Keywords und Location Tags
Nomen (capital, France), Land (France)
• NLU extrahiert Bedeutung
Such-Event erkannt
• Suchkomponente generiert Anfrage
• weitere Aktion abhängig von Anzahl der
Ergebnisse
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
15
Anwendungsfälle (2)
• Hochladen von Informationen
• Benutzer stellt Frage
„I would like to upload video“
• NLU extrahiert Bedeutung
Upload-Event erkannt
• zusätzliche Informationen werden gesammelt
Land, Titel, Dauer, Link
• Verifizierung der gesammelten Informationen
• Hochladen
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
16
Fazit
• Informations-Retrieval Tool
• Informationssuche
• Hochladen der Informationen (Bilder, Video, Audio)
• Suchergebnisse
• Maximal 3 Antworten
• jede Antwort mit 300 Zeichen + URL
• Link zu Website
• vordefinierte Antwort
• Smalltalk
• Verbesserung der Benutzererfahrung
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
17
Fazit (2)
• vollständige Sätze als auch Keywords
• hat Einfluss auf die Suchergebnisse
• Auswirkung auf Relevanz
• Design von Wissensbasis
• NLP und NLU Informationen
• NLP Mängel
• Kontinente wurden als Länder erkannt
• Bosnia and Herzegovina, Trinidad and Tobago
• Wiederholung
• kein Kontext über die ganze Konversation
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
18
Ausblick
• Chatbot als Alternative zu Suchmaschinen
• NLP NER (Personen, Unternehmen, Nummer)
• weitere Kategorien von Austria Forum integrieren
• Verfassung von Inhalten
• Hochladen von Inhalten
• NLU wird weiterentwickelt
• Basis für die Weiterentwicklung
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
19
Danke für Ihre Aufmerksamkeit!
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science
20
Fragen?
Potential of Bots for Encyclopedias
14.11.2019
Institute of Interactive Systems and Data Science

Weitere ähnliche Inhalte

PDF
Logfile-Analyse als Instrument der Online-Nutzungsmessung
ODP
Aufbau eines zentralen Indexes im GBV
PPT
beluga - Die Hamburger Rechercheplattform zur Literaturversorgung virtueller ...
PDF
Neue Entwicklungen bei Suchmaschinen und deren Relevanz für Bibliotheken (3)
PPTX
Bessere Suchergebnisse durch Named Entity Recognition
PDF
Digitale Methoden in den Sozial- und Geisteswissenschaften: Chancen und Herau...
PPT
Fachliche Vernetzung von Repositories auf europäischer Ebene - das Beispiel N...
Logfile-Analyse als Instrument der Online-Nutzungsmessung
Aufbau eines zentralen Indexes im GBV
beluga - Die Hamburger Rechercheplattform zur Literaturversorgung virtueller ...
Neue Entwicklungen bei Suchmaschinen und deren Relevanz für Bibliotheken (3)
Bessere Suchergebnisse durch Named Entity Recognition
Digitale Methoden in den Sozial- und Geisteswissenschaften: Chancen und Herau...
Fachliche Vernetzung von Repositories auf europäischer Ebene - das Beispiel N...

Ähnlich wie Potential of Bots for Encylclopedias (20)

PDF
Softwareentwicklung in Bibliotheken und Verbundzentralen - Ist das sinnvoll?
PDF
Umfragen auf mobilen Endgeräten
PPT
ZBIW: Discovery
PPT
Wissensrepräsentation im Social Semantic Web
PPTX
Anwendung von KI in der Verwaltung -Verantwortung in der digitalen Welt_2025....
PDF
Präsentation ZenDiS Open, CityLAB Berlin, August2024
PDF
UBA Data Cube
DOC
Handout Workshop Web2 0 im Kulturbetrieb, Karin Janner + Frank Tentler für ne...
PPT
EU-Projekte an der Österreichischen Nationalbibliothek - Beispiel IMPACT
PDF
Plattformen für das Internet der Dinge, solutions.hamburg, 05.09.16
PPTX
ch.ch 2020
PPTX
ENP_ONB_infday_GMuehlberger
PPT
Christian Hasiewicz: Kunden, Services, Technologien
KEY
Designkompetenzen für vernetzte Systeme
PDF
Social Media in Bibliotheken. Geschichte einer Immigration ins Digitale
PDF
Internet-Suchmaschinen: Aktueller Stand und Entwicklungsperspektiven
PPTX
Einführung Linked Open Data (LOD) - Introduction to Linked Open Data (LOD)
PDF
TFF2023 - Navigating Tourism Data Nexus
PDF
Globale Standards im Web of Things
PDF
Generische Kuratierungstechnologien für spezifische Anwendungsfälle: Hintergr...
Softwareentwicklung in Bibliotheken und Verbundzentralen - Ist das sinnvoll?
Umfragen auf mobilen Endgeräten
ZBIW: Discovery
Wissensrepräsentation im Social Semantic Web
Anwendung von KI in der Verwaltung -Verantwortung in der digitalen Welt_2025....
Präsentation ZenDiS Open, CityLAB Berlin, August2024
UBA Data Cube
Handout Workshop Web2 0 im Kulturbetrieb, Karin Janner + Frank Tentler für ne...
EU-Projekte an der Österreichischen Nationalbibliothek - Beispiel IMPACT
Plattformen für das Internet der Dinge, solutions.hamburg, 05.09.16
ch.ch 2020
ENP_ONB_infday_GMuehlberger
Christian Hasiewicz: Kunden, Services, Technologien
Designkompetenzen für vernetzte Systeme
Social Media in Bibliotheken. Geschichte einer Immigration ins Digitale
Internet-Suchmaschinen: Aktueller Stand und Entwicklungsperspektiven
Einführung Linked Open Data (LOD) - Introduction to Linked Open Data (LOD)
TFF2023 - Navigating Tourism Data Nexus
Globale Standards im Web of Things
Generische Kuratierungstechnologien für spezifische Anwendungsfälle: Hintergr...
Anzeige

Mehr von Educational Technology (20)

PDF
The use of programming tasks in interactive videos to increase learning effec...
PDF
Analysis of students' behavior watching iMooX courses with interactive elements
PDF
Portability of Mobile Applications
PDF
Erhebung von Lernaktivitäten in einem Pop-Up-Makerspace mit einer technischen...
PDF
Mixed Reality im Distance Learning in der Hochschullehre
PDF
Development of a WCAG theme for a learning management system
PDF
Math trainer as a chatbot via system(push) messages for Android
PDF
Empirical Analysis of Automated Editing of Raw Learning Video Footage
PDF
Fächerintegrativer Unterricht am Beispiel der Leichtathletik
PDF
DENKEN UND TECHNIK Über manipulative Auswirkungen von Internettechnologien
PDF
Empfehlungen für den Unterricht im Fach Informatik für Menschen mit Autismus-...
PDF
Entwicklung eines Online-Kurses für digitale Kompetenzen für Studienanfänger:...
PDF
School Start Screening Tool
PDF
Development of a mobile French language learning platform
PDF
Learning Analytics and Spelling Acquisition in German - the Path to Indivdual...
PDF
Learning Analytics and MOOCs
PDF
Fächerintegrativer Unterricht am Beispiel des Lernroboters Thymio
PDF
Einsatz von Mixed Reality im Klassenzimmer
PDF
Chatbots for Brand Representation in Comparison with Traditional Websites
PDF
Development of a learning diary for a MOOC platform
The use of programming tasks in interactive videos to increase learning effec...
Analysis of students' behavior watching iMooX courses with interactive elements
Portability of Mobile Applications
Erhebung von Lernaktivitäten in einem Pop-Up-Makerspace mit einer technischen...
Mixed Reality im Distance Learning in der Hochschullehre
Development of a WCAG theme for a learning management system
Math trainer as a chatbot via system(push) messages for Android
Empirical Analysis of Automated Editing of Raw Learning Video Footage
Fächerintegrativer Unterricht am Beispiel der Leichtathletik
DENKEN UND TECHNIK Über manipulative Auswirkungen von Internettechnologien
Empfehlungen für den Unterricht im Fach Informatik für Menschen mit Autismus-...
Entwicklung eines Online-Kurses für digitale Kompetenzen für Studienanfänger:...
School Start Screening Tool
Development of a mobile French language learning platform
Learning Analytics and Spelling Acquisition in German - the Path to Indivdual...
Learning Analytics and MOOCs
Fächerintegrativer Unterricht am Beispiel des Lernroboters Thymio
Einsatz von Mixed Reality im Klassenzimmer
Chatbots for Brand Representation in Comparison with Traditional Websites
Development of a learning diary for a MOOC platform
Anzeige

Potential of Bots for Encylclopedias

  • 1. 1 WISSEN TECHNIK LEIDENSCHAFT Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 2. 2 Agenda • Einführung • Chatbots – Geschichte, Anwendungen und Typen • Architektur • Design • Implementation • Anwendungsfälle • Fazit • Ausblick Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 3. 3 Einführung • Online Enzycklopädie • große Mengen an Informationen • Artikel werden täglich verfasst • Informationssuche • Suchmaschinen • Keyword-Matching Algorithmen • Relevanz der Suchergebnisse • Liste von Links • Navigation • Wie kommt man schneller zu relevanten Informationen? Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 4. 4 Einführung (2) • Was sind Chatbots? • Popularität gestiegen • Nutzung von Messaging-Anwendungen (2.1 Milliarden Nutzer) • Verbesserungen von Algorithmen und Techniken in Datenverarbeitung (Natural Language Processing) • Verbesserungen der künstlichen Intelligenz (KI) • Facebook, Microsoft, Google, Amazon Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 5. 5 Chatbots – Geschichte • Turing Test (Alan Turing, 1950) • ELIZA (Joseph Weizenbaum, 1966) • Simulation eines Psychoterapeuts • Keyword-Matching Algorithmus • PARRY (Kenneth Colby, 1972) • Komplexer und fortgeschrittener als ELIZA • Simulation einer paranoiden Person • A.L.I.C.E (Richard Wallace, 1995) • Unterhaltung mit Benutzern • Pattern-Matching Algorithmus Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 6. 6 Chatbots – Anwendungen • Kundenservice • Marketing • Finanzen • Humanressourcen • E-Commerce • Unterhaltung • Gesundheitswesen • Information-Retrieval • FAQ (Frequently Asked Questions) und • Q&A (Question-Answer) Chatbots Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 7. 7 Chatbots – Typen • Wissensdomäne • offene und • geschlossene Domäne (Pizza Bot) • Ansätze • skriptbasierte und • KI unterstützte Chatbots • Konversationsdauer • kurze (CNN) und • lange Konversationen (Kundensupport) Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 8. 8 Kontext • Chatbot • Unterstützung bei der Informationssuche • Hochladen von Informationen • Austria Forum – Kategorie Geographie • Kontinente, Länder, Kategorien wie Kommunikation, Transport, Regierung, Energie, Wirtschaft … • Informationen in verschiedener Formen (Text, Tabelle, Bilder, interne und externe Links …) Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 9. 9 Design • Wissensbasis • Zugriff über API • JSON Format • semi-strukturierte Informationen • Preprocessing Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 10. 10 Architektur • Chatbot Prototyp • Single Client Page • Chatbot System • NLU (Natural Language Understanding) Plattform Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 11. 11 Implementation – Single Client Page Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 12. 12 Implementation – Chatbot System • Standalone Anwendung • Apache Tomcat 8 • Web Socket Protokoll • NLP Komponente • Stanford CoreNLP • Keyword Extrahierung • Location tags Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 13. 13 Implementation – Chatbot System (2) • NLU Komponente • Dialogflow (https://dialogflow.com/) • Training mit Konversationsbeispielen • basiert auf dem maschinellen Lernen • Bedeutung extrahieren • Logische Komponente • Informationsfluss zwischen Komponenten • aktiviert Kontext von Konversation • Suchkomponente • basiert auf Apache Lucene • generiert und aktualisiert Suchanfragen • rangierte Ergebnisse Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 14. 14 Anwendungsfälle • Informationssuche • Benutzer stellt Frage „What is the capital of France?“ • NLP extrahiert Keywords und Location Tags Nomen (capital, France), Land (France) • NLU extrahiert Bedeutung Such-Event erkannt • Suchkomponente generiert Anfrage • weitere Aktion abhängig von Anzahl der Ergebnisse Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 15. 15 Anwendungsfälle (2) • Hochladen von Informationen • Benutzer stellt Frage „I would like to upload video“ • NLU extrahiert Bedeutung Upload-Event erkannt • zusätzliche Informationen werden gesammelt Land, Titel, Dauer, Link • Verifizierung der gesammelten Informationen • Hochladen Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 16. 16 Fazit • Informations-Retrieval Tool • Informationssuche • Hochladen der Informationen (Bilder, Video, Audio) • Suchergebnisse • Maximal 3 Antworten • jede Antwort mit 300 Zeichen + URL • Link zu Website • vordefinierte Antwort • Smalltalk • Verbesserung der Benutzererfahrung Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 17. 17 Fazit (2) • vollständige Sätze als auch Keywords • hat Einfluss auf die Suchergebnisse • Auswirkung auf Relevanz • Design von Wissensbasis • NLP und NLU Informationen • NLP Mängel • Kontinente wurden als Länder erkannt • Bosnia and Herzegovina, Trinidad and Tobago • Wiederholung • kein Kontext über die ganze Konversation Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 18. 18 Ausblick • Chatbot als Alternative zu Suchmaschinen • NLP NER (Personen, Unternehmen, Nummer) • weitere Kategorien von Austria Forum integrieren • Verfassung von Inhalten • Hochladen von Inhalten • NLU wird weiterentwickelt • Basis für die Weiterentwicklung Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 19. 19 Danke für Ihre Aufmerksamkeit! Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science
  • 20. 20 Fragen? Potential of Bots for Encyclopedias 14.11.2019 Institute of Interactive Systems and Data Science