ELIZA
From Wikipedia, the free encyclopedia
- For the biochemical technique, see ELISA.
ELIZA is a famous 1966 computer program by Joseph Weizenbaum, which parodied a Rogerian therapist, largely by rephrasing many of the patient's statements as questions and posing them to the patient. Thus, for example, the response to "My head hurts" might be "Why do you say your head hurts?" The response to "My mother hates me" might be "Who else in your family hates you?" ELIZA was named after Eliza Doolittle, a working-class character in George Bernard Shaw's play Pygmalion, who is taught to speak with an upper class accent.
Contents |
[edit] Overview
It is sometimes inaccurately said that ELIZA "simulates" (or worse, "emulates") a therapist. Weizenbaum said that ELIZA provided a "parody" of "the responses of a non-directional psychotherapist in an initial psychiatric interview." He chose the context of psychotherapy to "sidestep the problem of giving the program a data base of real-world knowledge", the therapeutic situation being one of the few real human situations in which a human being can reply to a statement with a question that indicates very little specific knowledge of the topic under discussion. For example, it is a context in which the question "Who is your favorite composer?" can be answered acceptably with responses such as "What about your own favorite composer?" or "Does that question interest you?"
Eliza worked by simple parsing and substitution of key words into canned phrases. Depending upon the initial entries by the user the illusion of a human writer could be instantly dispelled, or could continue through several interchanges. It was sometimes so convincing that there are many anecdotes about people becoming very emotionally caught up in dealing with ELIZA for several minutes until the machine's true lack of understanding became apparent. All this was due to people's tendency to attach to words meanings which the computer never put there.[citation needed]
In 1966, interactive computing (via a teletype) was new. It was 15 years before the personal computer became familiar to the general public, and two decades before most people encountered attempts at natural language processing in Internet services like Ask.com or PC help systems such as Microsoft Office Clippy. Although those programs included years of research and work (while Ecala eclipsed the functionality of ELIZA after less than two weeks of work by a single programmer), ELIZA remains a milestone simply because it was the first time a programmer had attempted such a human-machine interaction with the goal of creating the illusion (however brief) of human-human interaction.
[edit] Influence on games
ELIZA impacted a number of early computer games by demonstrating additional kinds of interface designs. Don Daglow wrote an enhanced version of the program called Ecala on a PDP-10 mainframe computer at Pomona College in 1973 before writing the first computer role-playing game, Dungeon (1975). It is likely that ELIZA was also on the system where Will Crowther created Adventure, the 1975 game that spawned the interactive fiction genre. But both these games appeared some nine years after the original ELIZA.
[edit] Response and legacy
Lay responses to ELIZA were disturbing to Weizenbaum and motivated him to write his book Computer Power and Human Reason: From Judgment to Calculation, in which he explains the limits of computers, as he wants to make clear in people's minds his opinion that the anthropomorphic views of computers are just a reduction of the human being and any life form for that matter.
There are many programs based on ELIZA in different languages in addition to Ecala. For example, in 1980, a company called "Don't Ask Software", founded by Randy Simon, created a version for the Apple II, Atari, and Commodore PCs, which verbally abused the user based on the user's input. In Spain, Jordi Perez developed the famous ZEBAL in 1993, written in Clipper for MS-DOS. Other versions adapted ELIZA around a religious theme, such as ones featuring Jesus (both serious and comedic) and another Apple II variant called I Am Buddha. The 1980 game The Prisoner incorporated ELIZA-style interaction within its gameplay.
[edit] Implementations
- ECC-Eliza for Windows (rename .txt to .exe before running): http://www5.domaindlx.com/ecceliza1/ecceliza.txt
- Using JavaScript: http://www.manifestation.com/neurotoys/eliza.php3
- Source code in Java: http://chayden.net/eliza/Eliza.html
- Another Java-implementation of ELIZA: http://www.wedesoft.demon.co.uk/eliza/
- Using C on the TI-89: http://kaikostack.com/ti89_en.htm#eliza
- Using z80 Assembly on the TI-83 Plus: http://www.ticalc.org/archives/files/fileinfo/354/35463.html
- A perl module Chatbot::Eliza -- example implementation, usage tutorial
- AOLiza was an ELIZA-like AI which runs over the AIM protocol.
- Trans-Tex Software has released shareware versions for Classic Mac OS and Mac OS X: http://www.tex-edit.com/index.html#Eliza
doctor.el
(circa 1985) in Emacs.- The ELIZA KnowledgeBase has been converted to work with Verbots by Conversive.
- The Indy Delphi oriented TCP/IP components suite has an Eliza implementation as demo.
- Pop-11 Eliza in the poplog system. Goes back to about 1976, when it was used for teaching AI at Sussex University. Now part of the free open source Poplog system.
[edit] See also
- ELIZA effect
- A.L.I.C.E. and AIML
- Jabberwacky
- PARRY
- Turing test
- Loebner prize
- Simulated consciousness
- Chatterbot
- Racter
- Virtual Woman
- Dr. Sbaitso
- List of Chatterbots
[edit] References
This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.
[edit] External links
- dialogues with colorful personalities of early AI, a collection of dialogues between ELIZA and various conversants, such as a company vice president and PARRY (a simulation of a paranoid schizophrenic)
- AOLiza
- EllaZ Systems has on-line chatbots that extend the potential of ELIZA to interactive games and Convuns (conversational units). Functional features utilize Web Services, WordNet, CIA World Fact Book, and other resources. All with natural language interaction.
- Project Prometheus An ELIZA-like online chatting bot.
- Eliza JS A JavaScript implementation of ELIZA, with frames and without frames.
- WEIZENBAUM. REBEL AT WORK - Peter Haas, Silvia Holzinger, Documentary film with Joseph Weizenbaum and ELIZA.
- Questsin - MSN Messenger implementation of ELIZA.
- Joseph Weizenbaum's ELIZA: Communications of the ACM, January 1966 - Paper detailing the inner workings of ELIZA.