Knowledge Representation and Reasoning

Slides:



Advertisements
Similar presentations
1 Knowledge Representation Introduction KR and Logic.
Advertisements

Info 203: Social and Organizational Issues of Information Course Introduction: Social Science Perspectives on Information and Information Technology.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR, TAs: Kapil Thadani 724 CEPSR, Phong Pham TA Room.
Semantic Web Technologies Lecture # 2 Faculty of Computer Science, IBA.
Katanosh Morovat.   This concept is a formal approach for identifying the rules that encapsulate the structure, constraint, and control of the operation.
Ch1 AI: History and Applications Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2011.
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
Knowledge representation
{ Logic in Artificial Intelligence By Jeremy Wright Mathematical Logic April 10 th, 2012.
Artificial Intelligence
Some Thoughts to Consider 9 How could it possibly be the case that using AI techniques to develop a knowledge base is easier than just programming the.
Assoc. Prof. Abdulwahab AlSammak. Course Information Course Title: Artificial Intelligence Instructor : Assoc. Prof. Abdulwahab AlSammak
Introduction to Science Informatics Lecture 1. What Is Science? a dependence on external verification; an expectation of reproducible results; a focus.
Who Defined the Study of Philosophy and Logic? ________,___________,__________ These three philosophers form the basis of what is known as__________________.
Artificial Intelligence Chapter 18. Representing Commonsense Knowledge.
1 CS 385 Fall 2006 Chapter 1 AI: Early History and Applications.
KNOWLEDGE BASED SYSTEMS
Course Overview  What is AI?  What are the Major Challenges?  What are the Main Techniques?  Where are we failing, and why?  Step back and look at.
INFO 414 Human Information Behavior Presentation tips.
What is Artificial Intelligence?
Mohammad Alauthman 1/22/20162 This 3-credit first course for computer science & IT majors, which provides students the basic understanding.
Artificial Intelligence Knowledge Representation.
FUNDAMENTALS OF WRITING Class 2 March 6, Paragraphs A paragraph is…?! - Several sentences grouped together. - These sentences discuss one main subject.
EEL 5937 Multi Agent Systems -an introduction-. EEL 5937 Content What is an agent? Communication Ontologies Mobility Mutability Applications.
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR Tas: Andrew Rosenberg Speech Lab, 7 th Floor CEPSR Sowmya Vishwanath TA Room.
EEL 5937 Multi Agent Systems -an introduction-. EEL 5937 Content What is an agent? Communication Ontologies Mobility Mutability Applications.
The Joy of Classical Education A pattern of classical education for the twenty-first century Susan Wise Bauer A pattern of classical education for the.
Part 4 Reading Critically
PhD at CSE: Overview CSE department offers Doctoral degree in the Computer Science (CS) or Computer Engineering areas (CpE) at both MS to PhD and BS to.
Welcome to CS 4390/CS5381: Introduction to Formal Methods
Course Overview - Database Systems
Knowledge Representation Techniques
EEL 6686: Embedded Systems Seminar
Digital Technologies: Curriculum Connections F to 6
ece 627 intelligent web: ontology and beyond
The General Education Core in CLAS
Done Done Course Overview What is AI? What are the Major Challenges?
Objectives of the Course and Preliminaries
Evaluation of Information Literacy Education
How Do You Teach Students to Think Well?
Math Parent Night September 2016
Knowledge Basis for Design Steve Frezza, Ph. D., C.S.D.P.
Philosophy of Education
Against NCTECCCC's OWI Effective Principle 2 on Technology as Not-Writing Kevin Brock University of South
General Computer Applications by Barbara Teterycz
Special Topics in Data Mining Applications Focus on: Text Mining
J. Christopher Maloney Trad 104 Mind, Matter, God
Course Instructor: knza ch
Artificial Intelligence introduction(2)
2018 OSEP Project Directors’ Conference
CS210 Intermediate Programming with Data Structures
Data Information Knowledge and Processing
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
CSE 635 Multimedia Information Retrieval
THE NATURE OF SCIENCE.
Tasks & Grades for MET1.
EA C461 – Artificial Intelligence Introduction
Introduction to Research Methodology
Semantic Nets and Frames
Overview of Class #2 Comments on last week’s assignment and syllabus
Overview of Class #2 Comments on last week’s assignment and syllabus
Lecture 1a- Introduction
Deniz Beser A Fundamental Tradeoff in Knowledge Representation and Reasoning Hector J. Levesque and Ronald J. Brachman.
PEP Webinar for Employees Review Cycle
5th Grade Curriculum Night
AI Application Session 12
Data Analysis, Interpretation, and Presentation
Presentation transcript:

Knowledge Representation and Reasoning

Overview Contact Information Grading policy Syllabus How to fail this class What is knowledge?

General Information Instructor: Lee McCauley 374 Dunn Hall 678-2486 mccauley@memphis.edu Office Hours: Tue. & Thur. 1:00 – 2:30

Evaluation Class Participation = 20% Model Presentations = 20% Project Write-up = 20% Project Code/Demo = 20% Homeworks = 20%

Syllabus Refer to your handouts

How to fail this class Don’t show up Don’t take the project seriously Don’t do the homework Come ill-prepared for presentations

What is knowledge? Discussion

Historical Background Socrates began the art of rhetoric in the fifth century BC – and died for corrupting the minds of Athenian youth Plato, his student, created the field of epistemology – the study of the nature of knowledge Aristotle, Plato’s student, (who did not want to die) shifted the emphasis from the nature of knowledge to the representation of knowledge

Tentative Definition Justified belief that increases an entities capacity for effective action (Nonaka 1994, Huber 1991)

Data, Information, and Knowledge Raw material/sensation Information Categorized data Data with meaning that may change knowledge Knowledge Actionable information What to do with the information Information that can be reasoned to be either true or false

Early AI enthusiasms Logic and theorem proving eagerly adopted Computational issues forced consideration of how to package up knowledge, control inference Frame languages Special-purpose KR languages Formalists versus Hackers

Form minus content Movement in 1980s: KR = Formal KR Consequences Reaction to lack of clear semantics Identification of formality with precision Focus on general logical schemes, not specific domains Consequences Lots of technical progress Common perception of sterility in many areas, e.g. nonmonotonic logics Most exciting KR work didn’t appear in KR community, e.g., qualitative physics, CYC project, ...

The Representation Resurgence Representation Lite hits too many walls Web search engines adding more semantics along with statistical techniques Dramatic success stories in narrow areas Scheduling: Desert Shield, Detecting money laundering, Detecting stolen credit cards… Steady scientific progress in AI KR now embracing content again Moore’s law is making it all practical

The Future of KR Ideas, technologies, and tools now coming together Clear perception arising of need for common sense knowledge bases Keeping up with the Web – NLP rises again! See Semantic Web, DAML projects Software that you treat as a collaborator Knowledge management The infrastructure is being created today Those who understand KR will shape what happens

What this course is about You will learn how to represent knowledge very precisely So precisely that computer programs can use it You will learn state of the art representation schemes for core kinds of knowledge Space, time, quantity, events, causality, common sense… You will learn how to program in a powerful KR language - Prolog