ACHIEVEMENTS.AI

pattern matching

Technique that checks input data against defined patterns to trigger corresponding actions, foundational to early NLP programs like ELIZA.

Wikidata

2 milestones

ELIZA Developed by Joseph Weizenbaum at MIT

In January 1966, Joseph Weizenbaum of MIT published a paper in Communications of the ACM describing ELIZA, a computer program that simulated conversation by applying pattern-matching rules to user input, and documented the unexpected tendency of human users to attribute understanding and empathy to the system.

STUDENT: Daniel G. Bobrow's Natural Language Algebra Problem Solver

In 1964, Daniel G. Bobrow, then a doctoral student at MIT, completed STUDENT, a LISP-based program that read English-language algebra word problems and solved them symbolically. It was among the earliest demonstrations that a computer could parse and act on natural-language mathematical statements.