Fluid Concepts and Creative Analogies

Fluid Concepts and Creative Analogies

Fluid Concepts and Creative Analogies: Computer Models of the Fundamental Mechanisms of Thought is a 1995 book by Douglas Hofstadter and other members of the Fluid Analogies Research Group exploring the mechanisms of intelligence through computer modeling.It contends that the notions of analogy and fluidity are fundamental to explain how the human mind solves problems and to create computer programs that show intelligent behaviour.It analyses several computer programs that members of the group have created over the years to solve problems that require intelligence.

The book was the first to be sold on Amazon.com, in July, 1995.

Origin of the Book

The book is a collection of revised articles that appeared in precedence, each preceded by an introduction by Hofstadter.They describe the scientific work by him and his collaborators in the 1980s and 1990s.The project started in the late 1970s at Indiana University, where Hofstadter collaborated with Marsha Meredith and Gray Clossman.In 1983 he took a sabbatical year at MIT, working in Marvin Minsky's Artificial Intelligence Lab.There he met and collaborated with Melanie Mitchell, who subsequently did her Ph.D. with him, David Rogers, and Marek Lugowski.Subsequently Hofstadter moved to the University of Michigan, where the FARG (Fluid Analogies Research Group) was founded.Eventually he returned to Indiana University in 1988, continuing the FARG research there.The book was written during a sabbatical year at the Istituto per la Ricerca Scientifica e Tecnologica in Trento, Italy.

Chapters and Authors

* To Seek Whence Cometh a Sequence (D.H.)
* The Architecture of Jumbo (D.H.)
* Numbo: A Study in Cognition and Recognition (Daniel Defays)
* High-level Perception, Representation, and Analogy: A Critique of Artificial-intelligence Methodology (David Chalmers, Robert French, and D.H.)
* The Copycat Project: A Model of Mental Fluidity and Analogy-making (D.H. and Melanie Mitchell)
* Perspectives on Copycat: Comparisons with Recent Work (Melanie Mitchell and D.H.)
* Prolegomena to Any Future Metacat (D.H.)
* Tabletop, BattleOp, Ob-Platte, Potelbat, Belpatto, Platobet (D.H. and Robert French)
* The Emergent Personality of Tabletop, a Perception-based Model of Analogy-making (D.H. and Robert French)
* Letter Spirit: Esthetic Perception and Creative Play in the Rich Microcosm of the Roman Alphabet (D.H. and Gary McGraw)

ummary of Chapters

To Seek Whence Cometh a Sequence

The first AI project by Hofstadter stemmed from his teenage fascination with number sequences.When he was 17, he studied the way that triangular and square numbers interleave, and eventually found a recursive relation describing it.In his first course on AI, he set to the students and to himself the task of writing a program that could extrapolate the rule by which a numeric sequence is generated.He discusses breadth-first and depth-first techniques, but eventually concludes that the result represent expert systems that incarnate a lot of technical knowledge but don't shine much light on the mental processes that humans use to solve such puzzles.

Instead he devised a simplified version of the problem, called SeekWhence, where sequences are based on very simple basic rules not requiring advanced mathematical knowledge.He argues that pattern recognition, analogy, and fluid working hypotheses are fundamental to understand how humans tackle such problems.

The Architecture of Jumbo

Jumbo is a program to solve jumbles, word puzzles consisting in five or six scrambled letters that need to be anagrammed to form an English word.The resulting word does not need to be a real one but just to a plausible, that is, to consists of a sequence of letters that is normal in English.

The constituent elements of Jumbo are the following:
* The "chunkabet": a database of chunks, small sequences of letters, with a numeric value giving their strength as possible components of a word.
* The "cytoplasm": a loose data structure containing partial associations of letter, modeling a form of working memory. The name is inspired by the place in a cell where molecular fragments are assembled into proteins.
* The "Coderack": a structure containing "codelets", small pieces of programs that are waiting to be executed in the cytoplasm; the codelet that is executed next is chosen non-deterministically, based on urgencies attached to them; a codelet may form new associations, break down old ones, or generate more codelets.A "temperature" is associated to the present state of the cytoplasm; it determines how probable it is that a destructive codelet is executed.There is a "freezing" temperature at which no destruction can occur anymore: a solution has been found.

Numbo: A Study in Cognition and Recognition

Numbo is a program by Daniel Defays that tries to solve numerical problems similar to those used in the French game "Le compte est bon". The game consists in combining some numbers called "bricks", using the operations of multiplication, addition, and subtraction, to obtain a given result.

The program is modeled on Jumbo and Copycat and uses a permanent network of known mathematical facts, a working memory in the form of a cytoplasm, and a coderack containing codelets to produce free associations of bricks in order to arrive at the result.

Highlevel Perception, Representation, and Analogy

The subtitle "A Critique of Artificial-intelligence Methodology" indicates that this is a polemical article, in which David Chalmers, Robert French, and Hofstadter criticize most of the research going on at that time (the early '80s) as exaggerating results and missing the central features of human intelligence.

Some of these AI projects, like the Structure Mapping Engine (SME), claimed to model high faculties of the human mind and to be able to understand literary analogies and to rediscover important scientific breakthroughs.In the introduction, Hofstadter warns about the Eliza effect that lead people to attribute understanding to a computer program that only uses a few stock phrases.The authors claim that the input data for such impressive results are already heavily structured in the direction of the intended discovery and only a simple matching task is left to the computer.

Their main claim is that it is impossible to model high-level cognition without at the same time modeling low-level perception.While cognition is necessarily based on perception, they argue that it turn influences perception itself.Therefore, a sound AI project should try to model the two together.In a slogan repeated several times throughout the book: "cognition is recognition".

Since human perception is too complex to be model by available technology, they favor the restriction of AI projects to limited domains like the one used for the Copycat project.

The Copycat Project

This chapter presents, as stated in the full title, "A Model of Mental Fluidity and Analogy-making".It is a description of the architecture of the Copycat program, developed by Hofstadter and Melanie Mitchell.The field of application of the program is a domain of short alphabetic sequences.A typical puzzle is: "If abc were changed to abd, how would you change ijk in the same way?".The program tries to find an answer using a strategy supposedly similar to the way the human mind tackles the question.

Copycat has three major components:
*The "Slipnet", a model of long-term memory in humans. It contains concepts of various degrees of abstraction, from the letter types to the notion of "opposite". Concepts are connected with links indicating their similarity. The activation of a node may cause the activation of a neighbor with a probability proportional to the inverse of the length of their link. The length of the links are not static; they have a value at the beginning but the may change elastically during computation according to the partial results achieved.
*The "Workspace", a model of short-term memory. Here partial structures are constructed and dismantled. The temporary results may cause the activation of concepts in the slipnet. A "temperature" measures the satisfaction of the program with the structure obtained at each moment. High temperature means dissatisfaction and leads to the adoption of a different strategy. Low temperature means satisfaction and the continuation of the present strategy.
*The "Coderack", a collection of "codelets", that is small fragments of code, that wait to be selected and executed in the workspace. Each has a weight associated to it that determined its probability to be selected for execution.The resulting software displays emergent properties.It works according to a "parallel terraced scan" that runs several possible processes at the same time.It shows mental fluidity in that concepts may "slip" into similar ones.It emulates human behavior in tending to find the most obvious solutions most of the time but being more satisfied (as witnessed by low temperature) by more clever and deep answers that it finds more rarely.

Perspectives on Copycat

This chapter compares Copycat with other recent (at the time) work in artificial intelligence.Specifically, it matches it with the claimed results from the Structure Mapping Engine SME and the Analogical Constraint Mapping Engine (ACME).The authors' judgment is that those programs suffer from two defects: Their input is pre-structured by the developers to highlight the analogies that the software is supposed to find; and the general architecture of the programs is serial and deterministic rather than parallel and stochastic like Copycat's, which they consider psychologically more plausible.

Severe criticism is put on the claim that these tools can solve "real-life" problems.In fact, only the terms used in the example suggest that the input to the programs comes from a concrete situation.The logical structures don't actually imply any meaning for the term.

Finally a more positive assessment is given to two other projects: Indurkhya' PAN model and Kokinov's AMBR system.

Prolegomena to Any Future Metacat

This chapter looks at those aspects of human creativity that are not yet modeled by Copycat and lays down a research plan for a future extension of the software.The main missing element is the mind's ability to observe itself and reflect on its on thinking process.Also important is the ability to learn and to remember the results of the mental activity.

The creativity displayed in finding analogies should be applicable at ever higher levels: making analogies between analogies (expression inspired by the title of a book by Stanisław Ulam), analogies between these second-order analogies, and so on.

Tabletop, BattleOp, Op-Platte, Potelbat, Belpatto, Platobet

Another of Hofstadter's students, Robert French, was assigned the task of applying the architecture of Copycat to a different domain, consisting in analogies between objects laying on a table in a coffeehouse.The resulting program was named Tabletop.

The authors presents a different and vaster domain to justify the relevance of attacking such a trivial-seeming project.The alternative domain is called Op-Platte and consists in discovering analogies between geographical locations in different regions or countries.

Once again arguments are offered against a brute-force approach, which would work on the small Tabletop domain but would become unfeasible on the larger Op-Platte domain.Instead a parallel non-deterministic architecture is used, similar to the one adopted by the Copycat project.

The Emergent Personality of Tabletop, a Perception-based Model of Analogy-making

In the premise to the chapter, title "The Knotty Problem of Evaluating Research", Hofstadter consider the question of how research in AI should be assessed.He argues against a strict adherence to a match between the results of an AI program with the average answer of human test subjects.He gives two reasons for his rejection: the AI program is supposed to emulate creativity, while an average of human responses will delete any original insight by any of the single subjects; and the architecture of the program should be more important that its mere functional description.

In the main article, the architecture of Tabletop is described: it is strongly inspired by that of Copycat and consists of a Slipnet, a Workspace, and a Corerack.

Letter Spirit

This last chapter is about a more ambitious project that Hofstadter started with student Gary McGraw.The microdomain used is that of grid fonts: typographic alphabets constructed using a rigid system of small rigid components.The goal is to construct a program that, given only a few or just one letter from the grid font, can generate the all alphabet "in the same style".The difficulty lies in the ambiguity and undefinability of "style".The projected program would have a structure very similar to that of Jumble, Numble, Copycat, and Tabletop.

Epilogue

In the concluding part of the book, Hofstadter analyses some AI projects with a critical eye.He finds that today's AI is missing the gist of human creativity and is making exaggerated claims.The project under scrutiny are the following.

AARON, a computer artist that can draw images of people in outdoor settings in a distinctive style reminiscent of that of a human artist; criticism: the program doesn't have any understanding of the objects it draws, it just uses some graphical algorithms with some randomness thrown in to generate different scenes at every run and to give the style a more natural feel.

Racter, a computer author that wrote a book entitled "The Policeman's Beard Is Half Constructed".Although some of the prose generated by the program are quite impressive, due in part to the Eliza effect, the computer does not have any notion of plot or of the meaning of the words it uses. Furthermore, the book is made up of selected texts from thousands produced by the computer over several years.

AM, a computer mathematician that generates new mathematical concepts. It managed to produce by itself the notion of prime number and the Goldbach conjecture. As with Racter, the question is how much the programmer filtered the output of the program, keeping only the occasional interesting output.Also, mathematics being a very specialized domain, it is doubtful whether the techniques used can be abstracted to general cognition.

Another mathematical program, called Geometry, was celebrated for making an insightful discovery of an original proof that an isosceles triangle has equal base angles. The proof is based on seeing the triangle in two different ways. However, the program generates all possible ways of seeing the triangle, not even knowing that it is the same triangle.

Hofstadter concludes with some methodological remarks on the Turing Test.In his opinion it is still a good definition and he argues that by interacting with a program, a human may be able to have insight not just on its behaviour but also on its structure.However, he criticises the use that is made of it at present: in encourages the development of fancy natural-language interfaces instead of the investigation of deep cognitive faculties.

Reference

Douglas Hofstadter and the Fluid Analogies Research Group, "Fluid Concepts and Creative Analogies. Computer Models of the Fundamental Mechanisms of Thought", Basic Books, 1995, ISBN 0-465-02475-0.

External links

* [http://www.byte.com/art/9503/sec6/art2.htm Review] in Byte, March 1995


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Douglas Hofstadter — Douglas R. Hofstadter Hofstadter in Bologna, Italy, in March 2002 Born February 15, 1945 (1945 02 15) (age 66) New York, New York Occupation …   Wikipedia

  • Copycat (software) — Copycat is a model of analogy making and human cognition based on the concept of the parallel terraced scan, developed in 1988 by Douglas Hofstadter, Melanie Mitchell, and others at the at Center for Research on Concepts and Cognition, Indiana… …   Wikipedia

  • Douglas R. Hofstadter — Douglas Hofstadter (2006 in Stanford) Douglas Richard Hofstadter (* 15. Februar 1945 in New York City …   Deutsch Wikipedia

  • Douglas Hofstadter — (2006 in Stanford) Douglas Richard Hofstadter (* 15. Februar 1945 in New York City) ist ein US amerikanischer Physiker, Informatiker und Kognitionswissenschaftler. Er wurde weithin bekannt durch sein Buch Gödel, Escher, Bach – ein Endloses… …   Deutsch Wikipedia

  • Douglas Richard Hofstadter — Douglas Hofstadter (2006 in Stanford) Douglas Richard Hofstadter (* 15. Februar 1945 in New York City) ist ein US amerikanischer Physiker, Informatiker und Kognitionswissenschaftler. Er wurde weithin bekannt durch sein Buch Gödel, Escher, Bach –… …   Deutsch Wikipedia

  • Effet ELIZA — En informatique, l effet ELIZA, désigne la tendance à assimiler de manière inconsciente le comportement d un ordinateur à celui d un être humain. Dans sa forme spécifique, l effet ELIZA désigne uniquement « la prédisposition à attribuer à… …   Wikipédia en Français

  • Egbert B. Gebstadter — is a fictional author who appears in the indexes (and sometimes in the text) of books by Douglas R. Hofstadter. For each Hofstadter book, there is a corresponding Gebstadter book. His name is derived from GEB , the abbreviation for Hofstadter s… …   Wikipedia

  • Douglas Hofstadter — Pour les articles homonymes, voir Hofstadter. Douglas Hofstadter en 2006 Douglas Richard Hofstadter (15 févr …   Wikipédia en Français

  • Douglas Richard Hofstadter — Douglas Hofstadter Pour les articles homonymes, voir Hofstadter. Douglas Hofstadter en 2006 Douglas Richard …   Wikipédia en Français

  • Amazon.com — Amazon.com, Inc. Type Public Traded as NASDAQ: AMZN NASDAQ 100 Component …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”