home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / ai / 4657 < prev    next >
Encoding:
Text File  |  1992-12-17  |  7.5 KB  |  149 lines

  1. Newsgroups: comp.ai
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!ghost.dsi.unimi.it!univ-lyon1.fr!chx400!news.unige.ch!divsun.unige.ch!afzal
  3. From: afzal@divsun.unige.ch (Afzal Ballim)
  4. Subject: Offprints of dissertation on belief systems available
  5. Message-ID: <1992Dec17.113417.2034@news.unige.ch>
  6. Keywords: Belief, dissertation
  7. Sender: usenet@news.unige.ch
  8. Reply-To: afzal@divsun.unige.ch
  9. Organization: University of Geneva, Switzerland
  10. Date: Thu, 17 Dec 1992 11:34:17 GMT
  11. Lines: 136
  12.  
  13. Offprints of my Ph.D. dissertation are available to whoever is
  14. interested, simply send my your address. I've included an extended
  15. abstract (1000 words) below:
  16.  
  17. ====================================================================
  18.  
  19.  
  20.         ViewFinder: A Framework for Representing,
  21.            Ascribing and Maintaining Nested Beliefs of
  22.                 Interacting Agents
  23.  
  24.                    Afzal Ballim
  25.  
  26.  
  27.                  Abstract
  28.  
  29.  
  30. Interacting with agents in an intelligent manner means that the computer
  31. program is able to adapt itself to the specific requirements of agents.  The
  32. dissertation is concerned with an important feature necessary for this
  33. ability to adapt:  the use of models of the beliefs and knowledge of the
  34. interacting agents.
  35.  
  36. The objective of this dissertation is to detail a theory of belief, by which
  37. is meant a theory of how the contents of nested belief models are formed.
  38. The work is motivated by (i) the aspects of representation, formation, and
  39. revision of nested belief models that have been neglected, and (ii) the lack
  40. of a unifying framework for all of these features of nested beliefs.
  41.  
  42. In much research involving models of the beliefs of agents, the models used
  43. are pre-given.  While this is sufficient in highly constrained domains it is
  44. inappropriate in general.  In more complex domains it is necessary to
  45. dynamically generate these models.  This dissertation is directly concerned
  46. with the problems of dynamically creating such nested models of the beliefs
  47. of agents.
  48.  
  49.  
  50. Major Contributions
  51. ===================
  52.  
  53. Using Stereotypes for Belief Ascription:  The use of stereotypes (in
  54. particular, hierarchically organised stereotypes) is shown to be an
  55. excellent method for making shallow belief models, i.e., the system's view
  56. of another agent, but to suffer from serious problems as a mechanism for
  57. making deeper ascriptions.  A precedence inheritance reasoner for
  58. stereotypes is developed as this is necessary in shallow use of stereotypes,
  59. in deep use, and in the fused ascription process later developed.
  60.  
  61. Perturbation as a Basis for Belief Ascription:  The perturbation model of
  62. belief ascription is investigated, and shown to be excellent for generation
  63. of deep belief models.  However, it relies upon beliefs generally being
  64. common between the ascribing agent (the ascriber) and the agent to whom the
  65. beliefs are being ascribed (the ascribee), and so is inadequate when this
  66. assumption does not hold.
  67.  
  68. Ascription Operators:  The perturbation method of belief ascription relies
  69. on counter-evidence to block ascription.  In the investigation of
  70. counter-evidence a number of families of ascription operators are
  71. identified.  In particular, a distinction is made between radical operators,
  72. which can form a disjunctive result, and conservative operators which form a
  73. unique result.  Different types of each of these operators are developed.
  74.  
  75. Weighing Evidence Sources:  The basic perturbation mechanism for belief
  76. ascription intuitively implies a simple recursive algorithm.  This is shown
  77. to be false.  It is demonstrated that pre-stored nested beliefs of the
  78. agents involved in a nesting (and pre-stored beliefs of their views of each
  79. other) must be considered as sources of evidence and counter-evidence for
  80. ascription.  A method for totally ordering these evidence sources is
  81. developed.
  82.  
  83. A Fused Approach:  The stereotype ascription and perturbation ascription are
  84. fused together via the notion of atypical beliefs .  These are beliefs that
  85. are only held by particular groups of agents.  A mechanism based on lambda
  86. expressions is investigated for fusing atypicality into the perturbation
  87. mechanism.  Evaluation of these lambda expressions in a nested environments
  88. investigated, as to is the nature of transformations on them that is
  89. required when they are ascribed from agent to agent.  Improvements are made
  90. over previously descriptions of these processes.
  91.  
  92. Interpreted and Ascribed Beliefs:  Interpreted beliefs are those beliefs
  93. attributed to an agent based on inferences from the utterances (or actions)
  94. of the agent.  Ascribed beliefs are those beliefs attributed to an agent
  95. based on principles of commonality and minimal evidence about the probable
  96. background of the agent.  It is claimed that belief interpretation requires
  97. belief ascription as a pre-requisite.  Further, although it might be
  98. expected that interpreted beliefs would always be preferred to ascribed
  99. ones, it is claimed that this is not necessarily the case and that this
  100. largely depends on the inference rules used to interpret the beliefs.  It
  101. follows that interpretation rules must be classed to give some indication of
  102. the reliability of their inferences.
  103.  
  104. Maintenance of Nested Beliefs:  A number of aspects of belief revision with
  105. respect to nested beliefs are considered.  It is claimed that it is
  106. necessary to distinguish between simulating an agents own revision
  107. mechanism, and making revisions of the belief model of the agent because the
  108. model has proved to be wrong.  In addition, it is shown how either of these
  109. changes can cause the system to want to change its own beliefs, but in
  110. different ways.  Simulating the agents own revision process is more likely
  111. to cause the system to make revisions of its beliefs about the domain, or
  112. topic of conversation, while revisions on the belief model are more likely
  113. to cause the system to make revisions of its beliefs about the agent.  An
  114. operation known as percolation is devised to aid in the former revision
  115. process.
  116.  
  117. A Framework for Environments:  A general framework for environments is
  118. developed.  The framework is deliberately designed to be open-ended, i.e.,
  119. not completely defined.  A number of important types of environment are
  120. discussed.  It is shown how environments may be used as a mechanism for
  121. reasoning about ordering relations, and how, thus, they provide an
  122. appropriate medium for reasoning about different ordering relations, such as
  123. confidence relations, inheritance leaning relations, etc.  Particular
  124. attention is paid to the representational problems discussed in the
  125. background section.
  126.  
  127. Ascription Operators as Environment Projection:  The ascription operators
  128. previously developed are generalised to be operators that cause projection
  129. of one environment on another.  Environment projection operators are studied
  130. in more detail, and a number of extra projection operators are proposed,
  131. including Bayesian projection, Fuzzy projection, and Logic Foundational
  132. projection.
  133.  
  134. Environment Projection as a Fundamental Operator:  It is shown that
  135. environment projection can be seen as a fundamental operator underlying many
  136. important processes in AI, including belief ascription, inheritance
  137. reasoning, truth maintenance, belief revision, merging of intensional
  138. descriptions, and metaphor generation.  An environment framework may thus
  139. serve as a basis for investigation, development, and implementation of all
  140. of these processes.
  141.  
  142.  
  143.  
  144. -- 
  145. Afzal Ballim                 |BITNET,EARN,MHS,X.400: afzal@divsun.unige.ch
  146.  ISSCO, University of Geneva |UUCP: mcsun!divsun.unige.ch!afzal
  147.  54 route des Acacias         |JANET: afzal%divsun.unige.ch@uk.ac.ean-relay
  148.  CH-1227 GENEVA,Switzerland  |CSNET,ARPA: afzal%divsun.unige.ch@relay.cs.net
  149.