Natural Language Processing Heshaam Feili July 2003.

Slides:



Advertisements
Similar presentations
Chapter 11: Models of Computation
Advertisements

Sentiment Analysis and The Fourth Paradigm MSE 2400 EaLiCaRA Spring 2014 Dr. Tom Way.
Lilian Blot TO PROGRAMMING & PYTHON Introduction Autumn 2012 TPOP 1.
Artificial Intelligence
11-1 Intelligent Support Systems Copied from:
Introduction to Computational Linguistics
Science as a Process Chapter 1 Section 2.
Introduction to Computational Linguistics
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
Tools: Computers and IT. VB, VBA, Excel, InterDev, Etc. Humans: Decision Making Process Algorithms: Math/Flow Chart stuff that helps the tools help the.
Module 14 Thought & Language. INTRODUCTION Definitions –Cognitive approach method of studying how we process, store, and use information and how this.
Natural Language and Speech Processing Creation of computational models of the understanding and the generation of natural language. Different fields coming.
Artificial Intelligence
Dr. Ahmad Abdollahzadeh
By Rohana Mahmud (NLP week 1-2)
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR, TAs: Kapil Thadani 724 CEPSR, Phong Pham TA Room.
Chapter 12: Intelligent Systems in Business
Artificial Intelligence
Intelligent Support Systems
Lecture 1, 7/21/2005Natural Language Processing1 CS60057 Speech &Natural Language Processing Autumn 2005 Lecture 1 21 July 2005.
Copyright R. Weber INFO 629 Concepts in Artificial Intelligence Fall 2004 Professor: Dr. Rosina Weber.
Introduction to AI, H. Feili 1 Introduction to Artificial Intelligence LECTURE 1: Introduction What is AI? Foundations of AI The.
Introduction to NLP.
9/8/20151 Natural Language Processing Lecture Notes 1.
Introduction to Natural Language Processing Heshaam Faili
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
CSCI 4410 Introduction to Artificial Intelligence.
Lecture 12: 22/6/1435 Natural language processing Lecturer/ Kawther Abas 363CS – Artificial Intelligence.
Knowledge representation
1 CHAPTER 10 Decision Support Systems and Intelligent Systems, Efraim Turban and Jay E. Aronson 6th ed, Copyright 2001, Prentice Hall, Upper Saddle River,
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Artificial Intelligence
Natural Language Processing Introduction. 2 Natural Language Processing We’re going to study what goes into getting computers to perform useful and interesting.
1 Lecture 1: Introduction to Artificial Intelligence.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
NLP ? Natural Language is one of fundamental aspects of human behaviors. One of the final aim of human-computer communication. Provide easy interaction.
I Robot.
1 Introduction to Artificial Intelligence (Lecture 1)
October 2005CSA3180 NLP1 CSA3180 Natural Language Processing Introduction and Course Overview.
ARTIFICIAL INTELLIGENCE Human like intelligence Definitions: 1. Focus on intelligent Behaviour “Behaviour by a machine that, if performed by a human.
1 CS 385 Fall 2006 Chapter 1 AI: Early History and Applications.
Course Instructor: K ashif I hsan 1. Chapter # 1 Kashif Ihsan, Lecturer CS, MIHE2.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
CSE467/567 Computational Linguistics Carl Alphonce Computer Science & Engineering University at Buffalo.
Introduction to Artificial Intelligence CS 438 Spring 2008 Today –AIMA, Chapter 1 –Defining AI Next Tuesday –Intelligent Agents –AIMA, Chapter 2 –HW: Problem.
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
What is Artificial Intelligence?
1 An Introduction to Computational Linguistics Mohammad Bahrani.
Artificial Intelligence Chapter 1 - Part 2 Artificial Intelligence (605451) Dr.Hassan Al-Tarawneh.
Presented by:- Reema Tariq Artificial Intelligence.
Intelligent Control Methods Lecture 2: Artificial Intelligence Slovak University of Technology Faculty of Material Science and Technology in Trnava.
1 Artificial Intelligence & Prolog Programming CSL 302.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
1 CHAPTER 10 Knowledge-Based Decision Support: Artificial Intelligence and Expert Systems Decision Support Systems and Intelligent Systems, Efraim Turban.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
Artificial Intelligence
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
Artificial intelligence (AI)
Lecture #1 Introduction
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
IB Assessments CRITERION!!!.
Artificial Intelligence (CS 370D)
A I (Artificial Intelligence)
Artificial Intelligence introduction(2)
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Presentation transcript:

Natural Language Processing Heshaam Feili July 2003

Natural language Processing (Heshaam Feili – July 2003) 2 Session Agenda  Artificial Intelligence  Natural Language Processing  History of NLP  Applications of NLP

Natural language Processing (Heshaam Feili – July 2003) 3 AI Concepts and Definitions Encompasses Many Definitions AI Involves Studying Human Thought Processes Representing Thought Processes on Machines

Natural language Processing (Heshaam Feili – July 2003) 4 Artificial Intelligence Behavior by a machine that, if performed by a human being, would be considered intelligent “…study of how to make computers do things at which, at the moment, people are better” (Rich and Knight [1991]) Theory of how the human mind works (Mark Fox)

Natural language Processing (Heshaam Feili – July 2003) 5 AI Objectives Make machines smarter (primary goal) Understand what intelligence is (Nobel Laureate purpose) Make machines more useful (practical purpose) (Winston and Prendergast [1984])

Natural language Processing (Heshaam Feili – July 2003) 6 Signs of Intelligence Learn or understand from experience Make sense out of ambiguous or contradictory messages Respond quickly and successfully to new situations Use reasoning to solve problems

Natural language Processing (Heshaam Feili – July 2003) 7 More Signs of Intelligence Deal with perplexing situations Understand and infer in ordinary, rational ways Apply knowledge to manipulate the environment Think and reason Recognize the relative importance of different elements in a situation

Natural language Processing (Heshaam Feili – July 2003) 8 Turing Test for Intelligence A computer can be considered to be smart only when a human interviewer, “conversing” with both an unseen human being and an unseen computer, can not determine which is which

Natural language Processing (Heshaam Feili – July 2003) 9 Symbolic Processing Use Symbols to Represent Problem Concepts Apply Various Strategies and Rules to Manipulate these Concepts

Natural language Processing (Heshaam Feili – July 2003) 10 AI Represents Knowledge as Sets of Symbols A symbol is a string of characters that stands for some real-world concept Examples Product Defendant 0.8 Chocolate

Natural language Processing (Heshaam Feili – July 2003) 11 Symbol Structures (Relationships) (DEFECTIVE product) (EQUAL (LIABILITY defendant) 0.8) tastes_good (chocolate).

Natural language Processing (Heshaam Feili – July 2003) 12 AI Programs Manipulate Symbols to Solve Problems Symbols and Symbol Structures Form Knowledge Representation Artificial Intelligence Dealings Primarily with Symbolic, Nonalgorithmic Problem- Solving Methods

Natural language Processing (Heshaam Feili – July 2003) 13 AI Computing Based on symbolic representation and manipulation A symbol is a letter, word, or number representing objects, processes, and their relationships Objects can be people, things, ideas, concepts, events, or statements of fact Creates a symbolic knowledge base

Natural language Processing (Heshaam Feili – July 2003) 14 AI Computing (cont’d ) Manipulates symbols to generate advice AI reasons or infers with the knowledge base by search and pattern matching Hunts for answers (via algorithms)

Natural language Processing (Heshaam Feili – July 2003) 15 Major AI Areas  Expert Systems  Natural Language Processing  Speech Understanding  Robotics and Sensory Systems  Computer Vision and Scene Recognition  Intelligent Computer-Aided Instruction  Neural Computing

Natural language Processing (Heshaam Feili – July 2003) 16 Additional AI Areas  News Summarization  Language Translation  Fuzzy Logic  Genetic Algorithms  Intelligent Software Agents

Natural language Processing (Heshaam Feili – July 2003) NLP ? Natural Language is one of fundamental aspects of human behaviors. One of the final aim of human- computer communication. Provide easy interaction with computer Make computer to understand texts.

Natural language Processing (Heshaam Feili – July 2003) Major Disciplines Studying Language DisciplineTypical Problem Linguists How do words from phrases and sentences? Psycholinguists How do people identify the structure of sentences? Philosophers What is meaning and how do words and sentences acquires it? Computational Linguists How is the structure of sentences identified?

Natural language Processing (Heshaam Feili – July 2003) Interaction Level The level that computer and human interact. NL used for make Interaction level near to human. HumanComputer Command-line NL UI Graphical UI Interaction level

Natural language Processing (Heshaam Feili – July 2003) 20 Natural Language Processing (NLP)  Natural language processing concerns the development of computational models of aspects of human language processing such as : Reading and interpreting a textbook Writing a letter Holding a conversation Translating a document Searching for useful information Such models are useful in order to write computer programs to perform useful tasks involving language processing and in order to develop a better understanding of human communication.

Natural language Processing (Heshaam Feili – July 2003) 21 Other Titles The most common titles, apart from Natural Language Processing include: Automatic Language Processing Computational Linguistics Natural Language Understanding

Natural language Processing (Heshaam Feili – July 2003) 22 Computational Lingusitics  This is the application of computers to the scientific study of human language.  This definition suggests that there are connections with Cognitive Science, that is to say, the study of how humans produce and understand language.

Natural language Processing (Heshaam Feili – July 2003) Computational Lingusitics  Historically, Computational Linguistics has been associated with work in Generative Linguistics and formerly included the study of formal languages (eg finite state automata) and programming languages.

Natural language Processing (Heshaam Feili – July 2003) 24 Natural Language Understanding  Distinguish a particular approach to Natural Language Processing.  The people using this title tend to lay much emphasis on the meaning of the language being processed, in particular getting the computer to respond to the input in an apparently intelligent fashion.

Natural language Processing (Heshaam Feili – July 2003) Natural Language Understanding  At one time, those who belonged to the Natural Language Understanding camp avoided the use of any syntactic processing, but textbooks that bear this title now include significant sections on syntactic processing, which suggests that the edge of the title has been rather blunted. (For instance, see Allen (1987; part 1).Allen (1987

Natural language Processing (Heshaam Feili – July 2003) 26 NLP History (1)  The first recognizable NLP application was a dictionary look- up system developed at Birkbeck College, London in  NLP from  Augmented Transition Networks  Case Grammar

Natural language Processing (Heshaam Feili – July 2003) 27 NLP History (2)  NLP from  Semantic representations  Schank and his workers introduced the notion of Conceptual Dependency, a method of expressing language in terms of semantic primitives. Systems were written which included no syntactic processing.  QuillianÕs work on memory introduced the idea of the semantic network, which has been used in varying forms for knowledge representation in many systems.  William Woods used the idea of procedural semantics to act as an intermediate representation between a language processing system and a database system.

Natural language Processing (Heshaam Feili – July 2003) 28 NLP History (3)  The key systems were:  LUNAR: A database interface system that used ATNs and Woods' Procedural Semantics.  LIFER/LADDER: One of the most impressive of NLP systems. It was designed as a natural language interface to a database of information about US Navy ships.  NLP from Grammar Formalisms  NLP from now - Multilinguality and Multimodality

Natural language Processing (Heshaam Feili – July 2003) 29 NLP Applications  Applications can be classified in different ways, e.g. medium/modality; depth of analysis; degree of interaction  Text-based applications  NL Understanding  Dialogue Systems  Multimodal

Natural language Processing (Heshaam Feili – July 2003) 30 Text-based Applications Processing of written texts such as books, news, papers, reports:  Finding appropriate documents on certain topics from a text database  Extracting information from messages, articles, Web pages, etc.

Natural language Processing (Heshaam Feili – July 2003) Text-based Applications  Translating documents from one language to another  Text summarization Note: Not all such applications require NLP Keyword based techniques can used for identifying particular subject areas, e.g. legal, financial, etc.

Natural language Processing (Heshaam Feili – July 2003) 32 NL Understanding Other kinds of request require a deeper level of analysis Find me all articles concerning car accidents involving more than two cars in Malta during the first half of 2001 Here the system must extract enough information to determine whether the article meets the criterion defined by the query.

Natural language Processing (Heshaam Feili – July 2003) NL- Understanding  A crucial characteristic of an understanding system is that it can compute some representation of the information that can be used for later inference A crucial question for an NLP system is how much understanding is necessary to achieve the purpose of the system.

Natural language Processing (Heshaam Feili – July 2003) 34 Dialogue-based Applications Dialogue-based applications involve man-machine communication  NL database query systems  Automated customer services, e.g. banking services

Natural language Processing (Heshaam Feili – July 2003) 35 Multimodal Applications Involve two or more modalities of communication  Text  Speech  Gesture  Image Text  speech Speech  text  Multimodal document generation  Spoken translation systems  Spoken dialogue systems

Natural language Processing (Heshaam Feili – July 2003) ?