- Frame language
Frame language is a
metalanguage . It applies the frame concept to the structuring of language properties. Frame languages are usually software languages.Frame languages are rather "focused on the recognition and description of objects and classes", and
relation s and interactions are considered as "secondary".In general, "frame" in this context means "something that can be/(has to be) fulfilled". In such sense, for example:
Object-oriented programming language s are frame languages, but also everygrammar is a frame language. In specific contexts, the authors of computer languages use the term "frame" arbitrarily and frequently intuitively, and in ametaphoric sense.In the field of
Artificial Intelligence , a frame is adata structure introduced byMarvin Minsky in the 1970s that can be used forknowledge representation . Minsky frames are intended to help anArtificial Intelligence system recognize specific instances of patterns. Frames usually contain properties called "attributes" or "slots". Slots may contain "default values" (subject to override by detecting a different value for an attribute), refer to other frames ("component relationships") or contain "methods" for recognizing pattern instances. Frames are thus a machine-usable formalization ofconcept s or schemata. In contrast, theobject-oriented paradigm partitions an information domain into abstraction hierarchies (classes and subclasses) rather than partitioning into component hierarchies, and is used to implement any kind of information processing. Frame Technology is loosely based on Minsky Frames, its purpose being software "synthesis" rather than pattern "analysis".Like many other knowledge representation systems and languages, frames are an attempt to resemble the way human beings are storing knowledge. It seems like we are storing our knowledge in rather large chunks, and that different chunks are highly interconnected. In frame-based knowledge representations knowledge describing a particular concept is organized as a frame. The frame usually contains a name and a set of slots.
The slots describe the frame with attribute-value pairs
or alternatively a triple containing framename, slotname and value in some order. In many frame systems the slots are complex structures that have facets describing the properties of the slot. The value of a slot may be a primitive such as a text string or an integer, or it may be another frame. Most systems allow multiple values for slots and some systems support procedural attachments. These attachments can be used to compute the slot value, or they can be triggers used to make consistency checking or updates of other slots. The triggers can be trigged by updates on slots. Inference and reasoning
In most frame-based
knowledge representation s,inheritance is the centralinference mechanism. The frames are organized as ahierarchy with some generalconcept as the root frame. Many systems supportmultiple inheritance . In these systems the tree structure can look more like adirected graph with possible cycles.Reasoning in frame-systems is based on framematching , inheritance andspreading activation .Implementations
Two examples of frame- or frame based- languages are OIL and
F-logic .A famous editor for frame-based ontologies is Protégé.
The
Knowledge Machine (KM) is a knowledge representation language and reasoning engine. The knowledge is represented as frames, but KM is also influenced by logic. This combination makes KM very expressive and provides it with a clear, formal semantics.KL-ONE is a well known knowledge representation system in the tradition of semantic networks and frames. The system is an attempt to overcome semantic indistinctness in semantic network representations and builds upon the idea of Structured inheritance networks.References
Marvin Minsky, "A Framework for Representing Knowledge", in: Patrick Henry Winston (ed.), The Psychology of
Computer Vision . McGraw-Hill, New York (U.S.A.), 1975.R. Brachman, J. Schmolze. An overview of the KL-ONE Knowledge Representation System. Cognitive science 9, 171-216, 1985
Fikes, R. E., and T. Kehler. (1985). The role of frame-based representation in knowledge representation and reasoning. Communications of the ACM 28(9):904-920.
Peter Clark & Bruce Porter: KM - The Knowledge Machine 2.0: Users Manual, http://www.cs.utexas.edu/users/mfkb/RKF/km.html.
ee also
*
Frame problem
*First-order logic
*Ontology language
*Description logic External links
*http://hopl.murdoch.edu.au/showlanguage.prx?exp=6540&language=Frames
* [http://www.cs.umbc.edu/771/papers/nebel.html Frame-Based Systems]
* [http://www.ai.sri.com/~gfp/spec/paper/paper.html The Generic Frame Protocol]
* [http://protege.stanford.edu/index.html The Protégé Ontology Editor]
Wikimedia Foundation. 2010.