Mobile and Pervasive Computing - 7 Natural Language Processing

Slides:



Advertisements
Similar presentations
How to be a good teacher? What makes a good teacher?
Advertisements

Introduction to Computational Linguistics
Introduction to Computational Linguistics
Artificial Intelligence Austin Luczak, Katie Regin, John Trawinski.
Natural Language Processing AI - Weeks 19 & 20 Natural Language Processing Lee McCluskey, room 2/07
Statistical Natural Language Processing. What is NLP?  Natural Language Processing (NLP), or Computational Linguistics, is concerned with theoretical.
Lecture 1, 7/21/2005Natural Language Processing1 CS60057 Speech &Natural Language Processing Autumn 2005 Lecture 1 21 July 2005.
Artificial Intelligence What’s Possible, What’s Not, How Do We Move Forward? Adam Cheyer Co-Founder, VP Engineering Siri Inc.
ICT at Work Global Communication.
Natural Language Processing Neelnavo Kar Alex Huntress-Reeve Robert Huang Dennis Li.
Mobile and Pervasive Computing - 8 Natural Language Processing Presented by: Dr. Adeel Akram University of Engineering and Technology, Taxila,Pakistan.
CSCI 4410 Introduction to Artificial Intelligence.
Lecture 12: 22/6/1435 Natural language processing Lecturer/ Kawther Abas 363CS – Artificial Intelligence.
Real-Time Speech Recognition Subtitling in Education Respeaking 2009 Dr Mike Wald University of Southampton.
 The most intelligent device - “Human Brain”.  The machine that revolutionized the whole world – “computer”.  Inefficiencies of the computer has lead.
Natural Language Processing Introduction. 2 Natural Language Processing We’re going to study what goes into getting computers to perform useful and interesting.
© 2001 Business & Information Systems 2/e1 Chapter 8 Personal Productivity and Problem Solving.
1 Lecture 1: Introduction to Artificial Intelligence.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
II. LANGUAGE AND COMMUNICATION DOMAIN I can answer questions and talk with my teacher and friends. I can follow directions. Listening Comprehension Skill.
NLP ? Natural Language is one of fundamental aspects of human behaviors. One of the final aim of human-computer communication. Provide easy interaction.
Pragmatics.
SFU Student Teacher Information and Media Literacy Kevin Amboe December 2009 Kevin Amboe December 2009.
1 Branches of Linguistics. 2 Branches of linguistics Linguists are engaged in a multiplicity of studies, some of which bear little direct relationship.
Artificial Intelligence, simulation and modelling.
Basics of Natural Language Processing Introduction to Computational Linguistics.
INTRODUCTION TO APPLIED LINGUISTICS
Artificial Intelligence Skepticism by Josh Pippin.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
National 4 Course Torry Academy. Analysis and Evaluation UNIT To pass this unit, you will be able to: Understand, analyse and evaluate straightforward.
Language and Linguistics An Introduction. Brief Introduction  Language  A human speech;  The ability to communicate;  A system of vocal sounds; 
GGGE6533 LANGUAGE LEARNING STRATEGY INSTRUCTION SUCCESSFUL ENGLISH LANGUAGE LEARNING INVENTORY (SELL-IN) FINDINGS & IMPLICATIONS PREPARED BY: ZULAIKHA.
How can speech technology be used to help people with disabilities?
WP4 Models and Contents Quality Assessment
Introduction to Privacy
* Web Servers/Clients * The HTTP Protocol
Effective verbal communication
Natural Language Processing and Speech Enabled Applications
Using Voice Recognition and Chat-bots to make Navigation Better
College of Education for Girls Dr. Mohamed Younis Mohamed
Lecture #1 Introduction
Introduction Of Information Technology
Dialog Processing with Unsupervised Artificial Neural Networks
How to use By Zainab Muman
How to Learn English Mark Brierley.
Understanding the Communication Process
Introduction CSE 1310 – Introduction to Computers and Programming
The Effects of Code Usage in Intercultural Communication
ARTIFICIAL INTELLIGENCE.
Mind-Brain Type Identity Theory
Progress leisure OCR GCSE ICT.
Course Instructor: knza ch
Artificial Intelligence Includes:
Introduction Artificial Intelligent.
Style in E & SA Style is influenced by linguistic choices on all levels: lexical, syntactic, and semantic. For example, consider the differences in meaning.
National 4 Course.
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
National Curriculum Requirements of Language at Key Stage 2 only
Say It For Me!.
Dialog Processing with Unsupervised Artificial Neural Networks
TEMPLATE ELEMENTS.
Unit 1 Fundamentals of IT
COMP3710 Artificial Intelligence Thompson Rivers University
Artificial Intelligence
Human and Computer Interaction (H.C.I.) &Communication Skills
Learning to Communicate
Lecture 1: General Communication Skills
By Hussein Alhashimi.
Information Retrieval
Presentation transcript:

Mobile and Pervasive Computing - 7 Natural Language Processing Presented by: Dr. Adeel Akram University of Engineering and Technology, Taxila,Pakistan http://web.uettaxila.edu.pk/CMS/AUT2016/teMPCms

Outline Natural Language Processing Human Computer Dialog Systems Problems and Success in HCD Machine Translation Example based Machine Translation Projects 2

What is Natural Language Processing? NLP is an interdisciplinary field that uses computational methods to: Investigate the properties of written human language and model the cognitive mechanisms underlying the understanding and production of written language. Develop novel practical applications involving the intelligent processing of written human language by computer.

What is NLP? (cont.) NLP plays a big part in Machine learning techniques: automating the construction and adaptation of machine dictionaries modeling human agents essential component of NLP closer to AI We will focus on two main types of NLP: Human-Computer Dialogue Systems Machine Translation

Human-Computer Dialogue Systems Usually with the computer modeling a human dialogue participant Will be able:  To converse in similar linguistic style Discuss the topic Hopefully teach

Current Capabilities of Dialogue Systems Simple voice communication with machines Personal computers Interactive answering machines Voice dialing of mobile telephones Vehicle systems Can access online as well as stored information Currently working to improve

The Future of H-C Dialogue Systems The final end result of human computer dialogue systems: Seamless spoken interaction between a computer and a human This would be a major component of making an AI that can pass the Turing Test Be able to have a computer function as a teacher

Human Computer Dialogue in Fiction Halo's Cortana AI Made from models of a real human brain Made to run the ship Made very human conversations Ender's Game series: Jane Made from "philotic connection" Human conversation http://en.wikipedia.org/wiki/Cortana http://en.wikipedia.org/wiki/Jane_(Ender's_Game) 8

Problems of Human-Computer Dialogue At the moment, most common computer dialogue systems (call systems, chatter bots, etc.) cannot handle arbitrary input In many cases, the computer can only respond to "expected" speech Call systems often compensate with "Sorry, I didn't get that," when something unexpected is said.

Problems of Human-Computer Dialogue Computers need to be able to learn and process colloquial speech Needed to understand informal speakers: Understanding varied responses for call systems Accounting for variations in spoken numbers Processing colloquialisms is also necessary for seamless dialogue, where the computer must avoid sounding too formal John Connor: "No, no, no, no. You gotta listen to the way people talk. You don't say 'affirmative,' or [stuff] like that. You say 'no problemo.' "

Successes of Human-Computer Dialogue So far, human-computer dialogue has been most successful in applications where information about a specific topic is sought from the computer. Electronic calling systems: company-specific Travel agents: specific to an airline or destination However, more complex systems of human-computer dialogue have been produced which can interpret more varied input. Physics tutoring system (ITSPOKE) which can analyze and explain errors in the response to a physics problem. Allows for more complex input than "Yes," "No," or "Flight UA- 93" These still cannot compare to true human-human dialogue.

Machine Translation Important for: accessing information in a foreign language communication with speakers of other languages The majority of documents on the world wide web are in languages other than English Google Translate Bing Translate WorldLingo

Statistical Translation Rule based Works relatively well with large sets of data Used probability to translate text Natural translations Google

Example Based Translation Converts "parallel" lines of text between language Only accurate for simple lines Analogy based

Future of Machine Translation Goal: Aim to be able to flawlessly translate languages Link Human-Computer Dialogue and Machine Translation Have someone be able to talk in one language to a computer, translate for another person Translated Video Chat

Machine Translation in Fiction Star Wars: C-3PO Interpreter Could hear and translate alien languages Final goal of machine translation Star Trek: Universal Translator Computer can seamlessly translate alien languages 16

Problems Works well only with predictable texts. Doesn't work well with domains where people want translation the most:  spontaneous conversations in person on the telephone and on the Internet

Problems Computers can't deal with ambiguity, syntactic irregularity, multiple word meanings and the influence of context. Time flies like an arrow. Fruit flies like a banana. Accurate translation requires an understanding of the text, situation, and a lot of facts about the world in general.   sentence construction is parallel meanings are entirely different: the first is a figure of speech involving a metaphor and the second is a literal description.  the identical words in the sentences - flies and like - are used in different grammatical categories.  A computer can be programmed to understand either of these examples, but not to distinguish between them.  to decide whether the sentence is talking about a writing instrument pen or a child's play pen, it would be necessary for a computer to know about the relative sizes of objects in the real world 18

Problems "Translation Server Error." The sign is describing a restaurant (the Chinese text, 餐厅, means "dining hall").  In the process of making the sign, the producers tried to translate Chinese text into English with a machine translation system, but the software didn't work, producing the error message,      "Translation Server Error."  The software's user didn't know English and thought the error message was the translation.

Successes Product knowledge bases need to be translated into multiple languages Hiring a large multilingual support staff is expensive Machine translation is cheaper and accurate with predictable texts. Microsoft, Apple, Google, Autodesk, Symantec, and Intel use it. Makes customers happy Still readable though slightly chunkier than human translations

Assignment # 6 Give Presentation on any one of the following projects Apple Sri Google Now Microsoft Cortana 21

Questions???