1, Human-Computer Interaction
Design Principles
Offer informative feedback.
Reduce working memory load.
Provide alternative interfaces for novice and expert users.
The Role of Visualization
Brushing and linking refers to the connecting of two or more views of the same data. A mouse-click on the title of the chapter causes the text of the chapter itself to appear in another window, in a linking action. Panning and zooming or focus-plus-context can be used to change the view of the contents within the overview window. Additionally, there are a large number of graphical methods for depicting trees and hierarchies.
Evaluating Interactive Systems
Precision and recall measures have been widely used for comparing the ranking results of non-interactive systems, but are less appropriate for assessing interactive systems. Empirical data involving human users is time consuming to gather and difficult to draw conclusions from.
2, The Information Access Process
Information access process :
1.Start with an information need.
2.Select a system and collections to search on.
3.Formulate a query.
4.Send the query to the system.
5.Receive the results in the form of information items.
6.Scan, evaluate, and interpret the results.
7.Either stop, or,
8.Reformulate the query and go to step 4.
From these observations it is convenient to divide the entire information access process into two main components: search/retrieval, and analysis/synthesis of results. User interfaces should allow both kinds of activity to be tightly interwoven. They should be done independently.
3, Starting Points
The meanings of category labels differ somewhat among collections. Most are designed to help organize the documents and to aid in query specification. Most interfaces that depict category hierarchies graphically do so by associating a document directly with the node of the category hierarchy to which it has been assigned.
4, Query Classification
- 1. Boolean Queries
- 2. From Command Lines to Forms and Menus
- 3. Faceted Queries
- 4. Graphical Approaches to Query Specification
- 5. Phrases and Proximity
- 6. Natural Language and Free Text Queries
5, Context
Interface techniques for placing the current document set in the context of other information types, in order to make the document set more understandable.
Document Surrogates
The most common way to show results for a query is to list information about documents in order of their computed relevance to the query. Alternatively, for pure Boolean ranking, documents are listed according to a metadata attribute, such as date.
Query Term Hits Within Document Content
- KWIC
- A facility related to highlighting is the keyword-in-context (KWIC) document surrogate. Sentence fragments, full sentences, or groups of sentences that contain query terms are extracted from the full text and presented for viewing along with other kinds of surrogate information (such as document title and abstract).
- TileBars
- The user enters a query in a faceted format, with one topic per line. After the system retrieves documents (using a quorum or statistical ranking algorithm), a graphical bar is displayed next to the title of each document showing the degree of match for each facet.
- SeeSoft
- The SeeSoft visualization represents text in a manner resembling columns of newspaper text, with one `line' of text on each horizontal line of the strip.
Query Term Hits Between Documents
- InfoCrystal
- The InfoCrystal shows how many documents contain each subset of query terms.
- VIBE and Lyberworld
- In these displays, query terms are placed in an abstract graphical space.
- Lattices
- Several researchers have employed a graphical depiction of a mathematical lattice for the purposes of query formulation, where the query consists of a set of constraints on a hierarchy of categories (actually, semantic attributes in these systems)
Using Hyperlinks to Organize Retrieval Results
Tables
Tabular display is another approach for showing relationships among retrieval documents.
6, Using Relevance Judgements
Interfaces for Standard Relevance Feedback
A standard interface for relevance feedback consists of a list of titles with checkboxes beside the titles that allow the user to mark relevant documents. This can imply either that unmarked documents are not relevant or that no opinion has been made about unmarked documents, depending on the system. Another option is to provide a choice among several checkboxes indicating relevant or not relevant (with no selection implying no opinion).
Studies of User Interaction with Relevance Feedback SystemsStandard relevance feedback assumes the user is involved in the interaction by specifying the relevant documents. In some interfaces users are also able to select which terms to add to the query.
Fetching Relevant Information in the Background
Standard relevance feedback is predicated on the goal of improving an ad hoc query or building a profile for a routing query. More recently researchers have begun developing systems that monitor users' progress and behavior over long interaction periods in an attempt to predict which documents or actions the user is likely to want in future.
Group Relevance Judgements
Recently there has been much interest in using relevance judgements from a large number of different users to rate or rank information of general interest.