Education
Stanford Heuristic Programming Project July 1979 Memo HPP-79-21 Computer Science Department Report No. STAN-CS-79-754
Theorem Proving Vision Robotics Information Processing Psychology Learning and Inductive Inference Planning and Related Problem-solving Techniques A. Natural Language Processing Ovnrview The most common way that human beings communicate Is by speaking or writing In one of the "natural" languages, like English, French, or Chinese. Computer programming languages, on the other hand, seem awkward to humans. These "artificial" languages are designed to have a rigid format, or syntax, so that a computer program reading and compiling code written In an artificial language can understand what the programmer means. In addition to being structurally simpler than natural languages, the artificial languages can express easily only those concepts that are important In programming: "Do this then do that," "See it such and such Is true," etc. The things that can be expressed In a language are referred to as the semantics of the language. The research on understanding natural language described in this section of the Handbook is concerned with programs that deal with the full range of meaning of languages like English.
Report 79 17 Applications Oriented Al Research Stanford Education . William J. James S. Bennett
Those of us involved In the creation of the Handbook of Artificial Intelligence, both writers and editors, have attempted to make the concepts, methods, tools, and main results of artificial Intelligence research accessible to a broad scientific and engineering audience. Currently, Al work Is familiar mainly to its practicing specialists and other interested computer scientists. Yet the field Is of growing interdisciplinary interest and practical Importance. With this book we are trying to build bridges that are easily crossed by engineers, scientists in other fields, and our own computer science colleagues. In the Handbook we Intend to cover the breadth and depth of Al, presenting general overviews of the scientific issues, as well as detailed discussions of particular to -hniques and Important Al systems.
Meta-knowledge and Cognition
In Al knowledge representation schemes, structures that describe other structure:: are said to represent "meta-knowledge." Knowledge about other knowledge can be either about the form of the representation scheme itself (e.g., its syntax) or about the "facts" that are represented (their origin, reliability, Importance, etc.). After reviewing the use of explicit meta-knowledge In several systems, some studies of human behavior that Indicate people's ability to reason about what they know and about how they reason are described. The concept of meta-level knowledge captures intrinsic, commonplace properties of human cognition that are central to an understanding of memory and Intelligence. The use of meta-knowledge In Al systems like MYCIN, which have reached humanexpert-level performance In complex domains, Is a key breakthrough In the design of "knowledge-based" Intelligent systems. Meta-level knowledge has been used in these systems primarily in the implementation of "introspective" processes: Acquisition of new knowledge and explanation of the system's reasoning to users. The usefulness of meta-level descriptions for these and other functions has prompted proposals for their incorporation in several new general-purpose representation schemes, like KRL, as described In the next section.
Report 78-25 Tutoring Rules for Guiding a Case Method
These knowledge bases are generally built by interviewing human experts to extract the knowledge they use to solve problems in their area of expertise. However, it is not clear that the organization and level of abstraction of this performance knowledge is suitable for use in a tutorial program. We are exploring this problem in the GUIDON tutorial program, using the knowledge bases of MYCIN-like expert systems. MYCIN is a knowledge-based program that provides consultations about infectious disease diagnosis and therapy (Shortliffe, 1974). In MN CIN, domain relations and facts take the form of rules about what to do in a given circumstance. A principle feature of this formalism is the separation of the knowledge base from the interpreter for applying it. This makes the knowledge accessible for multiple uses, including application to particular problems (i.e. for "performance") and explanation of reasoning (Davis, 1976). We have most recently used the MYC1N knowledge base as the foundation of a tutorial system, called GUIDON.
HPP-77-39
In the early days of computing, these goals were central to the new discipline called cybernetics [126], [2]. Over the past two decades, progress toward these goals has come from a variety of fields - notably computer science, psychology, adaptive control theory, pattern recognition, and philosophy. Substantial progress has been made in developing techniques for machine learning in highly restricted environments.