DENDRAL and the First Expert System to Reach Scientific Practice
DENDRAL showed that AI could perform useful scientific inference by combining expert chemical knowledge with systematic generation and testing of molecular structures.
Theo Mercer is the editorial pen name used for research and historical synthesis published by the CodeHistory Research Desk. Articles are sourced, reviewed, and revised according to CodeHistory’s published research standards.
DENDRAL showed that AI could perform useful scientific inference by combining expert chemical knowledge with systematic generation and testing of molecular structures.
MYCIN encoded infectious-disease expertise in rules with certainty factors, demonstrating impressive advisory performance while exposing the clinical, social, and deployment limits of expert systems.
Mercator documented the crawler as a distributed systems problem: URL scheduling, duplicate detection, politeness, parsing, extensibility, and persistent state all had to work at Web scale.
WordNet reorganized English vocabulary for computers around synonym sets and semantic relations, creating a reusable lexical network for language processing and knowledge systems.
Query expansion evolved from hand-built thesauri and feedback into probabilistic relevance models that estimate which words are likely to characterize the user's hidden information need.
Rocchio relevance feedback showed how a search system could move a query toward documents a user judged relevant and away from those judged nonrelevant.
BERT changed neural search by letting ranking models jointly read a query and candidate passage, using pretrained bidirectional language representations to judge relevance more deeply.
Cyc pursued one of AI's most ambitious symbolic projects: manually encoding the background knowledge and exceptions that people rely on without stating them.
The Semantic Web effort extended the Web from linked documents toward linked data, using RDF graphs and OWL ontologies to give machines explicit descriptions of entities and relationships.
Boolean retrieval turned document searching into explicit logic: combine indexed terms with AND, OR, and NOT to define exactly which records should match.