Stephen Muggleton
Stephen H. Muggleton FBCS, FIET, FAAAI, FECCAI, FSB, FREng (born 6 December 1959, son of Louis Muggleton) is Professor of Machine Learning and Head of the Computational Bioinformatics Laboratory at Imperial College London.relative least general generalisation proposed by
Gordon Plotkin
Gordon David Plotkin, (born 9 September 1946) is a theoretical computer scientist in the School of Informatics at the University of Edinburgh. Plotkin is probably best known for his introduction of structural operational semantics (SOS) and hi ...
, leading to a bottom-up search through the subsumption lattice. In 1992, shortly after its introduction, Golem was considered the only inductive logic programming system capable of scaling to tens of thousands of examples.
Description
Golem takes as input a definite program as background knowledge together with sets of positive and negative examples, denoted and respectively. The overall idea is to construct the least general generalisation of with respect to the background knowledge. However, if is not merely a finite set of
ground
Ground may refer to:
Geology
* Land, the surface of the Earth not covered by water
* Soil, a mixture of clay, sand and organic matter present on the surface of the Earth
Electricity
* Ground (electricity), the reference point in an electrical c ...
atoms
Every atom is composed of a nucleus and one or more electrons bound to the nucleus. The nucleus is made of one or more protons and a number of neutrons. Only the most common variety of hydrogen has no neutrons.
Every solid, liquid, gas, an ...
, then this relative least general generalisation may not exist.
Therefore, rather than using directly, Golem uses the set of all ground atoms that can be resolved from in at most resolution steps. An additional difficulty is that if is non-empty, the least general generalisation of may entail a negative example. In this case, Golem generalises different subsets of separately to obtain a program of several clauses.
Golem also employs some restrictions on the hypothesis space, ensuring that relative least general generalisations are polynomial in the number of training examples. Golem demands that all variables in the head of a clause also appears in a literal of the clause body; that the number of substitutions needed to instantiate existentially quantified variables introduced in a literal is bounded; and that the depth of the chain of substitutions needed to instantiate such a variable is also bounded.
Example
The following example about learning definitions of family relations uses the abbreviations
:, , , , , , , , and .
It starts from the background knowledge (cf. picture)
:,
the positive examples
:,
and the trivial proposition
to denote the absence of negative examples.
The relative least general generalisation is now computed as follows to obtain a definition of the ''daughter'' relation.
* Relativise each positive example literal with the complete background knowledge:
*:,
* Convert into
clause normal form
In Boolean logic, a formula is in conjunctive normal form (CNF) or clausal normal form if it is a conjunction of one or more clauses, where a clause is a disjunction of literals; otherwise put, it is a product of sums or an AND of ORs. As a ca ...
:
*:,
* Anti-unify each compatible pair in general: -tuple when positive example literals are given of literals:
** from and ,
** from and ,
** from and ,
** from and , similar for all other background-knowledge literals
** from and , and many more negated literals
* Delete all negated literals containing variables that don't occur in a positive literal:
**after deleting all negated literals containing other variables than , only remains, together with all ground literals from the background knowledge
* Convert clauses back to Horn form:
**
The resulting Horn clause is the hypothesis obtained by Golem. Informally, the clause reads "'' is called a daughter of if is the parent of and is female''", which is a commonly accepted definition.