Automated Mathematician

From HandWiki
Short description: Artificial intelligence program

The Automated Mathematician (AM) is one of the earliest successful discovery systems.[1] It was created by Douglas Lenat in Lisp,[2] and in 1977 led to Lenat being awarded the IJCAI Computers and Thought Award.[3]

AM worked by generating and modifying short Lisp programs which were then interpreted as defining various mathematical concepts;[4] for example, a program that tested equality between the length of two lists was considered to represent the concept of numerical equality, while a program that produced a list whose length was the product of the lengths of two other lists was interpreted as representing the concept of multiplication. The system had elaborate heuristics for choosing which programs to extend and modify, based on the experiences of working mathematicians in solving mathematical problems.

Controversy

Lenat claimed that the system was composed of hundreds of data structures called "concepts," together with hundreds of "heuristic rules" and a simple flow of control: "AM repeatedly selects the top task from the agenda and tries to carry it out. This is the whole control structure!" Yet the heuristic rules were not always represented as separate data structures; some had to be intertwined with the control flow logic. Some rules had preconditions that depended on the history, or otherwise could not be represented in the framework of the explicit rules.[5]

What's more, the published versions of the rules often involve vague terms that are not defined further, such as "If two expressions are structurally similar, ..." (Rule 218) or "... replace the value obtained by some other (very similar) value..." (Rule 129).[6]

Another source of information is the user, via Rule 2: "If the user has recently referred to X, then boost the priority of any tasks involving X." Thus, it appears quite possible that much of the real discovery work is buried in unexplained procedures.[7]

Lenat claimed that the system had rediscovered both Goldbach's conjecture and the fundamental theorem of arithmetic. Later critics accused Lenat of over-interpreting the output of AM. In his paper Why AM and Eurisko appear to work, Lenat conceded that any system that generated enough short Lisp programs would generate ones that could be interpreted by an external observer as representing equally sophisticated mathematical concepts. However, he argued that this property was in itself interesting—and that a promising direction for further research would be to look for other languages in which short random strings were likely to be useful.[8]

Successor

This intuition was the basis of AM's successor Eurisko, which attempted to generalize the search for mathematical concepts to the search for useful heuristics.[9]

See also

References

  1. Ritchie, G.D.; Hanna, F.K. (August 1984). "am: A case study in AI methodology". Artificial Intelligence 23 (3): 249–268. doi:10.1016/0004-3702(84)90015-8. 
  2. Lenat, Douglas Bruce (1976). Am: An artificial intelligence approach to discovery in mathematics as heuristic search (Thesis).
  3. Lenat, Douglas B. (1977), "The Ubiquity of Discovery (Computers and Thought Lecture)", IJCAI, pp. 1093–1103, http://www.ijcai.org/Past%20Proceedings/IJCAI-77-VOL2/PDF/099.pdf .
  4. Koza, John R. (1992), "9.3 AM and Euroski", Genetic Programming: On the Programming of Computers by Means of Natural Selection, MIT Press, pp. 232–236, ISBN 9780262111706, https://books.google.com/books?id=Bhtxo60BV0EC&pg=PA232 .
  5. (Ritchie Hanna), pp. 256–257.
  6. (Ritchie Hanna), p. 258.
  7. (Ritchie Hanna), p. 252.
  8. Lenat, Douglas B.; Brown, John Seely (August 1984). "Why am and eurisko appear to work". Artificial Intelligence 23 (3): 269–294. doi:10.1016/0004-3702(84)90016-X. 
  9. Henderson, Harry (2007), "The Automated Mathematician", Artificial Intelligence: Mirrors for the Mind, Milestones in Discovery and Invention, Infobase Publishing, pp. 93–94, ISBN 9781604130591, https://books.google.com/books?id=vKmIiICDIwgC&pg=PA93 .

External links