Extended abstractWhen users search the web, their goal is to accomplish something, which we call a search task. Previous studies have observed an average of 2.6-3.3 queries per search task [2,3,4] and Jones and Klinkner [2] found 16% of tasks were revisited over a three-day span of Yahoo! logs. These statistics suggest that a task-aware search assistant may aid users in continuing previous search tasks as well as new ones.There are several existing tools that are related or similar in nature to a task-aware search assistant, the most basic of which are built-in browser histories and extensions that make them easier to navigate. Both Google and Bing provide search histories over their respective services. However, these lack a task-oriented view of searches. The most closely related work that we are aware of is Yahoo's Search Pad, which attempts to automatically identify that a user is conducting research (e.g., planning a vacation). It then notifies the user and begins tracking queries and result clicks in an interface, to which the user can add and remove content. Two drawbacks are its lack of support for non-research tasks and its restriction to Yahoo! search only.Our approach to aiding users during search-both for new and continuing tasks-is to present them with an easy to use sidebar implemented as a browser extension. The interface consists of a collapsible sidebar in the browser with multiple panes that can be paged through using streamlined navigation buttons. The primary pane displays three key groupings: (1) a list of the most recent search tasks, (2) a list of related queries entered in the past, and (3) a list of related tasks conducted in the past. Note that a task consists of a cluster of queries and visited documents. This primary Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, to republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. pane is updated with each new query and page visit, adjusting for new tasks as they are detected. A second pane allows users to search and browse their entire task history as a chronologically ordered list. A third pane provides similar functionality, but without task clustering. We expect these functionalities to aid users in orienting themselves among their current and past tasks, and aid them in pulling in information from previous tasks, whether for refinding or for recalling vocabulary. As a browser extension, the interface can extract search tasks from the existing browser history, making the tool useful right out of the box. Unlike many of the search assistant tools describe above, this interface has access to searches from virtually all search engines and web pages visited at any point during a user's search-not just results clicked from a search results page.T...