WO2000067159A2 - System and method for searching and recommending documents in a collection using shared bookmarks - Google Patents

System and method for searching and recommending documents in a collection using shared bookmarks Download PDF

Info

Publication number
WO2000067159A2
WO2000067159A2 PCT/US2000/012042 US0012042W WO0067159A2 WO 2000067159 A2 WO2000067159 A2 WO 2000067159A2 US 0012042 W US0012042 W US 0012042W WO 0067159 A2 WO0067159 A2 WO 0067159A2
Authority
WO
WIPO (PCT)
Prior art keywords
document
group
bookmarks
bookmark
users
Prior art date
Application number
PCT/US2000/012042
Other languages
French (fr)
Other versions
WO2000067159A3 (en
Inventor
Eytan Adar
Thomas M. Breuel
Todd A. Cass
James E. Pitkow
Hinrich Schuetze
Original Assignee
Xerox Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xerox Corporation filed Critical Xerox Corporation
Priority to AU46959/00A priority Critical patent/AU4695900A/en
Publication of WO2000067159A2 publication Critical patent/WO2000067159A2/en
Publication of WO2000067159A3 publication Critical patent/WO2000067159A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9562Bookmark management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99934Query formulation, input preparation, or translation

Definitions

  • the invention relates to the field of information searching and browsing, and more particularly to a system and method for enhancing searches and recommending documents in a collection through the use of bookmarks shared among a community of users.
  • the World Wide Web is a loosely interlinked collection of documents (mostly text and images) located on servers distributed over the Internet.
  • each document has an address, or Uniform Resource Locator (URL), in the exemplary form "http://www.server.net/directory/file.html".
  • URL Uniform Resource Locator
  • http: specifies the protocol by which the document is to be delivered, in this case the "HyperText Transport Protocol.”
  • the "www.server.net” specifies the name of a computer, or server, on which the document resides; "directory” refers to a directory or folder on the server in which the document resides; and "file.html" specifies the name of the file.
  • HTML HyperText Markup Language
  • hotlinks or “links” to other documents to be placed within the document, among other things.
  • "Hotlinking” allows a user to navigate between documents on the Web simply by selecting an item of interest within a page. For example, a Web page about reprographic technology might have a hotlink to the Xerox corporate web site. By selecting the hotlink (often by clicking a marked word, image, or area with a pointing device, such as a mouse), the user's Web browser is instructed to follow the hotlink (usually via a URL, frequently
  • bookmarks or “favorites” (collectively referred to as “bookmarks” in this document). Bookmarks allow a user to
  • Bookmarks can be thought of as "pointers" to content on
  • a user's bookmarks are stored and maintained in a special HTML file stored on the user's local machine.
  • This file includes a list of sites represented as title and URL pairs (in a user-defined hierarchy, if desired).
  • the user's entire set of bookmarks is contained within a single HTML file.
  • Recent versions of Microsoft's Internet Explorer store user bookmarks (or "favorites," using Microsoft's preferred terminology) as individual files on the local machine's file system. Each favorite is a small file containing the site's URL, while the favorite's title is stored as the filename.
  • the URLs to search for words within the titles or URLs; and often to derive some additional information about the bookmarks, such as the date and time of the user's most-
  • bookmark facilities of Web browsers act as a "filter" for those
  • bookmarks have the distinct limitation that they are only useful to the extent a user has seen the sites before, since adding a bookmark to a collection is a manual act, typically performed when either the desired page is already being viewed or a URL has been manually received from another person.
  • bookmarks can be exported to a public web page, allowing others to view and use the bookmarks, but that in itself does not provide any additional functionality.
  • search engine serves as an index into the content stored on the Internet.
  • search engines There are two primary categories of search engines: those that include documents
  • search engine that incorporates several recommendation-system-like features. It operates in a similar manner to traditional keyword-based search engines, in that a search begins by the user's entry of one or more search terms used in a pattern- matching analysis of documents on the Web. It differs from traditional keyword-based search engines (such as AltaVista), in that search results are ranked based on a metric of page "importance," which differs from the number of occurrences of the desired search terms (and simple variations upon that theme).
  • Google's metric of importance is based upon two primary factors: the number of pages (elsewhere on the Web) that link to a page (Le., "inlinks,” defining the retrieved page as an "authority"), and the number of pages that the retrieved page links to (Le., "outlinks,” defining the retrieved page as a "hub”).
  • a page's inlinks and outlinks are weighted, based on the Google-determined importance of the linked pages, resulting in an importance score for each retrieved page.
  • the search results are presented in order of
  • Google's page importance metric is based on the pattern of links on the Web as a whole, and is not limited (and at this time cannot be limited) to the preferences of a single user or group of users.
  • CLEVER uses page content (e.g., the words surrounding
  • CLEVER does not use its own database of Web content; rather, it uses an external hub, such as an index built by another search engine, to define initial communities of documents on the Web. From hubs on the Web that frequently represent people's interests, CLEVER is able to identify communities, and from those communities, identify related or important pages.
  • Direct Hit is a service that cooperates with traditional search engines (such as
  • HotBot attempting to determine which pages returned in a batch of results are interesting or important, as perceived by users who have previously performed similar searches.
  • Direct Hit tracks which pages in a list of search results are accessed most frequently; it is also able to track the amount of time users spend at the linked sites before returning to the search results. The most popular sites are promoted (Le., given higher scores) for future searches.
  • Alexa is a system that is capable of tracking a user's actions while browsing. By doing so, Alexa maintains a database of users' browsing histories. Page importance is derived from other users' browsing histories. Accordingly, at any point (not just in the
  • Alexa can provide a user with information on related pages, derived from overall traffic patterns, link structures, page content, and editorial suggestions.
  • Knowledge Pump a Xerox system, provides community-based recommendations by initially allowing users to identify their interests and "experts" in the areas of those
  • Knowledge Pump is then able to "push" relevant information to the users based on those preferences; this is accomplished by monitoring network traffic to create profiles
  • Knowledge -Pump does not presently perform any enhanced search and retrieval actions like the search- engine- based systems described above.
  • the present system and method facilitate searching and recommending resources, or documents, based upon a collection of user document preferences shared by a large group of users.
  • the invention leverages several of the key properties of document collections: only valuable documents are bookmarked; documents are usually categorized into a hierarchy; and documents can be shared.
  • the present invention leverages several of the key properties of document collections: only valuable documents are bookmarked; documents are usually categorized into a hierarchy; and documents can be shared.
  • the present invention leverages several of the key properties of document collections: only valuable documents are bookmarked; documents are usually categorized into a hierarchy; and documents can be shared.
  • system combines some attributes of bookmark systems, as discussed above, with some attributes of search engines and recommendation systems, also discussed above.
  • the present system and method maintain a centralized database of bookmarks or
  • This centralized database is maintained as a hierarchy, with individual users' bookmarks maintained separately from other users' bookmarks. However, the maintenance of the centralized database facilitates harnessing the power and
  • the system and method of the present invention allows for several operations to be performed, including enhanced search and retrieval enhanced subject-matter-based recommendation generation (for both documents and groups), and automatic document categorization and summarization.
  • FIGURE 1 is a block diagram illustrating the physical aspects of the invention, namely several users in communication with the Internet;
  • FIGURE 2 is a representation of the user interface presented by the main bookmark window of a system according to the invention.
  • FIGURE 3 is an alternate view of the user interface of FIGURE 2, in which the command entry listbox is expanded to show several available commands for the system;
  • FIGURE 4 is a representation of the user interface presented by a search results window of a system according to the invention.
  • FIGURE 5 is a representation of the user interface presented by an "Add New
  • FIGURE 6 is a representation of the user interface presented by a bookmark
  • FIG. 7 is a representative schematic diagram illustrating the relationships among all possible users of a system according to the invention, groups selected from the
  • FIGURE 8 is a representative schematic diagram illustrating the relationships among all possible documents on the Internet, a viewed selection of documents, and a typical set of bookmarked documents;
  • FIGURE 9 is a block diagram illustrating the functional components and communications of a server-based implementation of the present invention.
  • FIGURE 10 is a block diagram illustrating the functional components and communications of a client-based implementation of the present invention.
  • FIGURE 11 is a flow chart illustrating the sequence of steps performed by a user's machine in the context of the server-based implementation of FIGURE 9
  • FIGURE 12 is a flow chart illustrating the sequence of steps performed by a user's machine in the context of the client-based implementation of FIGURE 10;
  • FIGURE 13 is a block diagram illustrating the background processing typically
  • FIGURE 14 is a flow chart illustrating the sequence of steps performed in generating a subject-matter recommendation in a system according to the invention.
  • FIGURE 15 is a flow chart illustrating the sequence of steps performed in generating an augmented search with ranked results in a system according to the
  • a bookmark system can be implemented as set forth in Fig. 1.
  • the exemplary system includes at least one user 110, and typically a plurality of users 110, 112, 114, and 116.
  • Each user 110-116 is coupled to a document repository 118, such as the Internet (or the World Wide Web), a corporate Intranet, a library, or any other collection of documents.
  • Documents in this context, refers to any data file containing information readable by a machine or a human; the term includes (but is not limited to) text files, formatted text files, bitmapped image files (including images representing text-based documents), vector-based image files, sound files, multimedia files, and any other data files of possible interest. Documents may be static or dynamically
  • the repository is generated based on information in the URL or other request presented to access the document as well as other contextual information, such as the time of day.
  • 118 may be situated on distributed servers such as Web servers on the Internet, a single
  • a group of dedicated servers such as a corporate information center, or a single host server. Also in communication with the repository 118 (and the users 110-116) is a
  • bookmark database 120 maintains a set of bookmarks for each user 110-116; each user may maintain
  • bookmark database 120 private bookmarks, which are shielded by the database 120 from the other users, as well as public bookmarks, which are made available by the database 120 for various uses by other users.
  • the specific operation of the bookmark database 120 will be set forth in additional detail below.
  • a user's primary interaction with the bookmark database 120 takes place through a main bookmark window 210 (Fig. 2) provided by the user's browser 122 (Fig. 1).
  • the illustrated bookmark window 210 includes a list of bookmarks 212, a list of categories
  • a data entry area 218 is also provided, and will be discussed in further detail below.
  • the user 110 can access bookmarks within the list 212 in several possible ways.
  • a single bookmark e.g., the White House bookmark 220
  • the user's browser 122 By “clicking" on the text of a single bookmark (e.g., the White House bookmark 220), the user's browser 122 will open a new window and bring up the document referenced by the bookmark 220, in this case the White House's Web site.
  • the bookmark 220 By "dragging" the bookmark 220 into an existing browser window, the browser 122 will bring up the document in that window.
  • the system in its preferred embodiment, logs the event of accessing the bookmark 220 to facilitate tracking frequency and recency of use for all
  • the first column 222 is reserved for an icon representing that a particular document is presently unavailable. For example,
  • an unavailability icon 228 is shown next to the "This is a Bad Link" bookmark; the system is able to alert the user that no such document exists without the need for the user to manually verify the site's availability. In one embodiment of the invention, the system is able to recommend alternative documents when a preferred document is unavailable; that capability will be discussed in further detail below.
  • the second column 224 is reserved for an icon representing that a particular document is new or has been revised within the last thirty days.
  • a newness icon 230 is shown next to the Infoseek bookmark; the presence of that icon in the presently implemented and illustrated embodiment tells the user that the Infoseek main page (the one referenced by the bookmark) has been updated recently, within the last thirty days.
  • the newness icon 230 can be used in combination with the recency-of-access tracking performed by the invention, thereby alerting the user that a document has been updated since the user last accessed or viewed the document.
  • the third column 226 is reserved for an icon representing the popularity of a particular document.
  • a popularity icon 232 is shown next to the AltaVista bookmark because that bookmark is present in over 50% of all users'
  • bookmark collections The popularity icon 232 can thus be an indication of the quality of the information likely to be found in the document, since other users are also relying upon it. Although the currently implemented and illustrated embodiment uses 50% (over all
  • the threshold percentage may be made a user-definable preference, or may be
  • each icon is explained via a pop-up message when the user's mouse pointer (or other selection tool) is positioned over the icon. For example, by positioning the mouse pointer over the unavailability icon 228, a "Document Unavailable" message would be presented to the user.
  • the icons in columns 222, 224, and 226 are presented to each user on the basis of information tracked and maintained by the bookmark database 120.
  • the database 120 tracks availability and newness for each bookmark in the background, without user intervention, to achieve some efficiencies that would not otherwise be possible when each user maintains a separate local collection of bookmarks.
  • the information on availability and newness can be updated for the benefit of plural users at one time through one simple attempted access operation by the bookmark database 120. For example, it is likely that many (or even all) of the users of the system will have a bookmark for "Yahoo! The availability and newness of that site can be tracked once by the database 120; the information can then be propagated to each user through multiple instances of the main bookmark window 210.
  • a user's bookmarks can be divided into categories (such as
  • the list 212 shown in Fig. 2 is the "top level” list in user cwixon' s hierarchy, as illustrated by the "slash" 234 presented after the user's screen name 214. This is consistent with the traditional Unix-like method for specifying hierarchies of
  • the user 110 can access the other categories in the list 213 by clicking on those category names.
  • the list of bookmarks 212 will be replaced with a different list taken from the chosen category (such as News or Weather in the illustrated example), and the slash 234 will be followed by the name of the chosen category.
  • the user 110 can return to the top level (or any intermediate level) by clicking on the screen name 214 or any following category name.
  • the main bookmark window 210 contains a notation 236 that the displayed category (in this case, the top-level category) is private. When that is the case, only the user 110 that owns (Le., contributed) the list 212 can access those bookmarks. By selecting a "Publish" button 238 in the data entry area 218, the user 110 can make those bookmarks available to all users; otherwise, the bookmarks in the category remain private.
  • a user can choose to publish any category of bookmarks (or even a single bookmark or selection of bookmarks) to the community of users as a whole, or only to selected groups of users. The concept of groups will be
  • main bookmark window 210 shows the bookmarks for a single user, in a preferred embodiment of the invention, it is also possible to browse, view,
  • the ordinary "add" function of the main bookmark window 210 will cause a confirmation window (Fig. 5, described below) to appear before a bookmark is added via the drag-and-drop method.
  • a search text-entry box 242 is also provided in the data entry area 218. By typing one or more keywords into the text-entry box 242 and pressing "Enter,” the system will search for bookmarks containing (either in the title or in the URL) the requested keywords. By selecting a "Search F*ublic Bookmarks" option 244, the search can be extended to all users' public bookmarks (see Fig. 4, described below).
  • the main bookmark window 210 also provides a command selection drop-down listbox 246; the contents of the command selection listbox 246 are shown in Fig. 3.
  • the user can add bookmarks, separators, and categories; import and export bookmarks between the bookmark system of the invention and, for example, Netscape's internal bookmark system (described in the background section above), edit the user's preferences (such as password, e-mail address, etc.); log
  • Fig. 4 is a search results window 410 illustrating a sample set of
  • the search results window 410 includes a list 412 of bookmarks containing, either in the title or URL, the word "internet.”
  • the exemplary search was performed with the "Search Public Bookmarks" option 244 selected, so the list 412 can include bookmarks from all users.
  • the category in which each bookmark in the list 412 was found is presented next to the corresponding bookmark. For example, an "Internet Info" bookmark 414 was found in some user's "Internet” category; for privacy reasons, the user's identity is concealed.
  • the user can click or drag bookmarks from the search results window 410 to access the documents referenced by the bookmarks in the list 412. Fig.
  • FIG. 5 illustrates an "Add New Bookmark” window 510 used by the user interface of the presently implemented embodiment of the invention. As shown, in its empty form, this window 510 is accessed by selecting the "add bookmark" command from the command selection listbox 246 (Fig. 2). The user 110 can then manually select a category
  • bookmark window 210 the category field 512 and URL field 514 are already filled in, and
  • Fig. 6 represents a bookmark editing window 610 presented by the user interface of the presently implemented embodiment of the invention. This window 610 is accessed
  • a list 614 of bookmarks to be edited is presented within the editing window 610; the bookmarks are preceded by a column of checkboxes 616 available to indicate which bookmarks are to be edited.
  • a "Select None” button 618 or a “Select All” button 620 none or all of the checkboxes 616 will be selected, respectively. Editing operations, as indicated by the remaining buttons within the editing window 610, can then be performed on the selected bookmarks. For example, after selecting one or more bookmarks, pressing a "Delete” button 622 will remove the selected bookmarks from the list 614 (and from the list 212 in the main bookmark window 210).
  • a "Move to" button 624 and corresponding category selection listbox 626 are provided to move one or more selected bookmarks to a different category. Finally, a "Move Bookmarks to Top" button
  • the present invention harnesses the power of online communities to allow enhanced search-and-retrieval and recommendation
  • a second group 714 also contains six users; for exemplary purposes, suppose that the second group 714 is interested in computer programming. It should be noted that the groups need not be (and in this example are not) mutually exclusive, as one
  • user 716 is a member of both the first group 712 and the second group 714. Moreover, not every user must have a defined interest.
  • the present invention is able to use the
  • Fig. 8 illustrates schematically a similar breakdown of documents on the Internet.
  • the millions of documents available on the Internet are represented by 24 exemplary documents 810. While there are many, many documents available, only a small portion of them 812 are typically used or accessed by a community of users. And of those accessed, only a small number are preferred and bookmarked 814.
  • the distillation of the entire Internet down to those documents that are bookmarked 814 is a powerful two-step filter that tends to pull out only the most relevant, interesting, and valuable documents.
  • a community of users' bookmarks are shared, other users' efforts in locating useful documents can work to the entire community's advantage through a system according to the invention.
  • the browser 112 can be used relatively passively, to collect user input and pass it along to the database 120 for processing.
  • This presently preferred mode of operation is illustrated as a block diagram in Fig. 9.
  • a user's system or terminal 910 hosts a Web browser 912 such as Netscape Navigator or Microsoft Internet Explorer; the browser 912 is able to interpret both HTML and JavaScript (or another HTML-embeddable scripting language) by way of an HTML interpreter 914 and a JavaScript interpreter 916.
  • the user's system 910 also includes an input device 917 allowing the user to interact with the system 910, as well as some storage space 918.
  • the user's system 910 and browser 912 receive display information and scripts (arrow 920) from the database 922; the browser 912 simply passes along user input (arrow 924) to the database 922. Essentially all processing is performed at the database 922 by way of a bookmark server 926 and a data processor 928. The details of the processing will be discussed below in conjunction with Figure 11.
  • a user's system or terminal 1010 hosts a Web browser 1012, which in turn includes an HTML interpreter 1014 and a language interpreter 1016.
  • the language interpreter 1016 is able to receive and execute computer programs in a high-level language such as Java; most modern Web browsers include that capability.
  • this system also includes a user input device 1017 and temporary storage 1018.
  • the browser 1012 receives bookmark data and a shared bookmarks ("SBM") computer program (arrow 1020) from the database 1022 at the
  • the SBM program allows the user's system 1010 to perform many of the operations disclosed herein (except for those that require large amounts of data in the database). For example, a user's bookmark collection can be maintained and
  • the modified bookmark collection (and any other collected information) is transferred back (arrow 1024) to the database 1022 for
  • the persistent data maintained by the shared bookmark system is kept at the database 120 (Fig. 1); the user's local storage 124 is used only for temporary storage during a session. Accordingly, if the user 110 wishes to access the Internet 118 from a different terminal 126, the shared bookmark system is still operational (provided the user is able to log in using a memorized screen name and password) because all necessary data is received from the database 120 at the beginning of a session, and sent back to the database 120 at the conclusion of the session. Any custom software required, other than the Web browser, is downloaded from the server 120 to the alternate terminal
  • bookmark-processing program and a potentially large collection of bookmarks do not need to be downloaded from the database 120 to the user 110 at the beginning of each
  • Figure 11 illustrates the steps performed in the passive client-side embodiment of the invention (illustrated in block form in Fig. 9).
  • the system operates by simply awaiting user input (step 1110), transmitting that user input from the user's system 110 to the database 120 (step 1120), receiving a response from the database 120 (step 1130), and refreshing the display (step 1140) according to specific HTML and JavaScript instructions received from the database 120.
  • the specific operations on the database side of the system typically represent simple data manipulation operations, which will not be described further. To the extent those operations are more complicated or contain novel steps, they will be described in further detail below.
  • Figure 12 illustrates the steps performed in the active client-side embodiment of
  • the system operates by the user 110 initially receiving the shared bookmark program and bookmark collection from the
  • the user's system then awaits user input (step 1220) and
  • step 1230 processes the input (step 1230) to determine if it requires the processing resources of the database 120. If the user input comprises a query (step 1240) involving other users' bookmarks, the query is transmitted (step 1250) to the database 120 and a response is
  • the user's bookmark collection is updated (step 1270) as specified in the shared bookmark program. In both cases, the display is then refreshed (step 1280) to reflect the operation, regardless of whether it was performed locally or remotely.
  • the user's system 110 transmits back to the database 120 all necessary updated information, including any changes to the user's bookmark collection and any logged events (such as bookmark accesses) used by the invention to determine frequency and recency of use.
  • the database 120 performs certain operations in the background maintain the bookmark collections of its users; those operations are set forth in Fig. 13. For reasons set forth in detail above, the database 120 monitors changes (step 1310) for each document referred to in each user's bookmark collection. This operation can be performed on a regular basis, for example hourly or daily. For the presently implemented and preferred embodiment of the invention, an icon indicates to the user whether a document has been updated within the last thirty days (see Fig. 2), so a daily check for updates is sufficient. To accomplish this task, the database 120 can keep either a cached copy of the document referred to (thereby enabling word-for-word comparisons
  • the database 120 also monitors the availability (step 1320) for each document
  • each user's bookmark collection can also be performed on a regular basis.
  • an icon indicates to the user whether a document is available (see Fig. 2).
  • the database periodically attempts to access each document, and if an HTTP error (such as "404 Not Found") or no data is returned, the document is marked unavailable for all users who have the bookmark in their collection. Unavailable documents are checked again at a later time.
  • the database 120 monitors the popularity (step 1330) for each document referred to in each user's bookmark collection by periodically determining how many users, out of the total number of system users, have a bookmark in their collection. This information is also represented by an icon (see Fig. 2). As stated above, various other metrics of popularity are trackable by the system, such as frequency and recency of access. Every time a bookmark is used by a user to access a document, the time, date, and nature of that access is logged. Accordingly, the system is able to use various popularity metrics in the enhanced searching and recommendation operations discussed below.
  • Metadata is extracted from documents by the
  • such metadata may include information on the date and time a document was created, the author of the document, search keywords, and many other possible items of data that are typically concealed when
  • a user views a document. This information can optionally be kept with bookmarks in the database 120 to facilitate further search options.
  • the contents of documents referred to by users' bookmarks are summarized (step 1350) and stored at the database 120.
  • steps 1350 the contents of documents referred to by users' bookmarks are summarized (step 1350) and stored at the database 120.
  • summarization is not performed in the background, it can be specifically performed at the time of a search or upon a user request for a summary.
  • a similar technique can be used to summarize a group or collection of documents.
  • a document summary can be generated based on a concatenation of selected documents, or even all documents referenced in a category of bookmarks.
  • the database 120 also maintains itself (step 1360) in the background by analyzing users' bookmark collections, eliminating duplicate bookmark entries as necessary, and performing additional tasks (such as "garbage collection") well known in the art of
  • the browsing, searching, and bookmark-using habits of users of the shared bookmark system of the invention all contribute additional information to the system for use in improving and refining user and group profiles. For example, if a user in a computer programming group searches for, views, and ultimately bookmarks
  • the user's profile will be automatically updated to include information derived from the bookmarks,
  • a user can manually choose to become a member of a group having similar interests (as evidenced by manually inspecting the users' public bookmarks), or in an alternative embodiment, can be assigned automatically to groups based on clustering on the user's public bookmarks (or, preferably, the contents of the documents pointed to by the
  • One method of automatically grouping users involves identifying the centroid
  • a less-automatic method includes computing a centroid, as above, but using that information simply to recommend related groups to the user.
  • Another possibility, related to the foregoing automatic grouping scheme, is to create virtual groups based on the topic categories in each user's public bookmarks. For example, if a user has a public bookmark category entitled "Java,” that user can be treated as belonging to a group having an interest in the Java programming language.
  • each user and group can have a profile associated therewith.
  • a user's profile consists simply of a normalized content vector representing the aggregate contents of all of the user's public bookmarks. For a description of how this vector is calculated, see U.S. Patent No. 5,442,778 to Pedersen et aL, described above.
  • a profile for a group includes a normalized content vector representing the aggregate contents of all public bookmarks belonging to the users within the group.
  • the user and group profiles are used in the search and recommendation aspects of the invention, which will be
  • a recommendation service according to the invention is
  • this service is initiated by a user by selecting a command in the main bookmark window 210 and entering text representative of the
  • step 1410 The user then identifies the context (step 1420) within which the recommendation should be generated. This step is preferably performed by manually
  • can be assembled by the user by manually selecting users and having those users' profiles merged into a special-purpose content vector.
  • the user selects a level of "relevance feedback" (step 1430).
  • Relevance feedback allows the user to select whether the desired documents are those similar to the selected context or dissimilar to the selected context.
  • a known example of positive relevance feedback is the "more like this" option provided by the Excite search engine.
  • the subject, context, and relevance feedback are then processed by the database 120 to generate recommendations (step 1440).
  • This step uses the popularity (proportion of users having a bookmark) metric 1450, frequency of use metric 1460, and recency of use metric 1470 described above.
  • the recommendation generation step searches the public bookmarks belonging to the user or group selected as the context (or alternatively, all public bookmarks) for the keywords identified as the subject. These keywords can be found in the title or URL of the public bookmarks, or alternatively, in the content
  • the matches are then analyzed with respect to the content vector and the popularity, frequency, and recency metrics.
  • the keywords are combined with the content vector into an enhanced keyword vector, which
  • the recommendation service is also able to use link structure (as described above in connection with the Google and CLEVER systems discussed in the background section above, for example) in generating
  • the number of inlinks or outlinks may be weighted and incorporated into the step of generating recommendations (step 1440) via the content vector, popularity, frequency, and recency.
  • a spreading activation methodology may be used to re-rank recommendations (or search results, as will be described below), or may be used as a weighted factor in the recommendation operation set forth above.
  • a spreading activation methodology may be used to re-rank recommendations (or search results, as will be described below), or may be used as a weighted factor in the recommendation operation set forth above.
  • U.S. Patent No. 5,835,905 to Pirolli et aL entitled "System for Predicting Documents Relevant to Focus Documents by Spreading Activation Through Network Representations of a Linked Collection of Documents," the disclosure of which is hereby incorporated by reference for all it teaches as though set forth in full herein.
  • Spreading activation techniques are based on representations of Web pages as nodes in graph networks representing usage, content, and hypertext relations among Web pages.
  • activation is pumped into one or more of the graph networks at nodes representing some starting set of Web pages (Le. focal points, which in the context of the present invention may be a set of highly ranked recommendations or search results) and it flows through the arcs of the graph structure,
  • the asymptotic pattern of activation over nodes will define the degree of predicted relevance of Web pages to the starting set of Web pages.
  • Web pages may be
  • the closest context matches in the collection are given the lowest rankings.
  • the recommendation list is then returned to the user for viewing (step 1480).
  • recommendations need not be provided only in the context of an explicit request for recommendations in through the main bookmark window 210; recommendations can also be provided while a user is browsing the Web. If a Web page the user is viewing contains a link that is also a popular link (by any of the metrics defined above) in the shared bookmark collection (as a whole, or within one or more groups), then the user can be alerted to that via the presentation of a message in the browser window. Alternatively, if there is a historical pattern of documents chosen from the shared bookmark collection (as defined by the frequency and recency metrics), then that pattern can be highlighted for the user.
  • One embodiment of the recommendation service is adapted to provide a user with a "substitute" bookmark when a preferred document is unavailable, as indicated by the unavailability icon 228 (Fig. 2). This capability is implemented through a variation on the
  • bookmark is then used to generate a recommendation; that information may (in various embodiments of the invention) include a content vector, keywords, or a summary of the
  • FIG. 15 A search and retrieval system according to the invention is set forth in Fig. 15 as a
  • a keyword query (step 1510), identifying a context (step 1520), and identifying relevance feedback (step 1530).
  • the query, context, and feedback are provided to the database 120, where the query is augmented (step 1540).
  • query augmentation is performed by selecting the most important (Le., highest magnitude) words from the context's content vector and adding them to the query. It should be noted that various other methods of augmenting the query with the user's preferred document collection are possible, as suggested above, ranging from the decomposition of the entire collection into a single vector, the selective decomposition of portions of the collection based upon similarity or dissimilarity to the initial query or based upon groups, to completely augmenting the query with document collection.
  • the query is augmented by adding the additional context words as words that should be found in the results; if negative feedback has been selected, the query is augmented by adding the additional context words as words that should not be found in the results. It should be observed that the user's initial query is being augmented by introducing additional search words for a simple reason: traditional search engines generally operate only on search terms, and would not recognize a content vector, context, or information in any other
  • the query is then performed.
  • the query is performed
  • step 1550 on the database 120 of public bookmarks (step 1550) at the same time it is performed on an external search engine (step 1560). If the community of users is sufficiently large,
  • results obtained from the public bookmarks may be superior in quality to those received by querying the Internet; this approach is similar to the recommendation system described above (Fig. 14).
  • the search results obtained from the database 120 can be presented to the user separately from or as a part of the search results obtained from the Internet.
  • the results are then ranked (step 1570) according to the user's selected context, as with the recommendations described above (see step 1440). Also, the user may be given the option to employ popularity, frequency, and recency in the ranking operation. And in an alternative embodiment, as described above, link structure may also be used.
  • the relative weights of the context match, link structure, popularity, frequency, recency, and any other metrics in the ranking operation are matters of preference, and in a preferred embodiment of the invention, can be adjusted by the user.
  • the weights are dynamic and adjustable by the system based on user habits. For example, if a user consistently chooses relatively low-ranked selections in search results lists, that may be seen as an indication that the current metric
  • weights are incorrect, leading to a de-emphasis of the highly weighted factors.
  • Such learned weightings can be maintained as global system defaults or, preferably, applied on a user- by- user basis.
  • a spreading activation methodology may be used to re-rank search results, or as a factor in the ranking operation set forth above.
  • the ranked results are finally returned (step 1580) to be viewed by the user.
  • results retrieved from the public bookmark collection can be presented separately from the Internet results, or they can be incorporated into the same list (most
  • results retrieved from the public bookmark collection are highlighted to identify their origin.
  • a search service according to the invention need not provide both query augmentation and results ranking.
  • Advantageous results can be obtained by using either technique alone.
  • a query can be augmented by a system according to the invention, after which Internet search engine results are viewed without further modification.
  • a user-formulated query can be passed directly to a search engine, with the results being passed through the context and popularity-based ranking scheme of the invention.
  • One further embodiment of the invention incorporates automatic document categorization. If this optional feature is implemented, a user can create a hierarchy of bookmarks without having to manually create the categories.
  • topical categorization methods are known in the art; for example "k nearest neighbors,” “support vector machines,” and “winnow,” among other methods, can be used.
  • topical categorization methods are known in the art; for example "k nearest neighbors," “support vector machines,” and “winnow,” among other methods, can be used.
  • the method will ensure that the new bookmark is properly categorized within the user's hierarchy (creating a new category, if necessary).
  • the user can specify whether the new bookmark is to be private, shared with a group, or public; the categorization method will then act accordingly.
  • the automatic categorization scheme described above uses, as a topic reference, a global hierarchy of categories.
  • a document or collection of documents is compared (by the scheme described above) against the possible topics in the global hierarchy, and the user is presented with a resulting category name that "fits" properly within the global hierarchy.
  • This approach has the advantage of ensuring that searches across multiple users' public bookmarks return consistent category names.
  • each category as the centroid of the titles of the documents (or, preferably, the content of the documents).
  • the centroids of the categories are then clustered into a preferred
  • top-level clusters e.g., ten clusters. Then recursively cluster each of the clusters until the "leaves" of the hierarchy are individual clusters.
  • HTML is described as the most common format or language for describing documents on the Web; it should be noted that other document formats (such as XML, SGML, plain ASCII text, plain Unicode text, and other standard and proprietary formats) are also in use on the Internet and in various other document-based applications; this invention will function equally well in the context of networks utilizing other formats or even multiple formats.
  • the format be decomposable into a language (which can even be accomplished, in image-based formats,
  • document is intended to refer to any machine- or human-readable data file (or collection of related files) from which information can be
  • URLs are typically used to access information on the Internet, and frequently on other networks, as welL. It should be recognized that other means of specifying

Abstract

A search and recommendation system employs the preferences and profiles of individual users and groups within a community of users, as well as information derived from shared document bookmarks, to augment Internet searches, re-rank search results, and provide recommendations for documents based on a subject-matter query. The search and recommendation system operates in the context of a shared bookmark manager, which stores individual users' bookmarks (some of which may be published or shared for group use) on a centralized bookmark database connected to the Internet. The shared bookmark manager is implemented as a distributed program, portions of which operate on users' terminals and other portions of which operate on the centralized bookmark database.

Description

SYSTEiM AND METHOD FOR SEARCHING AND RECOMMENDING DOCUMENTS IN A COLLECTION USING SHARED BOOKMARKS
FIELD OF THE INVENTION The invention relates to the field of information searching and browsing, and more particularly to a system and method for enhancing searches and recommending documents in a collection through the use of bookmarks shared among a community of users.
BACKGROUND OF THE INVENTION Computer users are increasingly finding navigating document collections to be difficult because of the increasing size of such collections. For example, the World Wide Web on the Internet includes millions of individual pages. Moreover, large companies' internal Intranets often include repositories filled with many thousands of documents.
It is frequently true that the documents on the Web and in Intranet repositories are not very well indexed. Consequently, finding desired information in such a large collection, unless the identity, location, or characteristics of a specific document are well known, can be much like looking for a needle in a haystack.
The World Wide Web is a loosely interlinked collection of documents (mostly text and images) located on servers distributed over the Internet. Generally speaking, each document has an address, or Uniform Resource Locator (URL), in the exemplary form "http://www.server.net/directory/file.html". In that notation, the "http:" specifies the protocol by which the document is to be delivered, in this case the "HyperText Transport Protocol." The "www.server.net" specifies the name of a computer, or server, on which the document resides; "directory" refers to a directory or folder on the server in which the document resides; and "file.html" specifies the name of the file.
Most documents on the Web are in HTML (HyperText Markup Language) format, which allows for formatting to be applied to the document, external content (such as images and other multimedia data types) to be introduced within the document, and "hotlinks" or "links" to other documents to be placed within the document, among other things. "Hotlinking" allows a user to navigate between documents on the Web simply by selecting an item of interest within a page. For example, a Web page about reprographic technology might have a hotlink to the Xerox corporate web site. By selecting the hotlink (often by clicking a marked word, image, or area with a pointing device, such as a mouse), the user's Web browser is instructed to follow the hotlink (usually via a URL, frequently
invisible to the user, associated with the hotlink) and read a different document.
Obviously, a user cannot be expected to remember a URL for each and every
document on the Internet, or even those documents in a smaller collection of preferred documents. Accordingly, navigation assistance is not only helpful, but necessary.
Modern Web browsers (software applications used to view and navigate
documents on the Web) have introduced the concept of "bookmarks" or "favorites" (collectively referred to as "bookmarks" in this document). Bookmarks allow a user to
identify which documents he would like to keep track of. The user's local machine then
keeps track of the URLs for those sites, allowing the user to reload and view the sites' contents at any desired time. Bookmarks can be thought of as "pointers" to content on
the Web, each specifying an address that identifies the location of the desired document, but not including the document's content (except, perhaps, in a descriptive title of the document).
In current versions of Netscape Navigator (specifically, at least versions 3.x and
4.x), a user's bookmarks are stored and maintained in a special HTML file stored on the user's local machine. This file includes a list of sites represented as title and URL pairs (in a user-defined hierarchy, if desired). The user's entire set of bookmarks is contained within a single HTML file.
Recent versions of Microsoft's Internet Explorer (at least versions 3.x-5.x) store user bookmarks (or "favorites," using Microsoft's preferred terminology) as individual files on the local machine's file system. Each favorite is a small file containing the site's URL, while the favorite's title is stored as the filename.
Other browsers' bookmarks are frequently stored as entries in a custom configuration file, in which each site's title is paired with a URL.
None of the foregoing browsers permit much sophisticated user of a user's collection of bookmarks, although some limited manipulations are possible. For example, it is usually possible to create and modify a hierarchy of bookmarks (including sorting and
moving existing bookmarks around within the hierarchy); to modify the titles paired with
the URLs, to search for words within the titles or URLs; and often to derive some additional information about the bookmarks, such as the date and time of the user's most-
recent visit to the site, the collected number of visits, and possibly other information.
In typical use, the bookmark facilities of Web browsers act as a "filter" for those
documents a particular user finds to be important or useful. While a user might view
hundreds of Web pages in a day, only a few of those are typically found to provide useful information. If that information is expected to be useful again in the future, the user will often set a bookmark for those pages. This is a useful way for users to be able to access the Internet; however, traditional bookmarks have the distinct limitation that they are only useful to the extent a user has seen the sites before, since adding a bookmark to a collection is a manual act, typically performed when either the desired page is already being viewed or a URL has been manually received from another person.
Most notably, the known traditional bookmark systems are single-user. Of course (particularly with Netscape Navigator, in which bookmarks already exist in an HTML file), bookmarks can be exported to a public web page, allowing others to view and use the bookmarks, but that in itself does not provide any additional functionality.
Accordingly, when a user desires to find information on the Internet (or other large network) that is not already represented in the user's bookmark collection, the user will frequently turn to a "search engine" to locate the information. A search engine serves as an index into the content stored on the Internet There are two primary categories of search engines: those that include documents
and Web sites that are analyzed and used to populate a hierarchy of subject-matter categories (e.g., Yahoo), and those that "crawl" the Web or document collections to build
a searchable database of terms, allowing keyword searches on page content (such as
AltaVista, Excite, and Infoseek, among many others). Also known are recommendation systems, which are capable of providing Web site recommendations based on criteria provided by a user or by comparison to a single
preferred document (e.g., Firefly, Excite's "more like this" feature). "Google" (www.google.com) is an example of a search engine that incorporates several recommendation-system-like features. It operates in a similar manner to traditional keyword-based search engines, in that a search begins by the user's entry of one or more search terms used in a pattern- matching analysis of documents on the Web. It differs from traditional keyword-based search engines (such as AltaVista), in that search results are ranked based on a metric of page "importance," which differs from the number of occurrences of the desired search terms (and simple variations upon that theme).
Google's metric of importance is based upon two primary factors: the number of pages (elsewhere on the Web) that link to a page (Le., "inlinks," defining the retrieved page as an "authority"), and the number of pages that the retrieved page links to (Le., "outlinks," defining the retrieved page as a "hub"). A page's inlinks and outlinks are weighted, based on the Google-determined importance of the linked pages, resulting in an importance score for each retrieved page. The search results are presented in order of
decreasing score, with the most important pages presented first. It should be noted that Google's page importance metric is based on the pattern of links on the Web as a whole, and is not limited (and at this time cannot be limited) to the preferences of a single user or group of users.
Another recent non-traditional search engine is IBM's CLEVER (CLient-side
Eigenvector Enhanced Retrieval) system. CLEVER, like Google, operates like a traditional search engine, and uses inlinks/authorities and outlinks/hubs as metrics of page
importance. Again, importance (based on links throughout the Web) is used to rank
search results. Unlike Google, CLEVER uses page content (e.g., the words surrounding
inlinks and outlinks) to attempt to classify a page's subject matter. Also, CLEVER does not use its own database of Web content; rather, it uses an external hub, such as an index built by another search engine, to define initial communities of documents on the Web. From hubs on the Web that frequently represent people's interests, CLEVER is able to identify communities, and from those communities, identify related or important pages. Direct Hit is a service that cooperates with traditional search engines (such as
HotBot), attempting to determine which pages returned in a batch of results are interesting or important, as perceived by users who have previously performed similar searches. Direct Hit tracks which pages in a list of search results are accessed most frequently; it is also able to track the amount of time users spend at the linked sites before returning to the search results. The most popular sites are promoted (Le., given higher scores) for future searches.
Alexa is a system that is capable of tracking a user's actions while browsing. By doing so, Alexa maintains a database of users' browsing histories. Page importance is derived from other users' browsing histories. Accordingly, at any point (not just in the
context of a search), Alexa can provide a user with information on related pages, derived from overall traffic patterns, link structures, page content, and editorial suggestions.
Knowledge Pump, a Xerox system, provides community-based recommendations by initially allowing users to identify their interests and "experts" in the areas of those
interests. Knowledge Pump is then able to "push" relevant information to the users based on those preferences; this is accomplished by monitoring network traffic to create profiles
of users, including their interests and "communities of practice," thereby refining the community specifications. However, Knowledge -Pump does not presently perform any enhanced search and retrieval actions like the search- engine- based systems described above.
While the foregoing systems and services blend traditional search engine and recommendation system capabilities to some degree, it should be recognized that none of them are presently adaptable to provide search- engine- like capabilities while taking into account the preferences of a smaller group than the Internet as a whole. In particular, it would be beneficial to be able to incorporate community-based recommendations into a system that is capable of retrieving previously unknown documents from the Internet.
SUMMARY OF THE INVENTION
The present system and method facilitate searching and recommending resources, or documents, based upon a collection of user document preferences shared by a large group of users. The invention leverages several of the key properties of document collections: only valuable documents are bookmarked; documents are usually categorized into a hierarchy; and documents can be shared. In a preferred embodiment, the present
system combines some attributes of bookmark systems, as discussed above, with some attributes of search engines and recommendation systems, also discussed above.
The present system and method maintain a centralized database of bookmarks or
user document preferences. This centralized database is maintained as a hierarchy, with individual users' bookmarks maintained separately from other users' bookmarks. However, the maintenance of the centralized database facilitates harnessing the power and
flexibility of being able to use, in various ways, all users' public bookmarks and the
information contained in and referenced by those bookmarks. The system and method of the present invention allows for several operations to be performed, including enhanced search and retrieval enhanced subject-matter-based recommendation generation (for both documents and groups), and automatic document categorization and summarization.
BRIEF DESCRIPTION OF THE DRAWINGS
FIGURE 1 is a block diagram illustrating the physical aspects of the invention, namely several users in communication with the Internet;
FIGURE 2 is a representation of the user interface presented by the main bookmark window of a system according to the invention;
FIGURE 3 is an alternate view of the user interface of FIGURE 2, in which the command entry listbox is expanded to show several available commands for the system;
FIGURE 4 is a representation of the user interface presented by a search results window of a system according to the invention;
FIGURE 5 is a representation of the user interface presented by an "Add New
Bookmark" window of a system according to the invention;
FIGURE 6 is a representation of the user interface presented by a bookmark
editing window of a system according to the invention;
-FIGURE 7 is a representative schematic diagram illustrating the relationships among all possible users of a system according to the invention, groups selected from the
users, and individual users; FIGURE 8 is a representative schematic diagram illustrating the relationships among all possible documents on the Internet, a viewed selection of documents, and a typical set of bookmarked documents;
FIGURE 9 is a block diagram illustrating the functional components and communications of a server-based implementation of the present invention;
FIGURE 10 is a block diagram illustrating the functional components and communications of a client-based implementation of the present invention;
FIGURE 11 is a flow chart illustrating the sequence of steps performed by a user's machine in the context of the server-based implementation of FIGURE 9; FIGURE 12 is a flow chart illustrating the sequence of steps performed by a user's machine in the context of the client-based implementation of FIGURE 10;
FIGURE 13 is a block diagram illustrating the background processing typically
performed by the bookmark database in a system according to the invention;
FIGURE 14 is a flow chart illustrating the sequence of steps performed in generating a subject-matter recommendation in a system according to the invention; and
FIGURE 15 is a flow chart illustrating the sequence of steps performed in generating an augmented search with ranked results in a system according to the
invention.
DETAILED DESCRIPTION OF THE INVENTION
The invention is described below, with reference to detailed illustrative embodiments. It will be apparent that the invention can be embodied in a wide variety of forms, some of which may be quite different from those of the disclosed embodiments. Consequently, the specific structural and functional details disclosed herein are merely representative and do not limit the scope of the invention.
A bookmark system according to the present invention can be implemented as set forth in Fig. 1. The exemplary system includes at least one user 110, and typically a plurality of users 110, 112, 114, and 116. Each user 110-116 is coupled to a document repository 118, such as the Internet (or the World Wide Web), a corporate Intranet, a library, or any other collection of documents. Documents, in this context, refers to any data file containing information readable by a machine or a human; the term includes (but is not limited to) text files, formatted text files, bitmapped image files (including images representing text-based documents), vector-based image files, sound files, multimedia files, and any other data files of possible interest. Documents may be static or dynamically
generated based on information in the URL or other request presented to access the document as well as other contextual information, such as the time of day. The repository
118 may be situated on distributed servers such as Web servers on the Internet, a single
group of dedicated servers such as a corporate information center, or a single host server. Also in communication with the repository 118 (and the users 110-116) is a
bookmark database 120. As described in the summary set forth above, the bookmark database 120 maintains a set of bookmarks for each user 110-116; each user may maintain
private bookmarks, which are shielded by the database 120 from the other users, as well as public bookmarks, which are made available by the database 120 for various uses by other users. The specific operation of the bookmark database 120 will be set forth in additional detail below.
A user's primary interaction with the bookmark database 120 takes place through a main bookmark window 210 (Fig. 2) provided by the user's browser 122 (Fig. 1). The illustrated bookmark window 210 includes a list of bookmarks 212, a list of categories
213, the user's screen name "cwixon" 214, and several cosmetic separators 216. A data entry area 218 is also provided, and will be discussed in further detail below.
The user 110 can access bookmarks within the list 212 in several possible ways. By "clicking" on the text of a single bookmark (e.g., the White House bookmark 220), the user's browser 122 will open a new window and bring up the document referenced by the bookmark 220, in this case the White House's Web site. By "dragging" the bookmark 220 into an existing browser window, the browser 122 will bring up the document in that window. In either case, the system, in its preferred embodiment, logs the event of accessing the bookmark 220 to facilitate tracking frequency and recency of use for all
bookmarks.
In the left side of the main bookmark window 210 next to the list of bookmarks 212, there are three columns 222, 224, and 226 for informational icons representing
whether the documents corresponding to each bookmark are available, relatively new, or
popular. In the illustrated embodiment of the invention, the first column 222 is reserved for an icon representing that a particular document is presently unavailable. For example,
an unavailability icon 228 is shown next to the "This is a Bad Link" bookmark; the system is able to alert the user that no such document exists without the need for the user to manually verify the site's availability. In one embodiment of the invention, the system is able to recommend alternative documents when a preferred document is unavailable; that capability will be discussed in further detail below.
The second column 224 is reserved for an icon representing that a particular document is new or has been revised within the last thirty days. For example, a newness icon 230 is shown next to the Infoseek bookmark; the presence of that icon in the presently implemented and illustrated embodiment tells the user that the Infoseek main page (the one referenced by the bookmark) has been updated recently, within the last thirty days. In an alternative embodiment of the invention, the newness icon 230 can be used in combination with the recency-of-access tracking performed by the invention, thereby alerting the user that a document has been updated since the user last accessed or viewed the document.
The third column 226 is reserved for an icon representing the popularity of a particular document. In the illustrated embodiment, a popularity icon 232 is shown next to the AltaVista bookmark because that bookmark is present in over 50% of all users'
bookmark collections. The popularity icon 232 can thus be an indication of the quality of the information likely to be found in the document, since other users are also relying upon it. Although the currently implemented and illustrated embodiment uses 50% (over all
users) as the popularity threshold, it should be noted that other thresholds might also be
usable, as this number is used simply for convenience. In alternative embodiments of the invention, the threshold percentage may be made a user-definable preference, or may be
based on some other metric (such as the percentage over a specified group of users). In a preferred embodiment of the invention, the meaning of each icon is explained via a pop-up message when the user's mouse pointer (or other selection tool) is positioned over the icon. For example, by positioning the mouse pointer over the unavailability icon 228, a "Document Unavailable" message would be presented to the user. The icons in columns 222, 224, and 226 are presented to each user on the basis of information tracked and maintained by the bookmark database 120. The database 120 tracks availability and newness for each bookmark in the background, without user intervention, to achieve some efficiencies that would not otherwise be possible when each user maintains a separate local collection of bookmarks. Specifically, and particularly in the case of popular bookmarks, the information on availability and newness can be updated for the benefit of plural users at one time through one simple attempted access operation by the bookmark database 120. For example, it is likely that many (or even all) of the users of the system will have a bookmark for "Yahoo!" The availability and newness of that site can be tracked once by the database 120; the information can then be propagated to each user through multiple instances of the main bookmark window 210.
The background operations of the database 120 will be discussed in further detail below,
in connection with Fig. 13.
As suggested above, a user's bookmarks can be divided into categories (such as
the categories in the list 213); the list 212 shown in Fig. 2 is the "top level" list in user cwixon' s hierarchy, as illustrated by the "slash" 234 presented after the user's screen name 214. This is consistent with the traditional Unix-like method for specifying hierarchies of
directories, in which a slash character alone represents the root or top-level directory. The
user 110 can access the other categories in the list 213 by clicking on those category names. When that is done, the list of bookmarks 212 will be replaced with a different list taken from the chosen category (such as News or Weather in the illustrated example), and the slash 234 will be followed by the name of the chosen category. After descending the hierarchy, the user 110 can return to the top level (or any intermediate level) by clicking on the screen name 214 or any following category name.
The main bookmark window 210 contains a notation 236 that the displayed category (in this case, the top-level category) is private. When that is the case, only the user 110 that owns (Le., contributed) the list 212 can access those bookmarks. By selecting a "Publish" button 238 in the data entry area 218, the user 110 can make those bookmarks available to all users; otherwise, the bookmarks in the category remain private. In a preferred embodiment of the invention, a user can choose to publish any category of bookmarks (or even a single bookmark or selection of bookmarks) to the community of users as a whole, or only to selected groups of users. The concept of groups will be
described in further detail below. Although the exemplary main bookmark window 210 shows the bookmarks for a single user, in a preferred embodiment of the invention, it is also possible to browse, view,
and use public bookmarks, either as an entire categorized collection, or broken down via groups of users.
Several other options are available in the main bookmark window 210. A "quick
add" option 240 is available; when selected, any URL or document location dragged into the window 210 will be immediately added to the list 212 without any intermediate
confirmation step. The ordinary "add" function of the main bookmark window 210 will cause a confirmation window (Fig. 5, described below) to appear before a bookmark is added via the drag-and-drop method.
A search text-entry box 242 is also provided in the data entry area 218. By typing one or more keywords into the text-entry box 242 and pressing "Enter," the system will search for bookmarks containing (either in the title or in the URL) the requested keywords. By selecting a "Search F*ublic Bookmarks" option 244, the search can be extended to all users' public bookmarks (see Fig. 4, described below).
The main bookmark window 210 also provides a command selection drop-down listbox 246; the contents of the command selection listbox 246 are shown in Fig. 3. By selecting various options in the listbox 246, the user can add bookmarks, separators, and categories; import and export bookmarks between the bookmark system of the invention and, for example, Netscape's internal bookmark system (described in the background section above), edit the user's preferences (such as password, e-mail address, etc.); log
out of the system; edit a document; show a document (ordinarily performed by simply clicking or dragging a bookmark, as described above); or show a directory of users (used to access a particular user's public bookmarks).
The functions available in the command selection drop-down listbox 246, as illustrated in the window 310 of Fig. 3, involve simple data manipulation and will not be
described in further detail (except in the context of the general operation of the system in Figs. 9-12). These functions would be easily implemented by a person of ordinary skill in
the art of Web-based application programming.
As stated above, Fig. 4 is a search results window 410 illustrating a sample set of
search results; the keyword entered into the text entry box 242 in the illustrated embodiment was "internet." Accordingly, the search results window 410 includes a list 412 of bookmarks containing, either in the title or URL, the word "internet." The exemplary search was performed with the "Search Public Bookmarks" option 244 selected, so the list 412 can include bookmarks from all users. The category in which each bookmark in the list 412 was found is presented next to the corresponding bookmark. For example, an "Internet Info" bookmark 414 was found in some user's "Internet" category; for privacy reasons, the user's identity is concealed. As with the main bookmark window 210, the user can click or drag bookmarks from the search results window 410 to access the documents referenced by the bookmarks in the list 412. Fig. 5 illustrates an "Add New Bookmark" window 510 used by the user interface of the presently implemented embodiment of the invention. As shown, in its empty form, this window 510 is accessed by selecting the "add bookmark" command from the command selection listbox 246 (Fig. 2). The user 110 can then manually select a category
512 in which to add the bookmark, enter the URL or other identifier 514 for the bookmark, and enter a title 516 for the bookmark. An "Add" button 518 is provided, and when chosen, the bookmark system adds the specified bookmark to the list 212. When the "Add New Bookmark" window 510 is accessed by dragging a link onto the main
bookmark window 210, the category field 512 and URL field 514 are already filled in, and
can be edited by the user if desired before confirming the action by pressing the "Add" button 518.
Fig. 6 represents a bookmark editing window 610 presented by the user interface of the presently implemented embodiment of the invention. This window 610 is accessed
by pressing an "Edit" button 248 in the main bookmark window 210 (Fig. 2). As shown (and as represented by a scrollbar 612 on the right side of the window 610, the editing window 610 has been scrolled down to reveal the bottom of the window; the top (not seen) includes the data entry area 218 (Fig. 2).
A list 614 of bookmarks to be edited is presented within the editing window 610; the bookmarks are preceded by a column of checkboxes 616 available to indicate which bookmarks are to be edited. By selecting a "Select None" button 618 or a "Select All" button 620, none or all of the checkboxes 616 will be selected, respectively. Editing operations, as indicated by the remaining buttons within the editing window 610, can then be performed on the selected bookmarks. For example, after selecting one or more bookmarks, pressing a "Delete" button 622 will remove the selected bookmarks from the list 614 (and from the list 212 in the main bookmark window 210). A "Move to" button 624 and corresponding category selection listbox 626 are provided to move one or more selected bookmarks to a different category. Finally, a "Move Bookmarks to Top" button
628 and a "Move Bookmarks to Bottom" button 630 are provided to facilitate moving one or more selected bookmarks around within the displayed category. As with the commands shown in the listbox 246, these editing commands will not be discussed in further detail, as they represent simple data manipulation operations easily implemented by
a person of ordinary skill in the art.
As suggested in the summary section above, the present invention harnesses the power of online communities to allow enhanced search-and-retrieval and recommendation
operations. These operations are enhanced through the use of data derived from a collection of users' shared bookmarks. Millions of people use and participate in the Internet today. However, these users have many diverse interests. For example, some users might have a particular interest in financial information, while some other users might be interested in computer programming, and still other users are interested in video games. While traditional search engines are able to search the Internet as a whole, it is not usually possible to derive information from the various communities of users around the Internet. Systems such as Google, CLEVER, Direct Hit, and Alexa attempt to derive some additional information from aggregate interests manifested on the Internet as a whole, but are generally unable to derive any information from the preferences of select individuals or groups. The present invention uses communities of users as follows. In Fig. 7, the millions of users participating in the Internet are represented by eighteen representative users 710. Two groups 712 and 714 are highlighted. A first group 712 contains six users; for the purposes of this example, suppose that the first group 712 is interested in financial
information. A second group 714 also contains six users; for exemplary purposes, suppose that the second group 714 is interested in computer programming. It should be noted that the groups need not be (and in this example are not) mutually exclusive, as one
user 716 is a member of both the first group 712 and the second group 714. Moreover, not every user must have a defined interest. The present invention is able to use the
preferences of the entire Internet 710, one or more groups 712 or 714, or even a single user 716 to provide recommendations on preferred documents and to enhance search
queries and results. The operations performed in doing so will be described in further detail below in conjunction with Figs. 14 and 15. Fig. 8 illustrates schematically a similar breakdown of documents on the Internet. The millions of documents available on the Internet are represented by 24 exemplary documents 810. While there are many, many documents available, only a small portion of them 812 are typically used or accessed by a community of users. And of those accessed, only a small number are preferred and bookmarked 814. The distillation of the entire Internet down to those documents that are bookmarked 814 is a powerful two-step filter that tends to pull out only the most relevant, interesting, and valuable documents. Moreover, when a community of users' bookmarks are shared, other users' efforts in locating useful documents can work to the entire community's advantage through a system according to the invention.
At the system level there are two ways in which a system of the nature of the present invention can be implemented. First, the browser 112 can be used relatively passively, to collect user input and pass it along to the database 120 for processing. This presently preferred mode of operation is illustrated as a block diagram in Fig. 9. A user's system or terminal 910 hosts a Web browser 912 such as Netscape Navigator or Microsoft Internet Explorer; the browser 912 is able to interpret both HTML and JavaScript (or another HTML-embeddable scripting language) by way of an HTML interpreter 914 and a JavaScript interpreter 916. The user's system 910 also includes an input device 917 allowing the user to interact with the system 910, as well as some storage space 918.
The user's system 910 and browser 912 receive display information and scripts (arrow 920) from the database 922; the browser 912 simply passes along user input (arrow 924) to the database 922. Essentially all processing is performed at the database 922 by way of a bookmark server 926 and a data processor 928. The details of the processing will be discussed below in conjunction with Figure 11.
An alternate mode of operation, in which some of the processing is performed by the user's system, is set forth as a block diagram in Fig. 10. In this case, a user's system or terminal 1010 hosts a Web browser 1012, which in turn includes an HTML interpreter 1014 and a language interpreter 1016. The language interpreter 1016 is able to receive and execute computer programs in a high-level language such as Java; most modern Web browsers include that capability. Like the system illustrated in Fig. 9, this system also includes a user input device 1017 and temporary storage 1018. In the mode of Fig. 10, the browser 1012 receives bookmark data and a shared bookmarks ("SBM") computer program (arrow 1020) from the database 1022 at the
beginning of a session of use; the SBM program allows the user's system 1010 to perform many of the operations disclosed herein (except for those that require large amounts of data in the database). For example, a user's bookmark collection can be maintained and
modified locally at the user's system 1010 without sending data to and receiving data from the database 1022. At the end of a session of use, the modified bookmark collection (and any other collected information) is transferred back (arrow 1024) to the database 1022 for
storage and manipulation by the database.
As stated above, many operations performed by the shared bookmark system can be executed at the user's system 1010 without any further communication with the
database 1022. However, operations that tend to access a lot of data, such as database queries (arrow 1024) for search-and-retrieve operations and recommendations based on
other users' bookmarks, still are preferably transferred back to the database 1022. It is simply impractical for all shared bookmarks from a potentially very large community of users to be transferred to the user's system 1010 at the beginning of each session. Accordingly, these search and recommendation operations are acted upon by the database 1022 (through the operation of a bookmark server 1026 and a data processor 1028), and results are sent back to the user's system 1010 (arrow 1020). The details of the processing performed in this embodiment will be discussed below in conjunction with Figure 12.
In both of these cases, the persistent data maintained by the shared bookmark system is kept at the database 120 (Fig. 1); the user's local storage 124 is used only for temporary storage during a session. Accordingly, if the user 110 wishes to access the Internet 118 from a different terminal 126, the shared bookmark system is still operational (provided the user is able to log in using a memorized screen name and password) because all necessary data is received from the database 120 at the beginning of a session, and sent back to the database 120 at the conclusion of the session. Any custom software required, other than the Web browser, is downloaded from the server 120 to the alternate terminal
126.
The approach set forth in Fig. 9 has some advantages, in that a complicated
bookmark-processing program and a potentially large collection of bookmarks do not need to be downloaded from the database 120 to the user 110 at the beginning of each
session. This reduces any lag or delay between the user initiating the service and the availability of the bookmarks, which can be an inconvenience.
The approach set forth in Fig. 10 has a different set of advantages. To the extent
there are any communications bottlenecks between the database 120 and the user 110, the effects of these bottlenecks will be reduced when the user 1 10 is able to perform as much computation as possible, without the need to shuttle information back and forth between the user 110 and the database 120. This approach will also be advantageous if the database 120 tends to be computationally overloaded. However, as stated above, the database 120 still must be accessed for certain operations.
Figure 11 illustrates the steps performed in the passive client-side embodiment of the invention (illustrated in block form in Fig. 9). The system operates by simply awaiting user input (step 1110), transmitting that user input from the user's system 110 to the database 120 (step 1120), receiving a response from the database 120 (step 1130), and refreshing the display (step 1140) according to specific HTML and JavaScript instructions received from the database 120. As stated elsewhere in this document, the specific operations on the database side of the system typically represent simple data manipulation operations, which will not be described further. To the extent those operations are more complicated or contain novel steps, they will be described in further detail below. Figure 12 illustrates the steps performed in the active client-side embodiment of
the invention (illustrated in block form in Fig. 10). The system operates by the user 110 initially receiving the shared bookmark program and bookmark collection from the
database 120 (step 1210). The user's system then awaits user input (step 1220) and
processes the input (step 1230) to determine if it requires the processing resources of the database 120. If the user input comprises a query (step 1240) involving other users' bookmarks, the query is transmitted (step 1250) to the database 120 and a response is
received (step 1260) from the database. The function of the database 120 at this point will
be discussed in further detail below with reference to Figs. 14 and 15. If the user input is not a query, the user's bookmark collection is updated (step 1270) as specified in the shared bookmark program. In both cases, the display is then refreshed (step 1280) to reflect the operation, regardless of whether it was performed locally or remotely. At the end of a session, the user's system 110 transmits back to the database 120 all necessary updated information, including any changes to the user's bookmark collection and any logged events (such as bookmark accesses) used by the invention to determine frequency and recency of use.
As described above, the database 120 performs certain operations in the background maintain the bookmark collections of its users; those operations are set forth in Fig. 13. For reasons set forth in detail above, the database 120 monitors changes (step 1310) for each document referred to in each user's bookmark collection. This operation can be performed on a regular basis, for example hourly or daily. For the presently implemented and preferred embodiment of the invention, an icon indicates to the user whether a document has been updated within the last thirty days (see Fig. 2), so a daily check for updates is sufficient. To accomplish this task, the database 120 can keep either a cached copy of the document referred to (thereby enabling word-for-word comparisons
between the old cached copy and an updated version), or preferably, can maintain a simple suitably robust hash value representing the document's contents, whereby any change in
the document's contents will cause the hash value to change. The database 120 also monitors the availability (step 1320) for each document
referred to in each user's bookmark collection. This operation can also be performed on a regular basis. For the presently implemented and preferred embodiment of the invention,
an icon indicates to the user whether a document is available (see Fig. 2). To derive this information, the database periodically attempts to access each document, and if an HTTP error (such as "404 Not Found") or no data is returned, the document is marked unavailable for all users who have the bookmark in their collection. Unavailable documents are checked again at a later time.
The database 120 monitors the popularity (step 1330) for each document referred to in each user's bookmark collection by periodically determining how many users, out of the total number of system users, have a bookmark in their collection. This information is also represented by an icon (see Fig. 2). As stated above, various other metrics of popularity are trackable by the system, such as frequency and recency of access. Every time a bookmark is used by a user to access a document, the time, date, and nature of that access is logged. Accordingly, the system is able to use various popularity metrics in the enhanced searching and recommendation operations discussed below.
In one embodiment of the invention, metadata is extracted from documents by the
database 120 (step 1340). In the case of HTML documents, such metadata may include information on the date and time a document was created, the author of the document, search keywords, and many other possible items of data that are typically concealed when
a user views a document. This information can optionally be kept with bookmarks in the database 120 to facilitate further search options.
In an embodiment of the invention, the contents of documents referred to by users' bookmarks are summarized (step 1350) and stored at the database 120. Alternatively, if
summarization is not performed in the background, it can be specifically performed at the time of a search or upon a user request for a summary. Several summarization techniques
are well known in the art. A particularly advantageous summarization method is set forth in U.S. Patent No. 5,638,543 to Pedersen et aL, entitled "Method and Apparatus for Automatic Document Summarization," the disclosure of which is hereby incorporated by reference for all it teaches as though set forth in full herein. In either case, document summaries optionally can be presented to users as part of a list of search results or within a list of bookmarks, enabling the users to better and more easily determine which documents from a collection are most relevant to their particular interests.
A similar technique can be used to summarize a group or collection of documents. Upon a user's request (this would not typically be performed in the background), a document summary can be generated based on a concatenation of selected documents, or even all documents referenced in a category of bookmarks.
The database 120 also maintains itself (step 1360) in the background by analyzing users' bookmark collections, eliminating duplicate bookmark entries as necessary, and performing additional tasks (such as "garbage collection") well known in the art of
computer systems. Finally, as discussed above, the browsing, searching, and bookmark-using habits of users of the shared bookmark system of the invention all contribute additional information to the system for use in improving and refining user and group profiles. For example, if a user in a computer programming group searches for, views, and ultimately bookmarks
several sites relating to, say, the Objective C programming language, then the user's profile will be automatically updated to include information derived from the bookmarks,
and the computer programming group's profile can also be similarly updated. This is accomplished, as will be described in further detail below, by calculating a content vector
representative of the bookmarks in a user's (or group's) collection. The concept of groups, as generally discussed above in connection with Fig. 7, is central to the present invention. While the embodiment of the invention disclosed and described above, particularly in the user interface windows of Figs. 2-6, does not employ the concept of groups for many operations, it should be recognized that organizing the shared bookmark system's users into groups is a powerful way to capture preferences and relevant documents.
For example, in the user directory introduced above in connection with Fig. 3, there can also be group membership information. In an embodiment of the invention, a user can manually choose to become a member of a group having similar interests (as evidenced by manually inspecting the users' public bookmarks), or in an alternative embodiment, can be assigned automatically to groups based on clustering on the user's public bookmarks (or, preferably, the contents of the documents pointed to by the
bookmarks). For a detailed description of methods of document clustering, see U.S. Patent No. 5,442,778 to Pedersen et aL, entitled "S carter-Gather: A Cluster-Based Method and Apparatus for Browsing Large Document Collections," the disclosure of which is hereby incorporated by reference for all it teaches as though set forth in full
herein; see also U.S. Patent No. 5,659,766 to Saund et aL, entitled "Method and Apparatus for Inferring the Topical Content of a Document Based Upon its Lexical
Content Without Supervision," the disclosure of which is also hereby incorporated by reference. One method of automatically grouping users involves identifying the centroid
related to each user's public bookmark vectors (either collectively or on a category- by- category basis) in document space, and collecting the mutually-nearest sets of users into
topic-related groups. Alternatively, a less-automatic method includes computing a centroid, as above, but using that information simply to recommend related groups to the user.
Another possibility, related to the foregoing automatic grouping scheme, is to create virtual groups based on the topic categories in each user's public bookmarks. For example, if a user has a public bookmark category entitled "Java," that user can be treated as belonging to a group having an interest in the Java programming language.
As stated above, each user and group (however created) can have a profile associated therewith. In the preferred embodiment of the invention, a user's profile consists simply of a normalized content vector representing the aggregate contents of all of the user's public bookmarks. For a description of how this vector is calculated, see U.S. Patent No. 5,442,778 to Pedersen et aL, described above. Similarly, a profile for a group includes a normalized content vector representing the aggregate contents of all public bookmarks belonging to the users within the group. The user and group profiles are used in the search and recommendation aspects of the invention, which will be
described in further detail below.
Referring now to Fig. 14, a recommendation service according to the invention is
set forth as a flow chart. Preferably, this service is initiated by a user by selecting a command in the main bookmark window 210 and entering text representative of the
desired subject (step 1410). The user then identifies the context (step 1420) within which the recommendation should be generated. This step is preferably performed by manually
selecting a user or group profile, which as described above, has a content vector associated therewith. If no existing single user or group is satisfactory, a special-purpose
group can be assembled by the user by manually selecting users and having those users' profiles merged into a special-purpose content vector. The user then selects a level of "relevance feedback" (step 1430). Relevance feedback allows the user to select whether the desired documents are those similar to the selected context or dissimilar to the selected context. A known example of positive relevance feedback is the "more like this" option provided by the Excite search engine.
The subject, context, and relevance feedback are then processed by the database 120 to generate recommendations (step 1440). This step uses the popularity (proportion of users having a bookmark) metric 1450, frequency of use metric 1460, and recency of use metric 1470 described above. The recommendation generation step searches the public bookmarks belonging to the user or group selected as the context (or alternatively, all public bookmarks) for the keywords identified as the subject. These keywords can be found in the title or URL of the public bookmarks, or alternatively, in the content
belonging to the public bookmarks. The matches are then analyzed with respect to the content vector and the popularity, frequency, and recency metrics. Alternatively, the keywords are combined with the content vector into an enhanced keyword vector, which
is then compared to the entire search corpus in a single search step and then ranked according to popularity, frequency, and recency.
In an alternative embodiment of the invention, the recommendation service is also able to use link structure (as described above in connection with the Google and CLEVER systems discussed in the background section above, for example) in generating
recommendations. By way of example, the number of inlinks or outlinks (weighted or unweighted), as well as any other link-specific metrics readily apparent to those skilled in the art, may be weighted and incorporated into the step of generating recommendations (step 1440) via the content vector, popularity, frequency, and recency.
Alternatively, a spreading activation methodology may be used to re-rank recommendations (or search results, as will be described below), or may be used as a weighted factor in the recommendation operation set forth above. See U.S. Patent No. 5,835,905 to Pirolli et aL, entitled "System for Predicting Documents Relevant to Focus Documents by Spreading Activation Through Network Representations of a Linked Collection of Documents," the disclosure of which is hereby incorporated by reference for all it teaches as though set forth in full herein. Spreading activation techniques are based on representations of Web pages as nodes in graph networks representing usage, content, and hypertext relations among Web pages. Conceptually, activation is pumped into one or more of the graph networks at nodes representing some starting set of Web pages (Le. focal points, which in the context of the present invention may be a set of highly ranked recommendations or search results) and it flows through the arcs of the graph structure,
with the amount of flow modulated by the arc strengths (which might also be thought of as arc flow capacities). The asymptotic pattern of activation over nodes will define the degree of predicted relevance of Web pages to the starting set of Web pages. By selecting
the topmost active nodes or those above some set criterion value, Web pages may be
aggregated and/or ranked based on their predicted relevance. If the user selected positive relevance feedback (Le., "documents like these"), the closest context matches in the previously-keyword-matched public bookmark collection
are returned as the highest- ranking. If the user selected negative relevance feedback (Le.,
"documents unlike these"), the closest context matches in the collection are given the lowest rankings. The recommendation list is then returned to the user for viewing (step 1480).
It should be noted that recommendations need not be provided only in the context of an explicit request for recommendations in through the main bookmark window 210; recommendations can also be provided while a user is browsing the Web. If a Web page the user is viewing contains a link that is also a popular link (by any of the metrics defined above) in the shared bookmark collection (as a whole, or within one or more groups), then the user can be alerted to that via the presentation of a message in the browser window. Alternatively, if there is a historical pattern of documents chosen from the shared bookmark collection (as defined by the frequency and recency metrics), then that pattern can be highlighted for the user.
One embodiment of the recommendation service is adapted to provide a user with a "substitute" bookmark when a preferred document is unavailable, as indicated by the unavailability icon 228 (Fig. 2). This capability is implemented through a variation on the
recommendation service set forth in Fig. 14. Specifically, instead of entering text representative of the desired subject (step 1410), the user identifies an unavailable
bookmark. Information stored by the database 120 pertaining to the unavailable
bookmark is then used to generate a recommendation; that information may (in various embodiments of the invention) include a content vector, keywords, or a summary of the
expected (but missing) content.
A search and retrieval system according to the invention is set forth in Fig. 15 as a
flow chart. As with the recommendation service of Fig. 14, the user begins by formulating
a keyword query (step 1510), identifying a context (step 1520), and identifying relevance feedback (step 1530). The query, context, and feedback are provided to the database 120, where the query is augmented (step 1540). In a preferred embodiment of the invention, query augmentation is performed by selecting the most important (Le., highest magnitude) words from the context's content vector and adding them to the query. It should be noted that various other methods of augmenting the query with the user's preferred document collection are possible, as suggested above, ranging from the decomposition of the entire collection into a single vector, the selective decomposition of portions of the collection based upon similarity or dissimilarity to the initial query or based upon groups, to completely augmenting the query with document collection. If positive relevance feedback (Le., "documents like these") has been selected, the query is augmented by adding the additional context words as words that should be found in the results; if negative feedback has been selected, the query is augmented by adding the additional context words as words that should not be found in the results. It should be observed that the user's initial query is being augmented by introducing additional search words for a simple reason: traditional search engines generally operate only on search terms, and would not recognize a content vector, context, or information in any other
form. While various search engines use different syntaxes for specifying positive and negative relevance feedback, in most cases, some degree of augmentation according to the
invention is possible. The query is then performed. In a preferred embodiment, the query is performed
on the database 120 of public bookmarks (step 1550) at the same time it is performed on an external search engine (step 1560). If the community of users is sufficiently large,
results obtained from the public bookmarks may be superior in quality to those received by querying the Internet; this approach is similar to the recommendation system described above (Fig. 14). The search results obtained from the database 120 can be presented to the user separately from or as a part of the search results obtained from the Internet.
The results are then ranked (step 1570) according to the user's selected context, as with the recommendations described above (see step 1440). Also, the user may be given the option to employ popularity, frequency, and recency in the ranking operation. And in an alternative embodiment, as described above, link structure may also be used.
The relative weights of the context match, link structure, popularity, frequency, recency, and any other metrics in the ranking operation are matters of preference, and in a preferred embodiment of the invention, can be adjusted by the user. In an alternative embodiment of the invention, the weights are dynamic and adjustable by the system based on user habits. For example, if a user consistently chooses relatively low-ranked selections in search results lists, that may be seen as an indication that the current metric
weights are incorrect, leading to a de-emphasis of the highly weighted factors. Such learned weightings can be maintained as global system defaults or, preferably, applied on a user- by- user basis.
Alternatively, as described in conjunction with the recommendation service above, a spreading activation methodology may be used to re-rank search results, or as a factor in the ranking operation set forth above.
The ranked results are finally returned (step 1580) to be viewed by the user. As
stated above, the results retrieved from the public bookmark collection can be presented separately from the Internet results, or they can be incorporated into the same list (most
likely with higher scores, because of influence from the popularity metric). In a preferred embodiment, the results retrieved from the public bookmark collection are highlighted to identify their origin.
It should be noted that a search service according to the invention need not provide both query augmentation and results ranking. Advantageous results can be obtained by using either technique alone. For example, a query can be augmented by a system according to the invention, after which Internet search engine results are viewed without further modification. Or alternatively, a user-formulated query can be passed directly to a search engine, with the results being passed through the context and popularity-based ranking scheme of the invention. One further embodiment of the invention incorporates automatic document categorization. If this optional feature is implemented, a user can create a hierarchy of bookmarks without having to manually create the categories. Several topical categorization methods are known in the art; for example "k nearest neighbors," "support vector machines," and "winnow," among other methods, can be used. For several detailed examples of how document categories may be formed, see U.S. Patent No. 08/842,926 to Pirolli et aL, entitled "System for Categorizing Documents in a Linked Collection of
Documents"; U.S. Patent No. 5,526,443 to Nakayama, entitled "Method and apparatus for highlighting and categorizing documents using coded word tokens"; and U.S. Patent
No. 5,687,364 to Saund et aL, entitled "Method for Learning to Infer the Topical Content of Documents Based Upon Their Lexical Content." With the automatic categorization
feature of the invention enabled, to add a new bookmark, a user need only drag a link from the Web browser onto the main bookmark window 210; the automatic categorization
method will ensure that the new bookmark is properly categorized within the user's hierarchy (creating a new category, if necessary). Optionally, the user can specify whether the new bookmark is to be private, shared with a group, or public; the categorization method will then act accordingly.
In one embodiment of the invention, the automatic categorization scheme described above uses, as a topic reference, a global hierarchy of categories. A document or collection of documents is compared (by the scheme described above) against the possible topics in the global hierarchy, and the user is presented with a resulting category name that "fits" properly within the global hierarchy. This approach has the advantage of ensuring that searches across multiple users' public bookmarks return consistent category names.
Deriving the global hierarchy can be accomplished as follows. First, represent
each category as the centroid of the titles of the documents (or, preferably, the content of the documents). The centroids of the categories are then clustered into a preferred
number of top-level clusters (e.g., ten clusters). Then recursively cluster each of the clusters until the "leaves" of the hierarchy are individual clusters.
While certain exemplary embodiments of the invention have been described in
detail above, it should be recognized that other forms, alternatives, modifications, versions and variations of the invention are equally operative and would be apparent to those
skilled in the art. The disclosure is not intended to limit the invention to any particular embodiment, and is intended to embrace all such forms, alternatives, modifications,
versions and variations.
Accordingly, while this specification, for the sake of clarity and disclosure, at times uses specific terminology and constructs to refer to certain aspects of the invention and its operating environment, it will be recognized that the invention set forth herein is applicable in other areas, as well. For example, this specification frequently refers to the Internet, Web sites, Web pages, and documents; it should be observed that the invention is equally applicable to other types of documents, databases, and document collections. Moreover, references to bookmarks, favorites, and preferences are not intended to be limited to any particular implementation (or set of implementations) for retaining information on users' browsing habits, but instead should be construed to apply to all means and methods for specifying and retaining such information.
Similarly, HTML is described as the most common format or language for describing documents on the Web; it should be noted that other document formats (such as XML, SGML, plain ASCII text, plain Unicode text, and other standard and proprietary formats) are also in use on the Internet and in various other document-based applications; this invention will function equally well in the context of networks utilizing other formats or even multiple formats. For the purposes of certain aspects of the invention (such as summarization and recommendation), the only limitation is that the format be decomposable into a language (which can even be accomplished, in image-based formats,
through character recognition). The term "document" is intended to refer to any machine- or human-readable data file (or collection of related files) from which information can be
retrieved.
URLs are typically used to access information on the Internet, and frequently on other networks, as welL However, it should be recognized that other means of specifying
the location, identity, and nature of a requested document are also possible; such alternative schemes would be apparent to a practitioner of ordinary skill in the art, and the invention is deemed to cover these variations.
When the present disclosure refers to Web browsers, it should be recognized that other information access applications are also relevant, including but not limited to information sharing and access tools such as Lotus Notes, database systems, and other data sharing and retrieval applications.

Claims

What is claimed is:
1. A method for generating recommendations from a collection of shared document bookmarks contributed by a plurality of users, wherein each shared document bookmark represents a document, comprising the steps of: receiving at least one subject keyword; searching at least a portion of the collection of shared document bookmarks; and retrieving a group of bookmarks that match the subject keyword.
2. The method of claim 1, further comprising the steps of: identifying a context within the collection; and ranking the group of bookmarks based a computed match with the context.
3. The method of claim 2, wherein the context comprises a profile for a group of users chosen from the plurality of users.
4. The method of claim 2, wherein the context comprises a profile for a single user chosen from the plurality of users.
5. The method of claim 4, wherein the profile comprises a content vector derived from at least one document represented by at least one bookmark in at least one selected topical category of bookmarks contributed by the single user.
6. The method of claim 3, wherein the profile comprises a content vector derived from a document represented by at least one shared bookmark contributed by the group.
7. The method of claim 3, wherein the profile comprises a content vector derived from at least one document represented by at least one bookmark in at least one selected topical category of bookmarks contributed by the group.
8. The method of claim 2, wherein the context comprises a profile for the plurality of users, said profile comprising a content vector derived from at least one document represented by at least one bookmark in at least one selected topical category of bookmarks contributed by the plurality of users.
9. The method of claim 2, further comprising the steps of: identifying the popularity of each bookmark in the group of bookmarks; and
re-ranking the group of bookmarks based on the popularity.
10. The method of claim 9, wherein the step of identifying the popularity of
each bookmark in the group of bookmarks comprises determining what fraction of users in the plurality of users contributed the bookmark.
11. The method of claim 2, further comprising the steps of: identifying the frequency of access of each bookmark in the group of bookmarks; and re-ranking the group of bookmarks based on the frequency.
12. The method of claim 2, further comprising the steps of: identifying the recency of access of each bookmark in the group of bookmarks; and re-ranking the group of bookmarks based on the recency.
13. The method of claim 2, further comprising the steps of: identifying a link structure of each bookmark in the group of bookmarks; and re-ranking the group of bookmarks based on the link structure.
14. The method of claim 13, wherein the link structure comprises a computed inlink weight combined with a computed outlink weight.
15. The method of claim 14, wherein the computed inlink weight is determined
from a bookmark's number of inlinks, and the computed outlink weight is determined
from a bookmark' s number of outlinks.
16. The method of claim 2, further comprising the step of re-ranking the group
of bookmarks based on a spreading activation analysis of the group of bookmarks.
17. The method of claim 1, further comprising the steps of: identifying a context within the collection; identifying the popularity of each bookmark in the group of bookmarks; identifying the frequency of access of each bookmark in the group of bookmarks; identifying the recency of access of each bookmark in the group of bookmarks; combining a computed match with the context, the popularity, the frequency, and the recency for each bookmark into a composite measure; and ranking the group of bookmarks based on the composite measure.
18. The method of claim 1, further comprising the steps of: identifying a context within the collection; identifying a group of users comprising at least one user selected from the plurality of users;
identifying the popularity of each bookmark in the group of bookmarks with respect to the group of users; identifying the frequency of access of each bookmark in the group of bookmarks
with respect to the group of users; identifying the recency of access of each bookmark in the group of bookmarks
with respect to the group of users; combining a computed match with the context, the popularity, the frequency, and the recency for each bookmark into a composite measure; and
ranking the group of bookmarks based on the composite measure.
19. A method for searching a document repository based on information from a collection of shared document bookmarks contributed by a plurality of users, wherein each shared document bookmark represents a document, comprising the steps of: receiving at least one query keyword; augmenting the query with at least one additional keyword derived from the information; searching the document repository; and retrieving a group of documents that match the query keyword.
20. The method of claim 19, wherein the augmenting step comprises the steps of: identifying a context within the collection; and identifying at least one additional keyword within the context.
21. The method of claim 20, wherein the context comprises a profile for a group of users chosen from the plurality of users.
22. The method of claim 19, wherein the context comprises a profile for a single user chosen from the plurality of users.
23. The method of claim 22, wherein the profile comprises a content vector derived from at least one document represented by at least one bookmark in at least one selected topical category of bookmarks contributed by the single user.
24. The method of claim 21, wherein the profile comprises a content vector derived from a document represented by at least one shared bookmark contributed by the group.
25. The method of claim 21, wherein the profile comprises a content vector derived from at least one document represented by at least one bookmark in at least one selected topical category of bookmarks contributed by the group.
26. The method of claim 20, wherein the context comprises a profile for the plurality of users, said profile comprising a content vector derived from at least one document represented by at least one bookmark in at least one selected topical category of bookmarks contributed by the plurality of users.
27. The method of claim 20, further comprising the steps of: identifying the popularity of each document in the group of documents; ranking the group of documents based on the popularity.
28. The method of claim 27, wherein the step of identifying the popularity of each document in the group of documents comprises determining what fraction of users in the plurality of users contributed a bookmark representative of the document.
29. The method of claim 20, further comprising the steps of: identifying the frequency of access of each document in the group of documents; ranking the group of documents based on the frequency.
30. The method of claim 20, further comprising the steps of: identifying the recency of access of each document in the group of documents; ranking the group of documents based on the recency.
31. The method of claim 20, further comprising the steps of: identifying a link structure of each document in the group of documents; and re-ranking the group of documents based on the link structure.
32. The method of claim 31, wherein the link structure comprises a computed inlink weight combined with a computed outlink weight.
33. The method of claim 32, wherein the computed inlink weight is determined
from a document's number of inlinks, and the computed outlink weight is determined from a document's number of outlinks.
34. The method of claim 20, further comprising the step of re-ranking the group of bookmarks based on a spreading activation analysis of the group of bookmarks.
35. The method of claim 19, further comprising the steps of: identifying a context within the collection;
identifying the popularity of each document in the group of documents; identifying the frequency of access of each document in the group of documents; identifying the recency of access of each document in the group of documents; combining a computed match with the context, the popularity, the frequency, and the recency for each document into a composite measure; and ranking the group of documents based on the composite measure.
36. The method of claim 19, further comprising the steps of identifying a context within the collection; identifying a group of users comprising at least one user selected from the plurality
of users; identifying the popularity of each bookmark in the group of documents with respect to the group of users;
identifying the frequency of access of each bookmark in the group of documents
with respect to the group of users; identifying the recency of access of each bookmark in the group of documents with
respect to the group of users; combining a computed match with the context, the popularity, the frequency, and
the recency for each document into a composite measure; and ranking the group of documents based on the composite measure.
37. A method for searching a document repository based on information from a collection of shared document bookmarks contributed by a plurality of users, wherein each shared document bookmark represents a document, comprising the steps of: receiving at least one query keyword; searching the document repository; and retrieving a group of documents that match the query keyword; identifying a context within the collection; and ranking the group of documents based on each document's computed match with the context.
38. The method of claim 37, further comprising the step, prior to the searching step, of augmenting the query with at least one additional keyword derived from the information.
39. The method of claim 37, wherein the context comprises a profile for a group of users chosen from the plurality of users.
40. The method of claim 37, wherein the context comprises a profile for a single user chosen from the plurality of users.
41. The method of claim 40, wherein the profile comprises a content vector derived from at least one document represented by at least one bookmark in at least one selected topical category of bookmarks contributed by the single user.
42. The method of claim 39, wherein the profile comprises a content vector derived from a document represented by at least one shared bookmark contributed by the group.
43. The method of claim 39, wherein the profile comprises a content vector derived from at least one document represented by at least one bookmark in at least one selected topical category of bookmarks contributed by the group.
44. The method of claim 37, wherein the context comprises a profile for the plurality of users, said profile comprising a content vector derived from at least one document represented by at least one bookmark in at least one selected topical category of bookmarks contributed by the plurality of users.
45. A method for searching a document repository based on information from a collection of shared document bookmarks contributed by a plurality of users, wherein each shared document bookmark represents a document, comprising the steps of: receiving at least one query keyword; searching the document repository; and retrieving a group of documents that match the query keyword; identifying a context within the collection; identifying the popularity of each document in the group of documents; identifying the frequency of access of each document in the group of documents; identifying the recency of access of each document in the group of documents; combining a computed match with the context, the popularity, the frequency, and the recency for each document into a composite measure; and ranking the group of documents based on the composite measure.
46. A method for searching a document repository based on information from a collection of shared document bookmarks contributed by a plurality of users, wherein each shared document bookmark represents a document, comprising the steps of: receiving at least one query keyword; searching the document repository; and
retrieving a group of documents that match the query keyword; identifying a context within the collection; identifying a group of users comprising at least one user selected from the plurality of users;
identifying the popularity of each document in the group of documents with respect to the group of users;
identifying the frequency of access of each document in the group of documents with respect to the group of users;
identifying the recency of access of each document in the group of documents with respect to the group of users;
combining a computed match with the context, the popularity, the frequency, and the recency for each document into a composite measure; and
ranking the group of documents based on the composite measure.
47. A method of adding a bookmark to a collection of shared document bookmarks contributed by a plurality of users, wherein each shared document bookmark represents a document, and the collection comprises a plurality of categories, comprising the steps of: receiving a data item identifying a document; determining a category of the collection of shared document bookmarks in which to store the data item; and storing the data item as a bookmark in the category of the collection.
48. The method of claim 47, wherein the step of determining a category comprises the substeps of: identifying a topic corresponding to the document; comparing the topic to a first list of topics in a user-specific hierarchy of categories; if the topic is in the first list, identifying the category within the user- specific hierarchy corresponding to the topic; if the topic is not in the first list,
comparing the topic to a second list of topics in a global hierarchy of
categories; if the topic is in the second list, identifying the category within the global hierarchy corresponding
to the topic; and establishing a category within the user-specific hierarchy corresponding to the topic; if the topic is not in the second list, establishing a category within the global hierarchy corresponding to the topic; and establishing a category within the user-specific hierarchy corresponding to the topic.
49. The method of claim 48, wherein each user has a user-specific hierarchy of categories, and a global hierarchy of categories comprises an aggregation of all user- specific hierarchies.
50. The method of claim 48, wherein the global hierarchy of categories is initially determined by the steps of: for each bookmark in the collection of shared document bookmarks, identifying a content vector corresponding to the bookmark; clustering the content vectors into a plurality of clusters; and recursively repeating the clustering step on each cluster in the plurality of clusters to derive a hierarchy of clusters; and storing the hierarchy of clusters as the global hierarchy of categories.
51. A system for maintaining a collection of shared document bookmarks contributed by a plurality of users, wherein each shared document bookmark represents a document in a document repository, comprising: a plurality of user terminals in communication with the repository; a database in communication with the repository and the plurality of user terminals, wherein the database is adapted to store the collection of shared document bookmarks; and software adapted to maintain the collection of shared document bookmarks.
52. The system of claim 51 , wherein each user terminal includes a browser.
53. The system of claim 51, wherein a first portion of the software is executed by the database, and a second portion of the software is executed by each user terminaL
54. The system of claim 53, wherein the second portion of the software is
downloaded on demand from the database to a user terminaL
55. The system of claim 54, wherein at least a portion of the collection of shared document bookmarks is downloaded on demand from the database to a user
terminaL
56. The system of claim 55, wherein the portion of the collection of shared document bookmarks is uploaded to the database from the user terminal upon completion of a session of use.
57. The system of claim 55, wherein the portion of the collection of shared document bookmarks is uploaded to the database from the user terminal on demand.
58. The system of claim 55, wherein a user command received by the second portion is transmitted from the user terminal to the database for processing.
59. The system of claim 58, wherein the portion of the collection of shared document bookmarks is uploaded to the database from the user terminal together with the user command.
60. The system of claim 51, wherein the software adapted to maintain the collection of shared document bookmarks is also adapted to maintain a plurality of user- specific document bookmark sets corresponding to the plurality of users.
61. The system of claim 60, wherein the software is adapted to publish a bookmark from a user-specific document bookmark set to the collection of shared document bookmarks upon request by a user.
62. The system of claim 51, wherein the collection of shared document bookmarks comprises a plurality of shared bookmarks arranged in a global hierarchy of categories.
63. The system of claim 53, wherein the first portion is adapted to monitor the availability of each shared document bookmark in the collection of shared document bookmarks.
64. The system of claim 63, wherein if a shared document bookmark is unavailable, the first portion is adapted to generate a recommendation for a similar document chosen from the collection of shared document bookmarks.
65. A method for generating a recommendation from a collection of shared document bookmarks contributed by a plurality of users, wherein each shared document bookmark represents a document, comprising the steps of: identifying at least one unavailable bookmark; searching at least a portion of the collection of shared document bookmarks; and retrieving a group of bookmarks that match the unavailable bookmark.
PCT/US2000/012042 1999-05-05 2000-05-04 System and method for searching and recommending documents in a collection using shared bookmarks WO2000067159A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU46959/00A AU4695900A (en) 1999-05-05 2000-05-04 System and method for searching and recommending documents in a collection usingshared bookmarks

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/305,844 1999-05-05
US09/305,844 US6493702B1 (en) 1999-05-05 1999-05-05 System and method for searching and recommending documents in a collection using share bookmarks

Publications (2)

Publication Number Publication Date
WO2000067159A2 true WO2000067159A2 (en) 2000-11-09
WO2000067159A3 WO2000067159A3 (en) 2002-03-28

Family

ID=23182613

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/012042 WO2000067159A2 (en) 1999-05-05 2000-05-04 System and method for searching and recommending documents in a collection using shared bookmarks

Country Status (4)

Country Link
US (2) US6493702B1 (en)
AU (1) AU4695900A (en)
BR (1) BR0002300A (en)
WO (1) WO2000067159A2 (en)

Cited By (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1221658A2 (en) * 2000-12-15 2002-07-10 Xerox Corporation Method of displaying hypertext based on a prominence rating
JP2003067328A (en) * 2001-08-29 2003-03-07 Nec Corp Bookmark management system and bookmark management method
WO2003023650A2 (en) * 2001-09-07 2003-03-20 Peter Krug Method and device for determining relevant objects
GB2383158A (en) * 2001-11-01 2003-06-18 Hewlett Packard Co Accessing remote bookmark lists
EP1351161A1 (en) * 2001-05-30 2003-10-08 Matsushita Electric Industrial Co., Ltd. TERMINAL APPARATUS, SERVER, CONTENT DATA STORAGE METHOD, AND PROGRAM FOR EXECUTING THE METHOD
EP1365332A2 (en) * 2002-05-22 2003-11-26 Agilent Technologies, Inc. Identification and organization of new information
WO2004021613A1 (en) 2002-08-29 2004-03-11 Nokia Corporation System and method for providing context sensitive recommendations to digital services
EP1412874A2 (en) * 2001-07-27 2004-04-28 Quigo Technologies Inc. System and method for automated tracking and analysis of document usage
US6732090B2 (en) 2001-08-13 2004-05-04 Xerox Corporation Meta-document management system with user definable personalities
US6778979B2 (en) 2001-08-13 2004-08-17 Xerox Corporation System for automatically generating queries
US6820075B2 (en) 2001-08-13 2004-11-16 Xerox Corporation Document-centric system with auto-completion
EP1485825A1 (en) * 2002-02-04 2004-12-15 Cataphora, Inc. A method and apparatus for sociological data mining
US6928425B2 (en) 2001-08-13 2005-08-09 Xerox Corporation System for propagating enrichment between documents
EP1567928A2 (en) * 2002-09-03 2005-08-31 X1 Technologies LLC Apparatus and methods for locating data
EP1640882A2 (en) * 2004-09-24 2006-03-29 Microsoft Corporation System and method for customising and sharing search preferences
US7117432B1 (en) 2001-08-13 2006-10-03 Xerox Corporation Meta-document management system with transit triggered enrichment
US7133862B2 (en) 2001-08-13 2006-11-07 Xerox Corporation System with user directed enrichment and import/export control
EP1782281A2 (en) * 2004-06-18 2007-05-09 Pictothink Corporation Network content organization tool
EP1856634A2 (en) * 2005-01-14 2007-11-21 Yahoo! Inc. Reputation based search
WO2007132342A1 (en) * 2006-05-17 2007-11-22 Yoono Documentary search procedure in a distributed information system
WO2007134894A1 (en) * 2006-05-20 2007-11-29 International Business Machines Corporation A method of bookmarking in an internet browser
GB2439349A (en) * 2006-06-24 2007-12-27 Paul Robinson Centralised URL bookmark storage
US7386439B1 (en) 2002-02-04 2008-06-10 Cataphora, Inc. Data mining by retrieving causally-related documents not individually satisfying search criteria used
EP1950664A1 (en) * 2005-11-16 2008-07-30 NEC Corporation Mobile terminal device, url management method used for the same, and program thereof
US7421660B2 (en) 2003-02-04 2008-09-02 Cataphora, Inc. Method and apparatus to visually present discussions for data mining purposes
US7519589B2 (en) 2003-02-04 2009-04-14 Cataphora, Inc. Method and apparatus for sociological data analysis
EP2096558A1 (en) * 2008-02-29 2009-09-02 Sony Corporation Method for generating an ordered list of content items
GB2464498A (en) * 2008-10-17 2010-04-21 Ibm Automatic intranet and internet detection for enhanced browsing and information discovery within collaborative applications
US7769757B2 (en) 2001-08-13 2010-08-03 Xerox Corporation System for automatically generating queries
US7805673B2 (en) 2005-07-29 2010-09-28 Der Quaeler Loki Method and apparatus to provide a unified redaction system
US7809710B2 (en) 2001-08-14 2010-10-05 Quigo Technologies Llc System and method for extracting content for submission to a search engine
EP2402866A1 (en) 2010-06-29 2012-01-04 France Telecom Object recommendation method and system
US8135711B2 (en) 2002-02-04 2012-03-13 Cataphora, Inc. Method and apparatus for sociological data analysis
EP2696299A1 (en) * 2012-08-08 2014-02-12 HighEnd Pte. Ltd. Website with enhanced book memos
US8819021B1 (en) 2007-01-26 2014-08-26 Ernst & Young U.S. Llp Efficient and phased method of processing large collections of electronic data known as “best match first”™ for electronic discovery and other related applications
US8856093B2 (en) 2002-09-03 2014-10-07 William Gross Methods and systems for search indexing
US8984044B2 (en) 2007-12-25 2015-03-17 International Business Machines Corporation Managing bookmarks within a collaborative application
US9659058B2 (en) 2013-03-22 2017-05-23 X1 Discovery, Inc. Methods and systems for federation of results from search indexing
US9880983B2 (en) 2013-06-04 2018-01-30 X1 Discovery, Inc. Methods and systems for uniquely identifying digital content for eDiscovery
US9946788B2 (en) 2002-07-23 2018-04-17 Oath Inc. System and method for automated mapping of keywords and key phrases to documents
US10346550B1 (en) 2014-08-28 2019-07-09 X1 Discovery, Inc. Methods and systems for searching and indexing virtual environments
CN113590958A (en) * 2021-08-02 2021-11-02 中国科学院深圳先进技术研究院 Continuous learning method of sequence recommendation model based on sample playback

Families Citing this family (742)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999045487A1 (en) 1998-03-03 1999-09-10 Amazon.Com, Inc. Identifying the items most relevant to a current query based on items selected in connection with similar queries
US6832350B1 (en) * 1998-09-30 2004-12-14 International Business Machines Corporation Organizing and categorizing hypertext document bookmarks by mutual affinity based on predetermined affinity criteria
JP4282030B2 (en) * 1999-06-03 2009-06-17 株式会社日立製作所 Data duplex control method and duplex storage subsystem
US7181438B1 (en) * 1999-07-21 2007-02-20 Alberti Anemometer, Llc Database access system
US6598047B1 (en) * 1999-07-26 2003-07-22 David W. Russell Method and system for searching text
US7158986B1 (en) * 1999-07-27 2007-01-02 Mailfrontier, Inc. A Wholly Owned Subsidiary Of Sonicwall, Inc. Method and system providing user with personalized recommendations by electronic-mail based upon the determined interests of the user pertain to the theme and concepts of the categorized document
US9977831B1 (en) 1999-08-16 2018-05-22 Dise Technologies, Llc Targeting users' interests with a dynamic index and search engine server
US9195756B1 (en) * 1999-08-16 2015-11-24 Dise Technologies, Llc Building a master topical index of information
US8504554B2 (en) 1999-08-16 2013-08-06 Raichur Revocable Trust, Arvind A. and Becky D. Raichur Dynamic index and search engine server
KR100304482B1 (en) * 1999-09-22 2001-11-02 구자홍 Method and apparatus for user adaptive information presentation using multiple hierarchical preference information structure and the data structure of multiple hierarchical preference information
US7461058B1 (en) * 1999-09-24 2008-12-02 Thalveg Data Flow Llc Optimized rule based constraints for collaborative filtering systems
US7346604B1 (en) * 1999-10-15 2008-03-18 Hewlett-Packard Development Company, L.P. Method for ranking hypertext search results by analysis of hyperlinks from expert documents and keyword scope
US7337389B1 (en) 1999-12-07 2008-02-26 Microsoft Corporation System and method for annotating an electronic document independently of its content
US9424240B2 (en) 1999-12-07 2016-08-23 Microsoft Technology Licensing, Llc Annotations for electronic content
US7028267B1 (en) * 1999-12-07 2006-04-11 Microsoft Corporation Method and apparatus for capturing and rendering text annotations for non-modifiable electronic content
US6963867B2 (en) * 1999-12-08 2005-11-08 A9.Com, Inc. Search query processing to provide category-ranked presentation of search results
US7287214B1 (en) * 1999-12-10 2007-10-23 Books24X7.Com, Inc. System and method for providing a searchable library of electronic documents to a user
US7421432B1 (en) 1999-12-15 2008-09-02 Google Inc. Hypertext browser assistant
US6643658B1 (en) * 2000-01-19 2003-11-04 Lucent Technologies Inc. Hierarchical data network address resolution
US6606654B1 (en) * 2000-02-14 2003-08-12 Netjumper, Inc. Link delivery for subsequent retrieval of networked information
US6584471B1 (en) * 2000-02-14 2003-06-24 Leon Maclin System and method for the adaptive, hierarchical receipt, ranking, organization and display of information based upon democratic criteria and resultant dynamic profiling
US7330845B2 (en) * 2000-02-17 2008-02-12 International Business Machines Corporation System, method and program product for providing navigational information for facilitating navigation and user socialization at web sites
JP4608740B2 (en) * 2000-02-21 2011-01-12 ソニー株式会社 Information processing apparatus and method, and program storage medium
IL134943A0 (en) * 2000-03-08 2001-05-20 Better T V Technologies Ltd Method for personalizing information and services from various media sources
US7266762B1 (en) * 2000-03-10 2007-09-04 International Business Machines Corporation Method and system for distributed autonomous maintenance of bidirectional hyperlink metadata on the web and similar hypermedia repository
US7624172B1 (en) 2000-03-17 2009-11-24 Aol Llc State change alerts mechanism
US9246975B2 (en) 2000-03-17 2016-01-26 Facebook, Inc. State change alerts mechanism
US7567958B1 (en) 2000-04-04 2009-07-28 Aol, Llc Filtering system for providing personalized information in the absence of negative data
US6718365B1 (en) * 2000-04-13 2004-04-06 International Business Machines Corporation Method, system, and program for ordering search results using an importance weighting
US8478732B1 (en) * 2000-05-02 2013-07-02 International Business Machines Corporation Database aliasing in information access system
US6665710B1 (en) * 2000-05-11 2003-12-16 International Business Machines Corporation Searching local network addresses
CA2311857A1 (en) * 2000-05-16 2001-11-16 Wilson Grad Conn System and method to facilitate sharing of information
EP1156424A2 (en) * 2000-05-17 2001-11-21 Matsushita Electric Industrial Co., Ltd. Information recommendation apparatus and information recommendation system
US8086697B2 (en) 2005-06-28 2011-12-27 Claria Innovations, Llc Techniques for displaying impressions in documents delivered over a computer network
US7475404B2 (en) 2000-05-18 2009-01-06 Maquis Techtrix Llc System and method for implementing click-through for browser executed software including ad proxy and proxy cookie caching
US6961751B1 (en) * 2000-05-31 2005-11-01 International Business Machines Corporation Method, apparatus, and article of manufacture for providing enhanced bookmarking features for a heterogeneous environment
US7028268B1 (en) * 2000-06-15 2006-04-11 Conley Jr Ralph F Multiple destination banners
US7191394B1 (en) 2000-06-21 2007-03-13 Microsoft Corporation Authoring arbitrary XML documents using DHTML and XSLT
US6948135B1 (en) 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US6883168B1 (en) 2000-06-21 2005-04-19 Microsoft Corporation Methods, systems, architectures and data structures for delivering software via a network
US7155667B1 (en) 2000-06-21 2006-12-26 Microsoft Corporation User interface for integrated spreadsheets and word processing tables
US7117435B1 (en) 2000-06-21 2006-10-03 Microsoft Corporation Spreadsheet fields in text
US7346848B1 (en) 2000-06-21 2008-03-18 Microsoft Corporation Single window navigation methods and systems
US7000230B1 (en) 2000-06-21 2006-02-14 Microsoft Corporation Network-based software extensions
US7624356B1 (en) 2000-06-21 2009-11-24 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US7519902B1 (en) * 2000-06-30 2009-04-14 International Business Machines Corporation System and method for enhanced browser-based web crawling
US7003513B2 (en) * 2000-07-04 2006-02-21 International Business Machines Corporation Method and system of weighted context feedback for result improvement in information retrieval
US7062528B2 (en) * 2000-07-14 2006-06-13 Sony Corporation Method and system for identifying a time specific event
US20020010652A1 (en) * 2000-07-14 2002-01-24 Sony Corporation Vendor ID tracking for e-marker
US6687696B2 (en) * 2000-07-26 2004-02-03 Recommind Inc. System and method for personalized search, information filtering, and for generating recommendations utilizing statistical latent class models
AUPQ915600A0 (en) * 2000-08-03 2000-08-24 Ltdnetwork Pty Ltd Online network and associated methods
US7007008B2 (en) * 2000-08-08 2006-02-28 America Online, Inc. Category searching
US7103838B1 (en) * 2000-08-18 2006-09-05 Firstrain, Inc. Method and apparatus for extracting relevant data
US7080073B1 (en) 2000-08-18 2006-07-18 Firstrain, Inc. Method and apparatus for focused crawling
US6915294B1 (en) 2000-08-18 2005-07-05 Firstrain, Inc. Method and apparatus for searching network resources
KR20020017558A (en) * 2000-08-31 2002-03-07 김종민 System and method for book-marking on a cyber space
US7630959B2 (en) * 2000-09-06 2009-12-08 Imagitas, Inc. System and method for processing database queries
US20060026173A1 (en) * 2000-09-22 2006-02-02 Dell Products L.P. System and method for searching websites associated with bookmarks
US6950861B1 (en) * 2000-09-22 2005-09-27 Dell Products L.P. System and method for searching websites associated with bookmarks
US7287071B2 (en) * 2000-09-28 2007-10-23 Vignette Corporation Transaction management system
US20050144114A1 (en) * 2000-09-30 2005-06-30 Ruggieri Thomas P. System and method for providing global information on risks and related hedging strategies
US20020040311A1 (en) * 2000-10-04 2002-04-04 John Douglass Web browser page rating system
US20090132316A1 (en) * 2000-10-23 2009-05-21 Costar Group, Inc. System and method for associating aerial images, map features, and information
GB0026353D0 (en) * 2000-10-27 2000-12-13 Canon Kk Apparatus and a method for facilitating searching
US7546334B2 (en) * 2000-11-13 2009-06-09 Digital Doors, Inc. Data security system and method with adaptive filter
US7669051B2 (en) * 2000-11-13 2010-02-23 DigitalDoors, Inc. Data security system and method with multiple independent levels of security
US7191252B2 (en) * 2000-11-13 2007-03-13 Digital Doors, Inc. Data security system and method adjunct to e-mail, browser or telecom program
US8176563B2 (en) * 2000-11-13 2012-05-08 DigitalDoors, Inc. Data security system and method with editor
US7103915B2 (en) * 2000-11-13 2006-09-05 Digital Doors, Inc. Data security system and method
US8677505B2 (en) * 2000-11-13 2014-03-18 Digital Doors, Inc. Security system with extraction, reconstruction and secure recovery and storage of data
GB2368935A (en) * 2000-11-14 2002-05-15 Itt Mfg Enterprises Inc Updating a searchable database of descriptive information describing information stored at a plurality of addressable logical locations
EP1336143B1 (en) * 2000-11-20 2004-06-09 BRITISH TELECOMMUNICATIONS public limited company Information provider
US6845374B1 (en) * 2000-11-27 2005-01-18 Mailfrontier, Inc System and method for adaptive text recommendation
US7100114B1 (en) * 2000-12-11 2006-08-29 International Business Machines Corporation System and process for creating bookmark web pages using web browser intermediaries
US7380008B2 (en) * 2000-12-22 2008-05-27 Oracle International Corporation Proxy system
US7802174B2 (en) 2000-12-22 2010-09-21 Oracle International Corporation Domain based workflows
US8015600B2 (en) 2000-12-22 2011-09-06 Oracle International Corporation Employing electronic certificate workflows
US7415607B2 (en) 2000-12-22 2008-08-19 Oracle International Corporation Obtaining and maintaining real time certificate status
US7349912B2 (en) 2000-12-22 2008-03-25 Oracle International Corporation Runtime modification of entries in an identity system
US7475151B2 (en) 2000-12-22 2009-01-06 Oracle International Corporation Policies for modifying group membership
US7085834B2 (en) 2000-12-22 2006-08-01 Oracle International Corporation Determining a user's groups
US7711818B2 (en) 2000-12-22 2010-05-04 Oracle International Corporation Support for multiple data stores
US7937655B2 (en) 2000-12-22 2011-05-03 Oracle International Corporation Workflows with associated processes
US7581011B2 (en) 2000-12-22 2009-08-25 Oracle International Corporation Template based workflow definition
US7363339B2 (en) * 2000-12-22 2008-04-22 Oracle International Corporation Determining group membership
US7213249B2 (en) 2000-12-22 2007-05-01 Oracle International Corporation Blocking cache flush requests until completing current pending requests in a local server and remote server
US6631367B2 (en) * 2000-12-28 2003-10-07 Intel Corporation Method and apparatus to search for information
JP2002207669A (en) * 2001-01-12 2002-07-26 Fujitsu Ltd Information distribution device and recording medium
US7099671B2 (en) * 2001-01-16 2006-08-29 Texas Instruments Incorporated Collaborative mechanism of enhanced coexistence of collocated wireless networks
US20020099784A1 (en) * 2001-01-25 2002-07-25 Tran Trung M. System and method for storing and retrieving bookmark information
JP3938872B2 (en) * 2001-02-02 2007-06-27 松下電器産業株式会社 Data classification device and object recognition device
US20020152461A1 (en) * 2001-02-07 2002-10-17 Istvan Anthony F. Coordination of favorites among disparate devices in an interactive video casting system
US20020184351A1 (en) * 2001-02-07 2002-12-05 Istvan Anthony F. Information access in user model-based interactive television
US20020107884A1 (en) * 2001-02-08 2002-08-08 International Business Machines Corporation Prioritizing and visually distinguishing sets of hyperlinks in hypertext world wide web documents in accordance with weights based upon attributes of web documents linked to such hyperlinks
US7415669B1 (en) 2001-02-27 2008-08-19 Open Invention Network Method and apparatus for viewing electronic commerce-related documents
US7139762B2 (en) * 2001-02-27 2006-11-21 Microsoft Corporation System and method for filtering database records
US7036072B1 (en) 2001-12-18 2006-04-25 Jgr Acquisition, Inc. Method and apparatus for declarative updating of self-describing, structured documents
US7047482B1 (en) * 2001-02-28 2006-05-16 Gary Odom Automatic directory supplementation
US8214501B1 (en) 2001-03-02 2012-07-03 At&T Intellectual Property I, L.P. Methods and systems for electronic data exchange utilizing centralized management technology
US7251647B2 (en) * 2001-03-05 2007-07-31 International Business Machines Corporation Web based resource distribution system
US6778975B1 (en) * 2001-03-05 2004-08-17 Overture Services, Inc. Search engine for selecting targeted messages
US7386792B1 (en) 2001-03-07 2008-06-10 Thomas Layne Bascom System and method for collecting, storing, managing and providing categorized information related to a document object
US7158971B1 (en) 2001-03-07 2007-01-02 Thomas Layne Bascom Method for searching document objects on a network
JP4630480B2 (en) * 2001-03-19 2011-02-09 株式会社東芝 Summary extraction program, document analysis support program, summary extraction method, document analysis support method, document analysis support system
JP2002297185A (en) * 2001-03-29 2002-10-11 Pioneer Electronic Corp Device and method for information processing
US7260643B2 (en) * 2001-03-30 2007-08-21 Xerox Corporation Systems and methods for identifying user types using multi-modal clustering and information scent
US20020145589A1 (en) * 2001-04-06 2002-10-10 Sony Corporation Of Japan User interface for an e-marker
US7398271B1 (en) * 2001-04-16 2008-07-08 Yahoo! Inc. Using network traffic logs for search enhancement
US20020156832A1 (en) * 2001-04-18 2002-10-24 International Business Machines Corporation Method and apparatus for dynamic bookmarks with attributes
US7080139B1 (en) 2001-04-24 2006-07-18 Fatbubble, Inc Method and apparatus for selectively sharing and passively tracking communication device experiences
US7272594B1 (en) 2001-05-31 2007-09-18 Autonomy Corporation Ltd. Method and apparatus to link to a related document
US7289980B2 (en) * 2001-06-12 2007-10-30 International Business Machines Corporation Method and system for managing preferred web site links
US7716332B1 (en) * 2001-06-20 2010-05-11 At&T Intellectual Property I, L.P. System and method for server-based predictive caching of back-end system data
US7899825B2 (en) * 2001-06-27 2011-03-01 SAP America, Inc. Method and apparatus for duplicate detection
US7181488B2 (en) * 2001-06-29 2007-02-20 Claria Corporation System, method and computer program product for presenting information to a user utilizing historical information about the user
US20030005041A1 (en) * 2001-06-29 2003-01-02 International Business Machines Corporation World wide web document distribution system with user selective accessing of any one of a stored historical sequence of changed versions of a bookmarked web document
US20030009496A1 (en) * 2001-07-05 2003-01-09 International Business Machines Corporation Bookmarks for world wide web documents with indicators of the hit rates for the web documents from the web sites sending the documents
US7028024B1 (en) * 2001-07-20 2006-04-11 Vignette Corporation Information retrieval from a collection of information objects tagged with hierarchical keywords
US7107234B2 (en) * 2001-08-17 2006-09-12 Sony Corporation Electronic music marker device delayed notification
US20030034956A1 (en) * 2001-08-17 2003-02-20 Yuichiro Deguchi Virtual e-marker
US7127454B2 (en) 2001-08-17 2006-10-24 Sony Corporation E-marker find music
US7092936B1 (en) * 2001-08-22 2006-08-15 Oracle International Corporation System and method for search and recommendation based on usage mining
JP2003091552A (en) * 2001-09-17 2003-03-28 Hitachi Ltd Retrieval requested information extraction method, its operating system and processing program of the same
KR20030024296A (en) * 2001-09-17 2003-03-26 (주)넷피아닷컴 System for acc esing web page using real names and method thereof
KR20030024297A (en) * 2001-09-17 2003-03-26 (주)넷피아닷컴 Search system and method
US8078545B1 (en) 2001-09-24 2011-12-13 Aloft Media, Llc System, method and computer program product for collecting strategic patent data associated with an identifier
US7313617B2 (en) 2001-09-28 2007-12-25 Dale Malik Methods and systems for a communications and information resource manager
US7231419B1 (en) * 2001-10-19 2007-06-12 Outlooksoft Corporation System and method for adaptively selecting and delivering recommendations to a requester
US7295995B1 (en) * 2001-10-30 2007-11-13 A9.Com, Inc. Computer processes and systems for adaptively controlling the display of items
WO2003040963A1 (en) * 2001-11-02 2003-05-15 Medical Research Consultants L.P. Knowledge management system
US20030098878A1 (en) * 2001-11-27 2003-05-29 Conley Ralph F. URL database application
US6944616B2 (en) * 2001-11-28 2005-09-13 Pavilion Technologies, Inc. System and method for historical database training of support vector machines
US7568150B2 (en) * 2001-11-29 2009-07-28 International Business Machines Corporation Apparatus and method of highlighting categorized web pages on a web server
US20030101216A1 (en) * 2001-11-29 2003-05-29 International Business Machines Corporation Apparatus and method of linking sub-folders in a bookmark folder
US7225256B2 (en) 2001-11-30 2007-05-29 Oracle International Corporation Impersonation in an access system
US20030110133A1 (en) * 2001-12-07 2003-06-12 Maritzen L. Michael Automated digital rights management and payment system with embedded content
JP2003242176A (en) * 2001-12-13 2003-08-29 Sony Corp Information processing device and method, recording medium and program
US7237191B1 (en) * 2001-12-18 2007-06-26 Open Invention Network, Llc Method and apparatus for generic search interface across document types
US7133879B1 (en) * 2001-12-28 2006-11-07 Cogentmedicine, Inc. Personalized library interface for providing data to a user
US6947924B2 (en) * 2002-01-07 2005-09-20 International Business Machines Corporation Group based search engine generating search results ranking based on at least one nomination previously made by member of the user group where nomination system is independent from visitation system
US7949648B2 (en) * 2002-02-26 2011-05-24 Soren Alain Mortensen Compiling and accessing subject-specific information from a computer network
US7567953B2 (en) * 2002-03-01 2009-07-28 Business Objects Americas System and method for retrieving and organizing information from disparate computer network information sources
US8965998B1 (en) 2002-03-19 2015-02-24 Amazon Technologies, Inc. Adaptive learning methods for selecting web page components for inclusion in web pages
JP2003271646A (en) * 2002-03-19 2003-09-26 Yamaha Corp Information retrieval method and information retrieval device
JP4118580B2 (en) * 2002-03-20 2008-07-16 富士通株式会社 Arrangement information recommendation device, method and program
US9235849B2 (en) * 2003-12-31 2016-01-12 Google Inc. Generating user information for use in targeted advertising
US20070038614A1 (en) * 2005-08-10 2007-02-15 Guha Ramanathan V Generating and presenting advertisements based on context data for programmable search engines
US8078615B2 (en) * 2002-04-12 2011-12-13 Stumbleupon, Inc. Method and system for single-action personalized recommendation and display of internet content
US7840658B2 (en) 2002-05-15 2010-11-23 Oracle International Corporation Employing job code attributes in provisioning
US7216163B2 (en) 2002-05-15 2007-05-08 Oracle International Corporation Method and apparatus for provisioning tasks using a provisioning bridge server
US20030220913A1 (en) * 2002-05-24 2003-11-27 International Business Machines Corporation Techniques for personalized and adaptive search services
US6892198B2 (en) 2002-06-14 2005-05-10 Entopia, Inc. System and method for personalized information retrieval based on user expertise
US6972698B2 (en) * 2002-06-28 2005-12-06 Sony Corporation GPS e-marker
US20040002938A1 (en) * 2002-06-28 2004-01-01 Sony Corporation And Sony Electronics Inc. Device and method for exchanging information
US6999962B2 (en) * 2002-08-13 2006-02-14 Xerox Corporation Shared document repository with coupled recommender system
US7082428B1 (en) * 2002-09-16 2006-07-25 Bellsouth Intellectual Property Corporation Systems and methods for collaborative searching
AU2003279992A1 (en) * 2002-10-21 2004-05-13 Ebay Inc. Listing recommendation in a network-based commerce system
US20050125240A9 (en) * 2002-10-21 2005-06-09 Speiser Leonard R. Product recommendation in a network-based commerce system
US7603341B2 (en) 2002-11-05 2009-10-13 Claria Corporation Updating the content of a presentation vehicle in a computer network
US7428580B2 (en) 2003-11-26 2008-09-23 Aol Llc Electronic message forwarding
US8965964B1 (en) 2002-11-18 2015-02-24 Facebook, Inc. Managing forwarded electronic messages
US8005919B2 (en) 2002-11-18 2011-08-23 Aol Inc. Host-based intelligent results related to a character stream
US7590696B1 (en) 2002-11-18 2009-09-15 Aol Llc Enhanced buddy list using mobile device identifiers
US8122137B2 (en) 2002-11-18 2012-02-21 Aol Inc. Dynamic location of a subordinate user
US7640306B2 (en) 2002-11-18 2009-12-29 Aol Llc Reconfiguring an electronic message to effect an enhanced notification
WO2004046867A2 (en) 2002-11-18 2004-06-03 America Online, Inc. People lists
US8701014B1 (en) 2002-11-18 2014-04-15 Facebook, Inc. Account linking
US7899862B2 (en) 2002-11-18 2011-03-01 Aol Inc. Dynamic identification of other users to an online user
US20040100494A1 (en) * 2002-11-27 2004-05-27 International Business Machines Corporation Just in time interoperability assistant
US7925246B2 (en) 2002-12-11 2011-04-12 Leader Technologies, Inc. Radio/telephony interoperability system
US8195714B2 (en) 2002-12-11 2012-06-05 Leaper Technologies, Inc. Context instantiated application protocol
US7280957B2 (en) * 2002-12-16 2007-10-09 Palo Alto Research Center, Incorporated Method and apparatus for generating overview information for hierarchically related information
US20040135817A1 (en) * 2003-01-14 2004-07-15 Daughtery Joey L. Interface for selecting and performing operations on objects
US20040143644A1 (en) * 2003-01-21 2004-07-22 Nec Laboratories America, Inc. Meta-search engine architecture
US7472110B2 (en) * 2003-01-29 2008-12-30 Microsoft Corporation System and method for employing social networks for information discovery
US7370066B1 (en) 2003-03-24 2008-05-06 Microsoft Corporation System and method for offline editing of data files
US7415672B1 (en) 2003-03-24 2008-08-19 Microsoft Corporation System and method for designing electronic forms
US8533840B2 (en) * 2003-03-25 2013-09-10 DigitalDoors, Inc. Method and system of quantifying risk
US7613776B1 (en) 2003-03-26 2009-11-03 Aol Llc Identifying and using identities deemed to be known to a user
GB0307148D0 (en) * 2003-03-27 2003-04-30 British Telecomm Data retrieval system
US7913159B2 (en) 2003-03-28 2011-03-22 Microsoft Corporation System and method for real-time validation of structured data files
US7296017B2 (en) 2003-03-28 2007-11-13 Microsoft Corporation Validation of XML data files
US20040210560A1 (en) * 2003-04-16 2004-10-21 Shuster Gary Stephen Method and system for searching a wide area network
US20050050103A1 (en) * 2003-07-15 2005-03-03 Kaleidescape Displaying and presenting multiple media streams from multiple DVD sets
GB2401215A (en) * 2003-05-02 2004-11-03 David Nicholas Rousseau Digital Library System
US20040230564A1 (en) * 2003-05-16 2004-11-18 Horatiu Simon Filtering algorithm for information retrieval systems
JP2004355069A (en) 2003-05-27 2004-12-16 Sony Corp Information processor, information processing method, program, and recording medium
GB0314782D0 (en) * 2003-06-25 2003-07-30 Ibm A searchable personal browsing history
US7451392B1 (en) 2003-06-30 2008-11-11 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
US7653693B2 (en) 2003-09-05 2010-01-26 Aol Llc Method and system for capturing instant messages
US7082573B2 (en) 2003-07-30 2006-07-25 America Online, Inc. Method and system for managing digital assets
US7406660B1 (en) 2003-08-01 2008-07-29 Microsoft Corporation Mapping between structured data and a visual surface
US7334187B1 (en) 2003-08-06 2008-02-19 Microsoft Corporation Electronic form aggregation
US7756750B2 (en) 2003-09-02 2010-07-13 Vinimaya, Inc. Method and system for providing online procurement between a buyer and suppliers over a network
US8086619B2 (en) * 2003-09-05 2011-12-27 Google Inc. System and method for providing search query refinements
US7383269B2 (en) * 2003-09-12 2008-06-03 Accenture Global Services Gmbh Navigating a software project repository
JP4457614B2 (en) * 2003-09-16 2010-04-28 富士ゼロックス株式会社 Information providing system and program thereof
US20070203906A1 (en) * 2003-09-22 2007-08-30 Cone Julian M Enhanced Search Engine
GB2406399A (en) * 2003-09-23 2005-03-30 Ibm Seaching within a computer network by entering a search term and optional URI into a web browser
US7516086B2 (en) 2003-09-24 2009-04-07 Idearc Media Corp. Business rating placement heuristic
US20050071479A1 (en) * 2003-09-30 2005-03-31 Dimitris Achlioptas Smart button
US7693827B2 (en) * 2003-09-30 2010-04-06 Google Inc. Personalization of placed content ordering in search results
US7617205B2 (en) 2005-03-30 2009-11-10 Google Inc. Estimating confidence for query revision models
US7904487B2 (en) 2003-10-09 2011-03-08 Oracle International Corporation Translating data access requests
US7882132B2 (en) 2003-10-09 2011-02-01 Oracle International Corporation Support for RDBMS in LDAP system
US20050096997A1 (en) * 2003-10-31 2005-05-05 Vivek Jain Targeting shoppers in an online shopping environment
US7441044B2 (en) * 2003-11-05 2008-10-21 Overture Services, Inc. Countrytagging
US8170912B2 (en) 2003-11-25 2012-05-01 Carhamm Ltd., Llc Database structure and front end
US7606772B2 (en) 2003-11-28 2009-10-20 Manyworlds, Inc. Adaptive social computing methods
US8600920B2 (en) * 2003-11-28 2013-12-03 World Assets Consulting Ag, Llc Affinity propagation in adaptive network-based systems
US7526459B2 (en) 2003-11-28 2009-04-28 Manyworlds, Inc. Adaptive social and process network systems
US7526458B2 (en) 2003-11-28 2009-04-28 Manyworlds, Inc. Adaptive recommendations systems
US7526464B2 (en) * 2003-11-28 2009-04-28 Manyworlds, Inc. Adaptive fuzzy network system and method
USRE45770E1 (en) 2003-11-28 2015-10-20 World Assets Consulting Ag, Llc Adaptive recommendation explanations
US8566263B2 (en) * 2003-11-28 2013-10-22 World Assets Consulting Ag, Llc Adaptive computer-based personalities
US7539652B2 (en) 2003-11-28 2009-05-26 Manyworlds, Inc. Adaptive self-modifying and recombinant systems
US20090018918A1 (en) 2004-11-04 2009-01-15 Manyworlds Inc. Influence-based Social Network Advertising
US7523096B2 (en) 2003-12-03 2009-04-21 Google Inc. Methods and systems for personalized network searching
US7860804B2 (en) * 2003-12-17 2010-12-28 At&T Intellectual Property, I, L.P. Methods, systems and storage medium for providing content notification based on user communities
US20050138067A1 (en) * 2003-12-19 2005-06-23 Fuji Xerox Co., Ltd. Indexing for contexual revisitation and digest generation
US20050149619A1 (en) * 2003-12-22 2005-07-07 Cowan Keith O. Methods, systems and storage medium for distributing content based on user communities
US8156444B1 (en) 2003-12-31 2012-04-10 Google Inc. Systems and methods for determining a user interface attribute
US7716158B2 (en) * 2004-01-09 2010-05-11 Microsoft Corporation System and method for context sensitive searching
US7761569B2 (en) 2004-01-23 2010-07-20 Tiversa, Inc. Method for monitoring and providing information over a peer to peer network
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
GB2411014A (en) * 2004-02-11 2005-08-17 Autonomy Corp Ltd Automatic searching for relevant information
US8788492B2 (en) 2004-03-15 2014-07-22 Yahoo!, Inc. Search system and methods with integration of user annotations from a trust network
US8055553B1 (en) 2006-01-19 2011-11-08 Verizon Laboratories Inc. Dynamic comparison text functionality
JP2005275821A (en) * 2004-03-25 2005-10-06 Canon Inc Document management system and document management method
US9009153B2 (en) 2004-03-31 2015-04-14 Google Inc. Systems and methods for identifying a named entity
US7664734B2 (en) * 2004-03-31 2010-02-16 Google Inc. Systems and methods for generating multiple implicit search queries
US7912904B2 (en) * 2004-03-31 2011-03-22 Google Inc. Email system with conversation-centric user interface
US9819624B2 (en) 2004-03-31 2017-11-14 Google Inc. Displaying conversations in a conversation-based email system
US7707142B1 (en) 2004-03-31 2010-04-27 Google Inc. Methods and systems for performing an offline search
US20080059419A1 (en) * 2004-03-31 2008-03-06 David Benjamin Auerbach Systems and methods for providing search results
US8595214B1 (en) 2004-03-31 2013-11-26 Google Inc. Systems and methods for article location and retrieval
US7693825B2 (en) 2004-03-31 2010-04-06 Google Inc. Systems and methods for ranking implicit search results
US8041713B2 (en) * 2004-03-31 2011-10-18 Google Inc. Systems and methods for analyzing boilerplate
US7269621B2 (en) 2004-03-31 2007-09-11 Google Inc. Method system and graphical user interface for dynamically updating transmission characteristics in a web mail reply
US7814155B2 (en) 2004-03-31 2010-10-12 Google Inc. Email conversation management system
US20080040315A1 (en) * 2004-03-31 2008-02-14 Auerbach David B Systems and methods for generating a user interface
US7272601B1 (en) * 2004-03-31 2007-09-18 Google Inc. Systems and methods for associating a keyword with a user interface area
US20070276801A1 (en) * 2004-03-31 2007-11-29 Lawrence Stephen R Systems and methods for constructing and using a user profile
US8631001B2 (en) * 2004-03-31 2014-01-14 Google Inc. Systems and methods for weighting a search query result
US7890744B2 (en) * 2004-04-07 2011-02-15 Microsoft Corporation Activating content based on state
US7822992B2 (en) * 2004-04-07 2010-10-26 Microsoft Corporation In-place content substitution via code-invoking link
US7539674B2 (en) * 2004-04-08 2009-05-26 Yahoo! Inc. Systems and methods for adaptive scheduling of references to documents
EP1763790A1 (en) * 2004-04-19 2007-03-21 Kartoo SA Method and device for searching and customisably storing results
US7496837B1 (en) 2004-04-29 2009-02-24 Microsoft Corporation Structural editing with schema awareness
US20110099053A1 (en) * 2004-04-30 2011-04-28 Irizarry Jr Robert T Method and system for monitoring successful use of application software
US8554794B2 (en) 2004-05-17 2013-10-08 Hoover's Inc. System and method for enforcing privacy in social networks
US7281018B1 (en) 2004-05-26 2007-10-09 Microsoft Corporation Form template data source change
US7774620B1 (en) 2004-05-27 2010-08-10 Microsoft Corporation Executing applications at appropriate trust levels
US7788260B2 (en) * 2004-06-14 2010-08-31 Facebook, Inc. Ranking search results based on the frequency of clicks on the search results by members of a social network who are within a predetermined degree of separation
US7487145B1 (en) 2004-06-22 2009-02-03 Google Inc. Method and system for autocompletion using ranked results
US7836044B2 (en) 2004-06-22 2010-11-16 Google Inc. Anticipated query generation and processing in a search engine
US9223868B2 (en) 2004-06-28 2015-12-29 Google Inc. Deriving and using interaction profiles
US8676922B1 (en) 2004-06-30 2014-03-18 Google Inc. Automatic proxy setting modification
US8131754B1 (en) 2004-06-30 2012-03-06 Google Inc. Systems and methods for determining an article association measure
US7437364B1 (en) 2004-06-30 2008-10-14 Google Inc. System and method of accessing a document efficiently through multi-tier web caching
US7788274B1 (en) 2004-06-30 2010-08-31 Google Inc. Systems and methods for category-based search
US8224964B1 (en) 2004-06-30 2012-07-17 Google Inc. System and method of accessing a document efficiently through multi-tier web caching
CA2578791C (en) 2004-07-09 2014-11-18 Aol Llc Disambiguating ambiguous characters
US8078607B2 (en) * 2006-03-30 2011-12-13 Google Inc. Generating website profiles based on queries from webistes and user activities on the search results
US8620915B1 (en) 2007-03-13 2013-12-31 Google Inc. Systems and methods for promoting personalized search results based on personal information
US7979501B1 (en) 2004-08-06 2011-07-12 Google Inc. Enhanced message display
WO2006015237A2 (en) 2004-07-28 2006-02-09 Visible Path Corporation Systems and methods for using social networks for the distribution of communications
WO2006011819A1 (en) * 2004-07-30 2006-02-02 Eurekster, Inc. Adaptive search engine
US8078602B2 (en) 2004-12-17 2011-12-13 Claria Innovations, Llc Search engine for a computer network
US8255413B2 (en) 2004-08-19 2012-08-28 Carhamm Ltd., Llc Method and apparatus for responding to request for information-personalization
US7540051B2 (en) * 2004-08-20 2009-06-02 Spatial Systems, Inc. Mapping web sites based on significance of contact and category
US7873622B1 (en) 2004-09-02 2011-01-18 A9.Com, Inc. Multi-column search results interface
US8341143B1 (en) * 2004-09-02 2012-12-25 A9.Com, Inc. Multi-category searching
WO2006027973A1 (en) * 2004-09-07 2006-03-16 Interman Corporation Information search providing device and information search providing system
US7853606B1 (en) 2004-09-14 2010-12-14 Google, Inc. Alternate methods of displaying search results
US20060059225A1 (en) * 2004-09-14 2006-03-16 A9.Com, Inc. Methods and apparatus for automatic generation of recommended links
US8181116B1 (en) * 2004-09-14 2012-05-15 A9.Com, Inc. Method and apparatus for hyperlink list navigation
US20060064406A1 (en) * 2004-09-23 2006-03-23 International Business Machines Corporation Method and computer program product for accessing an alternative web page when a desired web page is unavailable
US7692636B2 (en) 2004-09-30 2010-04-06 Microsoft Corporation Systems and methods for handwriting to a screen
US7680648B2 (en) * 2004-09-30 2010-03-16 Google Inc. Methods and systems for improving text segmentation
US7996208B2 (en) 2004-09-30 2011-08-09 Google Inc. Methods and systems for selecting a language for text segmentation
US8051096B1 (en) 2004-09-30 2011-11-01 Google Inc. Methods and systems for augmenting a token lexicon
US7574433B2 (en) * 2004-10-08 2009-08-11 Paterra, Inc. Classification-expanded indexing and retrieval of classified documents
US7499928B2 (en) * 2004-10-15 2009-03-03 Microsoft Corporation Obtaining and displaying information related to a selection within a hierarchical data structure
US7904337B2 (en) 2004-10-19 2011-03-08 Steve Morsa Match engine marketing
WO2006047790A2 (en) * 2004-10-27 2006-05-04 Client Dynamics, Inc. Enhanced client relationship management systems and methods with a recommendation engine
KR100966405B1 (en) 2004-10-28 2010-06-29 야후! 인크. Search system and methods with integration of user judgments including trust networks
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US7499940B1 (en) * 2004-11-11 2009-03-03 Google Inc. Method and system for URL autocompletion using ranked results
US20060106769A1 (en) 2004-11-12 2006-05-18 Gibbs Kevin A Method and system for autocompletion for languages having ideographs and phonetic characters
US7712022B2 (en) 2004-11-15 2010-05-04 Microsoft Corporation Mutually exclusive options in electronic forms
US8942985B2 (en) 2004-11-16 2015-01-27 Microsoft Corporation Centralized method and system for clarifying voice commands
US7721190B2 (en) 2004-11-16 2010-05-18 Microsoft Corporation Methods and systems for server side form processing
US7953725B2 (en) * 2004-11-19 2011-05-31 International Business Machines Corporation Method, system, and storage medium for providing web information processing services
US8874570B1 (en) * 2004-11-30 2014-10-28 Google Inc. Search boost vector based on co-visitation information
US7904801B2 (en) 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US7693863B2 (en) 2004-12-20 2010-04-06 Claria Corporation Method and device for publishing cross-network user behavioral data
US7698270B2 (en) * 2004-12-29 2010-04-13 Baynote, Inc. Method and apparatus for identifying, extracting, capturing, and leveraging expertise and knowledge
US8538970B1 (en) 2004-12-30 2013-09-17 Google Inc. Personalizing search results
US20060149800A1 (en) * 2004-12-30 2006-07-06 Daniel Egnor Authoritative document identification
US8843536B1 (en) 2004-12-31 2014-09-23 Google Inc. Methods and systems for providing relevant advertisements or other content for inactive uniform resource locators using search queries
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US20070189544A1 (en) * 2005-01-15 2007-08-16 Outland Research, Llc Ambient sound responsive media player
US20060161621A1 (en) * 2005-01-15 2006-07-20 Outland Research, Llc System, method and computer program product for collaboration and synchronization of media content on a plurality of media players
US7489979B2 (en) * 2005-01-27 2009-02-10 Outland Research, Llc System, method and computer program product for rejecting or deferring the playing of a media file retrieved by an automated process
US20060195361A1 (en) * 2005-10-01 2006-08-31 Outland Research Location-based demographic profiling system and method of use
US20060229058A1 (en) * 2005-10-29 2006-10-12 Outland Research Real-time person-to-person communication using geospatial addressing
US7542816B2 (en) * 2005-01-27 2009-06-02 Outland Research, Llc System, method and computer program product for automatically selecting, suggesting and playing music media files
US7562117B2 (en) * 2005-09-09 2009-07-14 Outland Research, Llc System, method and computer program product for collaborative broadcast media
US20110208732A1 (en) 2010-02-24 2011-08-25 Apple Inc. Systems and methods for organizing data items
US20060173556A1 (en) * 2005-02-01 2006-08-03 Outland Research,. Llc Methods and apparatus for using user gender and/or age group to improve the organization of documents retrieved in response to a search query
US20070276870A1 (en) * 2005-01-27 2007-11-29 Outland Research, Llc Method and apparatus for intelligent media selection using age and/or gender
US20060179056A1 (en) * 2005-10-12 2006-08-10 Outland Research Enhanced storage and retrieval of spatially associated information
US20060173828A1 (en) * 2005-02-01 2006-08-03 Outland Research, Llc Methods and apparatus for using personal background data to improve the organization of documents retrieved in response to a search query
US7624102B2 (en) * 2005-01-28 2009-11-24 Microsoft Corporation System and method for grouping by attribute
US20060179026A1 (en) * 2005-02-04 2006-08-10 Bechtel Michael E Knowledge discovery tool extraction and integration
US20060179044A1 (en) * 2005-02-04 2006-08-10 Outland Research, Llc Methods and apparatus for using life-context of a user to improve the organization of documents retrieved in response to a search query from that user
US7904411B2 (en) * 2005-02-04 2011-03-08 Accenture Global Services Limited Knowledge discovery tool relationship generation
US8660977B2 (en) * 2005-02-04 2014-02-25 Accenture Global Services Limited Knowledge discovery tool relationship generation
CN1825837B (en) * 2005-02-23 2012-05-23 朗迅科技公司 Personal information subscribing for and transmitting by instant message transmission
US7725834B2 (en) 2005-03-04 2010-05-25 Microsoft Corporation Designer-created aspect for an electronic form template
US8645941B2 (en) 2005-03-07 2014-02-04 Carhamm Ltd., Llc Method for attributing and allocating revenue related to embedded software
US10515374B2 (en) * 2005-03-10 2019-12-24 Adobe Inc. Keyword generation method and apparatus
US7526472B2 (en) * 2005-03-11 2009-04-28 International Business Machines Corporation Shared bookmarks based on user interest profiles
US8073866B2 (en) 2005-03-17 2011-12-06 Claria Innovations, Llc Method for providing content to an internet user based on the user's demonstrated content preferences
US7712021B2 (en) * 2005-03-25 2010-05-04 Red Hat, Inc. System, method and medium for component based web user interface frameworks
US20060253210A1 (en) * 2005-03-26 2006-11-09 Outland Research, Llc Intelligent Pace-Setting Portable Media Player
US20060230005A1 (en) * 2005-03-30 2006-10-12 Bailey David R Empirical validation of suggested alternative queries
JP2006277397A (en) * 2005-03-29 2006-10-12 Fujitsu Ltd Electronic manual display device, electronic manual display method and program
US7870147B2 (en) * 2005-03-29 2011-01-11 Google Inc. Query revision using known highly-ranked queries
US7565345B2 (en) * 2005-03-29 2009-07-21 Google Inc. Integration of multiple query revision models
US7636714B1 (en) 2005-03-31 2009-12-22 Google Inc. Determining query term synonyms within query context
US20060223637A1 (en) * 2005-03-31 2006-10-05 Outland Research, Llc Video game system combining gaming simulation with remote robot control and remote robot feedback
US7873765B1 (en) * 2005-03-31 2011-01-18 Google, Inc. Method and system for detection of peripheral devices and communication of related devices
US7613664B2 (en) * 2005-03-31 2009-11-03 Palo Alto Research Center Incorporated Systems and methods for determining user interests
US8423541B1 (en) 2005-03-31 2013-04-16 Google Inc. Using saved search results for quality feedback
US9256685B2 (en) * 2005-03-31 2016-02-09 Google Inc. Systems and methods for modifying search results based on a user's history
US20060224583A1 (en) * 2005-03-31 2006-10-05 Google, Inc. Systems and methods for analyzing a user's web history
US20060224608A1 (en) * 2005-03-31 2006-10-05 Google, Inc. Systems and methods for combining sets of favorites
US20060256008A1 (en) * 2005-05-13 2006-11-16 Outland Research, Llc Pointing interface for person-to-person information exchange
US20060223635A1 (en) * 2005-04-04 2006-10-05 Outland Research method and apparatus for an on-screen/off-screen first person gaming experience
US20060235886A1 (en) * 2005-04-15 2006-10-19 Kjn Partners, L.P. Method, system and software for centralized generation and storage of individualized requests and results
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
US9002725B1 (en) 2005-04-20 2015-04-07 Google Inc. System and method for targeting information based on message content
US7703037B2 (en) * 2005-04-20 2010-04-20 Microsoft Corporation Searchable task-based interface to control panel functionality
US8732175B2 (en) 2005-04-21 2014-05-20 Yahoo! Inc. Interestingness ranking of media objects
US10210159B2 (en) * 2005-04-21 2019-02-19 Oath Inc. Media object metadata association and ranking
US20060241864A1 (en) * 2005-04-22 2006-10-26 Outland Research, Llc Method and apparatus for point-and-send data transfer within an ubiquitous computing environment
US20060259574A1 (en) * 2005-05-13 2006-11-16 Outland Research, Llc Method and apparatus for accessing spatially associated information
US20060256007A1 (en) * 2005-05-13 2006-11-16 Outland Research, Llc Triangulation method and apparatus for targeting and accessing spatially associated information
US7548922B2 (en) * 2005-05-17 2009-06-16 International Business Machines Corporation Customized and consolidated bookmarks
US7962504B1 (en) 2005-05-26 2011-06-14 Aol Inc. Sourcing terms into a search engine
US20070150188A1 (en) * 2005-05-27 2007-06-28 Outland Research, Llc First-person video-based travel planning system
US20060271286A1 (en) * 2005-05-27 2006-11-30 Outland Research, Llc Image-enhanced vehicle navigation systems and methods
US7961943B1 (en) * 2005-06-02 2011-06-14 Zeevi Eli I Integrated document editor
US8103659B1 (en) * 2005-06-06 2012-01-24 A9.Com, Inc. Perspective-based item navigation
WO2006130985A1 (en) * 2005-06-08 2006-12-14 Ian Tzeung Huang Internet search engine results ranking based on critic and user ratings
JP2006344118A (en) * 2005-06-10 2006-12-21 Fuji Xerox Co Ltd Using state notifying system
US20070150483A1 (en) * 2005-06-13 2007-06-28 Inform Technologies, Llc Network Service for Providing Related Content
US20070150721A1 (en) * 2005-06-13 2007-06-28 Inform Technologies, Llc Disambiguation for Preprocessing Content to Determine Relationships
US20070150457A1 (en) * 2005-06-13 2007-06-28 Inform Technologies, Llc Enabling One-Click Searching Based on Elements Related to Displayed Content
US7877386B2 (en) * 2005-06-14 2011-01-25 Oracle International Corporation Business object search method process and presentation
US20060186197A1 (en) * 2005-06-16 2006-08-24 Outland Research Method and apparatus for wireless customer interaction with the attendants working in a restaurant
US20080032719A1 (en) * 2005-10-01 2008-02-07 Outland Research, Llc Centralized establishment-based tracking and messaging service
US8200687B2 (en) * 2005-06-20 2012-06-12 Ebay Inc. System to generate related search queries
WO2007002820A2 (en) * 2005-06-28 2007-01-04 Yahoo! Inc. Search engine with augmented relevance ranking by community participation
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US20070011616A1 (en) * 2005-07-11 2007-01-11 Bas Ording User interface for dynamically managing presentations
US20070022111A1 (en) * 2005-07-20 2007-01-25 Salam Aly A Systems, methods, and computer program products for accumulating, storing, sharing, annotating, manipulating, and combining search results
US20070022125A1 (en) * 2005-07-20 2007-01-25 Salam Aly A Systems, methods, and computer program products for accumulating, strong, sharing, annotating, manipulating, and combining search results
US9268867B2 (en) * 2005-08-03 2016-02-23 Aol Inc. Enhanced favorites service for web browsers and web applications
US7702675B1 (en) 2005-08-03 2010-04-20 Aol Inc. Automated categorization of RSS feeds using standardized directory structures
US8739020B2 (en) 2005-08-03 2014-05-27 Aol Inc. Enhanced favorites service for web browsers and web applications
US20070033224A1 (en) * 2005-08-04 2007-02-08 Allen Richard B Method and system for automatic construction and management of sets of hierarchical interest points
US7565358B2 (en) * 2005-08-08 2009-07-21 Google Inc. Agent rank
US7747937B2 (en) * 2005-08-16 2010-06-29 Rojer Alan S Web bookmark manager
US20070043710A1 (en) * 2005-08-22 2007-02-22 David Pell Searchroll system
US7831582B1 (en) * 2005-08-23 2010-11-09 Amazon Technologies, Inc. Method and system for associating keywords with online content sources
US8719255B1 (en) 2005-08-23 2014-05-06 Amazon Technologies, Inc. Method and system for determining interest levels of online content based on rates of change of content access
US20110313853A1 (en) 2005-09-14 2011-12-22 Jorey Ramer System for targeting advertising content to a plurality of mobile communication facilities
US9703892B2 (en) 2005-09-14 2017-07-11 Millennial Media Llc Predictive text completion for a mobile communication facility
US7752209B2 (en) 2005-09-14 2010-07-06 Jumptap, Inc. Presenting sponsored content on a mobile communication facility
US7577665B2 (en) 2005-09-14 2009-08-18 Jumptap, Inc. User characteristic influenced search results
US10911894B2 (en) 2005-09-14 2021-02-02 Verizon Media Inc. Use of dynamic content generation parameters based on previous performance of those parameters
US7769764B2 (en) 2005-09-14 2010-08-03 Jumptap, Inc. Mobile advertisement syndication
US9201979B2 (en) 2005-09-14 2015-12-01 Millennial Media, Inc. Syndication of a behavioral profile associated with an availability condition using a monetization platform
US7702318B2 (en) 2005-09-14 2010-04-20 Jumptap, Inc. Presentation of sponsored content based on mobile transaction event
US10592930B2 (en) 2005-09-14 2020-03-17 Millenial Media, LLC Syndication of a behavioral profile using a monetization platform
US8103545B2 (en) 2005-09-14 2012-01-24 Jumptap, Inc. Managing payment for sponsored content presented to mobile communication facilities
US9076175B2 (en) 2005-09-14 2015-07-07 Millennial Media, Inc. Mobile comparison shopping
US8832100B2 (en) 2005-09-14 2014-09-09 Millennial Media, Inc. User transaction history influenced search results
US7912458B2 (en) 2005-09-14 2011-03-22 Jumptap, Inc. Interaction analysis and prioritization of mobile content
US10038756B2 (en) 2005-09-14 2018-07-31 Millenial Media LLC Managing sponsored content based on device characteristics
US9471925B2 (en) 2005-09-14 2016-10-18 Millennial Media Llc Increasing mobile interactivity
US8688671B2 (en) 2005-09-14 2014-04-01 Millennial Media Managing sponsored content based on geographic region
US8433297B2 (en) 2005-11-05 2013-04-30 Jumptag, Inc. System for targeting advertising content to a plurality of mobile communication facilities
US7676394B2 (en) 2005-09-14 2010-03-09 Jumptap, Inc. Dynamic bidding and expected value
US8805339B2 (en) * 2005-09-14 2014-08-12 Millennial Media, Inc. Categorization of a mobile user profile based on browse and viewing behavior
US8503995B2 (en) 2005-09-14 2013-08-06 Jumptap, Inc. Mobile dynamic advertisement creation and placement
US8989718B2 (en) 2005-09-14 2015-03-24 Millennial Media, Inc. Idle screen advertising
US9058406B2 (en) 2005-09-14 2015-06-16 Millennial Media, Inc. Management of multiple advertising inventories using a monetization platform
US8176101B2 (en) 2006-02-07 2012-05-08 Google Inc. Collaborative rejection of media for physical establishments
US20070250501A1 (en) * 2005-09-27 2007-10-25 Grubb Michael L Search result delivery engine
US20070214118A1 (en) * 2005-09-27 2007-09-13 Schoen Michael A Delivery of internet ads
US7577522B2 (en) * 2005-12-05 2009-08-18 Outland Research, Llc Spatially associated personal reminder system and method
US20070083323A1 (en) * 2005-10-07 2007-04-12 Outland Research Personal cuing for spatially associated information
US7586032B2 (en) * 2005-10-07 2009-09-08 Outland Research, Llc Shake responsive portable media player
US8161044B2 (en) * 2005-10-26 2012-04-17 International Business Machines Corporation Faceted web searches of user preferred categories throughout one or more taxonomies
US20070100798A1 (en) * 2005-10-31 2007-05-03 Shyam Kapur Community built result sets and methods of using the same
US20070244868A1 (en) * 2005-10-31 2007-10-18 Grubb Michael L Internet book marking and search results delivery
US7890502B2 (en) * 2005-11-14 2011-02-15 Microsoft Corporation Hierarchy-based propagation of contribution of documents
US7457801B2 (en) * 2005-11-14 2008-11-25 Microsoft Corporation Augmenting a training set for document categorization
US8156097B2 (en) 2005-11-14 2012-04-10 Microsoft Corporation Two stage search
US7668821B1 (en) * 2005-11-17 2010-02-23 Amazon Technologies, Inc. Recommendations based on item tagging activities of users
TWI287744B (en) * 2005-11-22 2007-10-01 Inst Information Industry Method and system for discover capabilities of communication device
US7949714B1 (en) 2005-12-05 2011-05-24 Google Inc. System and method for targeting advertisements or other information using user geographical information
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US8601004B1 (en) 2005-12-06 2013-12-03 Google Inc. System and method for targeting information items based on popularities of the information items
US8898141B1 (en) 2005-12-09 2014-11-25 Hewlett-Packard Development Company, L.P. System and method for information management
US20060227047A1 (en) * 2005-12-13 2006-10-12 Outland Research Meeting locator system and method of using the same
US7899829B1 (en) * 2005-12-14 2011-03-01 Unifi Scientific Advances, Inc. Intelligent bookmarks and information management system based on same
US8533199B2 (en) 2005-12-14 2013-09-10 Unifi Scientific Advances, Inc Intelligent bookmarks and information management system based on the same
US20070145680A1 (en) * 2005-12-15 2007-06-28 Outland Research, Llc Shake Responsive Portable Computing Device for Simulating a Randomization Object Used In a Game Of Chance
US8327297B2 (en) 2005-12-16 2012-12-04 Aol Inc. User interface system for handheld devices
US20070143300A1 (en) * 2005-12-20 2007-06-21 Ask Jeeves, Inc. System and method for monitoring evolution over time of temporal content
US20070075127A1 (en) * 2005-12-21 2007-04-05 Outland Research, Llc Orientation-based power conservation for portable media devices
JP2007172490A (en) * 2005-12-26 2007-07-05 Sony Computer Entertainment Inc Information processing method, information processing system, and server
US7693836B2 (en) * 2005-12-27 2010-04-06 Baynote, Inc. Method and apparatus for determining peer groups based upon observed usage patterns
US8010523B2 (en) 2005-12-30 2011-08-30 Google Inc. Dynamic search box for web browser
WO2007082171A2 (en) * 2006-01-05 2007-07-19 Eyespot Corporation System and methods for online collaborative video creation
WO2007082169A2 (en) * 2006-01-05 2007-07-19 Eyespot Corporation Automatic aggregation of content for use in an online video editing system
US8239367B1 (en) 2006-01-09 2012-08-07 Google Inc. Bookmarks
US8949217B2 (en) * 2006-01-09 2015-02-03 Google Inc. Server bookmarks
US20080010252A1 (en) * 2006-01-09 2008-01-10 Google, Inc. Bookmarks and ranking
US20070192313A1 (en) * 2006-01-27 2007-08-16 William Derek Finley Data search method with statistical analysis performed on user provided ratings of the initial search results
US8037003B2 (en) * 2006-01-30 2011-10-11 Xerox Corporation Solution recommendation based on incomplete data sets
US7779343B2 (en) 2006-01-30 2010-08-17 Microsoft Corporation Opening network-enabled electronic documents
US7415449B2 (en) * 2006-01-30 2008-08-19 Xerox Corporation Solution recommendation based on incomplete data sets
PL378889A1 (en) * 2006-02-04 2007-08-06 Iloggo Spółka Z Ograniczoną Odpowiedzialnością Reporting search results
US7859550B2 (en) * 2006-02-06 2010-12-28 Itaggit, Inc. Item data management over a data network for physical items in the control of a user
US20070182760A1 (en) * 2006-02-06 2007-08-09 David Altounian Processing & determining valuation over a data network for a physical item in the control of a user
US8862572B2 (en) * 2006-02-17 2014-10-14 Google Inc. Sharing user distributed search results
US7844603B2 (en) * 2006-02-17 2010-11-30 Google Inc. Sharing user distributed search results
US8122019B2 (en) 2006-02-17 2012-02-21 Google Inc. Sharing user distributed search results
US20090300476A1 (en) * 2006-02-24 2009-12-03 Vogel Robert B Internet Guide Link Matching System
EP1989639A4 (en) * 2006-02-28 2012-05-02 Buzzlogic Inc Social analytics system and method for analyzing conversations in social media
US8200579B2 (en) * 2006-02-28 2012-06-12 The Invention Science Fund I, Llc Using payment mode rankings responsive to item attributes
US7720916B2 (en) * 2006-02-28 2010-05-18 Microsoft Corporation Ordering personal information using social metadata
US7953664B2 (en) * 2006-02-28 2011-05-31 The Invention Science Fund I, Llc Using payment indicators in a common image
US20090119173A1 (en) * 2006-02-28 2009-05-07 Buzzlogic, Inc. System and Method For Advertisement Targeting of Conversations in Social Media
US20070208730A1 (en) * 2006-03-02 2007-09-06 Microsoft Corporation Mining web search user behavior to enhance web search relevance
US7925975B2 (en) * 2006-03-10 2011-04-12 Microsoft Corporation Searching for commands to execute in applications
US20070239672A1 (en) * 2006-03-29 2007-10-11 Microsoft Corporation Client Category Configuration
US7634474B2 (en) * 2006-03-30 2009-12-15 Microsoft Corporation Using connectivity distance for relevance feedback in search
US20070233672A1 (en) * 2006-03-30 2007-10-04 Coveo Inc. Personalizing search results from search engines
US8842660B2 (en) * 2006-03-31 2014-09-23 Microsoft Corporation VoIP variable metadata
US8214360B2 (en) * 2006-04-06 2012-07-03 International Business Machines Corporation Browser context based search disambiguation using existing category taxonomy
US7477165B2 (en) 2006-04-06 2009-01-13 Research In Motion Limited Handheld electronic device and method for learning contextual data during disambiguation of text input
US8065135B2 (en) 2006-04-06 2011-11-22 Research In Motion Limited Handheld electronic device and method for employing contextual data for disambiguation of text input
US8228824B2 (en) * 2006-04-06 2012-07-24 Microsoft Corporation VoIP contextual information processing
US9497314B2 (en) * 2006-04-10 2016-11-15 Microsoft Technology Licensing, Llc Mining data for services
US20070250643A1 (en) * 2006-04-25 2007-10-25 Nokia Corporation Marking feed items in mobile terminals for further reading
US20070253407A1 (en) * 2006-05-01 2007-11-01 Microsoft Corporation Enhanced VoIP services
US7747749B1 (en) * 2006-05-05 2010-06-29 Google Inc. Systems and methods of efficiently preloading documents to client devices
KR100727819B1 (en) * 2006-05-09 2007-06-13 엔에이치엔(주) Method for sorting out keyword showing difference between two groups and system for executing the method
US7603350B1 (en) * 2006-05-09 2009-10-13 Google Inc. Search result ranking based on trust
US20070270126A1 (en) * 2006-05-18 2007-11-22 Microsoft Corporation Authentication of a digital voice conversation
US20070271245A1 (en) * 2006-05-19 2007-11-22 Rolf Repasi System and method for searching a database
US20070274293A1 (en) * 2006-05-26 2007-11-29 Microsoft Corporation Archiving VoIP conversations
US7882095B2 (en) * 2006-05-30 2011-02-01 Microsoft Corporation Resource locators for widely distributed systems
US20070280225A1 (en) * 2006-05-31 2007-12-06 Microsoft Corporation Extended services and recommendations
JP4179341B2 (en) * 2006-06-01 2008-11-12 ソニー株式会社 Information processing apparatus and method, program, and recording medium
US7814112B2 (en) * 2006-06-09 2010-10-12 Ebay Inc. Determining relevancy and desirability of terms
US20080005095A1 (en) * 2006-06-28 2008-01-03 Microsoft Corporation Validation of computer responses
US8788517B2 (en) * 2006-06-28 2014-07-22 Microsoft Corporation Intelligently guiding search based on user dialog
US20080005067A1 (en) * 2006-06-28 2008-01-03 Microsoft Corporation Context-based search, retrieval, and awareness
EP2050082A1 (en) * 2006-07-13 2009-04-22 Partygaming Ia Limited Networked gaming system
JP4768537B2 (en) * 2006-07-18 2011-09-07 株式会社リコー Content browsing system and program
WO2008012594A1 (en) * 2006-07-26 2008-01-31 Partygaming Ia Limited Mobile networked gaming system
US8271486B2 (en) * 2006-07-28 2012-09-18 Yahoo! Inc. System and method for searching a bookmark and tag database for relevant bookmarks
US8135725B2 (en) * 2006-08-11 2012-03-13 Yahoo! Inc. System and method for providing tag-based relevance recommendations of bookmarks in a bookmark and tag database
US8943039B1 (en) * 2006-08-25 2015-01-27 Riosoft Holdings, Inc. Centralized web-based software solution for search engine optimization
US8005832B2 (en) * 2006-08-29 2011-08-23 Switchbook, Inc. Search document generation and use to provide recommendations
US20080059584A1 (en) * 2006-09-06 2008-03-06 Cindy Lam Method and apparatus for sharing resource addresses
US8037093B2 (en) * 2006-09-12 2011-10-11 Facebook, Inc. Feeding updates to landing pages of users of an online social network from external sources
US9798789B2 (en) 2006-09-12 2017-10-24 Facebook, Inc. Method and system for tracking changes to user content in an online social network
US7587392B2 (en) * 2006-09-15 2009-09-08 Microsoft Corporation Efficient navigation of search results
US7552112B2 (en) * 2006-09-18 2009-06-23 Yahoo! Inc. Discovering associative intent queries from search web logs
US8548991B1 (en) * 2006-09-29 2013-10-01 Google Inc. Personalized browsing activity displays
US20080086496A1 (en) * 2006-10-05 2008-04-10 Amit Kumar Communal Tagging
US9171040B2 (en) * 2006-10-10 2015-10-27 International Business Machines Corporation Methods, systems, and computer program products for optimizing query evaluation and processing in a subscription notification service
US20080097979A1 (en) * 2006-10-19 2008-04-24 International Business Machines Corporation System and method of finding related documents based on activity specific meta data and users' interest profiles
US20080104042A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Personalized Search Using Macros
US20080104021A1 (en) * 2006-10-30 2008-05-01 Yigang Cai Systems and methods for controlling access to online personal information
US20080288588A1 (en) * 2006-11-01 2008-11-20 Worldvuer, Inc. Method and system for searching using image based tagging
US9519715B2 (en) * 2006-11-02 2016-12-13 Excalibur Ip, Llc Personalized search
BRPI0718582A8 (en) * 2006-11-07 2018-05-22 Tiversa Ip Inc SYSTEM AND METHOD FOR ENHANCED EXPERIENCE WITH A PEER-TO-PEER NETWORK
CN100507915C (en) * 2006-11-09 2009-07-01 华为技术有限公司 Network search method, network search device, and user terminals
US7765176B2 (en) * 2006-11-13 2010-07-27 Accenture Global Services Gmbh Knowledge discovery system with user interactive analysis view for analyzing and generating relationships
WO2008064258A2 (en) * 2006-11-20 2008-05-29 Mckesson Information Solutions Llc Interactive viewing, asynchronous retrieval, and annotation of medical images
US20080120142A1 (en) * 2006-11-20 2008-05-22 Vivalog Llc Case management for image-based training, decision support, and consultation
US20080137668A1 (en) * 2006-12-08 2008-06-12 The Regents Of The University Of California Social semantic networks for distributing contextualized information
US8032510B2 (en) * 2008-03-03 2011-10-04 Yahoo! Inc. Social aspects of content aggregation, syndication, sharing, and updating
US8521711B2 (en) * 2006-12-15 2013-08-27 International Business Machines Corporation Providing persistent refined intermediate results selected from dynamic iterative filtering
US8224816B2 (en) * 2006-12-15 2012-07-17 O'malley Matthew System and method for segmenting information
US7685119B2 (en) * 2006-12-20 2010-03-23 Yahoo! Inc. System and method for query expansion
US8423565B2 (en) * 2006-12-21 2013-04-16 Digital Doors, Inc. Information life cycle search engine and method
US8166026B1 (en) 2006-12-26 2012-04-24 uAffect.org LLC User-centric, user-weighted method and apparatus for improving relevance and analysis of information sharing and searching
US8620952B2 (en) 2007-01-03 2013-12-31 Carhamm Ltd., Llc System for database reporting
US8468244B2 (en) 2007-01-05 2013-06-18 Digital Doors, Inc. Digital information infrastructure and method for security designated data and with granular data stores
US7647325B2 (en) * 2007-01-15 2010-01-12 Microsoft Corporation Hardware and software identifier categorization and review
US8073850B1 (en) 2007-01-19 2011-12-06 Wordnetworks, Inc. Selecting key phrases for serving contextually relevant content
US7844602B2 (en) * 2007-01-19 2010-11-30 Healthline Networks, Inc. Method and system for establishing document relevance
US10007895B2 (en) * 2007-01-30 2018-06-26 Jonathan Brian Vanasco System and method for indexing, correlating, managing, referencing and syndicating identities and relationships across systems
US8484083B2 (en) * 2007-02-01 2013-07-09 Sri International Method and apparatus for targeting messages to users in a social network
US9214001B2 (en) * 2007-02-13 2015-12-15 Aspect Software Inc. Automatic contact center agent assistant
US8812651B1 (en) 2007-02-15 2014-08-19 Google Inc. Systems and methods for client cache awareness
US8065275B2 (en) 2007-02-15 2011-11-22 Google Inc. Systems and methods for cache optimization
WO2008103682A1 (en) * 2007-02-19 2008-08-28 Viewzi Inc. Multi-view internet search mashup
US20080222132A1 (en) * 2007-03-07 2008-09-11 Jiangyi Pan Personalized shopping recommendation based on search units
US20080222105A1 (en) * 2007-03-09 2008-09-11 Joseph Matheny Entity recommendation system using restricted information tagged to selected entities
US8626930B2 (en) * 2007-03-15 2014-01-07 Apple Inc. Multimedia content filtering
US8005823B1 (en) 2007-03-28 2011-08-23 Amazon Technologies, Inc. Community search optimization
US8484214B2 (en) * 2007-03-28 2013-07-09 Cisco Technology, Inc. Record compression using incremental reverse templating
US7743059B2 (en) * 2007-03-30 2010-06-22 Amazon Technologies, Inc. Cluster-based management of collections of items
US8095521B2 (en) 2007-03-30 2012-01-10 Amazon Technologies, Inc. Recommendation system with cluster-based filtering of recommendations
US7966225B2 (en) 2007-03-30 2011-06-21 Amazon Technologies, Inc. Method, system, and medium for cluster-based categorization and presentation of item recommendations
US7689457B2 (en) 2007-03-30 2010-03-30 Amazon Technologies, Inc. Cluster-based assessment of user interests
US8019766B2 (en) 2007-03-30 2011-09-13 Amazon Technologies, Inc. Processes for calculating item distances and performing item clustering
US20080262998A1 (en) * 2007-04-17 2008-10-23 Alessio Signorini Systems and methods for personalizing a newspaper
US8433995B1 (en) * 2007-04-24 2013-04-30 Google Inc. Managing bookmarks for web pages
US8200663B2 (en) * 2007-04-25 2012-06-12 Chacha Search, Inc. Method and system for improvement of relevance of search results
US20080270151A1 (en) * 2007-04-26 2008-10-30 Bd Metrics Method and system for developing an audience of buyers and obtaining their behavioral preferences to promote commerce on a communication network
US8161040B2 (en) 2007-04-30 2012-04-17 Piffany, Inc. Criteria-specific authority ranking
US20080276177A1 (en) * 2007-05-03 2008-11-06 Microsoft Corporation Tag-sharing and tag-sharing application program interface
US7898394B2 (en) * 2007-05-10 2011-03-01 Red Hat, Inc. Systems and methods for community tagging
US8301623B2 (en) 2007-05-22 2012-10-30 Amazon Technologies, Inc. Probabilistic recommendation system
US8356048B2 (en) * 2007-05-31 2013-01-15 Red Hat, Inc. Systems and methods for improved forums
US8266127B2 (en) 2007-05-31 2012-09-11 Red Hat, Inc. Systems and methods for directed forums
US8346764B1 (en) * 2007-06-01 2013-01-01 Thomson Reuters Global Resources Information retrieval systems, methods, and software with content-relevancy enhancements
US8219447B1 (en) 2007-06-06 2012-07-10 Amazon Technologies, Inc. Real-time adaptive probabilistic selection of messages
US7966319B2 (en) * 2007-06-07 2011-06-21 Red Hat, Inc. Systems and methods for a rating system
US8051040B2 (en) 2007-06-08 2011-11-01 Ebay Inc. Electronic publication system
WO2008154016A2 (en) * 2007-06-11 2008-12-18 Tiversa, Inc. System and method for advertising on a peer-to-peer network
US8027977B2 (en) * 2007-06-20 2011-09-27 Microsoft Corporation Recommending content using discriminatively trained document similarity
US20080319975A1 (en) * 2007-06-22 2008-12-25 Microsoft Corporation Exploratory Search Technique
US20090006324A1 (en) * 2007-06-27 2009-01-01 Microsoft Corporation Multiple monitor/multiple party searches
US8290986B2 (en) 2007-06-27 2012-10-16 Yahoo! Inc. Determining quality measures for web objects based on searcher behavior
US7774345B2 (en) * 2007-06-27 2010-08-10 Microsoft Corporation Lightweight list collection
US20090006358A1 (en) * 2007-06-27 2009-01-01 Microsoft Corporation Search results
US7949659B2 (en) 2007-06-29 2011-05-24 Amazon Technologies, Inc. Recommendation system with multiple integrated recommenders
US8751507B2 (en) 2007-06-29 2014-06-10 Amazon Technologies, Inc. Recommendation system with multiple integrated recommenders
US8260787B2 (en) 2007-06-29 2012-09-04 Amazon Technologies, Inc. Recommendation system with multiple integrated recommenders
US9235848B1 (en) 2007-07-09 2016-01-12 Groupon, Inc. Implicitly associating metadata using user behavior
US7958228B2 (en) * 2007-07-11 2011-06-07 Yahoo! Inc. Behavioral predictions based on network activity locations
WO2009014058A1 (en) * 2007-07-20 2009-01-29 Nec Corporation Knowledge discovery assistance system, method and program
US7979321B2 (en) * 2007-07-25 2011-07-12 Ebay Inc. Merchandising items of topical interest
US7983927B2 (en) 2007-07-31 2011-07-19 Peer Fusion Llc System and method of managing community based and content based information networks
EP2181428A4 (en) * 2007-08-06 2012-06-06 Thomson Licensing Method and system for product services analysis and optimization
EP2176730A4 (en) * 2007-08-08 2011-04-20 Baynote Inc Method and apparatus for context-based content recommendation
KR100954624B1 (en) * 2007-08-10 2010-04-28 야후! 인크. Method and system for providing content according to personal preference
US20090055242A1 (en) * 2007-08-24 2009-02-26 Gaurav Rewari Content identification and classification apparatus, systems, and methods
US8037009B2 (en) * 2007-08-27 2011-10-11 Red Hat, Inc. Systems and methods for linking an issue with an entry in a knowledgebase
US8654139B2 (en) * 2007-08-29 2014-02-18 Mckesson Technologies Inc. Methods and systems to transmit, view, and manipulate medical images in a general purpose viewing agent
US8103967B2 (en) * 2007-08-31 2012-01-24 Microsoft Corporation Generating and organizing references to online content
US20090070346A1 (en) * 2007-09-06 2009-03-12 Antonio Savona Systems and methods for clustering information
US8201081B2 (en) * 2007-09-07 2012-06-12 Google Inc. Systems and methods for processing inoperative document links
US20090070360A1 (en) * 2007-09-10 2009-03-12 International Business Machines Corporation Methods and systems involving social bookmarking
US8738733B1 (en) 2007-09-25 2014-05-27 Amazon Technologies, Inc. Dynamic control system for managing redirection of requests for content
US7716228B2 (en) * 2007-09-25 2010-05-11 Firstrain, Inc. Content quality apparatus, systems, and methods
US9361640B1 (en) 2007-10-01 2016-06-07 Amazon Technologies, Inc. Method and system for efficient order placement
US20090112847A1 (en) * 2007-10-31 2009-04-30 Circos.Com, Inc. Apparatus and method for enhancing a composition with relevant content pointers
US8520978B2 (en) * 2007-10-31 2013-08-27 Mckesson Technologies Inc. Methods, computer program products, apparatuses, and systems for facilitating viewing and manipulation of an image on a client device
US20090132285A1 (en) * 2007-10-31 2009-05-21 Mckesson Information Solutions Llc Methods, computer program products, apparatuses, and systems for interacting with medical data objects
JP5294612B2 (en) * 2007-11-15 2013-09-18 インターナショナル・ビジネス・マシーンズ・コーポレーション Method, apparatus and program for automatically generating reference marks in a virtual shared space
US7953731B2 (en) * 2007-11-19 2011-05-31 Cisco Technology, Inc. Enhancing and optimizing enterprise search
US8583633B2 (en) * 2007-11-30 2013-11-12 Ebay Inc. Using reputation measures to improve search relevance
JP4433326B2 (en) * 2007-12-04 2010-03-17 ソニー株式会社 Information processing apparatus and method, and program
US8271357B2 (en) 2007-12-11 2012-09-18 Ebay Inc. Presenting items based on activity rates
US20090157612A1 (en) * 2007-12-14 2009-06-18 Microsoft Corporation User-created search results in an incentive scheme
US8136034B2 (en) * 2007-12-18 2012-03-13 Aaron Stanton System and method for analyzing and categorizing text
US8117060B2 (en) * 2007-12-20 2012-02-14 Ebay Inc. Geographic demand distribution and forecast
US8046675B2 (en) * 2007-12-28 2011-10-25 Yahoo! Inc. Method of creating graph structure from time-series of attention data
EP2083364A1 (en) 2008-01-25 2009-07-29 DEVONtechnologies, LLC Method for retrieving a document, a computer-readable medium, a computer program product, and a system that facilitates retrieving a document
US20090216724A1 (en) * 2008-01-25 2009-08-27 Buzka Pty Ltd Network resources structuring system
US20090198488A1 (en) * 2008-02-05 2009-08-06 Eric Arno Vigen System and method for analyzing communications using multi-placement hierarchical structures
KR20090087269A (en) * 2008-02-12 2009-08-17 삼성전자주식회사 Method and apparatus for information processing based on context, and computer readable medium thereof
US20090216859A1 (en) * 2008-02-22 2009-08-27 Anthony James Dolling Method and apparatus for sharing content among multiple users
US8412702B2 (en) * 2008-03-12 2013-04-02 Yahoo! Inc. System, method, and/or apparatus for reordering search results
US20090232134A1 (en) * 2008-03-14 2009-09-17 Thierry Lamouline Indirect address connection service over an extended network
US20090234837A1 (en) * 2008-03-14 2009-09-17 Yahoo! Inc. Search query
US10242104B2 (en) * 2008-03-31 2019-03-26 Peekanalytics, Inc. Distributed personal information aggregator
GB2471432A (en) * 2008-04-03 2010-12-29 Icurrent Inc Information display system based on user profile data with assisted and explicit profile modification
JP5166949B2 (en) * 2008-04-10 2013-03-21 株式会社エヌ・ティ・ティ・ドコモ RECOMMENDATION INFORMATION GENERATION DEVICE AND RECOMMENDATION INFORMATION GENERATION METHOD
US20090259620A1 (en) * 2008-04-11 2009-10-15 Ahene Nii A Method and system for real-time data searches
US7949643B2 (en) * 2008-04-29 2011-05-24 Yahoo! Inc. Method and apparatus for rating user generated content in search results
US9135328B2 (en) * 2008-04-30 2015-09-15 Yahoo! Inc. Ranking documents through contextual shortcuts
US20090276425A1 (en) * 2008-05-01 2009-11-05 Phillips Anthony H Encoding search results as a search permanent link uniform resource locator
US20090281994A1 (en) * 2008-05-09 2009-11-12 Byron Robert V Interactive Search Result System, and Method Therefor
US20090282045A1 (en) * 2008-05-09 2009-11-12 Business Objects, S.A. Apparatus and method for accessing data in a multi-tenant database according to a trust hierarchy
US8250054B2 (en) * 2008-05-13 2012-08-21 Enpulz, L.L.C. Network search engine utilizing client browser favorites
US8725716B1 (en) * 2008-05-30 2014-05-13 Google Inc. Customized web summaries and alerts based on custom search engines
US8117205B2 (en) * 2008-07-08 2012-02-14 International Business Machines Corporation Technique for enhancing a set of website bookmarks by finding related bookmarks based on a latent similarity metric
US8312032B2 (en) 2008-07-10 2012-11-13 Google Inc. Dictionary suggestions for partial user entries
US8273182B2 (en) * 2008-07-15 2012-09-25 WLR Enterprises, LLC Devices and methods for cleaning and drying ice skate blades
US7991757B2 (en) * 2008-08-12 2011-08-02 Amazon Technologies, Inc. System for obtaining recommendations from multiple recommenders
US7991650B2 (en) 2008-08-12 2011-08-02 Amazon Technologies, Inc. System for obtaining recommendations from multiple recommenders
CN101661476A (en) * 2008-08-26 2010-03-03 华为技术有限公司 Search method and system
TW201013430A (en) 2008-09-17 2010-04-01 Ibm Method and system for providing suggested tags associated with a target page for manipulation by a user
US20110264537A1 (en) * 2008-09-18 2011-10-27 Nhn Business Platform Corporation Method for billing for search advertisement based on publication ratio, system and computer-readable recording medium
US20100095219A1 (en) * 2008-10-15 2010-04-15 Maciej Stachowiak Selective history data structures
US8140463B2 (en) * 2008-10-19 2012-03-20 Eduworks Corporation Automated metadata generation of learning and knowledge objects
US8316020B1 (en) * 2008-12-09 2012-11-20 Amdocs Software Systems Limited System, method, and computer program for creating a group profile based on user profile attributes and a rule
US7934161B1 (en) * 2008-12-09 2011-04-26 Jason Adam Denise Electronic search interface technology
US8055638B2 (en) * 2008-12-11 2011-11-08 Microsoft Corporation Providing recent history with search results
US8060524B2 (en) * 2008-12-11 2011-11-15 Microsoft Corporation History answer for re-finding search results
US8275789B2 (en) * 2008-12-15 2012-09-25 International Business Machines Corporation Collaborative bookmarking
US8965926B2 (en) * 2008-12-17 2015-02-24 Microsoft Corporation Techniques for managing persistent document collections
US8166016B2 (en) * 2008-12-19 2012-04-24 Yahoo! Inc. System and method for automated service recommendations
US20100185616A1 (en) * 2009-01-14 2010-07-22 Cbs Interactive, Inc. Systems and methods for predictive recommendations
US8078617B1 (en) * 2009-01-20 2011-12-13 Google Inc. Model based ad targeting
US9607324B1 (en) 2009-01-23 2017-03-28 Zakta, LLC Topical trust network
US10191982B1 (en) 2009-01-23 2019-01-29 Zakata, LLC Topical search portal
US10007729B1 (en) 2009-01-23 2018-06-26 Zakta, LLC Collaboratively finding, organizing and/or accessing information
KR101292632B1 (en) * 2009-03-23 2013-08-02 후지쯔 가부시끼가이샤 Method of recommending content, method of creating recommendation information, computer-readable medium storing content recommendation program, content recommendation server, and content-providing system
US9245033B2 (en) 2009-04-02 2016-01-26 Graham Holdings Company Channel sharing
US8661030B2 (en) 2009-04-09 2014-02-25 Microsoft Corporation Re-ranking top search results
US20100268704A1 (en) * 2009-04-15 2010-10-21 Mitac Technology Corp. Method of searching information and ranking search results, user terminal and internet search server with the method applied thereto
US20100281025A1 (en) * 2009-05-04 2010-11-04 Motorola, Inc. Method and system for recommendation of content items
US20100287129A1 (en) * 2009-05-07 2010-11-11 Yahoo!, Inc., a Delaware corporation System, method, or apparatus relating to categorizing or selecting potential search results
US8122041B2 (en) * 2009-05-08 2012-02-21 Microsoft Corporation Sharing and collaboration of search findings
US20100293206A1 (en) * 2009-05-12 2010-11-18 Tatu Ylonen Oy Ltd Clustering related objects during garbage collection
US8996550B2 (en) 2009-06-03 2015-03-31 Google Inc. Autocompletion for partially entered query
EP2280354A1 (en) * 2009-07-20 2011-02-02 Hewlett-Packard Development Company, L.P. Methods and apparatus for bookmarking
US20110040753A1 (en) * 2009-08-11 2011-02-17 Steve Knight Personalized search engine
US20110047213A1 (en) * 2009-08-20 2011-02-24 Alan David Manuel Method and process for identifying trusted information of interest
US20110060745A1 (en) * 2009-09-04 2011-03-10 Leonard Hoffman Method and system for configurable index generation and application
US20110184813A1 (en) * 2009-09-14 2011-07-28 Cbs Interactive, Inc. Targeting offers to users of a web site
US9015148B2 (en) * 2009-09-21 2015-04-21 Microsoft Corporation Suggesting related search queries during web browsing
CN102043805A (en) * 2009-10-19 2011-05-04 阿里巴巴集团控股有限公司 Method and device for generating Internet navigation page
US20110154209A1 (en) * 2009-12-22 2011-06-23 At&T Intellectual Property I, L.P. Platform for proactive discovery and delivery of personalized content to targeted enterprise users
US20110153644A1 (en) * 2009-12-22 2011-06-23 Nokia Corporation Method and apparatus for utilizing a scalable data structure
US8661361B2 (en) 2010-08-26 2014-02-25 Sitting Man, Llc Methods, systems, and computer program products for navigating between visual components
US9715332B1 (en) 2010-08-26 2017-07-25 Cypress Lake Software, Inc. Methods, systems, and computer program products for navigating between visual components
US8780130B2 (en) 2010-11-30 2014-07-15 Sitting Man, Llc Methods, systems, and computer program products for binding attributes between visual components
US8732171B2 (en) * 2010-01-28 2014-05-20 Microsoft Corporation Providing query suggestions
US10397639B1 (en) 2010-01-29 2019-08-27 Sitting Man, Llc Hot key systems and methods
JP5171854B2 (en) * 2010-02-09 2013-03-27 日立ビークルエナジー株式会社 Lithium secondary battery
US8339094B2 (en) * 2010-03-11 2012-12-25 GM Global Technology Operations LLC Methods, systems and apparatus for overmodulation of a five-phase machine
US9760634B1 (en) 2010-03-23 2017-09-12 Firstrain, Inc. Models for classifying documents
US20110238670A1 (en) * 2010-03-23 2011-09-29 Microsoft Corporation Crowd-sourcing and contextual reclassification of rated content
US8463789B1 (en) 2010-03-23 2013-06-11 Firstrain, Inc. Event detection
US8930351B1 (en) * 2010-03-31 2015-01-06 Google Inc. Grouping of users
US20110246439A1 (en) * 2010-04-06 2011-10-06 Microsoft Corporation Augmented query search
US8880520B2 (en) * 2010-04-21 2014-11-04 Yahoo! Inc. Selectively adding social dimension to web searches
US20110270828A1 (en) * 2010-04-29 2011-11-03 Microsoft Corporation Providing search results in response to a search query
CN102279856B (en) 2010-06-09 2013-10-02 阿里巴巴集团控股有限公司 Method and system for realizing website navigation
CN102279851B (en) * 2010-06-12 2017-05-03 阿里巴巴集团控股有限公司 Intelligent navigation method, device and system
US10817555B2 (en) 2010-07-03 2020-10-27 Edmond K. Chow Resource hubs for heterogeneous groups
WO2012003779A1 (en) * 2010-07-03 2012-01-12 Vitacount Limited Resource hubs for heterogeneous groups
US20120084669A1 (en) * 2010-09-30 2012-04-05 International Business Machines Corporation Dynamic group generation
US9152726B2 (en) 2010-12-01 2015-10-06 Microsoft Technology Licensing, Llc Real-time personalized recommendation of location-related entities
US10068266B2 (en) 2010-12-02 2018-09-04 Vinimaya Inc. Methods and systems to maintain, check, report, and audit contract and historical pricing in electronic procurement
US8484191B2 (en) 2010-12-16 2013-07-09 Yahoo! Inc. On-line social search
US8688691B2 (en) 2011-01-13 2014-04-01 International Business Machines Corporation Relevancy ranking of search results in a network based upon a user's computer-related activities
US8543577B1 (en) 2011-03-02 2013-09-24 Google Inc. Cross-channel clusters of information
US8725743B2 (en) * 2011-04-07 2014-05-13 Microsoft Corporation Accessible commanding interface
US11841912B2 (en) 2011-05-01 2023-12-12 Twittle Search Limited Liability Company System for applying natural language processing and inputs of a group of users to infer commonly desired search results
US20120278318A1 (en) * 2011-05-01 2012-11-01 Reznik Alan M Systems and methods for facilitating enhancements to electronic group searches
US8793312B2 (en) * 2011-05-20 2014-07-29 Cisco Technology, Inc. Bridging social silos for knowledge discovery and sharing
US9436726B2 (en) 2011-06-23 2016-09-06 BCM International Regulatory Analytics LLC System, method and computer program product for a behavioral database providing quantitative analysis of cross border policy process and related search capabilities
US8583654B2 (en) 2011-07-27 2013-11-12 Google Inc. Indexing quoted text in messages in conversations to support advanced conversation-based searching
US9141590B1 (en) * 2011-08-03 2015-09-22 Amazon Technologies, Inc. Remotely stored bookmarks embedded as webpage content
US8516110B2 (en) * 2011-08-24 2013-08-20 International Business Machines Corporation Automated availability data collection and reporting for system management environments
US9218605B2 (en) * 2011-09-21 2015-12-22 Nokia Technologies Oy Method and apparatus for managing recommendation models
US8868590B1 (en) * 2011-11-17 2014-10-21 Sri International Method and system utilizing a personalized user model to develop a search request
EP2639714A4 (en) * 2011-12-13 2015-03-04 Nec Corp Information collection device, system, method, and program
US9342612B2 (en) * 2011-12-19 2016-05-17 Facebook, Inc. Personalized bookmarks for social networking system actions based on user activity
US8930339B2 (en) 2012-01-03 2015-01-06 Microsoft Corporation Search engine performance evaluation using a task-based assessment metric
CN103218719B (en) 2012-01-19 2016-12-07 阿里巴巴集团控股有限公司 A kind of e-commerce website air navigation aid and system
US8521735B1 (en) 2012-02-27 2013-08-27 Google Inc. Anonymous personalized recommendation method
CN103377201B (en) * 2012-04-17 2017-11-03 腾讯科技(深圳)有限公司 Information search method and device
US9785883B2 (en) 2012-04-27 2017-10-10 Excalibur Ip, Llc Avatars for use with personalized generalized content recommendations
US8996530B2 (en) * 2012-04-27 2015-03-31 Yahoo! Inc. User modeling for personalized generalized content recommendations
US9836545B2 (en) 2012-04-27 2017-12-05 Yahoo Holdings, Inc. Systems and methods for personalized generalized content recommendations
WO2013180437A1 (en) * 2012-05-28 2013-12-05 Samsung Electronics Co., Ltd. A method and system for enhancing user experience during an ongoing content viewing activity
US9292505B1 (en) 2012-06-12 2016-03-22 Firstrain, Inc. Graphical user interface for recurring searches
US9007635B2 (en) * 2012-06-18 2015-04-14 Canon Kabushiki Kaisha Image-forming apparatus communicating with an information-processing apparatus
US9111319B2 (en) 2012-06-26 2015-08-18 Researchgate Gmbh System, computer program product and computer-implemented method for sharing academic user profiles and ranking academic users
US9465889B2 (en) 2012-07-05 2016-10-11 Physion Consulting, LLC Method and system for identifying data and users of interest from patterns of user interaction with existing data
EP2682910A1 (en) * 2012-07-06 2014-01-08 Axel Springer Digital TV Guide GmbH Device and method for automatic filter adjustment
US20140019546A1 (en) * 2012-07-13 2014-01-16 Telibrahma Convergent Communications Pvt. Ltd. Method and system for creating a user profile to provide personalized results
US9245428B2 (en) 2012-08-02 2016-01-26 Immersion Corporation Systems and methods for haptic remote control gaming
US9275149B2 (en) 2012-08-22 2016-03-01 International Business Machines Corporation Utilizing social network relevancy as a factor in ranking search results
US10261938B1 (en) 2012-08-31 2019-04-16 Amazon Technologies, Inc. Content preloading using predictive models
US10198776B2 (en) 2012-09-21 2019-02-05 Graham Holdings Company System and method for delivering an open profile personalization system through social media based on profile data structures that contain interest nodes or channels
US9323767B2 (en) 2012-10-01 2016-04-26 Longsand Limited Performance and scalability in an intelligent data operating layer system
US20140108408A1 (en) * 2012-10-11 2014-04-17 Microsoft Corporation Topic collections
US9020962B2 (en) 2012-10-11 2015-04-28 Wal-Mart Stores, Inc. Interest expansion using a taxonomy
US20140109137A1 (en) * 2012-10-11 2014-04-17 Faisal Mushtaq Method and apparatus for user interaction with programs utilizing closed captioning data content
US9495470B2 (en) 2012-11-21 2016-11-15 Microsoft Technology Licensing, Llc Bookmarking for electronic books
US9672292B2 (en) 2012-11-21 2017-06-06 Microsoft Technology Licensing, Llc Affinity-based page navigation
US9443016B2 (en) * 2013-02-08 2016-09-13 Verbify Inc. System and method for generating and interacting with a contextual search stream
US9569440B2 (en) 2013-02-22 2017-02-14 Sony Corporation Method and apparatus for content manipulation
US9529928B2 (en) 2013-03-05 2016-12-27 International Business Machines Corporation Intelligent categorization of bookmarks
US9602607B2 (en) 2013-05-10 2017-03-21 International Business Machines Corporation Query-driven virtual social network group
US10079737B2 (en) * 2013-09-13 2018-09-18 Clicktale Ltd. Method and system for generating comparable visual maps for browsing activity analysis
US11238056B2 (en) 2013-10-28 2022-02-01 Microsoft Technology Licensing, Llc Enhancing search results with social labels
US9542440B2 (en) 2013-11-04 2017-01-10 Microsoft Technology Licensing, Llc Enterprise graph search based on object and actor relationships
CN103559288A (en) 2013-11-08 2014-02-05 惠州Tcl移动通信有限公司 Method and mobile terminal for intelligent collecting and sharing
US10324987B2 (en) * 2013-12-31 2019-06-18 Samsung Electronics Co., Ltd. Application search using device capabilities
US11645289B2 (en) 2014-02-04 2023-05-09 Microsoft Technology Licensing, Llc Ranking enterprise graph queries
US9870432B2 (en) 2014-02-24 2018-01-16 Microsoft Technology Licensing, Llc Persisted enterprise graph queries
US11657060B2 (en) 2014-02-27 2023-05-23 Microsoft Technology Licensing, Llc Utilizing interactivity signals to generate relationships and promote content
US10757201B2 (en) 2014-03-01 2020-08-25 Microsoft Technology Licensing, Llc Document and content feed
US10169457B2 (en) 2014-03-03 2019-01-01 Microsoft Technology Licensing, Llc Displaying and posting aggregated social activity on a piece of enterprise content
US10255563B2 (en) 2014-03-03 2019-04-09 Microsoft Technology Licensing, Llc Aggregating enterprise graph content around user-generated topics
US10394827B2 (en) 2014-03-03 2019-08-27 Microsoft Technology Licensing, Llc Discovering enterprise content based on implicit and explicit signals
US10482131B2 (en) * 2014-03-10 2019-11-19 Eustus Dwayne Nelson Collaborative clustering feed reader
US9836765B2 (en) 2014-05-19 2017-12-05 Kibo Software, Inc. System and method for context-aware recommendation through user activity change detection
US9319442B2 (en) 2014-05-28 2016-04-19 Cisco Technology, Inc. Real-time agent for actionable ad-hoc collaboration in an existing collaboration session
CN105224547A (en) * 2014-06-05 2016-01-06 阿里巴巴集团控股有限公司 The disposal route of object set and satisfaction thereof and device
US10061826B2 (en) 2014-09-05 2018-08-28 Microsoft Technology Licensing, Llc. Distant content discovery
US10127318B2 (en) * 2015-01-06 2018-11-13 International Business Machines Corporation Distributed failover for unavailable content
US20180004845A1 (en) * 2015-10-16 2018-01-04 Carlos A. Munoz Web Based Information Search Method
US10331679B2 (en) * 2015-10-30 2019-06-25 At&T Intellectual Property I, L.P. Method and apparatus for providing a recommendation for learning about an interest of a user
US10929770B2 (en) * 2015-12-01 2021-02-23 Facebook, Inc. Systems and methods for recommending pages
US10534783B1 (en) 2016-02-08 2020-01-14 Microstrategy Incorporated Enterprise search
US20170351674A1 (en) * 2016-06-01 2017-12-07 Microsoft Technology Licensing, Llc Personalized task continuation assistant
KR102010418B1 (en) * 2017-04-03 2019-08-14 네이버 주식회사 Method and system for subject-based ranking considering writer-reader interaction
US10643178B1 (en) 2017-06-16 2020-05-05 Coupa Software Incorporated Asynchronous real-time procurement system
CN107491552A (en) * 2017-08-30 2017-12-19 深圳市中润四方信息技术有限公司 A kind of method and system of tax knowledge push
CN110020153B (en) * 2017-11-30 2022-02-25 北京搜狗科技发展有限公司 Searching method and device
US10826862B1 (en) 2018-02-27 2020-11-03 Amazon Technologies, Inc. Generation and transmission of hierarchical notifications to networked devices
US10282359B1 (en) * 2018-03-30 2019-05-07 Atlassian Pty Ltd Search based on group relevance
CN109033228A (en) * 2018-06-29 2018-12-18 北京百度网讯科技有限公司 A kind of determination method, apparatus, server and the storage medium of recommendation list
US11328086B2 (en) * 2018-09-06 2022-05-10 Microsoft Technology Licensing, Llc Privacy disclosure
US11526567B2 (en) * 2018-10-17 2022-12-13 International Business Machines Corporation Contextualizing searches in a collaborative session
US20200125680A1 (en) * 2018-10-22 2020-04-23 NEGENTROPICS Mesterséges Intelligencia Kutató és Fejlesztõ Kft. Systems and methods for producing search results based on user preferences
US11397745B1 (en) 2019-03-26 2022-07-26 Grant Carter Hemingway System and method for determining rankings, searching, and generating reports of profiles and personal information
CN111222076B (en) * 2020-04-16 2020-08-07 江西软云科技股份有限公司 Topic pushing method, system, readable storage medium and computer equipment
CN112632398A (en) * 2021-01-12 2021-04-09 武汉天源迪科数据科技有限公司 Community hot information recommendation system based on data acquisition

Family Cites Families (51)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5113340A (en) 1988-05-25 1992-05-12 Franklin Electronic Publishers, Incorporated Search improvements for electronic spelling machine
US4839853A (en) 1988-09-15 1989-06-13 Bell Communications Research, Inc. Computer information retrieval using latent semantic structure
US5301109A (en) 1990-06-11 1994-04-05 Bell Communications Research, Inc. Computerized cross-language document retrieval using latent semantic indexing
US5317507A (en) 1990-11-07 1994-05-31 Gallant Stephen I Method for document retrieval and for word sense disambiguation using neural networks
US5666526A (en) * 1993-09-02 1997-09-09 Microsoft Corp. Method and system for supporting scrollable, updatable database queries
US5265065A (en) 1991-10-08 1993-11-23 West Publishing Company Method and apparatus for information retrieval from a database by replacing domain specific stemmed phases in a natural language to create a search query
US5442778A (en) 1991-11-12 1995-08-15 Xerox Corporation Scatter-gather: a cluster-based method and apparatus for browsing large document collections
US5446891A (en) 1992-02-26 1995-08-29 International Business Machines Corporation System for adjusting hypertext links with weighed user goals and activities
US5638543A (en) 1993-06-03 1997-06-10 Xerox Corporation Method and apparatus for automatic document summarization
US6243071B1 (en) * 1993-11-03 2001-06-05 Apple Computer, Inc. Tool set for navigating through an electronic book
US5592375A (en) 1994-03-11 1997-01-07 Eagleview, Inc. Computer-assisted system for interactively brokering goods or services between buyers and sellers
US5630125A (en) 1994-05-23 1997-05-13 Zellweger; Paul Method and apparatus for information management using an open hierarchical data structure
US5659766A (en) 1994-09-16 1997-08-19 Xerox Corporation Method and apparatus for inferring the topical content of a document based upon its lexical content without supervision
US5687364A (en) 1994-09-16 1997-11-11 Xerox Corporation Method for learning to infer the topical content of documents based upon their lexical content
JP3647518B2 (en) 1994-10-06 2005-05-11 ゼロックス コーポレイション Device that highlights document images using coded word tokens
US5749081A (en) 1995-04-06 1998-05-05 Firefly Network, Inc. System and method for recommending items to a user
US5748954A (en) 1995-06-05 1998-05-05 Carnegie Mellon University Method for searching a queued and ranked constructed catalog of files stored on a network
US6041311A (en) 1995-06-30 2000-03-21 Microsoft Corporation Method and apparatus for item recommendation using automated collaborative filtering
US6092049A (en) 1995-06-30 2000-07-18 Microsoft Corporation Method and apparatus for efficiently recommending items using automated collaborative filtering and feature-guided automated collaborative filtering
US5729495A (en) * 1995-09-29 1998-03-17 Altera Corporation Dynamic nonvolatile memory cell
US6029175A (en) * 1995-10-26 2000-02-22 Teknowledge Corporation Automatic retrieval of changed files by a network software agent
JP3612125B2 (en) * 1995-12-14 2005-01-19 株式会社東芝 Information filtering method and information filtering apparatus
AU1566597A (en) * 1995-12-27 1997-08-11 Gary B. Robinson Automated collaborative filtering in world wide web advertising
US5802515A (en) 1996-06-11 1998-09-01 Massachusetts Institute Of Technology Randomized query generation and document relevance ranking for robust information retrieval from a database
US5813007A (en) * 1996-06-20 1998-09-22 Sun Microsystems, Inc. Automatic updates of bookmarks in a client computer
US5909845A (en) * 1996-06-28 1999-06-08 S. C. Johnson & Son, Inc. Wick-based liquid emanation system with child-resistant overcap
US5907845A (en) * 1996-07-26 1999-05-25 International Business Machines Corporation Method and system for organizing on-line books using bookcases
US5909207A (en) * 1996-08-26 1999-06-01 E-Book Systems Pte Ltd Browsing system and method for computer information
DE69624809T2 (en) 1996-08-28 2003-07-03 Koninkl Philips Electronics Nv Method and system for selecting an information item
US5847708A (en) 1996-09-25 1998-12-08 Ricoh Corporation Method and apparatus for sorting information
US5796393A (en) * 1996-11-08 1998-08-18 Compuserve Incorporated System for intergrating an on-line service community with a foreign service
US6049812A (en) * 1996-11-18 2000-04-11 International Business Machines Corp. Browser and plural active URL manager for network computers
US5924105A (en) 1997-01-27 1999-07-13 Michigan State University Method and product for determining salient features for use in information searching
CA2268571C (en) 1997-02-07 2010-04-06 General Internet, Inc. Collaborative internet data mining system
US6098065A (en) * 1997-02-13 2000-08-01 Nortel Networks Corporation Associative search engine
US5875446A (en) * 1997-02-24 1999-02-23 International Business Machines Corporation System and method for hierarchically grouping and ranking a set of objects in a query context based on one or more relationships
US6138128A (en) * 1997-04-02 2000-10-24 Microsoft Corp. Sharing and organizing world wide web references using distinctive characters
US5835905A (en) 1997-04-09 1998-11-10 Xerox Corporation System for predicting documents relevant to focus documents by spreading activation through network representations of a linked collection of documents
US6460034B1 (en) * 1997-05-21 2002-10-01 Oracle Corporation Document knowledge base research and retrieval system
US6005568A (en) * 1997-09-30 1999-12-21 The United States Of America As Represented By The Secretary Of The Navy Computer system providing platform independent universal client device
US6037934A (en) 1997-11-21 2000-03-14 International Business Machines Corporation Named bookmark sets
US6100890A (en) * 1997-11-25 2000-08-08 International Business Machines Corporation Automatic bookmarks
US6032162A (en) * 1998-01-08 2000-02-29 Burke; Alexander James System for processing and storing internet bookmark address links
US6085226A (en) 1998-01-15 2000-07-04 Microsoft Corporation Method and apparatus for utility-directed prefetching of web pages into local cache using continual computation and user models
US6185598B1 (en) * 1998-02-10 2001-02-06 Digital Island, Inc. Optimized network resource location
US6055508A (en) * 1998-06-05 2000-04-25 Yeda Research And Development Co. Ltd. Method for secure accounting and auditing on a communications network
US6256633B1 (en) * 1998-06-25 2001-07-03 U.S. Philips Corporation Context-based and user-profile driven information retrieval
US6363377B1 (en) * 1998-07-30 2002-03-26 Sarnoff Corporation Search data processor
US6253202B1 (en) * 1998-09-18 2001-06-26 Tacit Knowledge Systems, Inc. Method, system and apparatus for authorizing access by a first user to a knowledge profile of a second user responsive to an access request from the first user
CA2299035A1 (en) * 1999-02-16 2000-08-16 Nectaris Technologies Ltd. System and method for sharing bookmark information
US6327590B1 (en) * 1999-05-05 2001-12-04 Xerox Corporation System and method for collaborative ranking of search results employing user and group profiles derived from document collection content analysis

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
HIRAIWA S ET AL: "INFO-PLAZA: A SOCIAL INFORMATION FILTERING SYSTEM FOR THE WORLD-WIDE WEB" PROCEEDINGS OF THE INTERNATIONAL CONFERENCE ON PARALLEL AND DISTRIBUTED SYSTEMS, IEEE COMPUTER SOCIETY INC., LOS ALAMITOS, CA, US, 3 June 1996 (1996-06-03), pages 10-15, XP000613317 *
KELLER R M ET AL: "A bookmarking service for organizing and sharing URLs" COMPUTER NETWORKS AND ISDN SYSTEMS, NORTH HOLLAND PUBLISHING. AMSTERDAM, NL, vol. 29, no. 8-13, 1 September 1997 (1997-09-01), pages 1103-1114, XP004095308 ISSN: 0169-7552 *
VOGELE K ET AL: "SLINKY: A URL SERVER" PROCEEDINGS OF THE ANNUAL CONFERENCE ON EMERGING TECHNOLOGIES AND APPLICATIONS IN COMMUNICATIONS, XX, XX, August 1996 (1996-08), pages 120-123, XP002923327 *

Cited By (78)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1221658A2 (en) * 2000-12-15 2002-07-10 Xerox Corporation Method of displaying hypertext based on a prominence rating
EP1221658A3 (en) * 2000-12-15 2005-01-05 Xerox Corporation Method of displaying hypertext based on a prominence rating
EP1351161A4 (en) * 2001-05-30 2004-04-14 Matsushita Electric Ind Co Ltd Terminal apparatus, server, content data storage method, and program for executing the method
US7660722B2 (en) 2001-05-30 2010-02-09 Panasonic Corporation Terminal apparatus, server, content data storage method, and program for executing the method
EP1351161A1 (en) * 2001-05-30 2003-10-08 Matsushita Electric Industrial Co., Ltd. TERMINAL APPARATUS, SERVER, CONTENT DATA STORAGE METHOD, AND PROGRAM FOR EXECUTING THE METHOD
EP1412874A4 (en) * 2001-07-27 2007-10-17 Quigo Technologies Inc System and method for automated tracking and analysis of document usage
EP1412874A2 (en) * 2001-07-27 2004-04-28 Quigo Technologies Inc. System and method for automated tracking and analysis of document usage
US7133862B2 (en) 2001-08-13 2006-11-07 Xerox Corporation System with user directed enrichment and import/export control
US6928425B2 (en) 2001-08-13 2005-08-09 Xerox Corporation System for propagating enrichment between documents
US8239413B2 (en) 2001-08-13 2012-08-07 Xerox Corporation System with user directed enrichment
US7117432B1 (en) 2001-08-13 2006-10-03 Xerox Corporation Meta-document management system with transit triggered enrichment
US6732090B2 (en) 2001-08-13 2004-05-04 Xerox Corporation Meta-document management system with user definable personalities
US6778979B2 (en) 2001-08-13 2004-08-17 Xerox Corporation System for automatically generating queries
US6820075B2 (en) 2001-08-13 2004-11-16 Xerox Corporation Document-centric system with auto-completion
US7647349B2 (en) 2001-08-13 2010-01-12 Xerox Corporation System with user directed enrichment and import/export control
US7941446B2 (en) 2001-08-13 2011-05-10 Xerox Corporation System with user directed enrichment
US7769757B2 (en) 2001-08-13 2010-08-03 Xerox Corporation System for automatically generating queries
US8219557B2 (en) 2001-08-13 2012-07-10 Xerox Corporation System for automatically generating queries
US7809710B2 (en) 2001-08-14 2010-10-05 Quigo Technologies Llc System and method for extracting content for submission to a search engine
GB2381902B (en) * 2001-08-29 2004-06-02 Nec Corp Bookmark managing system and method for use with internet terminals
US7324997B2 (en) 2001-08-29 2008-01-29 Nec Corporation Bookmark managing system and bookmark managing method
JP2003067328A (en) * 2001-08-29 2003-03-07 Nec Corp Bookmark management system and bookmark management method
GB2381902A (en) * 2001-08-29 2003-05-14 Nec Corp Bookmark managing system and bookmark managing method
WO2003023650A2 (en) * 2001-09-07 2003-03-20 Peter Krug Method and device for determining relevant objects
WO2003023650A3 (en) * 2001-09-07 2003-09-12 Peter Krug Method and device for determining relevant objects
GB2383158A (en) * 2001-11-01 2003-06-18 Hewlett Packard Co Accessing remote bookmark lists
EP1485825A1 (en) * 2002-02-04 2004-12-15 Cataphora, Inc. A method and apparatus for sociological data mining
US8135711B2 (en) 2002-02-04 2012-03-13 Cataphora, Inc. Method and apparatus for sociological data analysis
EP1485825A4 (en) * 2002-02-04 2008-03-19 Cataphora Inc A method and apparatus for sociological data mining
US7386439B1 (en) 2002-02-04 2008-06-10 Cataphora, Inc. Data mining by retrieving causally-related documents not individually satisfying search criteria used
US7058643B2 (en) 2002-05-22 2006-06-06 Agilent Technologies, Inc. System, tools and methods to facilitate identification and organization of new information based on context of user's existing information
EP1365332A3 (en) * 2002-05-22 2005-07-06 Agilent Technologies, Inc. Identification and organization of new information
EP1365332A2 (en) * 2002-05-22 2003-11-26 Agilent Technologies, Inc. Identification and organization of new information
US9946788B2 (en) 2002-07-23 2018-04-17 Oath Inc. System and method for automated mapping of keywords and key phrases to documents
EP1540862A4 (en) * 2002-08-29 2006-06-28 Nokia Corp System and method for providing context sensitive recommendations to digital services
WO2004021613A1 (en) 2002-08-29 2004-03-11 Nokia Corporation System and method for providing context sensitive recommendations to digital services
US7570943B2 (en) 2002-08-29 2009-08-04 Nokia Corporation System and method for providing context sensitive recommendations to digital services
EP1540862A1 (en) * 2002-08-29 2005-06-15 Nokia Corporation System and method for providing context sensitive recommendations to digital services
US10552490B2 (en) 2002-09-03 2020-02-04 Future Search Holdings, Inc. Methods and systems for search indexing
US8856093B2 (en) 2002-09-03 2014-10-07 William Gross Methods and systems for search indexing
EP1567928A2 (en) * 2002-09-03 2005-08-31 X1 Technologies LLC Apparatus and methods for locating data
US7424510B2 (en) 2002-09-03 2008-09-09 X1 Technologies, Inc. Methods and systems for Web-based incremental searches
US8498977B2 (en) 2002-09-03 2013-07-30 William Gross Methods and systems for search indexing
US7496559B2 (en) 2002-09-03 2009-02-24 X1 Technologies, Inc. Apparatus and methods for locating data
US8019741B2 (en) 2002-09-03 2011-09-13 X1 Technologies, Inc. Apparatus and methods for locating data
EP1567928A4 (en) * 2002-09-03 2008-04-30 X1 Technologies Llc Apparatus and methods for locating data
US7519589B2 (en) 2003-02-04 2009-04-14 Cataphora, Inc. Method and apparatus for sociological data analysis
US7421660B2 (en) 2003-02-04 2008-09-02 Cataphora, Inc. Method and apparatus to visually present discussions for data mining purposes
EP1782281A4 (en) * 2004-06-18 2007-10-24 Pictothink Corp Network content organization tool
EP1782281A2 (en) * 2004-06-18 2007-05-09 Pictothink Corporation Network content organization tool
EP1640882A3 (en) * 2004-09-24 2006-05-17 Microsoft Corporation System and method for customising and sharing search preferences
EP1640882A2 (en) * 2004-09-24 2006-03-29 Microsoft Corporation System and method for customising and sharing search preferences
JP2008527568A (en) * 2005-01-14 2008-07-24 ヤフー! インコーポレイテッド Reputation-based search
EP1856634A4 (en) * 2005-01-14 2008-10-29 Yahoo Inc Reputation based search
EP1856634A2 (en) * 2005-01-14 2007-11-21 Yahoo! Inc. Reputation based search
KR101136197B1 (en) * 2005-01-14 2012-04-17 야후! 인크. Reputation based search
US7805673B2 (en) 2005-07-29 2010-09-28 Der Quaeler Loki Method and apparatus to provide a unified redaction system
EP1950664A4 (en) * 2005-11-16 2010-01-20 Nec Corp Mobile terminal device, url management method used for the same, and program thereof
EP1950664A1 (en) * 2005-11-16 2008-07-30 NEC Corporation Mobile terminal device, url management method used for the same, and program thereof
WO2007132342A1 (en) * 2006-05-17 2007-11-22 Yoono Documentary search procedure in a distributed information system
WO2007134894A1 (en) * 2006-05-20 2007-11-29 International Business Machines Corporation A method of bookmarking in an internet browser
CN101410834B (en) * 2006-05-20 2012-07-18 国际商业机器公司 Method of bookmarking in an internet browser
US9286407B2 (en) 2006-05-20 2016-03-15 International Business Machines Corporation Bookmarking internet resources in an internet browser
GB2439349A (en) * 2006-06-24 2007-12-27 Paul Robinson Centralised URL bookmark storage
US8819021B1 (en) 2007-01-26 2014-08-26 Ernst & Young U.S. Llp Efficient and phased method of processing large collections of electronic data known as “best match first”™ for electronic discovery and other related applications
US9471699B2 (en) 2007-12-25 2016-10-18 International Business Machines Corporation Managing bookmarks within a collaborative application
US8984044B2 (en) 2007-12-25 2015-03-17 International Business Machines Corporation Managing bookmarks within a collaborative application
US10795960B2 (en) 2007-12-25 2020-10-06 International Business Machines Corporation Managing bookmarks within a collaborative application
EP2096558A1 (en) * 2008-02-29 2009-09-02 Sony Corporation Method for generating an ordered list of content items
GB2464498A (en) * 2008-10-17 2010-04-21 Ibm Automatic intranet and internet detection for enhanced browsing and information discovery within collaborative applications
EP2402866A1 (en) 2010-06-29 2012-01-04 France Telecom Object recommendation method and system
EP2696299A1 (en) * 2012-08-08 2014-02-12 HighEnd Pte. Ltd. Website with enhanced book memos
US9659058B2 (en) 2013-03-22 2017-05-23 X1 Discovery, Inc. Methods and systems for federation of results from search indexing
US9880983B2 (en) 2013-06-04 2018-01-30 X1 Discovery, Inc. Methods and systems for uniquely identifying digital content for eDiscovery
US10346550B1 (en) 2014-08-28 2019-07-09 X1 Discovery, Inc. Methods and systems for searching and indexing virtual environments
US11238022B1 (en) 2014-08-28 2022-02-01 X1 Discovery, Inc. Methods and systems for searching and indexing virtual environments
CN113590958A (en) * 2021-08-02 2021-11-02 中国科学院深圳先进技术研究院 Continuous learning method of sequence recommendation model based on sample playback
CN113590958B (en) * 2021-08-02 2023-10-24 中国科学院深圳先进技术研究院 Continuous learning method of sequence recommendation model based on sample playback

Also Published As

Publication number Publication date
AU4695900A (en) 2000-11-17
BR0002300A (en) 2001-01-02
US7031961B2 (en) 2006-04-18
US6493702B1 (en) 2002-12-10
US20020016786A1 (en) 2002-02-07
WO2000067159A3 (en) 2002-03-28

Similar Documents

Publication Publication Date Title
US6493702B1 (en) System and method for searching and recommending documents in a collection using share bookmarks
US11547853B2 (en) Personalized network searching
US8612417B2 (en) Inverse search systems and methods
US7194454B2 (en) Method for organizing records of database search activity by topical relevance
JP5180983B2 (en) Search system and method integrating user annotations
US7685209B1 (en) Apparatus and method for normalizing user-selected keywords in a folksonomy
US20140344306A1 (en) Information service that gathers information from multiple information sources, processes the information, and distributes the information to multiple users and user communities through an information-service interface
US20110145225A1 (en) Customizable ordering of search results and predictive query generation
US20030023624A1 (en) Web browser interest terms
Ahamed et al. Deduce user search progression with feedback session
Patil et al. The Role of Web Content Mining and Web Usage Mining in Improving Search Result Delivery

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

AK Designated states

Kind code of ref document: A3

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP