Literature/1987/Cybulski

From Wikiversity
Jump to navigation Jump to search
Authors
A B C D E F G H I J K L M N
O P Q R S T U V W X Y Z &

Jacob L. Cybulski (1987). Development of Concepts and Methodologies for the Representation of Contextual Information in Knowledge Based Systems (Masters of Applied Science Thesis), Royal Melbourne Institute of Technology, Department of Computer Science, Melbourne, Victoria, Australia.

Abstract[edit | edit source]

One of the major problems in Knowledge Based Systems is the ability to selectively acquire, manipulate and subsequently retrieve knowledge. This selectivity has been recognized as an issue related to knowledge representation and inference, and it has frequently been dealt with by a specialized module of a knowledge based system - the context mechanism. This thesis discusses the available tools and methodologies used for capturing and maintaining knowledge structures aiding the operation of context mechanisms. It also proposes new knowledge representation techniques addressing various aspects of context manipulation relevant to Knowledge Based Systems. A working computer program Contextus is described. It is based on the concepts of frame representation systems, message passing and spreading activation. The program also features a multi-hierarchical taxonomy of concepts, points of view, context chains, and concept activation and inhibition. The power and flexibility of the system is illustrated by numerous examples related to robot construction and action planning.

Wikimedia[edit | edit source]

A case study[edit | edit source]

Of citation analysis
  • Wonder and try to explain why the bibliography of the author's interest has exploded so suddenly since 1975, as shown below by the annual number of citations in the Bibliography.
    1890 =  
    1923 =  
    1930 = =  
    1932 =  
    1941 =  
    1943 =  
    1949 =  
    1951 =  
    1952 =  
    1953 = =  
    1957 = =  
    1958 = =  
    1959 =  
    1960 = = =  
    1961 = = = = =  
    1962 =  
    1963 = = = =  
    1965 =  
    1966 =  
    1967 = = = =  
    1968 = = = =  
    1969 = = = = = =  
    1970 = = =  
    1971 =  
    1972 = = = =  
    1973 = = = = = = = = = =  
    1974 = = =  
    1975 = = = = = = = = = = = = = = = = = = = = =  
    1976 = = = = = =  
    1977 = = = = = = = = = = = = = = = =  
    1978 = = = = = = = = = = = = =  
    1979 = = = = = = = = = = = = = = =  
    1980 = = = = = = = =  
    1981 = = = = = = = = = = = = = = = = = =  
    1982 = = = = = = = = = = =  
    1983 = = = = = = = = = = = = = = = = = = =  
    1984 = = = = = = = = = = = = = = = = = =  
    1985 = = = = = = = = = = = = = = = = = = =  
    1986 = = = = = = = = = = = = =
    

    The 21 references in 1975 amounts to the sum during 1970-74.

JavaScript for Microsoft Internet Explorer
  • This JavaScript was used to obtain the content of /Bibliography#Bibliography and the above bar chart.
  • This may be used when the line starts with the surname, and when the year is embraced in parentheses next to the author name.
  • The "(ed.)" and "(eds.)" need be unbraced as "ed." and "eds.".
  • Save the following as any name.html file, after a list of references is embraced between the <style id=txt> and </style> tags.
    <style id=txt>
    	>>> Embrace a list of references here! <<<  
    </style>
    <script>
    d = document.all.txt.innerHTML.split("\r\n");
    for (k=0; k<d.length; k++)
    {	y = d[k].indexOf("("); 
      if (y>0) 
      {	x = d[k].indexOf(","); 
    	dk = d[k].substring(0,x)+"]]"+d[k].substring(x);
    	yr = d[k].substring(y+1,y+5);
    	d[k] = "\t" + yr + "/" + dk; 
      }
    }	d = d.join("\r\n").split("\r\n\t").sort();
    	yrs = "2000"; stat = ""; c = ""; 
    for (k=1; k<d.length; k++)
    {	yr = d[k].substring(0,4);  
      if (yrs == yr) c += "= "; 
      else	
      {	stat += " " + yrs + " " + c + "\r\n";
    	yrs = yr;  c = "= ";
      }
    }	stat += " " + yrs + " " + c + "\r\n";
    document.write ("<pre>" + stat + "</pre>"); 
    document.write ("<ol>" + d.join("<li># [[") + "</ol>");
    </script>
    

Subpages[edit | edit source]

See also[edit | edit source]

Notes[edit | edit source]