Topic 2: Structure of Knowledge-Based Systems



Similar documents
Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach

Knowledge Engineering (Ingeniería del Conocimiento)

Improving Knowledge-Based System Performance by Reordering Rule Sequences

A Knowledge Based System towards Identifying Problems and Getting Instant Solutions about Our Personal Vehicles

A Review on Knowledge-based Expert System: Concept and Architecture

IAI : Expert Systems

KS3 Computing Group 1 Programme of Study hours per week

Evolution of Information System

How To Design An Expert System For Error Detection And Correction In Software Development Environment

Building Reusable Software Component For Optimization Check in ABAP Coding

Knowledge Representation (II)

Expert Systems : AI Course Lecture 35 36, notes, slides RC Chakraborty, rcchak@gmail.

Courses Descriptions for BS.c. MIS Program. Main Major Courses (Bachelor Degree in Management Information System)

Logic in general. Inference rules and theorem proving

Knowledge based system to support the design of tools for the HFQ forming process for aluminium-based products

Problems often have a certain amount of uncertainty, possibly due to: Incompleteness of information about the environment,

Lecture 13 of 41. More Propositional and Predicate Logic

- 1 - intelligence. showing the layout, and products moving around on the screen during simulation

Graduate School of Informatics

Recommender Systems: Content-based, Knowledge-based, Hybrid. Radek Pelánek

Evaluation experiment for the editor of the WebODE ontology workbench

Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine

MedView: A Declarative Approach to Evidence-Based Medicine

What the Hell is Big Data?

KNOWLEDGE-BASED IN MEDICAL DECISION SUPPORT SYSTEM BASED ON SUBJECTIVE INTELLIGENCE

Requirements Evolution of an Avionics Safety-Critical Industrial Case Study Predictive Changes Risk/Cost Analyses

Application Design: Issues in Expert System Architecture. Harry C. Reinstein Janice S. Aikins

8. KNOWLEDGE BASED SYSTEMS IN MANUFACTURING SIMULATION

A. TRUE-FALSE: GROUP 2 PRACTICE EXAMPLES FOR THE REVIEW QUIZ:

Algorithm & Flowchart & Pseudo code. Staff Incharge: S.Sasirekha

ARTIFICIAL INTELLIGENCE AND EXPERT SYSTEMS: KNOWLEDGE-BASED SYSTEMS

Frequently Asked Questions (FAQs)

Whitepaper. Data Warehouse/BI Testing Offering YOUR SUCCESS IS OUR FOCUS. Published on: January 2009 Author: BIBA PRACTICE

Framework Model for Shell Expert System

Chapter 3: Data Mining Driven Learning Apprentice System for Medical Billing Compliance

To introduce software process models To describe three generic process models and when they may be used

Medical Knowledge-Based System for Diagnosis from Symptoms and Signs

Development (60 ЕCTS)

Requirements. Approaches to user support. Command assistance. Chapter 11 User support

Overview of the TACITUS Project

Professor, D.Sc. (Tech.) Eugene Kovshov MSTU «STANKIN», Moscow, Russia

VALENS: A Knowledge Based Tool to Validate and Verify an Aion Knowledge Base

Authoring for System Center 2012 Operations Manager

CpSc810 Goddard Notes Chapter 7. Expert Systems

EXECUTIVE SUPPORT SYSTEMS (ESS) STRATEGIC INFORMATION SYSTEM DESIGNED FOR UNSTRUCTURED DECISION MAKING THROUGH ADVANCED GRAPHICS AND COMMUNICATIONS *

Towards Rule-based System for the Assembly of 3D Bricks

KING SAUD UNIVERSITY COLLEGE OF COMPUTER AND INFORMATION SCIENCES DEPARTMENT OF INFORMATION SYSTEMS THE MASTER'S DEGREE PROGRAM INFORMATION SYSTEMS

FLOW CHART INTERPRETER - an environment for software animation representation

Graduate Co-op Students Information Manual. Department of Computer Science. Faculty of Science. University of Regina

Elite: A New Component-Based Software Development Model

Whitepaper. Data Warehouse/BI Testing Offering. Published on: January 2010 Author: Sena Periasamy

Information Need Assessment in Information Retrieval

BCS HIGHER EDUCATION QUALIFICATIONS Level 6 Professional Graduate Diploma in IT. March 2013 EXAMINERS REPORT. Knowledge Based Systems

RULE BASED EXPERT SYSTEM FOR SELECTING SOFTWARE DEVELOPMENT METHODOLOGY

Subject knowledge requirements for entry into computer science teacher training. Expert group s recommendations

Knowledge Acquisition and the Project Manager

IN THE WORKSHOP Tip #14

GCE APPLIED ICT A2 COURSEWORK TIPS

Developing GUI Applications: Architectural Patterns Revisited

Talend Metadata Manager. Reduce Risk and Friction in your Information Supply Chain

Lecture 18 of 42. Lecture 18 of 42

ANALYSIS OF WEB-BASED APPLICATIONS FOR EXPERT SYSTEM

Bachelor Degree in Informatics Engineering Master courses

Unit Title: Personnel Information Systems Unit Reference Number: F/601/7510 Guided Learning Hours: 160 Level: Level 5 Number of Credits: 18

Types & Uses of Databases

M3039 MPEG 97/ January 1998

Programmabilty. Programmability in Microsoft Dynamics AX Microsoft Dynamics AX White Paper

Verification and Validation of Software Components and Component Based Software Systems

Exploring Incremental Reasoning Approaches Based on Module Extraction

Winter 2016 Course Timetable. Legend: TIME: M = Monday T = Tuesday W = Wednesday R = Thursday F = Friday BREATH: M = Methodology: RA = Research Area

EMC Documentum Composer

A.I. in health informatics lecture 1 introduction & stuff kevin small & byron wallace

ICOM 6005 Database Management Systems Design. Dr. Manuel Rodríguez Martínez Electrical and Computer Engineering Department Lecture 2 August 23, 2001

HELPDESK EXPERT. Abstract

Technical paper review. Program visualization and explanation for novice C programmers by Matthew Heinsen Egan and Chris McDonald.

Verification of completeness and consistency in knowledge-based systems

Software Engineering. Software Processes. Based on Software Engineering, 7 th Edition by Ian Sommerville

Frequency, definition Modifiability, existence of multiple operations & strategies

Open-Source, Cross-Platform Java Tools Working Together on a Dialogue System

Modern Systems Analysis and Design

Improved Monitoring and Surveillance through Integration of Artificial Intelligence and Information Management Systems

Business Intelligence in Insurance Brokerage Companies a Tool for Decision-Makers

Predicate logic Proofs Artificial intelligence. Predicate logic. SET07106 Mathematics for Software Engineering

II. PREVIOUS RELATED WORK

BUSINESS RULES MANAGEMENT AND BPM

MEng, BSc Applied Computer Science

Rules and Business Rules

Transcription:

Engineering (Ingeniería del Conocimiento) Escuela Politécnica Superior, UAM Course 2007-2008 Topic 2: Structure of -Based Systems Contents 2.1 Components according to the Final User 2.2 Components according to the Engineer 2.3 Components according to the System Builder 2.4 -based tools 1 2. Structure of a KBS: Viewpoints There are 3 principle roles for those who work with KBS: 1 End user Doctor, factory manager, person of the street, etc. 2 engineer The person who designs, classifies, organises, builds a representation of... the knowledge) 3 Constructor of the tools for the KBS Typically a programmer Often, the last 2 roles are held by the same person (less so on big projects). Descriptions of the KBS differ for each role. 2 1

2.1. The End-user s View The end user sees the system basically as a black box to solve their problems. They thus see the system as a user interface (with which they interact), and some intelligent program behind it, which does its job using some unknown logic. They do not usually distinguish the knowledge base (domain knowledge) from the inference engine which uses this knowledge. 3 2.1. The End-user s View Intelligent Program User Interface End User Problem Data Base 4 2

2.1. The End-user s View (ii) Intelligent Program For the user, a black-box that follows some unknown logic but produces the results the user desires User Interface (UI) Human-computer interaction is of greatest importance for the user: menus, (pseudo-) natural language, graphical and visual elements. The UI might: Allow the user to specify the problem, Possibly graphically, via form-filling, or even natural language dialog Present solution of the problem Present user with the reasoning used to derive its solution This is a very important component of any KBS a whole area of informatics is devoted to it: Human-Computer Interaction A good UI can make a poor KBS look good, and visa versa 5 2.1. The End-user s View (ii) Problem-specific Database Can contain: Data input by the user Conclusions (both intermediate and final) of the system Facts (can be uncertain, as with knowledge) Facts refer to a specific instance of the problem (a patient entering a hospital, a credit application... ) End-user is responsible for the facts 6 3

2.2. The Engineer's View The job of the Engineer is to collect the expert knowledge needed for an expert system, and enter it into the system. They may extract knowledge from human experts, or from data from other sources (e.g., sensors, databases, etc.) As managers of the Base, they are aware of the separation between the inference engine and the knowledge it uses. The KE s view of the system is shaped by the tools they use to interact with knowledge 7 2.2. The Engineer's View The Tasks of a Engineer (i): Acquisition/Management The main task of the KE is knowledge entry and maintenance. For this, a special user interface is provided: Acquisition Tool: a tool for entering/maintaining knowledge into the knowledge base. The KAT might provide other functionalities: consistency checking (of the KB) bookkeeping functions (who edited what and when) access control (view vs. edit permissions; changes by lower level KEs need to be approved by higher level KEs, etc.) 8 4

2.2. The Engineer's view Acquisition Tool Base KE 9 2.2. The Engineer's View The Tasks of a Engineer (ii): System testing The second task of the KE is to test that the system as a whole works after some modification to the knowledge-base, or after a change to the inference engine (extension of power, change of algorithm, etc.) For this, the KE might use the following: Developer s Interface: basically the same as the end-user interface, but offering a more detailed view of the inside: Run-time trace of reasoning steps, Access to inner components of the system, etc. Test Case Database: After adding, deleting or modifying the knowledge system, the reasoning of the system may be affected. To allow the KE to test the system, a database of sample problems, called the test case database, is usually developed, for testing the system. After a substantial change, the KE will run through the test cases to verify the system is working as expected. 10 5

2.2. The Engineer's view Intelligent Program Base Developer s Interface KE Test Case Database Inference Engine 11 2.2. The Engineer's view The two interfaces for the KE can sometimes be grouped together as a development shell, a general KE Workbench. KE Development Shell Acquisition Tool Developer s Interface Test Case Database Intelligent Program Base Inference Engine 12 6

2.3. The Tool Builder s View The Tool Builder is concerned with building an adequate set of tools for the Engineer to use to build the base. They thus see the system from the same viewpoint as the KE, except with a different focus. More concerned with implementation decisions: knowledge representation (rules, frames, semantic networks,...) inference mechanisms (deduction, uncertainty,...) The tool builder is also concerned to support the final user. They are thus concerned with: user-friendliness of the user interface, the kinds of functionalities supported (what reports, views, etc.) 13 2.4. Based Systems Development tool: A suite of software that allows construction of a knowledge base and interaction with this knowledge base through use of an inference engine. May be used by Engineer (to develop the KB and test it) or the Final User (with a KB). Development tools can be acquired in 2 ways: Developed from scratch: KBS Tools may be developed for a particular project from scratch. Obtain an off the shelf system: a system which comes with no knowledge base of its own, but will work with a user-provided knowledge base. Often called an expert system shell 14 7

2.4. Expert System Shells Expert System Shell: Example Originally, MYCIN was developed for a single application: medical diagnosis The developers had designed the system to properly separate knowledge from the inference engine. They thus released a version called E-MYCIN ( E for empty ), which allowed users to provide their own knowledge base. As long as their application used the same types of inference, the system should work for them in te new domain. E-MYCIN functionality: reasoning via backward chaining management of uncertainty could generate explanations a user interface 15 2.4. Expert System Shells Do it yourself systems: Avoiding shells, there is the do it yourself approach Advantages: cheap (in purchasing price) can customise to your particular problem In the end, company owns the system Disadvantages: more expensive (in person months) more risk due to unknowns 16 8