The DCE Help-Desk Assistant


Project Overview

The DCE Help-Desk project aims to leverage knowledge-base technology to usefully and profitably augment existing customer services. The goal of the project is to build a help-desk assistant, capable of automatically answering a proportion of customer questions which would otherwise have been phoned in to a normal help-desk. The Help-Desk Assistant complements existing technologies for customer support -- in particular on-line manuals and case-bases of example problems+solutions -- by generating answers on-the-fly from a structured representation (the knowledge base) about the domain, rather than reciting opaque paragraphs of text. By using a structured representation, the Assistant can customize answers to the end-user's specific situation and level of expertise, thus enabling end-users to self-answer some of their own questions rather than phone in a query. The challenge with this technology is to overcome the high cost of building such representations in the first place. We are addressing that challenge with a component-based approach to knowledge base construction. Our resulting prototype suggests this technology can be applied for customer support in a financially profitable way.

This project has a two-year duration, and is sponsored by the Digital (Customer Services Division) and the Texas Advanced Technology Program. It is being conducted by the Knowledge-Based Systems Group at Univ. Texas at Austin. The project began mid-1994.

Quick References:

The best text overview of the project is given on this Web page. There is also a recent slide presentation summarizing the work available here. A recently submitted paper describing the composition machinery in the knowledge base, the research foundation of the project, is available here. Pointers to additional publications, illustrations and working notes are given below. Our group's home page is here.

The Customer Service Problem

As computing technology becomes more complex, there is an increasing burden being placed on customer service help-desks. Customer queries are becoming both more frequent and more complex, requiring more help-desk personnel with high training to answer. At the same time, customers are less willing to pay for such services, due to expectations that service is implicitly part of software purchase, and unwillingness to pay for help with problems due to code bugs.

Two ways of easing this burden are to speed up the time it takes a help-desk to answer a query, and to enable customers to self-answer some of their own queries. Technologies which can assist in this include:

This project focuses on this third technology, to explore the extent to which knowledge-based question answering can contribute to easing in customer services. Our claim is that the knowledge-based approach can have a strong, financially viable place in customer support by filling the `niche' role of answering a proportion of novice questions which customers would otherwise phone a help-desk with. This technology can thus help to both reduce load on help-desks and improve customer satisfaction with direct responses to problems.

As an application goal, we are constructing a prototype system capable of answering novice users' questions about a particular sub-domain of computing, namely DCE (OSF's implementation of a distributed computing environment). Customers' questions are answered directly through a WWW interface to the question-answering software. As a research goal, we are developing better methods for constructing such knowledge bases, based on assembling them from a library of reusable components.

Research Foundation

As with many projects with large knowledge-bases, our goal is that the knowledge-base be constructed from modular, reusable components. The knowledge-base should be multifunctional or `task neutral', ie. can be used to support a variety of problem-solving activities. Domain concepts (eg. stored as frames) should be constructable by composing components together rather than spelling out the details of each by hand. Similarly, abstractions of domain concepts should be generatable by removing components; composition provides the `seams' by which a specific concept can be teased apart in meaningful ways.

The underlying representation we are using is based on conceptual graphs. A `component' is a conceptual graph, and `composition' is the process of unification (joining) of conceptual graphs together. This approach allows us to be built complex representations solely from simple components, and takes account of interactions between properties of each component. This allows novel concepts and situations (eg. a DCE user's specific network) to be represented on-the-fly, and allows abstractions to be generated by reversing this process.

We have applied this method to the three central representational structures used in the KB, namely concepts, scripts and actions (see "The Knowledge Base", below). A more detailed slide presentation of the composition mechanism is available by clicking here (in postscript, May 1995), and we have recently submitted two papers, "Building Domain Representations from Components" and "A Compositional Approach to Representing Planning Operators" for publication. Also, an informal series of working notes discusses these issues in more detail.

Application Software

The system consists of two parts: the DCE Knowledge Base, which contains a structured representation of distributed computing concepts, and the Knowledge Delivery Software (KDS), which draw on information in the knowledge base to construct answers to users' questions.

The Knowledge Base

The knowledge base uses an extended frame-based representation scheme. Each unit of knowledge in the KB represents a DCE concept (eg. "server", "endpoint", "principal" etc.) and the unit contains a list of statements about that concept and its relationships with other concepts. Units are organised into an inheritance hierarchy and so can inherit properties from their more general units.

The DCE ontology can be loosely viewed as containing three types of knowledge:

The Knowledge Delivery Software

The knowledge delivery software draws on information in the knowledge base to answer user's questions. There are three classes of answer which are processed. In addition, having a representation of DCE concepts, including the English words used to describe them, enables us to automatically hypertextise on-line documents (eg. email messages, manuals), including at run-time. This presents a powerful means for cross-referencing the Knowledge Delivery Software functions with other on-line text information.

WWW-Based User Interface

Description

The system is interfaced through the WWW. Interaction with the system is mixture of usage of on-line manuals and the knowledge delivery software: Thus the user may browse the manual, click on a concept to get a description of it, then ask the KDS questions about it, read the automatically generated reply, then return back to the manual, then click on another concept etc.

"Screendumps" (HTML-dumps)

The following are snapshots of the system. Note:
  1. They are inert, ie. they are not interfaced to the KDS software itself, but instead are "screendumps" of the system. Clicking on the hot-spots will simply return you to this page, rather than allowing diagogue to continue.
  2. They are not mock-ups, but are HTML pages saved during the usage of the system (and with the hot-spot behaviour changed).

The snapshots are as follows:

An older slide presentation from Nov 1994 is also available.

Plans and Research Goals

Our general research goals underlying this work are a reaction to the common "disposable expert system" methodology, in which expert systems are constructed with just a single task in mind, used, and eventually become obsolete and discarded. Our goal is to develop knowledge representation and reasoning techniques which will achieve multifunctionality (the same underlying knowledge-base driving several applications), and ultimately greater longevity and reusability of knowledge.

A fundamental requirement for this is the construction of a representation from components. Our work involves extending the traditional notion of knowledge-base component and composition (as described earlier), to adequately meet the requirements of modularity and reuse, and avoid the knowledge base becoming an "amorphous mass" of facts as it grows. Throughout, we are aiming to achieve:

The specific end products of this research, which we are currently in the process of constructing, are:

  1. A library of representational components suitable for describing (among other things) computing systems,
  2. a knowledge-base about distributed computing formed from composition of these components, and
  3. knowledge delivery software, supported by the KB, which will answer users' questions about specific aspects of DCE.

Pointers to Related WWW Sites

Also there are a number of related KB projects underway in other organizations.

Back to KBS Group Home Page


pclark@cs.utexas.edu