Connectivity, Activity, Visibility, Extensibility

The work on analysis of free text has forced us to examine what are the hallmarks of the ORION paradigm. It became clear that to be successful in high reliability extraction of information from text, many processes would need to proceed synergistically in parallel. The diagram shows some of the EOI processes involved.

pearls.jpg (232090 bytes)

Words need to be converted into parts of speech, or 'tags'. Parts of speech are converted into grammatical structure, grammatical structure is converted into semantic structure, and so on. It is not possible to convert words into parts of speech without ambiguity - "near" can be an adjective, a preposition, a verb. Many of these alternatives can be resolved during the building of the grammatical structure. Ambiguities will be found while building the grammatical structure, many of which can be eliminated by starting to build the semantic structure. As the semantic structure begins to produce events, these events can be augmented with the domain knowledge, so potentially we have a thread running backwards and forwards between the part-of-speech tagging and the domain knowledge. What we have are several processes, proceeding in parallel and opportunistically using whatever information becomes available to advance themselves, and in so doing, advancing the processes around them.  

This interlinking of processes is also essential if we are to resolve anaphora successfully -the automated text reading system needs to be in the state the writer intended the human reader to be in at every point as it moves through the text, so that the inferences made to resolve anaphora are made on the same basis the human reader would be using.

The text application hardens our resolve to have a system where Connectivity, Activity, Visibility and Extensibility are paramount.

Connectivity
There can be no influence without connection, guaranteeing that states in the structure have been reached only after responding to all potential influences on those states. Connectivity, however, does not necessarily imply directed connections or simple messages or no new connections.
Activity
Activity only occurs within the structure of the network. This says there can be no specific or external algorithm, the activity coming from the operators in the structure, and at least the text parsing operators being wholly dependent on the input.
Visibility
Every part of the network is visible at all times to every other part, implying a stack cannot be used to build or alter the network structure (in the way that Logic Programming does, for example). Activity needs to be 'atomic' - irreducibly small in size, before the results of the activity become visible and actionable.
Extensibility
Extensibility, by this we mean dynamic extensibility, allows the structure to grow at any point and change in any direction. The structure exists and operates in a soup of freely available structural resource. As example, speech recognition becomes just one more layer in the analysis of written text, augmenting but not invalidating the structure used for written text. This kind of extensibility also permits structural backtrack.

These four elements highlight the differences between the ORION paradigm and expert systems, artificial neural networks, logic programming, Uncle Tom Cobley and all the other paradigms that do not seek to encompass these elements.

A presentation on the Rationale of the Paradigm

Technical Discussion