Download (PPT, 202KB)

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Enactivism wikipedia , lookup

Semantic Web wikipedia , lookup

Ecological interface design wikipedia , lookup

Linear belief function wikipedia , lookup

History of artificial intelligence wikipedia , lookup

Personal knowledge base wikipedia , lookup

Knowledge representation and reasoning wikipedia , lookup

Transcript
• knowledge representation
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Artificial intelligence - Knowledge representation
1
Knowledge representation and knowledge
engineering are central to AI research
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Artificial intelligence - Knowledge representation
Among the most
difficult problems in
knowledge
representation are:
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Information science - Knowledge representation and reasoning
1
Knowledge representation (KR) is an
area of Artificial Intelligence research
aimed at representing knowledge in
symbols to facilitate inferencing from
those knowledge elements, creating
new elements of knowledge. The KR
can be made to be independent of the
underlying knowledge model or
knowledge base system (KBS) such as
a semantic network.
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Information science - Knowledge representation and reasoning
1
Knowledge Representation (KR) research
involves analysis of how to reason
accurately and effectively and how best to
use a set of symbols to represent a set of
facts within a knowledge domain
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Functional decomposition - Knowledge representation
Processes related to functional
decomposition are prevalent
throughout the fields of knowledge
representation and machine learning
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation
Examples of knowledge
representation formalisms include
semantic nets, Frames, Rules, and
ontologies
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Overview
1
Knowledge representation makes complex
software easier to define and maintain than
procedural code
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Overview
1
It was the failure of these efforts that led to
the cognitive revolution in psychology and
to the phase of AI focused on knowledge
representation that resulted in expert
systems, production systems, frame
languages, etc.
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Overview
1
Knowledge representation goes hand in
hand with automated reasoning because
one of the main purposes of explicitly
representing knowledge is to be able to
reason about that knowledge, to make
inferences, assert new knowledge, etc.
Virtually all knowledge representation
languages have a reasoning or inference
engine as part of the system.
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Overview
An early example of knowledge
representation is the adoption of
Arabic over Roman numerals. Arabic
numerals facilitate larger and more
complex algebraic representations. It
is an example of how finding the right
formalism can enable new solutions.
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Overview
1
However, FOL has two drawbacks as a
knowledge representation formalism:
ease of use and practicality of
implementation
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Overview
1
Thus, a subset of FOL can be both easier
to use and more practical to implement.
This was a driving motivation behind
rule-based expert systems. IF-THEN
rules provide a subset of FOL but a very
useful one that is also very intuitive. The
history of most of the early AI knowledge
representation formalisms; from
databases to semantic nets to theorem
provers and production systems can be
viewed as various design decisions on
whether to emphasize expressive power
or computability and efficiency.
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Overview
1
In a key paper on the topic Randal
Davis outlined five distinct roles to
analyze a knowledge representation
framework:
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Overview
1
* A knowledge representation (KR) is most
fundamentally a surrogate, a substitute for
the thing itself, used to enable an entity to
determine consequences by thinking
rather than acting, i.e., by reasoning about
the world rather than taking action in it.
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Overview
1
Knowledge representation and reasoning are a key
enabling technology for the Semantic web
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Overview
1
The Semantic web integrates concepts
from knowledge representation and
reasoning with markup languages
based on XML. The Resource
Description Framework (RDF)
provides the basic capabilities to
define knowledge-based objects on
the Internet with basic features such
as Is-A relations and object properties.
The Web Ontology Language (OWL)
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - History
The earliest work in knowledge
representation was focused on general
problem solvers such as the General
Problem Solver (GPS) system developed
by Newell and Simon
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - History
1
Another area of knowledge representation
research was the problem of common sense
reasoning
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - History
1
Currently one of the most active areas of
knowledge representation research are
projects associated with the Semantic web
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Characteristics
1
Ron Brachman categorizes the core issues for
knowledge representation as follows:
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Characteristics
In early systems the Lisp programming
language which was modeled after the
lambda calculus was often used as a form
of functional knowledge representation
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Characteristics
Meta-representation means the
knowledge representation language is
itself expressed in that language
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Characteristics
All forms of knowledge representation
must deal with this aspect and most do so
with some variant of set theory, modeling
universals as sets and subsets and
definitions as elements in those sets
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Characteristics
1
Efficiency was often an issue, especially
for early applications of knowledge
representation technology
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation - Ontology Engineering
the lumped element model widely
used in representing electronic
circuits (e.g.,Davis R, Shrobe H E,
Representing Structure and Behavior
of Digital Hardware, IEEE Computer,
Special Issue on Knowledge
Representation, 16(10):75-82.), as well
as ontologies for time, belief, and
even programming itself
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Semantic interoperability - Knowledge representation requirements and languages
1
A knowledge representation language
may be sufficiently expressive to
describe nuances of meaning in well
understood fields. There are at least
five levels of complexity of these.
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation and reasoning
1
Knowledge representation and reasoning
also incorporates findings from logic to
automate various kinds of reasoning, such
as the application of rules or the relations
of Set theory|sets and subsets.
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation and reasoning
Examples of knowledge representation
formalisms include Semantic
network|semantic nets, Frame (artificial
intelligence)|Frames, Rules, and Ontology
(information science)|ontologies.
Examples of automated reasoning engines
include inference engines, theorem
provers, and classifiers.
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation and reasoning - History
A classic example of how setting an
appropriate formalism leads to new
solutions is the early example of the
adoption of Arabic over Roman
numerals. Arabic numerals facilitate
larger and more complex algebraic
representations, thus influencing future
knowledge representation.
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation and reasoning - History
1
Knowledge representation incorporates
theories from psychology which look to
understand how humans solve
problems and represent knowledge
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation and reasoning - History
1
The earliest work in computerized
knowledge representation was
focused on general problem solvers
such as the General Problem Solver
(GPS) system developed by Allen
Newell and Herbert A. Simon in 1959.
These systems featured data
structures for planning and
decomposition. The system would
begin with a goal. It would then
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation and reasoning - History
1
It was the failure of these efforts that led to
the cognitive revolution in psychology and
to the phase of AI focused on knowledge
representation that resulted in expert
systems in the 1970s and 80s, production
systems, frame languages, etc. Rather
than general problem solvers, AI changed
its focus to expert systems that could
match human competence on a specific
task, such as medical diagnosis.
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation and reasoning - Overview
In a key 1993 paper on the topic,
Randall Davis of Massachusetts
Institute of Technology|MIT outlined
five distinct roles to analyze a
knowledge representation framework:
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation and reasoning - Characteristics
In 1985, Ron Brachman categorized the core
issues for knowledge representation as follows:
1
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
Knowledge representation and reasoning - Characteristics
1
Meta-representation means the knowledge
representation language is itself
expressed in that language
https://store.theartofservice.com/the-knowledge-representation-toolkit.html
For More Information, Visit:
• https://store.theartofservice.co
m/the-knowledgerepresentation-toolkit.html
The Art of Service
https://store.theartofservice.com