+ All Categories
Home > Documents > Knowledge Management Using Orion Making Knowledge Active.

Knowledge Management Using Orion Making Knowledge Active.

Date post: 19-Dec-2015
Category:
View: 214 times
Download: 0 times
Share this document with a friend
Popular Tags:
38
Knowledge Management Using Orion Making Knowledge Active
Transcript
Page 1: Knowledge Management Using Orion Making Knowledge Active.

Knowledge ManagementUsing Orion

Making Knowledge Active

Page 2: Knowledge Management Using Orion Making Knowledge Active.

Knowledge Is Structure

What does that mean?

What sort of structure does it imply?

Page 3: Knowledge Management Using Orion Making Knowledge Active.

ORIONOrion is a knowledge utilisation system based on using an active, undirected structure to represent knowledge

Orion covers the full knowledge cycle – creation or capture, marshalling and deployment

It is particularly suited to dynamically changing problems, where its ability to modify its own structure comes to the fore

Page 4: Knowledge Management Using Orion Making Knowledge Active.

Instead of writing programs, turn the knowledge itself into a computing machine

Programmatic:if input(a) and input(b) then c=a+belse if input(a) and input(c) then b=c-aelse…

Example: a + b = c

A new approach to knowledge

Structure

NYK - Not Yet Known

Page 5: Knowledge Management Using Orion Making Knowledge Active.

Values flow through the structure in any direction.

The EQUALS operator allows for logical control.

Example: a + b = c

Use the structure itself

Page 6: Knowledge Management Using Orion Making Knowledge Active.

Information Coming the Other Way

Example: a + b = c

We have a range on one variable, producing a range on another.

Page 7: Knowledge Management Using Orion Making Knowledge Active.

The user can turn what they know into a shareable and reusable piece of knowledge by describing relations among objects - the system will use the relations any way it needs to, when it needs to .

Users can refine their thinking by observing a model of it in operation - does it match reality?

The System as a Thinking Tool

Orion

Page 8: Knowledge Management Using Orion Making Knowledge Active.

Combining Knowledge Domains

Models from different domains can be combined easily because they are undirected - each expert operates in their own domain, thinking in ways they are comfortable with.

Economy

Funding

Credit Risk

FX

IntegratedModel

Page 9: Knowledge Management Using Orion Making Knowledge Active.

Techniques

Knowledge about the problem area is turned into a structure, made up of variables, operators and links. The structure is undirected and extensible, and supports the following problem-solving techniques:

• Logical and Numerical Analysis• Ranges of Values• Simulation• Structure Self-modification• Backtracking• Constraint Reasoning• Hypothesising

Page 10: Knowledge Management Using Orion Making Knowledge Active.

Ranges of Values

Ranges allow you to specify limits in a natural way.

The duration is between 4 and 10 days.

The cost should be between 1 and 3 million.

The expected magnitude lies anywhere from 4.8 to 6.3.

Page 11: Knowledge Management Using Orion Making Knowledge Active.

Logical & Numerical Analysis

Here are logic and numbers interacting together in a plan.

If there is insufficient time for Activity_4’s duration, or insufficient budget or resources, it forces itself false and the other alternative becomes True.

Page 12: Knowledge Management Using Orion Making Knowledge Active.

Probability Distributions

Probability distributions are another important source of technical knowledge. They need not follow simple forms like Normal or Poisson.

Page 13: Knowledge Management Using Orion Making Knowledge Active.

Backtracking

When there are lots of possibilities to consider, you want the system to try to find a good solution for you.

Backtrack allows the system to try something, observe the result, and then undo it and try something else.

While trying something, it may need to erect new structure - “build a castle in the air” - then undo all that as well.

Page 14: Knowledge Management Using Orion Making Knowledge Active.

Constraint Reasoning

Sometimes there may be constraints on a solution, but no analytic way of finding it. Then you have to try different possibilities, while respecting the constraints. If you use the constraints to prune away downstream possibilities, this is Constraint Reasoning.

It helps if the structure of the constraints is undirected, so you can start where there are only a few possibilities - where the problem is most heavily constrained.

Page 15: Knowledge Management Using Orion Making Knowledge Active.

Using the System

Page 16: Knowledge Management Using Orion Making Knowledge Active.

Logic Editor - Used to enter declarative knowledge in textual form. The text is immediately transformed into active model structure.

Page 17: Knowledge Management Using Orion Making Knowledge Active.

Network Display

The user can:

• trace the structure of the network• observe the values in particular components• set and unset values• trace the source of inconsistencies• debug the network by halting propagation and observing states

Page 18: Knowledge Management Using Orion Making Knowledge Active.

Analysis and Visualization

ListEditor

Stochastic Editor

DrawingEditor

Page 19: Knowledge Management Using Orion Making Knowledge Active.

Stochastic Editor

The user can

• visualize and manipulate distributions and N-dimensional relations. • apply constraints to variables and observe the impact on other variables• construct ad hoc distribution and relation operators

Page 20: Knowledge Management Using Orion Making Knowledge Active.

Data Miner

One of the shortcomings of existing data mining technologies is that in order to use the findings, the user needs to understand them.

The reason is that the technologies used for mining are different to those used in operational systems.

With Orion, the same technology is used for both tasks. The Miner actually morphs newly found correlations in the data into an active component of the operational system.

The system can start with mined data, then “learn on the run” from new transactions.

Page 21: Knowledge Management Using Orion Making Knowledge Active.

Additional tools and facilities

• Structural debugger

• Script editor

• Simulator

• Graphing

• XML Link

• Time Series Analysis module

• Structure extraction from text

Page 22: Knowledge Management Using Orion Making Knowledge Active.

Applications

• Knowledge Management in Organisations

• Strategic Planning, Program/Project Management

• Financial Analysis, Wealth Management

• Risk analysis

• Simulation, Workflow, Scheduling

• Knowledge Representation

Page 23: Knowledge Management Using Orion Making Knowledge Active.

Simulation - Insurance/Reinsurance

Page 24: Knowledge Management Using Orion Making Knowledge Active.

Model the Problem Area

Programmatic approach Orion

Business Domain

HouseholdCommercialProperty

Quota Sharetreaty

Surplustreaty

Risk Accesstreaty

Catastrophetreaty

The model takes the form of the business structure it represents. It is

“alive” all the time, every piece of it is visible and accessible.

Page 25: Knowledge Management Using Orion Making Knowledge Active.

Creation and Destruction of Objects

When the simulation starts, the portfolio has 10 bond invocations maturing on 2001 to 2010. After a 20 years simulation, where maturing bonds are destroyed and new bonds are purchased if the cash position allows, the portfolio is left with 3 bonds purchased in 2018, 2019 and 2020.

Page 26: Knowledge Management Using Orion Making Knowledge Active.

Reinsurance Simulation

Generated Commercial Property Claims

A Surplus treaty

Claims paid after theSurplus recoveries

Household

Risk Excess treaty

Claims paid after theSurplus and RiskXs

Combine with HouseholdClaims after Quota Share(into Catastrophe treaty)

The structure generated for Commercial Property (each column represents a policy)

The structure of the reinsurance program is in the form that insurance peopleunderstand it – claims flow into a reinsurance treaty, which recovers some ofthe payments. What remains can be combined and flow into another treaty.

Page 27: Knowledge Management Using Orion Making Knowledge Active.

Earthquake Knowledge

Model Structure

Attenuation

Greece Info(GIS)

Intensity/Damage

Recorders

Acceleration attenuation based onmagnitude, distance and local siteconditions

Find distance between site andEpicenter, local conditions, etc.

Relations between acceleration,intensity and damage ratio

XML Event

Events

Frequency/Amplification

Relations between magnitude andfrequency, building type, number offloors and natural frequency,including comparison andamplification estimates

Page 28: Knowledge Management Using Orion Making Knowledge Active.

1. eCognition Overview

Analytic Structure - Wave Attenuation

A formula for attenuation (note function on left hand side)

Page 29: Knowledge Management Using Orion Making Knowledge Active.

1. eCognition Overview

Experiential Structure

The Sauter curves, linking Intensity, Building Type and Damage Ratio, are loaded into distributions and relations.

Wood

ReinforcedConcrete

Page 30: Knowledge Management Using Orion Making Knowledge Active.

Accept Anything

Here is KM at work. Need to accept:

• Different forms of knowledge - analytic, experiential• Different timescales for validity - yesterday, last month, always• Different sources - journals, consultants, suppliers, customers

Integrate it, iron out the inconsistencies, if necessary change it on the run - manage it.

Page 31: Knowledge Management Using Orion Making Knowledge Active.

1. eCognition Overview

Propagation

An example of one of many value propagation paths, from event magnitude to damage ratio.

Magnitude –Eventsubmodel

Attenuation submodel SAh

Experiential submodel intensity

Experiential submodel Damage Ratio

Page 32: Knowledge Management Using Orion Making Knowledge Active.

1. eCognition Overview

Compatible Knowledge Structures

A variable can have a PLUS operator on one side and a RELATION on the other, so analysis and experience are easily combined.

Page 33: Knowledge Management Using Orion Making Knowledge Active.

Knowledge in Text

Much knowledge is held in text. Unless the text can be accurately “read”, that knowledge is unreachable by automation. Techniques such as Text Mining barely scratch the surface, and requiring someone to attempt to pluck out the knowledge into checklists, ontologies or other simple forms is doomed to failure - knowledge is much richer than these simplifications allow. Orion can read text and create an Active Structure - an active representation of what the text means.

Page 34: Knowledge Management Using Orion Making Knowledge Active.

A look at the finishDate of the Occupy relation in a contract. The date value of the ImpliedOne is linked both to an “and” objectgroup comprising August 31, 2005, and the date which is the StartDate of the IS relation of “Tenant’s Work is Substantially complete”. The OBJECTTEST operator created a MIN operator linking the three date values. Note that since the date is not known yet, its value is a range (green), which propagates all the way to the occupy relation.

Active Structure from Text

Page 35: Knowledge Management Using Orion Making Knowledge Active.

Orion can handle a wide range of problem areas.

Its power comes from its simple form - variables, operators, links - and the fact

that it is easy to combine structures which do not have a beginning or an end.

Page 36: Knowledge Management Using Orion Making Knowledge Active.

How Is It Different?

It is based on:

• Connection• Activity• Visibility• Extensibility• Self Modification• Undirectedness

Page 37: Knowledge Management Using Orion Making Knowledge Active.

It Sounds Too Complex

Complexity appears quite quickly.

A + B = C is static.

X = SUM(List) is already dynamic.

“The earthquake struck Sao Paulo last Thursday.” is just more dynamic.

Knowledge in an organisation is dynamic - it is just that humans handle it without a second thought. For a system to handle it well, the system needs some similar properties - activity, connectivity, visibility, self-organisation.

Page 38: Knowledge Management Using Orion Making Knowledge Active.

The Benefits

Knowledge in many technical areas is hugely dense.

ORION brings a logical structure and the ability to represent dense knowledge in a way that is useful to the organisation.

Instead of being locked in a few people’s heads, it becomes a shareable resource, giving others the ability to comment on it, criticise it, add to it, link it into an organisational whole.


Recommended