ARTIFICIAL INTELLIGENCE REPORT ARCHIVE INDIANA UNIVERSITY BLOOMINGTON, INDIANA, U.S.A ABOUT THE ARCHIVE: ------------------ This archive contains technical reports on artificial intelligence and cognitive science from Indiana University as well as electronic reprints of articles from major journals and conferences. They are available both via anonymous ftp and via the World Wide Web. Copies of full papers are available in standard Postscript format. They should be printable using any standard method of printing Postscript files. Ascii versions of the abstracts of most papers are also available. Instructions for downloading and printing follow the archive description. Contact leake@cs.indiana.edu if you have any problems with downloading or printing. Last new paper added on 7/16/96. CURRENT TITLES: -------------- .ps.Z Title ----------- ----- p-96-04 Acquiring Case Adaptation Knowledge: A Hybrid Approach p-96-03 Linking Adaptation and Similarity Learning p-96-02 Multistrategy Learning to Apply Cases for Case-Based Reasoning p-96-01 CBR in Context: The Present and Future p-95-14 Introspective Learning for Case-Based Reasoning p-95-13 Experience, Introspection, and Expertise: Learning to Refine the Case-Based Reasoning Process p-95-12 Adaptive Similarity Assessment for Case-Based Explanation p-95-11 Learning to Improve Case Adaptation by Introspective Reasoning and CBR p-95-10 Learning to Refine Indexing by Introspective Reasoning p-95-09 Combining Rules and Cases to Learn Case Adaptation (HTML version in p-95-09.html) p-95-08 Using Introspective Reasoning to Refine Indexing p-95-07 Abduction, Experience, and Goals: A Model of Everyday Abductive Explanation p-95-06 Towards Goal-Driven Integration of Explanation and Action p-95-05 Becoming an expert case-based reasoner: Learning to adapt prior cases p-95-04 An Architecture for Goal-Driven Explanation p-95-03 Combining Case-Based Planning and Introspective Reasoning p-95-02 Modeling Case-based Planning for Repairing Reasoning Failures p-95-01 Representing Self-Knowledge for Introspection about Memory Search p-94-06 Introspective Reasoning in a Case-based Planner p-94-05 Towards Situated Explanation p-94-04 Using Introspective Reasoning to Guide Index Refinement in Case-Based Reasoning p-94-03 Towards A Computer Model of Memory Search Strategy Learning p-94-02 A Framework for Goal-Driven Learning p-94-01 Issues in Goal-Driven Explanation p-93-03 Learning Adaptation Strategies by Introspective Reasoning about Memory Search p-93-02 Goal-Driven Learning: Fundamental Issues (A Symposium Report) p-93-01 Focusing Construction and Selection of Abductive Hypotheses p-92-02 Using Goals and Experience to Guide Abduction p-92-01 Constructive Similarity Assessment: Using Stored Cases to define New Situations p-91-01 Goal-based explanation evaluation DETAILED INDEX AND WWW ACCESS: ----------------------------- The file INDEX.txt available from ftp.cs.indiana.edu in the directory "/pub/leake" contains all abstracts, authors and publication information. Papers and abstracts can also be accessed individually via WWW by opening URL "ftp://ftp.cs.indiana.edu/pub/leake/INDEX.html". ASCII ABSTRACTS: --------------- Names of abstract files have the form a--.txt, where the paper numbers correspond to the numbers above. For example, a plain text abstract for the paper "p-94-03.ps.Z" is in the file "a-94-03.txt". Also available: a-96-book.html Preface and table of contents of the book _Case-Based Reasoning: Experiences, Lessons, and Future Directions_ a-92-book.txt Abstract and table of contents of the book _Evaluating Explanations: A Content Theory_ HOW TO DOWNLOAD USING FTP: ------------------------- All files are retrievable by anonymous FTP from ftp.cs.indiana.edu (129.79.254.195) in the directory /pub/leake. Login as "anonymous" and enter your complete e-mail address as the password. Files with suffix ".txt" are ascii files and may be transferred in ascii mode (the default). Files with suffix ".Z" should be transferred in binary mode. Here is a sample session illustrating how to list files in the archive and download the INDEX.txt file and the file p-94-03.ps.Z: %ftp ftp.cs.indiana.edu Connected to moose.cs.indiana.edu. 220 moose FTP server (Version wu-2.4(3) Thu Apr 14 18:33:33 EST 1994) ready. Name (ftp.cs.indiana.edu:leake): anonymous 331 Guest login ok, send your complete e-mail address as password. Password: 230 Guest login ok, access restrictions apply. ftp> cd pub/leake ;;; Set directory to the archive 250 CWD command successful. ftp> ls ;;; List files in the archive 200 PORT command successful. 150 Opening ASCII mode data connection for file list. ... [list of files deleted] ... 226 Transfer complete. 311 bytes received in 0.012 seconds (26 Kbytes/s) ftp> get INDEX.txt ;;; Get the index file 200 PORT command successful. 150 Opening ASCII mode data connection for INDEX.txt (16120 bytes). 226 Transfer complete. local: INDEX.txt remote: INDEX.txt 16483 bytes received in 0.22 seconds (72 Kbytes/s) ftp> binary ;;; Set transfer mode to binary 200 Type set to I. ftp> get p-94-03.ps.Z ;;; Get compressed postscript paper file 200 PORT command successful. 150 Opening BINARY mode data connection for p-94-03.ps.Z (39602 bytes). 226 Transfer complete. local: p-94-03.ps.Z remote: p-94-03.ps.Z 39602 bytes received in 0.088 seconds (4.4e+02 Kbytes/s) ftp> quit 221 Goodbye. PRINTING DOWNLOADED POSTCRIPT FILES: ----------------------------------- Postscript files in the archive are compressed (indicated by the suffix ".Z"). After being uncompressed with the "uncompress" command they may be printed using any standard method of printing Postscript files. For example, to uncompress and print the file "p-94-03.ps.Z" using the "lpr" command, two commands would be needed: % uncompress p-94-03.ps.Z % lpr p-94-03.ps