Term indexing
Encyclopedia
In computer science
Computer science
Computer science or computing science is the study of the theoretical foundations of information and computation and of practical techniques for their implementation and application in computer systems...

, term indexing is the task of creating an index
Index (information technology)
In computer science, an index can be:# an integer that identifies an array element# a data structure that enables sublinear-time lookup -Array element identifier:...

 of terms and clauses in a collection.

Many operations in automatic theorem provers require search in huge
collections of terms and clauses. Such operations typically fall into
the following scheme. Given a collection of terms (clauses) and a query
term (clause) , find in some/all terms related to according to a
certain retrieval condition. Most interesting retrieval conditions
are formulated as existence of a substitution that relates in a special
way the query and the retrieved objects . Here is a list of retrieval
conditions frequently used in provers:
  • term is unifiable with term , i.e., there exists a substitution , such that =
  • term is an instance of , i.e., there exists a substitution , such that =
  • term is a generalisation of , i.e., there exists a substitution , such that =
  • clause subsumes clause , i.e., there exists a substitution , such that is a subset/submultiset of
  • clause is subsumed by , i.e., there exists a substitution , such that is a subset/submultiset of


More often than not, we are actually interested in finding the appropriate
substitutions explicitly, together with the retrieved terms ,
rather than just in establishing existence of such substitutions.

Very often the sizes of term sets to be searched are large,
the retrieval calls are frequent and the retrieval condition test
is rather complex. In such situations linear search in , when the retrieval
condition is tested on every term from , becomes prohibitively costly.
To overcome this problem, special data structures, called indexes, are
designed in order to support fast retrieval. Such data structures,
together with the accompanying algorithms for index maintenance
and retrieval, are called term indexing techniques.

Classic indexing techniques

  • discrimination trees
  • substitution trees
  • path indexing

Modern indexing techniques

  • feature vector indexing
  • code trees
  • context trees
  • relational path indexing

Further reading

  • P. Graf, Term Indexing, Lecture Notes in Computer Science 1053, 1996 (slightly outdated overview)
  • R. Sekar and I.V. Ramakrishnan and A. Voronkov, Term Indexing, in A. Robinson and A. Voronkov, editors, Handbook of Automated Reasoning
    Handbook of Automated Reasoning
    The Handbook of Automated Reasoning is a collection of survey articles on the field of automated reasoning. Published on June 2001 by MIT Press, it is edited by John Alan Robinson and Andrei Voronkov. Volume 1 describes methods for classical logic, first-order logic with equality and other...

    , volume 2, 2001 (recent overview)
  • W. W. McCune, Experiments with Discrimination-Tree Indexing and Path Indexing for Term Retrieval, Journal of Automated Reasoning, 9(2), 1992
  • P. Graf, Substitution Tree Indexing, Proc. of RTA, Lecture Notes in Computer Science 914, 1995
  • M. Stickel, The Path Indexing Method for Indexing Terms, Tech. Rep. 473, Artificial Intelligence Center
    Artificial Intelligence Center
    The Artificial Intelligence Center at SRI International was founded in 1966 by Charles Rosen and studies artificial intelligence. One of their early projects was Shakey the Robot, the first general-purpose mobile robot. More recently, the center funded early development of CALO and Siri....

    , SRI International
    SRI International
    SRI International , founded as Stanford Research Institute, is one of the world's largest contract research institutes. Based in Menlo Park, California, the trustees of Stanford University established it in 1946 as a center of innovation to support economic development in the region. It was later...

    , 1989
  • S. Schulz, Simple and Efficient Clause Subsumption with Feature Vector Indexing, Proc. of IJCAR-2004 workshop ESFOR, 2004
  • A. Riazanov and A. Voronkov, Partially Adaptive Code Trees, Proc. JELIA, Lecture Notes in Artificial Intelligence 1919, 2000
  • H. Ganzinger and R. Nieuwenhuis and P. Nivela, Fast Term Indexing with Coded Context Trees, Journal of Automated Reasoning, 32(2), 2004
  • A. Riazanov and A. Voronkov, Efficient Instance Retrieval with Standard and Relational Path Indexing, Information and Computation, 199(1-2), 2005
The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK