US20150072709A1 - Integration of a computer-based message priority system with mobile electronic devices - Google Patents

Integration of a computer-based message priority system with mobile electronic devices Download PDF

Info

Publication number
US20150072709A1
US20150072709A1 US14/543,643 US201414543643A US2015072709A1 US 20150072709 A1 US20150072709 A1 US 20150072709A1 US 201414543643 A US201414543643 A US 201414543643A US 2015072709 A1 US2015072709 A1 US 2015072709A1
Authority
US
United States
Prior art keywords
user
text
alert
priority
electronic device
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US14/543,643
Inventor
Eric J. Horvitz
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Technology Licensing LLC
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 Microsoft Technology Licensing LLC filed Critical Microsoft Technology Licensing LLC
Priority to US14/543,643 priority Critical patent/US20150072709A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Publication of US20150072709A1 publication Critical patent/US20150072709A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/107Computer-aided management of electronic mailing [e-mailing]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/224Monitoring or handling of messages providing notification on incoming messages, e.g. pushed notifications of received messages
    • H04L51/24
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/226Delivery according to priorities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/02Services making use of location information
    • H04W4/025Services making use of location information using location based information parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/212Monitoring or handling of messages using filtering or selective blocking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/234Monitoring or handling of messages for tracking messages

Definitions

  • This invention relates generally to prioritized text such as prioritized email messages, and more particularly to electronic device alerting for such prioritized text.
  • a computer-implemented method first receives a text. The method generates a priority of the text, based on a text classifier such as a Bayesian classifier or a support-vector machine classifier. The method then alerts a user on an electronic device, such as a pager or a cellular phone, based on an alert criteria.
  • a text classifier such as a Bayesian classifier or a support-vector machine classifier.
  • the method then alerts a user on an electronic device, such as a pager or a cellular phone, based on an alert criteria.
  • Embodiments of the invention provide for advantages over the prior art.
  • a user may ask that he or she only be disturbed if the priority of the text is greater than a given threshold.
  • a given threshold For example, if the user receives over 100 different email, he or she will be alerted to the most important email, and then will be able to deal with the other email when the user has time.
  • Prioritization in other words, makes email much more useful in environments where a lot of email is exchanged on a regular basis.
  • Embodiments of the invention include computer-implemented methods, computer-readable media, and computerized systems of varying embodiments. Still other embodiments, advantages and aspects of the invention will become apparent by reading the following detailed description, and by reference to the drawings.
  • FIG. 1 is a diagram of an operating environment in conjunction with which embodiments of the invention may be practiced;
  • FIG. 2 is a diagram showing explicit and implicit training of a text classifier, according to an embodiment of the invention
  • FIG. 3 is a diagram showing how a priority for a text is generated by input to a text classifier, according to an embodiment of the invention
  • FIG. 4( a ) is a diagram of a scheme according to which the priority of a text can be classified, according to an embodiment of the invention
  • FIG. 4( b ) is a diagram of another scheme according to which the priority of a text can be classified, according to another embodiment of the invention.
  • FIG. 5( a ) is a graph showing linear cost functions of high, medium and low priority texts, according to an embodiment of the invention.
  • FIG. 5( b ) is a graph showing a non-linear cost function for a text, according to an embodiment of the invention.
  • FIG. 6 is a diagram showing classes of evidence that can be used to make an inference about a user's activity (e.g., if a user is present), according to one embodiment of the invention.
  • FIG. 7 is a diagram showing a Bayesian network that can be used for inferring a user's activity (e.g., if a user is present), according to one embodiment of the invention.
  • FIGS. 8-10 are influence diagrams showing how in one embodiment decision models can be utilized to make the decision as to how and when to alert a user to a message;
  • FIG. 11 is a flowchart of a method according to an embodiment of the invention.
  • FIG. 12 is a diagram of a system according to an embodiment of the invention.
  • FIG. 13 is a diagram of a system according to another embodiment of the invention.
  • FIG. 14 is a diagram of a user interface via which alert criteria can be modified, according to an embodiment of the invention.
  • FIG. 1 a diagram of the hardware and operating environment in conjunction with which embodiments of the invention may be practiced is shown.
  • the description of FIG. 1 is intended to provide a brief, general description of suitable computer hardware and a suitable computing environment in conjunction with which the invention may be implemented.
  • the invention is described in the general context of computer-executable instructions, such as program modules, being executed by a computer, such as a personal computer.
  • program modules include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types.
  • the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, network PC's, minicomputers, mainframe computers, and the like.
  • the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network.
  • program modules may be located in both local and remote memory storage devices.
  • the exemplary hardware and operating environment of FIG. 1 for implementing the invention includes a general purpose computing device in the form of a computer 20 , including a processing unit 21 , a system memory 22 , and a system bus 23 that operatively couples various system components include the system memory to the processing unit 21 .
  • a processing unit 21 There may be only one or there may be more than one processing unit 21 , such that the processor of computer 20 comprises a single central-processing unit (CPU), or a plurality of processing units, commonly referred to as a parallel processing environment.
  • the computer 20 may be a conventional computer, a distributed computer, or any other type of computer; the invention is not so limited.
  • the system bus 23 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
  • the system memory may also be referred to as simply the memory, and includes read only memory (ROM) 24 and random access memory (RAM) 25 .
  • ROM read only memory
  • RAM random access memory
  • a basic input/output system (BIOS) 26 containing the basic routines that help to transfer information between elements within the computer 20 , such as during start-up, is stored in ROM 24 .
  • the computer 20 further includes a hard disk drive 27 for reading from and writing to a hard disk, not shown, a magnetic disk drive 28 for reading from or writing to a removable magnetic disk 29 , and an optical disk drive 30 for reading from or writing to a removable optical disk 31 such as a CD ROM or other optical media.
  • a hard disk drive 27 for reading from and writing to a hard disk, not shown
  • a magnetic disk drive 28 for reading from or writing to a removable magnetic disk 29
  • an optical disk drive 30 for reading from or writing to a removable optical disk 31 such as a CD ROM or other optical media.
  • the hard disk drive 27 , magnetic disk drive 28 , and optical disk drive 30 are connected to the system bus 23 by a hard disk drive interface 32 , a magnetic disk drive interface 33 , and an optical disk drive interface 34 , respectively.
  • the drives and their associated computer-readable media provide nonvolatile storage of computer-readable instructions, data structures, program modules and other data for the computer 20 . It should be appreciated by those skilled in the art that any type of computer-readable media which can store data that is accessible by a computer, such as magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, random access memories (RAMs), read only memories (ROMs), and the like, may be used in the exemplary operating environment.
  • a number of program modules may be stored on the hard disk, magnetic disk 29 , optical disk 31 , ROM 24 , or RAM 25 , including an operating system 35 , one or more application programs 36 , other program modules 37 , and program data 38 .
  • a user may enter commands and information into the personal computer 20 through input devices such as a keyboard 40 and pointing device 42 .
  • Other input devices may include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • These and other input devices are often connected to the processing unit 21 through a serial port interface 46 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port, or a universal serial bus (USB).
  • a monitor 47 or other type of display device is also connected to the system bus 23 via an interface, such as a video adapter 48 .
  • computers typically include other peripheral output devices (not shown), such as speakers and printers.
  • the computer 20 may operate in a networked environment using logical connections to one or more remote computers, such as remote computer 49 . These logical connections are achieved by a communication device coupled to or a part of the computer 20 ; the invention is not limited to a particular type of communications device.
  • the remote computer 49 may be another computer, a server, a router, a network PC, a client, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 20 , although only a memory storage device 50 has been illustrated in FIG. 1 .
  • the logical connections depicted in FIG. 1 include a local-area network (LAN) 51 and a wide-area network (WAN) 52 .
  • LAN local-area network
  • WAN wide-area network
  • Such networking environments are commonplace in office networks, enterprise-wide computer networks, intranets and the Internal, which are all types of networks.
  • the computer 20 When used in a LAN-networking environment, the computer 20 is connected to the local network 51 through a network interface or adapter 53 , which is one type of communications device.
  • the computer 20 When used in a WAN-networking environment, the computer 20 typically includes a modem 54 , a type of communications device, or any other type of communications device for establishing communications over the wide area network 52 , such as the Internal.
  • the modem 54 which may be internal or external, is connected to the system bus 23 via the serial port interface 46 .
  • program modules depicted relative to the personal computer 20 may be stored in the remote memory storage device. It is appreciated that the network connections shown are exemplary and other means of and communications devices for establishing a communications link between the computers may be used.
  • FIGS. 5( a ) and 5 ( b ) are diagrams of different schema according to which the priority of a text can be classified, and in conjunction with FIGS. 5( a ) and 5 ( b ), which are graphs showing different cost functions that may be applicable depending on text type.
  • the text classifier 200 is able to be trained both explicitly, as represented by the arrow 202 , and implicitly, as represent by the arrow 204 .
  • the explicit training represented by the arrow 202 is usually conducted at the initial phases of constructing the text classifier 200
  • the implicit training represented by the arrow 204 is usually conducted after the text classifier 200 has been constructed, to fine tune the classifier 200 .
  • the invention is not so limited.
  • the text classifier 200 in one embodiment is a Bayesian classifier, as known within the art, while in another embodiment it is a support vector machine (SVM) classifier, as also known within the art.
  • SVM support vector machine
  • Text classification methodology based on a Bayesian learning approach is specifically described in the reference M. Sahami, S. Dumais, D. Heckerman, E. Horvitz, A Bayesian Approach to Junk E-Mail Filtering, AAAI Workshop on Text Classification, July 1998, Madison, Wis., AAAI Technical Report WS-98-05, which is hereby incorporated by reference.
  • Text classification methodology based on an SVM approach is specifically described in the following references: the coassigned patent, U.S. Pat. No. 5,864,848, issued Jan.
  • the explicit training of the text classifier 200 as represented by the arrow 202 includes constructing the classifier in 206 , including utilizing feature selection.
  • Support Vector Machines build classifiers by identifying a hyperplane that separates a set of positive and negative examples with a maximum margin.
  • the margin is defined by the distance of the hyperplane to the nearest positive and negative cases for each class. Maximizing the margin can be expressed as an optimization problem.
  • a post-processing procedure described in the Platt reference is used that employs regularized maximum likelihood fitting to produce estimations of posterior probabilities. The method fits a sigmoid to the score that is output by the SVM classifier.
  • the text classifier is presented with both time-critical and non-time-critical texts (e.g., email messages), so that it may be able to discriminate between the two.
  • This training set may be provided by the user, or a standard training set may be used.
  • the text classifier first applies feature-selection procedures that attempt to find the most discriminatory features. This process employs a mutual-information analysis. Feature selection can operate on single words or higher-level distinctions made available, such as phrases and parts of speech tagged with natural language processing—that is, the text classifier 200 is able to be seeded with specially tagged text to discriminate features of a text that are considered important.
  • Feature selection for text classification typically performs a search over single words. Beyond the reliance on single words, domain-specific phrases and high-level patterns of features are also made available. Special tokens can also enhance classification.
  • the quality of the learned classifiers for email criticality can be enhanced by inputting to the feature selection procedures handcrafted features that are identified as being useful for distinguishing among email of different time criticality. Thus, during feature selection, single words as well as special phrases and symbols that are useful for discriminating among messages of different levels of time criticality are considered.
  • Tokens and patterns of value in identifying the criticality of messages include such distinctions as (including Boolean combinations thereof):
  • implicit training of the text classifier 200 can be conducted by continually watching the user work in 210 .
  • the assumption is that as users work, and lists of mail are reviewed, time-critical messages are read first, and low-priority messages are reviewed later, or just deleted. That is, when presented with a new email, the user is watched to determine whether or she immediately opens the email, and in what order (if more than one new email are present), deletes the email without opening, and/or replies to the email right away.
  • the text classifier is such that a user is continually watched while working, and the classifier is continually refined by training in the background and being updated in real time for decision making. For each message inputted into the classifier, a new case for the classifier is created. The cases are stored as negative and positive examples of texts that are either high or low priority.
  • a text, such as an email message, 300 is input into the text classifier 200 , which based thereon generates a priority 302 for the text 300 . That is, in one embodiment, the text classifier 200 generates a priority 302 , measured as a percentage from 0 to 1 (i.e., 0% to 100%). This percentage is a measure of the likelihood that the text 300 is of high priority, based on the previous training of the classifier 200 .
  • the text classifier and the priority generated thereby is based on a scheme where each email in the training phase is construed as either high priority or low priority, such that the priority generated by the text classifier is a measure of the likelihood of the text being analyzed is of high priority.
  • This scheme is specifically shown by reference to FIG. 4( a ), where the text classifier 200 is trained by a group of texts 400 that are high priority and a group of texts 402 that are low priority, such that a text to be analyzed 400 is input into the classifier 200 , which outputs a scalar number 406 measuring the likelihood that the text being analyzed is of high priority.
  • the invention is not so limited.
  • FIG. 4( b ) a diagram showing a scheme where texts are divided into low, medium and high priority, according to an embodiment of the invention, is shown.
  • the text classifier 200 in the embodiment of FIG. 4( b ) is trained by a group of texts 400 that are high priority and a group of texts 402 that are low priority, as in the previous embodiment, but also by a group of texts 450 that are medium priority.
  • a text to be analyzed 400 is input into the classifier 200 , which outputs a scalar number 406 , that can measure the likelihood that the text being analyzed is of high priority, if so desired, or medium priority or low priority.
  • the classifier 200 is also able to output a class 452 , which indicates the class of low, medium or high priority that the text 404 most likely falls into.
  • a class 452 which indicates the class of low, medium or high priority that the text 404 most likely falls into.
  • priority is defined in terms of a loss function. More specifically, priority is defined in terms of the expected cost in lost opportunities per time delayed in reviewing the text after it has be received—that is, the expected lost or cost that will result for delayed processing of the text. This loss function can further vary according to the type of text received.
  • FIG. 5( a ) is a graph of linear cost functions dependent on the priority of a text.
  • the cost of not having reviewed a text also increases.
  • the cost increases more for a high priority message, as indicated by the line 502 , as compared to a medium priority message, as indicated by the line 504 , or a low priority message, as indicated by the line 506 .
  • the high priority line 502 may have a slope of 100
  • the medium priority line 504 may have a slope of 10
  • the low priority line 502 may have a slope of 1.
  • Some messages do not have their priorities well approximated by the use of a linear cost function.
  • a message relating to a meeting will have its cost function increase as the time of the meeting nears, and thereafter, the cost function rapidly decreases—since after the meeting is missed, there is not much generally a user can do about it.
  • This situation is better approximated by a non-linear cost function, as shown in FIG. 5( b ).
  • the cost function 554 rapidly increases until it reaches the time of the meeting demarcated by the line 552 , after which it rapidly decreases.
  • the cost function can be approximated by one of many different representative cost functions, both linear and non-linear.
  • the priority of a text can be just the likelihood that it is of high priority based on output of a text classifier, or the most likely priority class (i.e., medium, low or high priority) it falls into, also based on the output of the text classifier.
  • an expected time criticality of each text is determined. This can be written as
  • EL is the expected loss
  • C(critical i ) is the cost function for text having the criticality i
  • n is the total number of criticality classes minus one.
  • the cost functions may be linear or non-linear, as has been described—in the case where the function are linear, the cost function is thus the rate of loss.
  • the total loss until the time of review of a text can be expressed as the integration of the expressed criticality, or,
  • determining when to alert the user of a high-priority text for example, a text that has a likelihood of being high priority greater than a user-set threshold, or greater than a threshold determined by decision theoretic reasoning. That is, beyond knowing about time critical messages, it is also important in one embodiment to decide when to alert a user to time-critical messages if the user is not directly viewing incoming email (in one embodiment). In the general case, a cost of distracting the user from the current task being addressed to learn about the time-critical message is determined
  • a user should be alerted when a cost-benefit analysis suggests that the expected loss the user would incur in not reviewing the message at time t is greater than the expected cost of alerting the user. That is, alerting should be conducted if
  • EL is the expected loss of non-review of the text at a current time t
  • EC is the expected cost of alerting the user of the text at the current time t.
  • the expected loss is as described in the previous section of the detailed description.
  • EL alert is the expected loss of the user reviewing the message if he or she were to review the message now, upon being alerted, as opposed to EL no-alert , which is the expected loss of the user reviewing the message on his or her own at some point, without being alerted, minus EC, the expected cost of alerting (now).
  • information from several messages are grouped together into a single compound alert.
  • Reviewing information about multiple messages in an alert can be more costly than an alert relaying information about a single messages.
  • Such increases in distraction can be represented by making the cost of an alert a function of its informational complexity.
  • EVA of an email message is independent of the EVA of the other email messages.
  • EVA(M i ,t) is used to refer to the value of alerting a user about a single message M i at time t
  • ECA(n) is used to refer to the expected cost of relaying the content of n messages.
  • multiple messages can be considered by summing together the expected value of relaying information about a set of n messages,
  • determining when to alert the user is conducted in accordance with the more rigorous treatment of EVA described in the copending, cofiled and coassigned application entitled “A Computational Architecture for Managing the Transmittal and Rendering of Information, Alerts, and Notifications,” U.S. Ser. No. 09/365,287, which is hereby incorporated by reference.
  • the invention is not so limited.
  • Sensors can be used in one embodiment that indicate when a user is in the office, such as infrared sensors, pressure sensors (on the chair), etc. However, if such devices are not available, a probability that a user is in the office can be assigned as a function of user activity on the computer, such as the time since last observed mouse or keyboard activity. Furthermore, scheduling information available in a calendar can also be made use of to make inferences about the distance and disposition of a user, to consider the costs of forwarding messages to the user by different means (e.g., cell phone, pager, etc.).
  • a probability inference as to whether a user is present is determined in accordance with the description provided in this application.
  • a decision should be made as to when and how to alert users to messages and to provide services (for example) based on the inference of expected criticality and user activity.
  • this decision is made as described in the cofiled, copending and coassigned application entitled “A Computational Architecture for Managing the Transmittal and Rendering of Information, Alerts, and Notifications,” U.S. Ser. No. 09/365,287, which has already been incorporated by reference (specifically, with respect to the attention management module).
  • this decision is made by utilizing decision models, as known within the art.
  • FIGS. 8-10 are influence diagrams, as known within the art, showing how in one specific embodiment such decision models can be utilized to make this decision.
  • FIG. 8 displays a decision model for decisions about interrupting a user, considering current activity, expected time criticality of messages, and cost of alerting depending on the modality.
  • FIG. 9 also includes variables representing the current location and the influence of that variable on activity and cost of the alternate messaging techniques.
  • FIG. 10 is further expanded to consider the costs associated with losses in fidelity when a message with significant graphics content is forwarded to a user without the graphical content being present.
  • the decision as to when and how to alerts users is made by employment of a set of user-specified thresholds and parameters defining policies on alerting.
  • user presence can be inferred based on mouse or keyboard activity.
  • a user can be allowed to input distinct thresholds on alerting for inferred states of activity and nonactivity. Users can input an amount of idle activity following activity where alerting will occur at lower criticalities.
  • users can specify routing and paging options (as well as other output options) as a function of quantities including expected criticality, maximum expected loss, and value of alerting the user.
  • routing, paging and other output options are more specifically described in the copending, cofiled, and coassigned applications entitled “Methods for Routing Documents based on a Measure of Criticality,” U.S. Ser. No. 09/364,528, “Methods for Display, Notification, and Interaction with Prioritized Messages,” U.S. Ser. No. 09/364,522, which are all hereby incorporated by reference. The invention is not so limited, however.
  • the method is desirably realized at least in part as one or more programs running on a computer—that is, as a program executed from a computer-readable medium such as a memory by a processor of a computer.
  • the program is desirably storable on a machine-readable medium such as a floppy disk or a CD-ROM, for distribution and installation and execution on another computer.
  • a flowchart of a method according to an embodiment of the invention is shown.
  • a text to have a priority thereof assigned is received.
  • the text can be an email message, or any other type of text; the invention is not so limited.
  • the priority of the text is generated, based on a text classifier, as has been described.
  • 902 includes initially training and continually training the text classifier, as has been described.
  • the priority of the text is then output in 904 .
  • this can include 906 , 908 , 910 , 912 and 914 ; however, the invention is not so limited.
  • an expected loss of non-review of the text at a current time t is determined—in one embodiment, by also considering the expected loss of now-review of the text at a future time, based on the assumption that ultimately the user will review the text him or herself, without being alerted, as has been described.
  • an expected cost of alerting is determined, as has also been described.
  • the method proceeds back to 906 , to redetermine the cost-benefit analysis, at a new current time t. This is done because as time progresses, the expected loss may at some point outweigh the alert cost, such that the calculus in 910 changes. Upon the expected loss outweighing the alert cost, then an alert to the user is performed in 914 , as has been described.
  • the output of the alert is performed as is now described.
  • a user is alerted on an electronic device based on an alert criteria, which indicates when the user should be alerted of a prioritized text.
  • Alert criteria that can be used in conjunction with embodiments of the invention is not limited by the invention; however, in one embodiment, the alert criteria is as described in a further section of the detailed description.
  • the electronic device on which the user is alerted can in one embodiment be a pager or a cellular telephone; however, the invention is not so limited.
  • the method alerts a user on an electronic device, such as a pager or a cellular phone, based on an alert criteria that can be made sensitive to information about the location, inferred task, and focus of attention of the user.
  • an alert criteria can be made sensitive to information about the location, inferred task, and focus of attention of the user.
  • Such information can be inferred under uncertainty or can be accessed directly from online information sources.
  • One embodiment makes use of information from an online calendar to control the criteria used to make decisions about relaying information to a mobile device.
  • the system includes a program 950 and a text classifier 952 .
  • Each of the program 950 and the classifier 952 include a computer program executed by a processor of a computer from a computer-readable medium thereof, in one embodiment.
  • the invention is not so limited.
  • the program 950 generates a text for input into the text classifier 952 .
  • the program includes an electronic mail program that receives email, which then serve as the text.
  • the text classifier 952 based on the text, generates a priority thereof, as has been described.
  • the text classifier 952 is a Bayesian text classifier, while in another embodiment, it is a Support Vector Machine classifier.
  • the priority of the text output by the text classifier 952 can then be used in further conjunction with a cost-benefit analysis, as has been described, to effectuate further output and/or alerting based thereon, as has been described.
  • the invention is not so limited, however.
  • FIG. 13 a diagram of a system according to another embodiment of the invention is shown.
  • the system of FIG. 13 includes an additional component, an alert mechanism 970 .
  • the program 950 and the text classifier 952 are the program 950 and the text classifier 952 ; however, the alert mechanism 970 is operatively and/or communicatively coupled to the latter.
  • the mechanism 970 includes a computer program executed by a processor of a computer from a computer-readable medium thereof, but the invention is not so limited.
  • the alert mechanism 970 is communicatively coupled to the Internet 972 , which is the network by which the alert mechanism 970 contacts an electronic device to alert the user to a prioritized text, based on an alert criteria, in one embodiment.
  • the network is not limited to the Internet 972 , however.
  • the alert mechanism 970 is able to alert the user of a prioritized text via contacting a pager 974 , or a cellular phone 976 , or other electronic devices capable of receiving information from over a network such as the Internet 972 , and which are not shown in FIG. 13 .
  • the invention is not limited as to a particular alert criteria, although in one embodiment, the alert criteria is as described in the next section of the detailed description.
  • the alert criteria is the criteria that governs when and how a user is alerted to a prioritized text.
  • the alert criteria is described with reference to FIG. 14 , which is a diagram of a user interface via which alert criteria options can be modified, according to one embodiment of the invention.
  • the user is able to enter the email address of a pager or a cellular phone on which the user would like to be notified of prioritized text.
  • pagers and cellular phones are available that allow for paging by emailing text to an email address assigned to the pager or cellular phone.
  • the device has an email address 4255555555@mobile.phoneco.net, where 4255555555 corresponds to the phone number of the cellular phone or the pager number of the pager, as provided by the phone company “phoneco.”
  • alert criteria of FIG. 14 specifically relates to new email messages, but that the invention is not so limited.
  • Three alert criteria are specifically shown in FIG. 14 , and are referred to as options 982 , 984 and 986 .
  • the options are not mutually exclusive, however. That is, the user can select one, two, or all three of the options 982 , 984 and 986 .
  • the user is able to specify that the electronic device should be contacted if a new email is received that has a priority greater than a predetermined threshold, and the user has been away from the computer for more than a predetermined amount of time.
  • the predetermined threshold is a priority of 85, while the predetermined amount of time is 75 minutes.
  • the user is able to specify that the electronic device should be contacted only when the current time is within a predetermined range of times. As shown in FIG. 14 , the predetermined range of times is between 8:15 a.m. and 7:30 p.m. Thus, if it is determined that the current time is between 8:15 a.m. and 7:30 p.m., then the user's electronic device will be alerted, consistent with the other options 982 and/or 986 if selected.
  • the user is able to specific that if the user is in a meeting—for example, as determined by examining a schedule of the user—then the user should only be notified if the priority is greater than a predetermined meeting threshold.
  • this meeting threshold is desirably greater than the threshold specified in the option 982 —the purpose of this greater threshold is to indicate that the user is receptive to notification of email messages greater than a particular priority in usual circumstances, but that the user is receptive to notification of email messages during meetings only if they have a priority that is unusually great.
  • the predetermined meeting threshold is a priority of 95, which is higher than the predetermined threshold of 85 in the option 982 .
  • a computer-implemented method comprises: receiving a text
  • the alert criteria is sensitive to information about location, inferred task, and focus of attention of the user.
  • the information is inferred under uncertainty.
  • the information is accessed directly from online information sources.
  • the online information sources comprises an online calendar.
  • the receiving a text comprises receiving an email.
  • the alerting a user on an electronic device comprises alerting the user on the electronic device comprising a pager.
  • the alerting a user on an electronic device comprises alerting the user on the electronic device comprising a cellular phone.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; and, alerting the user upon determining that the priority of the text is greater than the predetermined threshold.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; determining whether the user has been away for more than a predetermined amount of time; and, upon determining that the priority of the text is greater than the predetermined threshold and that the user has been away for more than the predetermined amount of time, alerting the user.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether a current time is within a predetermined range of times; and, upon determining that the current time is within the predetermined range of times, alerting the user.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether the user is in a meeting; upon determining that the user is in a meeting, determining whether the priority is greater than a predetermined meeting threshold; and, upon determining that the priority is greater than the predetermined meeting threshold, alerting the user.
  • a computer-implemented method comprises: training a text classifier comprising one of a Bayesian classifier and a support-vector machine classifier; receiving a text comprising an email; generating a priority of the text based on the text classifier; and, alerting a user on an electronic device based on an alert criteria.
  • the alerting a user on an electronic device comprises alerting the user on the electronic device comprising one of a pager and a cellular phone.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; and, alerting the user upon determining that the priority of the text is greater than the predetermined threshold.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; determining whether the user has been away for more than a predetermined amount of time; and, upon determining that the priority of the text is greater than the predetermined threshold and that the user has been away for more than the predetermined amount of time, alerting the user.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; determining whether the user has been away for more than a predetermined amount of time; determining whether a current time is within a predetermined range of times; and, upon determining that the priority of the text is greater than the predetermined threshold, that the user has been away for more than the predetermined amount of time, and that the current time is within the predetermined range of times, alerting the user.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether the user is in a meeting; upon determining that the user is in a meeting, determining whether the priority is greater than a predetermined meeting threshold; and, upon determining that the priority is greater than the predetermined meeting threshold, alerting the user.
  • a machine-readable medium has instructions stored thereon for execution by a processor to perform a method comprising: receiving a text; generating a priority of the text based on a text classifier; and, alerting a user on an electronic device based on an alert criteria.
  • the receiving a text comprises receiving an email.
  • the alerting a user on an electronic device comprises alerting the user on the electronic device comprising a pager.
  • the alerting a user on an electronic device comprises alerting the user on the electronic device comprising a cellular phone.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; and, alerting the user upon determining that the priority of the text is greater than the predetermined threshold.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; determining whether the user has been away for more than a predetermined amount of time; and, upon determining that the priority of the text is greater than the predetermined threshold and that the user has been away for more than the predetermined amount of time, alerting the user.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether a current time is within a predetermined range of times; and, upon determining that the current time is within the predetermined range of times, alerting the user.
  • the alerting a user on an electronic device based on an alert criteria comprises: determining whether the user is in a meeting; upon determining that the user is in a meeting, determining whether the priority is greater than a predetermined meeting threshold; and, upon determining that the priority is greater than the predetermined meeting threshold, alerting the user.
  • a computerized system comprises: a program to generate a text; a text classifier to generate a priority of the text; and, an alert mechanism to alert a user on an electronic device based on an alert criteria.
  • the program comprises an electronic mail program to receive an electronic mail as the text.
  • the text classifier comprises a Bayesian text classifier.
  • the text classifier comprises a support-vector-machine classifier.
  • the electronic device comprises one of a pager and a cellular phone.
  • the alert criteria comprises a determination of whether the priority of the text is greater than a predetermined threshold.
  • the alert criteria comprises a determination of whether the priority of the text is greater than a predetermined threshold and whether the user has been away for more than a predetermined amount of time.
  • the alert criteria comprises a determination of whether a current time is within a predetermined range of times.
  • the alert criteria comprises a determination of whether the user is in a meeting and whether the priority is greater than a predetermined meeting threshold.
  • At least one of the alert mechanism, the program and the text classifier comprise a computer program executed by a processor from a computer-readable medium.

Abstract

Methods for integrating mobile electronic devices with computational methods for assigning priorities to documents are disclosed. In one embodiment, a computer-implemented method first receives a new document such as an electronic mail message. The method assigns a priority to the document, based on a text classifier such as a Bayesian classifier or a support-vector machine classifier. The method then alerts a user on an electronic device, such as a pager or a cellular phone, based on an alert criteria that can be made sensitive to information about the location, inferred task, and focus of attention of the user. Such information can be inferred under uncertainty or can be accessed directly from online information sources. One embodiment makes use of information from an online calendar to control the criteria used to make decisions about relaying information to a mobile device.

Description

    RELATED APPLICATIONS
  • This application is a continuation of U.S. Ser. No. 12/258,749, filed Oct. 27, 2008, entitled “Integration of a Computer-Based Message Priority System With Mobile Electronic Devices”, now allowed, which is a continuation of U.S. Ser. No. 10/795,695, filed Mar. 8, 2004, entitled “Integration of a Computer-Based Message Priority System With Mobile Electronic Devices”, now U.S. Pat. No. 7,444,384, which is a continuation of Ser. No. 09/365,293, filed on Jul. 30, 1999, entitled “Integration of a Computer-Based Message Priority System With Mobile Electronic Devices”, now U.S. Pat. No. 6,714,967, which is related to the cofiled, copending and coassigned applications entitled “Method for Automatically Assigning Priorities to Documents and Messages”, filed on Jul. 30, 1999 and assigned Ser. No. 09/364,527, now U.S. Pat. No. 7,194,681, “Methods for Routing Documents based on a Measure of Criticality”, filed on Jul. 30, 1999 and assigned Ser. No. 09/364,528, now U.S. Pat. No. 6,622,160, “Methods for Display, Notification, and Interaction with Prioritized Messages”, filed on Jul. 30, 1999, and assigned Ser. No. 09/364,522, now U.S. Pat. No. 7,120,865, and “A Computational Architecture for Managing the Transmittal and Rendering of Information, Alerts, and Notifications”, filed on Jul. 30, 1999 and assigned Ser. No. 09/365,287, now U.S. Pat. No. 6,618,716, the entireties of all of which are incorporated herein by reference.
  • FIELD OF THE INVENTION
  • This invention relates generally to prioritized text such as prioritized email messages, and more particularly to electronic device alerting for such prioritized text.
  • BACKGROUND OF THE INVENTION
  • Electronic mail programs have become a popular application among computer users. Especially with the advent of the Internet, exchanging email has almost become a reason why people purchase computers for personal reasons, and within many corporate environments, email has become the standard manner by which coworkers exchange information. However, with the increasing popularity of email, shortcomings have become apparent.
  • Chief among these shortcomings is that many users now face a deluge of email every day, such that the capability of being able to send and receive email has almost become a hindrance to their day-to-day ability to get their job done, as opposed to being an asset. Some users report receiving over 100 email messages a day. With such large numbers of email, it is difficult to manage the email, such that the users read the most important messages first.
  • Limited solutions to this problem have been attempted in the prior art. Prior art exists for attempting to curtail the amount of junk email—e.g., unsolicited email, typically regarding a service or product for sale—that users receive. Moreover, some electronic mail programs allow for the generation of rules that govern how an email is managed within the program—for example, placing all emails from certain coworkers in a special folder.
  • These limited solutions, however, do not strike at the basic problem behind email—that with so much email being received, it would be most useful for a user to be able to have his or her computer automatically prioritize the email by importance or review urgency, and perform actions based on that prioritization. For these and other reasons, there is a need for the present invention.
  • SUMMARY OF THE INVENTION
  • The invention relates to electronic device alerting for prioritized text. In one embodiment, a computer-implemented method first receives a text. The method generates a priority of the text, based on a text classifier such as a Bayesian classifier or a support-vector machine classifier. The method then alerts a user on an electronic device, such as a pager or a cellular phone, based on an alert criteria.
  • Embodiments of the invention provide for advantages over the prior art. A user, for example, in one embodiment, may ask that he or she only be disturbed if the priority of the text is greater than a given threshold. Thus, even if the user receives over 100 different email, he or she will be alerted to the most important email, and then will be able to deal with the other email when the user has time. Prioritization, in other words, makes email much more useful in environments where a lot of email is exchanged on a regular basis.
  • Embodiments of the invention include computer-implemented methods, computer-readable media, and computerized systems of varying embodiments. Still other embodiments, advantages and aspects of the invention will become apparent by reading the following detailed description, and by reference to the drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a diagram of an operating environment in conjunction with which embodiments of the invention may be practiced;
  • FIG. 2 is a diagram showing explicit and implicit training of a text classifier, according to an embodiment of the invention;
  • FIG. 3 is a diagram showing how a priority for a text is generated by input to a text classifier, according to an embodiment of the invention;
  • FIG. 4( a) is a diagram of a scheme according to which the priority of a text can be classified, according to an embodiment of the invention;
  • FIG. 4( b) is a diagram of another scheme according to which the priority of a text can be classified, according to another embodiment of the invention;
  • FIG. 5( a) is a graph showing linear cost functions of high, medium and low priority texts, according to an embodiment of the invention;
  • FIG. 5( b) is a graph showing a non-linear cost function for a text, according to an embodiment of the invention;
  • FIG. 6 is a diagram showing classes of evidence that can be used to make an inference about a user's activity (e.g., if a user is present), according to one embodiment of the invention;
  • FIG. 7 is a diagram showing a Bayesian network that can be used for inferring a user's activity (e.g., if a user is present), according to one embodiment of the invention;
  • FIGS. 8-10 are influence diagrams showing how in one embodiment decision models can be utilized to make the decision as to how and when to alert a user to a message;
  • FIG. 11 is a flowchart of a method according to an embodiment of the invention;
  • FIG. 12 is a diagram of a system according to an embodiment of the invention;
  • FIG. 13 is a diagram of a system according to another embodiment of the invention; and,
  • FIG. 14 is a diagram of a user interface via which alert criteria can be modified, according to an embodiment of the invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • In the following detailed description of exemplary embodiments of the invention, reference is made to the accompanying drawings which form a part hereof, and in which is shown by way of illustration specific exemplary embodiments in which the invention may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the invention, and it is to be understood that other embodiments may be utilized and that logical, mechanical, electrical and other changes may be made without departing from the spirit or scope of the present invention. The following detailed description is, therefore, not to be taken in a limiting sense, and the scope of the present invention is defined only by the appended claims.
  • Some portions of the detailed descriptions which follow are presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of steps leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated.
  • It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like. It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussions, it is appreciated that throughout the present invention, discussions utilizing terms such as processing or computing or calculating or determining or displaying or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices. (It is noted that the terms document and text are used interchangeably herein and should be construed as interchangeable as well.)
  • Operating Environment
  • Referring to FIG. 1, a diagram of the hardware and operating environment in conjunction with which embodiments of the invention may be practiced is shown. The description of FIG. 1 is intended to provide a brief, general description of suitable computer hardware and a suitable computing environment in conjunction with which the invention may be implemented. Although not required, the invention is described in the general context of computer-executable instructions, such as program modules, being executed by a computer, such as a personal computer. Generally, program modules include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types.
  • Moreover, those skilled in the art will appreciate that the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, network PC's, minicomputers, mainframe computers, and the like. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
  • The exemplary hardware and operating environment of FIG. 1 for implementing the invention includes a general purpose computing device in the form of a computer 20, including a processing unit 21, a system memory 22, and a system bus 23 that operatively couples various system components include the system memory to the processing unit 21. There may be only one or there may be more than one processing unit 21, such that the processor of computer 20 comprises a single central-processing unit (CPU), or a plurality of processing units, commonly referred to as a parallel processing environment. The computer 20 may be a conventional computer, a distributed computer, or any other type of computer; the invention is not so limited.
  • The system bus 23 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. The system memory may also be referred to as simply the memory, and includes read only memory (ROM) 24 and random access memory (RAM) 25. A basic input/output system (BIOS) 26, containing the basic routines that help to transfer information between elements within the computer 20, such as during start-up, is stored in ROM 24. The computer 20 further includes a hard disk drive 27 for reading from and writing to a hard disk, not shown, a magnetic disk drive 28 for reading from or writing to a removable magnetic disk 29, and an optical disk drive 30 for reading from or writing to a removable optical disk 31 such as a CD ROM or other optical media.
  • The hard disk drive 27, magnetic disk drive 28, and optical disk drive 30 are connected to the system bus 23 by a hard disk drive interface 32, a magnetic disk drive interface 33, and an optical disk drive interface 34, respectively. The drives and their associated computer-readable media provide nonvolatile storage of computer-readable instructions, data structures, program modules and other data for the computer 20. It should be appreciated by those skilled in the art that any type of computer-readable media which can store data that is accessible by a computer, such as magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, random access memories (RAMs), read only memories (ROMs), and the like, may be used in the exemplary operating environment.
  • A number of program modules may be stored on the hard disk, magnetic disk 29, optical disk 31, ROM 24, or RAM 25, including an operating system 35, one or more application programs 36, other program modules 37, and program data 38. A user may enter commands and information into the personal computer 20 through input devices such as a keyboard 40 and pointing device 42. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 21 through a serial port interface 46 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port, or a universal serial bus (USB). A monitor 47 or other type of display device is also connected to the system bus 23 via an interface, such as a video adapter 48. In addition to the monitor, computers typically include other peripheral output devices (not shown), such as speakers and printers.
  • The computer 20 may operate in a networked environment using logical connections to one or more remote computers, such as remote computer 49. These logical connections are achieved by a communication device coupled to or a part of the computer 20; the invention is not limited to a particular type of communications device. The remote computer 49 may be another computer, a server, a router, a network PC, a client, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 20, although only a memory storage device 50 has been illustrated in FIG. 1. The logical connections depicted in FIG. 1 include a local-area network (LAN) 51 and a wide-area network (WAN) 52. Such networking environments are commonplace in office networks, enterprise-wide computer networks, intranets and the Internal, which are all types of networks.
  • When used in a LAN-networking environment, the computer 20 is connected to the local network 51 through a network interface or adapter 53, which is one type of communications device. When used in a WAN-networking environment, the computer 20 typically includes a modem 54, a type of communications device, or any other type of communications device for establishing communications over the wide area network 52, such as the Internal. The modem 54, which may be internal or external, is connected to the system bus 23 via the serial port interface 46. In a networked environment, program modules depicted relative to the personal computer 20, or portions thereof, may be stored in the remote memory storage device. It is appreciated that the network connections shown are exemplary and other means of and communications devices for establishing a communications link between the computers may be used.
  • Generating a Priority for a Text
  • In this section of the detailed description, the generation of a priority for a text such as an email, according to one embodiment of the invention, is described. The generation of priorities for texts as described can then be used in methods, systems, and computer-readable media (as well as other embodiments) of the invention as are presented in other sections of the detailed description. The description in this section is provided in conjunction with FIG. 2 and FIG. 3, the former which is a diagram showing explicit and implicit training of a text classifier, according to an embodiment of the invention, and the latter which is a diagram showing how a priority for a text is generated by input to a text classifier, according to an embodiment of the invention. The description is also provided in conjunction with FIGS. 4( a) and 4(b), which are diagrams of different schema according to which the priority of a text can be classified, and in conjunction with FIGS. 5( a) and 5(b), which are graphs showing different cost functions that may be applicable depending on text type.
  • Referring first to FIG. 2, the text classifier 200 is able to be trained both explicitly, as represented by the arrow 202, and implicitly, as represent by the arrow 204. The explicit training represented by the arrow 202 is usually conducted at the initial phases of constructing the text classifier 200, while the implicit training represented by the arrow 204 is usually conducted after the text classifier 200 has been constructed, to fine tune the classifier 200. However, the invention is not so limited.
  • The text classifier 200 in one embodiment is a Bayesian classifier, as known within the art, while in another embodiment it is a support vector machine (SVM) classifier, as also known within the art. Text classification methodology based on a Bayesian learning approach is specifically described in the reference M. Sahami, S. Dumais, D. Heckerman, E. Horvitz, A Bayesian Approach to Junk E-Mail Filtering, AAAI Workshop on Text Classification, July 1998, Madison, Wis., AAAI Technical Report WS-98-05, which is hereby incorporated by reference. Text classification methodology based on an SVM approach is specifically described in the following references: the coassigned patent, U.S. Pat. No. 5,864,848, issued Jan. 26, 1999, which is hereby incorporated by reference; the previously filed and coassigned case entitled “Methods and Apparatus for Building a Support Vector Machine Classifier,” Ser. No. 09/055,477, filed on Apr. 6, 1998, which is also hereby incorporated by reference; and, the reference J. Platt, Fast Training of Support Vector Machines using Sequential Minimal Optimization, MIT Press, Baltimore, Md., 1998, which is also hereby incorporated by reference. For purposes of this application, specific description is made with reference to an SVM classifier, although those of ordinary skill within the art can appreciate that the invention is not so limited.
  • As shown in FIG. 2, the explicit training of the text classifier 200 as represented by the arrow 202 includes constructing the classifier in 206, including utilizing feature selection. In general, Support Vector Machines build classifiers by identifying a hyperplane that separates a set of positive and negative examples with a maximum margin. In the linear form of SVM that is employed in one embodiment, the margin is defined by the distance of the hyperplane to the nearest positive and negative cases for each class. Maximizing the margin can be expressed as an optimization problem. A post-processing procedure described in the Platt reference is used that employs regularized maximum likelihood fitting to produce estimations of posterior probabilities. The method fits a sigmoid to the score that is output by the SVM classifier.
  • In the explicit training, the text classifier is presented with both time-critical and non-time-critical texts (e.g., email messages), so that it may be able to discriminate between the two. This training set may be provided by the user, or a standard training set may be used. Given a training corpus, the text classifier first applies feature-selection procedures that attempt to find the most discriminatory features. This process employs a mutual-information analysis. Feature selection can operate on single words or higher-level distinctions made available, such as phrases and parts of speech tagged with natural language processing—that is, the text classifier 200 is able to be seeded with specially tagged text to discriminate features of a text that are considered important.
  • Feature selection for text classification typically performs a search over single words. Beyond the reliance on single words, domain-specific phrases and high-level patterns of features are also made available. Special tokens can also enhance classification. The quality of the learned classifiers for email criticality can be enhanced by inputting to the feature selection procedures handcrafted features that are identified as being useful for distinguishing among email of different time criticality. Thus, during feature selection, single words as well as special phrases and symbols that are useful for discriminating among messages of different levels of time criticality are considered.
  • Tokens and patterns of value in identifying the criticality of messages include such distinctions as (including Boolean combinations thereof):
  • To: field
    Addressed just to user
    Addressed to only a few people including user
    Addressed to an alias with a small number of people
    Addressed to several aliases with a small number of people
    Cc:'d to user
    Bcc:'d to user
  • People
  • Names on pre-determined list of important people
    Family members
    People at company
    Organization chart structure
      • Managers I report to
      • Managers of managers of people I report to
      • People who report to me
        External business people
        Past tense
        These include descriptions about events that have already occurred such as:
    We met
  • meeting went
    happened
    got together
    took care of
    meeting yesterday
    Future tense
  • Tomorrow
  • This week
    Are you going to
  • When can we
  • Meeting and coordination
    Get together
    Can you meet
    Will get together
    Coordinate with
    Need to get together
    Resolved dates
    Dates indicated from text and msg. time (e.g., tomorrow, send yesterday)
  • Questions Word+?
  • Indications of personal requests:
  • Can you Are you Will you
  • you please
  • Can you do
  • Indications of need:
    I need
    He needs
    She needs
    I'd like
    It would be great
    I want
    He wants
    She wants
    Take care of
    Time criticality
    happening soon
    right away
    deadline will be
    deadline is
    as soon as possible
    needs this soon
    to be done soon
    done right away
  • Importance
  • is important
    is critical
  • Word+!
  • Explicit priority flag status (low, none, high)
    Length of message
    Number of bytes in component of new message
    Signs of Commercial and Adult-Content Junk email
  • Free!!
  • !!!
  • Under 18 Adult
  • Percent caps
    Percent nonalphanumeric characters
    etc.
  • Other features that may be used for feature selection are described in the cofiled, copending and coassigned application entitled “A Computational Architecture for Managing the Transmittal and Rendering of Information, Alerts, and Notifications,” U.S. Ser. No. 09/365,287, which is hereby incorporated by reference, and in the copending and coassigned application entitled “Methods and Apparatus for Building a Support Vector Machine Classifier,” U.S. Ser. No. 09/055,477, filed on Apr. 6, 1998, which has already been incorporated by reference.
  • Furthermore, still referring to FIG. 2, implicit training of the text classifier 200, as represented by the arrow 204, can be conducted by continually watching the user work in 210. The assumption is that as users work, and lists of mail are reviewed, time-critical messages are read first, and low-priority messages are reviewed later, or just deleted. That is, when presented with a new email, the user is watched to determine whether or she immediately opens the email, and in what order (if more than one new email are present), deletes the email without opening, and/or replies to the email right away. Thus, the text classifier is such that a user is continually watched while working, and the classifier is continually refined by training in the background and being updated in real time for decision making. For each message inputted into the classifier, a new case for the classifier is created. The cases are stored as negative and positive examples of texts that are either high or low priority.
  • Referring next to FIG. 3, a text, such as an email message, 300 is input into the text classifier 200, which based thereon generates a priority 302 for the text 300. That is, in one embodiment, the text classifier 200 generates a priority 302, measured as a percentage from 0 to 1 (i.e., 0% to 100%). This percentage is a measure of the likelihood that the text 300 is of high priority, based on the previous training of the classifier 200.
  • It is noted that as has been described, the text classifier and the priority generated thereby is based on a scheme where each email in the training phase is construed as either high priority or low priority, such that the priority generated by the text classifier is a measure of the likelihood of the text being analyzed is of high priority. This scheme is specifically shown by reference to FIG. 4( a), where the text classifier 200 is trained by a group of texts 400 that are high priority and a group of texts 402 that are low priority, such that a text to be analyzed 400 is input into the classifier 200, which outputs a scalar number 406 measuring the likelihood that the text being analyzed is of high priority. However, those of ordinary skill within the art can appreciate that the invention is not so limited.
  • For example, referring to FIG. 4( b), a diagram showing a scheme where texts are divided into low, medium and high priority, according to an embodiment of the invention, is shown. The text classifier 200 in the embodiment of FIG. 4( b) is trained by a group of texts 400 that are high priority and a group of texts 402 that are low priority, as in the previous embodiment, but also by a group of texts 450 that are medium priority. Thus, a text to be analyzed 400 is input into the classifier 200, which outputs a scalar number 406, that can measure the likelihood that the text being analyzed is of high priority, if so desired, or medium priority or low priority. The classifier 200 is also able to output a class 452, which indicates the class of low, medium or high priority that the text 404 most likely falls into. Those of ordinary skill within the art can appreciate that further classes can also be added if desired.
  • The invention is not limited to the definition of priority as this term is used by the text classifier to assign such priority to a text such as an email message. In one embodiment, however, priority is defined in terms of a loss function. More specifically, priority is defined in terms of the expected cost in lost opportunities per time delayed in reviewing the text after it has be received—that is, the expected lost or cost that will result for delayed processing of the text. This loss function can further vary according to the type of text received.
  • For example, the general case is shown in FIG. 5( a), which is a graph of linear cost functions dependent on the priority of a text. In the graph 500, as time increases, the cost of not having reviewed a text also increases. However, the cost increases more for a high priority message, as indicated by the line 502, as compared to a medium priority message, as indicated by the line 504, or a low priority message, as indicated by the line 506. That is, the high priority line 502 may have a slope of 100, the medium priority line 504 may have a slope of 10, and the low priority line 502 may have a slope of 1. These slope values can then be used by the text classifier to assist in assigning a priority to a given text, for example, by regression analysis.
  • Some messages, however, do not have their priorities well approximated by the use of a linear cost function. For example, a message relating to a meeting will have its cost function increase as the time of the meeting nears, and thereafter, the cost function rapidly decreases—since after the meeting is missed, there is not much generally a user can do about it. This situation is better approximated by a non-linear cost function, as shown in FIG. 5( b). In the graph 550, the cost function 554 rapidly increases until it reaches the time of the meeting demarcated by the line 552, after which it rapidly decreases. Thus, those of ordinary skill within the art can appreciate that depending on a message's type, the cost function can be approximated by one of many different representative cost functions, both linear and non-linear.
  • Thus, as has been described, the priority of a text can be just the likelihood that it is of high priority based on output of a text classifier, or the most likely priority class (i.e., medium, low or high priority) it falls into, also based on the output of the text classifier. However, in another embodiment of the invention, an expected time criticality of each text, such as an email message, is determined. This can be written as
  • EL = i n p ( critical i ) C ( critical i )
  • where EL is the expected loss, p(criticali) is the probability that a text has the criticality i (e.g., where i=0 may be low priority and i=1 may be high priority, or where i=0 may be low priority, i=1 medium priority and i=2 high priority, etc.), C(criticali) is the cost function for text having the criticality i, and n is the total number of criticality classes minus one. The cost functions may be linear or non-linear, as has been described—in the case where the function are linear, the cost function is thus the rate of loss.
  • In the case where n=1, specifying that there are only two priority classes low and high, the expected loss can be reformulated as

  • EC=p(criticalhigh)C(criticalhigh)+[1−p(criticallow)]C(criticallow)
  • where EC is the expected criticality of a text. Furthermore, if the cost function of low criticality messages is set to zero, this becomes

  • EC=p(criticalhigh)C(criticalhigh)
  • The total loss until the time of review of a text can be expressed as the integration of the expressed criticality, or,

  • EL=∫ 0 t p(criticalhigh)C(criticalhigh)
  • where t is the time of review.
    Determining when to Alert the User
  • In this section of the detailed description, described is provided as to determining when to alert the user of a high-priority text, for example, a text that has a likelihood of being high priority greater than a user-set threshold, or greater than a threshold determined by decision theoretic reasoning. That is, beyond knowing about time critical messages, it is also important in one embodiment to decide when to alert a user to time-critical messages if the user is not directly viewing incoming email (in one embodiment). In the general case, a cost of distracting the user from the current task being addressed to learn about the time-critical message is determined
  • In general, a user should be alerted when a cost-benefit analysis suggests that the expected loss the user would incur in not reviewing the message at time t is greater than the expected cost of alerting the user. That is, alerting should be conducted if

  • EL−EC>0
  • where EL is the expected loss of non-review of the text at a current time t, and EC is the expected cost of alerting the user of the text at the current time t. The expected loss is as described in the previous section of the detailed description.
  • However, this formulation is not entirely accurate, because the user is assumed to review the message on his or her own at some point in the future anyway. Therefore, in actuality, the user should be alerted when the expected value of alerting, referred to as ECA, is positive. The expected value of alerting should thus consider the value of alerting the user of the text now, as opposed to the value of the user reviewing the message later on his or her own, without alert, minus the cost of alerting. This can be stated as

  • EVA=EL alert −EL no-alert −EC
  • where ELalert is the expected loss of the user reviewing the message if he or she were to review the message now, upon being alerted, as opposed to ELno-alert, which is the expected loss of the user reviewing the message on his or her own at some point, without being alerted, minus EC, the expected cost of alerting (now).
  • Furthermore, in one specific embodiment of the invention, information from several messages are grouped together into a single compound alert. Reviewing information about multiple messages in an alert can be more costly than an alert relaying information about a single messages. Such increases in distraction can be represented by making the cost of an alert a function of its informational complexity. It is assumed that the EVA of an email message is independent of the EVA of the other email messages. EVA(Mi,t) is used to refer to the value of alerting a user about a single message Mi at time t and ECA(n) is used to refer to the expected cost of relaying the content of n messages. Thus, multiple messages can be considered by summing together the expected value of relaying information about a set of n messages,
  • NEVA = i = 1 EVA ( M i , t ) - ECA ( n ) .
  • In one embodiment of the invention, it is noted that determining when to alert the user is conducted in accordance with the more rigorous treatment of EVA described in the copending, cofiled and coassigned application entitled “A Computational Architecture for Managing the Transmittal and Rendering of Information, Alerts, and Notifications,” U.S. Ser. No. 09/365,287, which is hereby incorporated by reference. However, the invention is not so limited.
  • It is also noted that in order to determine the expect cost of alerting, it is useful to infer or directly access information about whether the user is present—and therefore can see or hear alerts from the computer—or is not present. Sensors can be used in one embodiment that indicate when a user is in the office, such as infrared sensors, pressure sensors (on the chair), etc. However, if such devices are not available, a probability that a user is in the office can be assigned as a function of user activity on the computer, such as the time since last observed mouse or keyboard activity. Furthermore, scheduling information available in a calendar can also be made use of to make inferences about the distance and disposition of a user, to consider the costs of forwarding messages to the user by different means (e.g., cell phone, pager, etc.).
  • It is also important to know how busy the user is in making decisions about interrupting the user with information about messages with high time criticality. In one embodiment, it is reasoned about whether and the rate at which a user is working on a computer, or whether the user is on the telephone, speaking with someone, or at a meeting at another location. In one embodiment, several classes of evidence can be used to assess a user's activity or his or her focus of attention, as shown in FIG. 6. A Bayesian network, as known in the art, can then be used for performing an inference about a user's activity; an example of such a network is shown in FIG. 7. Utilizing evidence to infer whether the user is present is described more rigorously in the cofiled, copending and coassigned application entitled “A Computational Architecture for Managing the Transmittal and Rendering of Information, Alerts, and Notifications,” U.S. Ser. No. 09/365,287, which has already been incorporated by reference (specifically, with respect to determining an alert-reception probability). Thus, in one embodiment, a probability inference as to whether a user is present is determined in accordance with the description provided in this application.
  • In general, a decision should be made as to when and how to alert users to messages and to provide services (for example) based on the inference of expected criticality and user activity. In one embodiment, this decision is made as described in the cofiled, copending and coassigned application entitled “A Computational Architecture for Managing the Transmittal and Rendering of Information, Alerts, and Notifications,” U.S. Ser. No. 09/365,287, which has already been incorporated by reference (specifically, with respect to the attention management module).
  • In another embodiment, this decision is made by utilizing decision models, as known within the art. FIGS. 8-10 are influence diagrams, as known within the art, showing how in one specific embodiment such decision models can be utilized to make this decision. Specifically, FIG. 8 displays a decision model for decisions about interrupting a user, considering current activity, expected time criticality of messages, and cost of alerting depending on the modality. FIG. 9 also includes variables representing the current location and the influence of that variable on activity and cost of the alternate messaging techniques. Finally, FIG. 10 is further expanded to consider the costs associated with losses in fidelity when a message with significant graphics content is forwarded to a user without the graphical content being present.
  • In still another embodiment, the decision as to when and how to alerts users is made by employment of a set of user-specified thresholds and parameters defining policies on alerting. In this embodiment, user presence can be inferred based on mouse or keyboard activity. Thus, a user can be allowed to input distinct thresholds on alerting for inferred states of activity and nonactivity. Users can input an amount of idle activity following activity where alerting will occur at lower criticalities. In this embodiment, if it is determined that the user is not available based on the time that no computer activity is seen—or on the user's inactivity when an attempt to alert is made—then messages and stored, and are reported to the user in order of criticality when the user returns to interact with the computer (or, returns to the room, given the availability of inputs from infrared or other presence detection).
  • Furthermore, in this embodiment, users can specify routing and paging options (as well as other output options) as a function of quantities including expected criticality, maximum expected loss, and value of alerting the user. Such routing, paging and other output options are more specifically described in the copending, cofiled, and coassigned applications entitled “Methods for Routing Documents based on a Measure of Criticality,” U.S. Ser. No. 09/364,528, “Methods for Display, Notification, and Interaction with Prioritized Messages,” U.S. Ser. No. 09/364,522, which are all hereby incorporated by reference. The invention is not so limited, however.
  • Method and System
  • In this section of the detailed description, a computer-implemented method according to an embodiment of the invention is described, and a computerized system according to an embodiment of the invention is described. With respect to the method, the method is desirably realized at least in part as one or more programs running on a computer—that is, as a program executed from a computer-readable medium such as a memory by a processor of a computer. The program is desirably storable on a machine-readable medium such as a floppy disk or a CD-ROM, for distribution and installation and execution on another computer.
  • Referring to FIG. 11, a flowchart of a method according to an embodiment of the invention is shown. In 900, a text to have a priority thereof assigned is received. The text can be an email message, or any other type of text; the invention is not so limited. In 902, the priority of the text is generated, based on a text classifier, as has been described. Thus, in one embodiment, 902 includes initially training and continually training the text classifier, as has been described.
  • The priority of the text is then output in 904. In one embodiment, as indicated in FIG. 11, this can include 906, 908, 910, 912 and 914; however, the invention is not so limited. In 906, an expected loss of non-review of the text at a current time t is determined—in one embodiment, by also considering the expected loss of now-review of the text at a future time, based on the assumption that ultimately the user will review the text him or herself, without being alerted, as has been described. In 908, an expected cost of alerting is determined, as has also been described. If the loss is greater than the cost in 910, then no alert is made at the time t, and the method proceeds back to 906, to redetermine the cost-benefit analysis, at a new current time t. This is done because as time progresses, the expected loss may at some point outweigh the alert cost, such that the calculus in 910 changes. Upon the expected loss outweighing the alert cost, then an alert to the user is performed in 914, as has been described.
  • In one embodiment, the output of the alert is performed as is now described. A user is alerted on an electronic device based on an alert criteria, which indicates when the user should be alerted of a prioritized text. Alert criteria that can be used in conjunction with embodiments of the invention is not limited by the invention; however, in one embodiment, the alert criteria is as described in a further section of the detailed description. The electronic device on which the user is alerted can in one embodiment be a pager or a cellular telephone; however, the invention is not so limited.
  • In one embodiment, the method alerts a user on an electronic device, such as a pager or a cellular phone, based on an alert criteria that can be made sensitive to information about the location, inferred task, and focus of attention of the user. Such information can be inferred under uncertainty or can be accessed directly from online information sources. One embodiment makes use of information from an online calendar to control the criteria used to make decisions about relaying information to a mobile device.
  • Referring next to FIG. 12, a diagram of a system according to an embodiment of the invention is shown. The system includes a program 950 and a text classifier 952. Each of the program 950 and the classifier 952 include a computer program executed by a processor of a computer from a computer-readable medium thereof, in one embodiment. However, the invention is not so limited.
  • The program 950 generates a text for input into the text classifier 952. In one embodiment, the program includes an electronic mail program that receives email, which then serve as the text. The text classifier 952, based on the text, generates a priority thereof, as has been described. In one embodiment, the text classifier 952 is a Bayesian text classifier, while in another embodiment, it is a Support Vector Machine classifier. The priority of the text output by the text classifier 952 can then be used in further conjunction with a cost-benefit analysis, as has been described, to effectuate further output and/or alerting based thereon, as has been described. The invention is not so limited, however.
  • Referring next to FIG. 13, a diagram of a system according to another embodiment of the invention is shown. The system of FIG. 13 includes an additional component, an alert mechanism 970. Not shown in FIG. 13 are the program 950 and the text classifier 952; however, the alert mechanism 970 is operatively and/or communicatively coupled to the latter. In one embodiment, the mechanism 970 includes a computer program executed by a processor of a computer from a computer-readable medium thereof, but the invention is not so limited.
  • As shown in FIG. 13, the alert mechanism 970 is communicatively coupled to the Internet 972, which is the network by which the alert mechanism 970 contacts an electronic device to alert the user to a prioritized text, based on an alert criteria, in one embodiment. The network is not limited to the Internet 972, however. Thus, the alert mechanism 970 is able to alert the user of a prioritized text via contacting a pager 974, or a cellular phone 976, or other electronic devices capable of receiving information from over a network such as the Internet 972, and which are not shown in FIG. 13. The invention is not limited as to a particular alert criteria, although in one embodiment, the alert criteria is as described in the next section of the detailed description.
  • Alert Criteria
  • In this section of the detailed description, an alert criteria according to one embodiment of the invention is described. The alert criteria is the criteria that governs when and how a user is alerted to a prioritized text. The alert criteria is described with reference to FIG. 14, which is a diagram of a user interface via which alert criteria options can be modified, according to one embodiment of the invention.
  • Referring now to FIG. 14, in text entry box 980, the user is able to enter the email address of a pager or a cellular phone on which the user would like to be notified of prioritized text. As known within the art, pagers and cellular phones are available that allow for paging by emailing text to an email address assigned to the pager or cellular phone. For example, as shown in FIG. 14, the device has an email address 4255555555@mobile.phoneco.net, where 4255555555 corresponds to the phone number of the cellular phone or the pager number of the pager, as provided by the phone company “phoneco.”
  • It is noted that the alert criteria of FIG. 14 specifically relates to new email messages, but that the invention is not so limited. Three alert criteria are specifically shown in FIG. 14, and are referred to as options 982, 984 and 986. The options are not mutually exclusive, however. That is, the user can select one, two, or all three of the options 982, 984 and 986.
  • In the option 982, the user is able to specify that the electronic device should be contacted if a new email is received that has a priority greater than a predetermined threshold, and the user has been away from the computer for more than a predetermined amount of time. As shown in FIG. 14, the predetermined threshold is a priority of 85, while the predetermined amount of time is 75 minutes. Thus, if it is determined that the priority of an email message is greater than 85, and that the user has been away from the computer for more than 75 minutes, then the user's electronic device will be alerted, consistent with the other options 984 and/or 986 if selected.
  • In the option 984, the user is able to specify that the electronic device should be contacted only when the current time is within a predetermined range of times. As shown in FIG. 14, the predetermined range of times is between 8:15 a.m. and 7:30 p.m. Thus, if it is determined that the current time is between 8:15 a.m. and 7:30 p.m., then the user's electronic device will be alerted, consistent with the other options 982 and/or 986 if selected.
  • In the option 986, the user is able to specific that if the user is in a meeting—for example, as determined by examining a schedule of the user—then the user should only be notified if the priority is greater than a predetermined meeting threshold. In general, this meeting threshold is desirably greater than the threshold specified in the option 982—the purpose of this greater threshold is to indicate that the user is receptive to notification of email messages greater than a particular priority in usual circumstances, but that the user is receptive to notification of email messages during meetings only if they have a priority that is unusually great. As shown in FIG. 14, then, the predetermined meeting threshold is a priority of 95, which is higher than the predetermined threshold of 85 in the option 982. Thus, if it is determined that the user is in a meeting, and a message is received having a threshold greater than 95, then the user is alerted via his or her electronic device.
  • EXAMPLE EMBODIMENTS
  • In one embodiment, a computer-implemented method comprises: receiving a text;
  • generating a priority of the text based on a text classifier; and, alerting a user on an electronic device based on an alert criteria.
  • In an embodiment, the alert criteria is sensitive to information about location, inferred task, and focus of attention of the user.
  • In an embodiment, the information is inferred under uncertainty.
  • In an embodiment, the information is accessed directly from online information sources.
  • In an embodiment, the online information sources comprises an online calendar.
  • In an embodiment, the receiving a text comprises receiving an email.
  • In an embodiment, the alerting a user on an electronic device comprises alerting the user on the electronic device comprising a pager.
  • In an embodiment, the alerting a user on an electronic device comprises alerting the user on the electronic device comprising a cellular phone.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; and, alerting the user upon determining that the priority of the text is greater than the predetermined threshold.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; determining whether the user has been away for more than a predetermined amount of time; and, upon determining that the priority of the text is greater than the predetermined threshold and that the user has been away for more than the predetermined amount of time, alerting the user.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether a current time is within a predetermined range of times; and, upon determining that the current time is within the predetermined range of times, alerting the user.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether the user is in a meeting; upon determining that the user is in a meeting, determining whether the priority is greater than a predetermined meeting threshold; and, upon determining that the priority is greater than the predetermined meeting threshold, alerting the user.
  • In another embodiment, a computer-implemented method comprises: training a text classifier comprising one of a Bayesian classifier and a support-vector machine classifier; receiving a text comprising an email; generating a priority of the text based on the text classifier; and, alerting a user on an electronic device based on an alert criteria.
  • In an embodiment, the alerting a user on an electronic device comprises alerting the user on the electronic device comprising one of a pager and a cellular phone.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; and, alerting the user upon determining that the priority of the text is greater than the predetermined threshold.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; determining whether the user has been away for more than a predetermined amount of time; and, upon determining that the priority of the text is greater than the predetermined threshold and that the user has been away for more than the predetermined amount of time, alerting the user.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; determining whether the user has been away for more than a predetermined amount of time; determining whether a current time is within a predetermined range of times; and, upon determining that the priority of the text is greater than the predetermined threshold, that the user has been away for more than the predetermined amount of time, and that the current time is within the predetermined range of times, alerting the user.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether the user is in a meeting; upon determining that the user is in a meeting, determining whether the priority is greater than a predetermined meeting threshold; and, upon determining that the priority is greater than the predetermined meeting threshold, alerting the user.
  • In another embodiment, a machine-readable medium has instructions stored thereon for execution by a processor to perform a method comprising: receiving a text; generating a priority of the text based on a text classifier; and, alerting a user on an electronic device based on an alert criteria.
  • In an embodiment, the receiving a text comprises receiving an email.
  • In an embodiment, the alerting a user on an electronic device comprises alerting the user on the electronic device comprising a pager.
  • In an embodiment, the alerting a user on an electronic device comprises alerting the user on the electronic device comprising a cellular phone.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; and, alerting the user upon determining that the priority of the text is greater than the predetermined threshold.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether the priority of the text is greater than a predetermined threshold; determining whether the user has been away for more than a predetermined amount of time; and, upon determining that the priority of the text is greater than the predetermined threshold and that the user has been away for more than the predetermined amount of time, alerting the user.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether a current time is within a predetermined range of times; and, upon determining that the current time is within the predetermined range of times, alerting the user.
  • In an embodiment, the alerting a user on an electronic device based on an alert criteria comprises: determining whether the user is in a meeting; upon determining that the user is in a meeting, determining whether the priority is greater than a predetermined meeting threshold; and, upon determining that the priority is greater than the predetermined meeting threshold, alerting the user.
  • In another embodiment, a computerized system comprises: a program to generate a text; a text classifier to generate a priority of the text; and, an alert mechanism to alert a user on an electronic device based on an alert criteria.
  • In an embodiment, the program comprises an electronic mail program to receive an electronic mail as the text.
  • In an embodiment, the text classifier comprises a Bayesian text classifier.
  • In an embodiment, the text classifier comprises a support-vector-machine classifier.
  • In an embodiment, the electronic device comprises one of a pager and a cellular phone.
  • In an embodiment, the alert criteria comprises a determination of whether the priority of the text is greater than a predetermined threshold.
  • In an embodiment, the alert criteria comprises a determination of whether the priority of the text is greater than a predetermined threshold and whether the user has been away for more than a predetermined amount of time.
  • In an embodiment, the alert criteria comprises a determination of whether a current time is within a predetermined range of times.
  • In an embodiment, the alert criteria comprises a determination of whether the user is in a meeting and whether the priority is greater than a predetermined meeting threshold.
  • In an embodiment, at least one of the alert mechanism, the program and the text classifier comprise a computer program executed by a processor from a computer-readable medium.
  • CONCLUSION
  • Although specific embodiments have been illustrated and described herein, it will be appreciated by those of ordinary skill in the art that any arrangement which is calculated to achieve the same purpose may be substituted for the specific embodiments shown. This application is intended to cover any adaptations or variations of the present invention. Therefore, it is manifestly intended that this invention be limited only by the following claims and equivalents thereof

Claims (20)

We claim:
1. A method in a first device, comprising:
receiving a text directed to a user;
generating a priority of the text; and
contacting a second device over a network to alert the user based on an alert criteria.
2. The method of claim 1, wherein said contacting comprises:
contacting the second device over the network to alert the user based on the alert criteria, the second device being a mobile device.
3. The method of claim 2, further comprising:
using information from an online calendar in a decision regarding relaying alert information to the mobile device.
4. The method of claim 1, further comprising:
assessing a location of the user as at least a portion of the alert criteria.
5. The method of claim 1, further comprising:
inferring a current task of the user as at least a portion of the alert criteria.
6. The method of claim 1, further comprising:
inferring a focus of attention of the user as at least a portion of the alert criteria.
7. The method of claim 1, wherein said contacting comprises:
contacting the second device over the network to alert the user based on the alert criteria, the second device being a device that is worn by the user.
8. An electronic device, comprising:
a processing unit; and
system memory that stores at least one program configured to be executed by the processing unit to:
generate a priority of a received text that is directed to a user;
determine an expected cost of alerting the user regarding the received text based at least on a sensor associated with the user; and
alert the user.
9. The electronic device of claim 8, wherein the sensor is at least one of an infrared sensor or a pressure sensor.
10. The electronic device of claim 8, wherein the sensor is on the user.
11. The electronic device of claim 8, wherein the at least one program is configured to be executed by the processing unit to alert the user when the determined expected cost of alerting the user is not greater than an expected cost of distracting the user.
12. The electronic device of claim 8, wherein to determine the expected cost of alerting the user, the at least one program is configured to be executed by the processing unit at least to infer an activity of the user.
13. The electronic device of claim 8, wherein to infer the activity of the user, the at least one program is configured to be executed by the processing unit to at least one of:
perform automated scene analysis;
determine last mouse or keyboard activity;
perform acoustical analysis;
determine recent application history;
determine an application in focus;
determine a telephone status; or
analyze explicit user input about whereabouts.
14. A server, comprising:
a processing unit;
a network interface; and
system memory that stores at least one program configured to be executed by the processing unit to:
receive a text directed to a user;
generate a priority of the text; and
operate the network interface to communicate with an electronic device over a network to alert the user based on an alert criteria.
15. The server of claim 14, wherein the electronic device is a mobile device.
16. The server of claim 14, wherein the at least one program is configured to be executed by the processing unit to:
use information from an online calendar in a decision regarding relaying alert information to the electronic device.
17. The server of claim 14, wherein the at least one program is configured to be executed by the processing unit to:
assess a location of the user as at least a portion of the alert criteria.
18. The server of claim 14, wherein the at least one program is configured to be executed by the processing unit to:
infer a current task of the user as at least a portion of the alert criteria.
19. The server of claim 14, wherein the at least one program is configured to be executed by the processing unit to:
infer a focus of attention of the user as at least a portion of the alert criteria.
20. The server of claim 14, wherein the electronic device is worn by the user.
US14/543,643 1999-07-30 2014-11-17 Integration of a computer-based message priority system with mobile electronic devices Abandoned US20150072709A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/543,643 US20150072709A1 (en) 1999-07-30 2014-11-17 Integration of a computer-based message priority system with mobile electronic devices

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US09/365,293 US6714967B1 (en) 1999-07-30 1999-07-30 Integration of a computer-based message priority system with mobile electronic devices
US10/795,695 US7444384B2 (en) 1999-07-30 2004-03-08 Integration of a computer-based message priority system with mobile electronic devices
US12/258,749 US8892674B2 (en) 1999-07-30 2008-10-27 Integration of a computer-based message priority system with mobile electronic devices
US14/543,643 US20150072709A1 (en) 1999-07-30 2014-11-17 Integration of a computer-based message priority system with mobile electronic devices

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/258,749 Continuation US8892674B2 (en) 1999-07-30 2008-10-27 Integration of a computer-based message priority system with mobile electronic devices

Publications (1)

Publication Number Publication Date
US20150072709A1 true US20150072709A1 (en) 2015-03-12

Family

ID=31993816

Family Applications (4)

Application Number Title Priority Date Filing Date
US09/365,293 Expired - Lifetime US6714967B1 (en) 1999-07-30 1999-07-30 Integration of a computer-based message priority system with mobile electronic devices
US10/795,695 Expired - Fee Related US7444384B2 (en) 1999-07-30 2004-03-08 Integration of a computer-based message priority system with mobile electronic devices
US12/258,749 Expired - Fee Related US8892674B2 (en) 1999-07-30 2008-10-27 Integration of a computer-based message priority system with mobile electronic devices
US14/543,643 Abandoned US20150072709A1 (en) 1999-07-30 2014-11-17 Integration of a computer-based message priority system with mobile electronic devices

Family Applications Before (3)

Application Number Title Priority Date Filing Date
US09/365,293 Expired - Lifetime US6714967B1 (en) 1999-07-30 1999-07-30 Integration of a computer-based message priority system with mobile electronic devices
US10/795,695 Expired - Fee Related US7444384B2 (en) 1999-07-30 2004-03-08 Integration of a computer-based message priority system with mobile electronic devices
US12/258,749 Expired - Fee Related US8892674B2 (en) 1999-07-30 2008-10-27 Integration of a computer-based message priority system with mobile electronic devices

Country Status (1)

Country Link
US (4) US6714967B1 (en)

Families Citing this family (143)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6622160B1 (en) * 1999-07-30 2003-09-16 Microsoft Corporation Methods for routing items for communications based on a measure of criticality
US6714967B1 (en) 1999-07-30 2004-03-30 Microsoft Corporation Integration of a computer-based message priority system with mobile electronic devices
US7194681B1 (en) * 1999-07-30 2007-03-20 Microsoft Corporation Method for automatically assigning priorities to documents and messages
US6832245B1 (en) 1999-12-01 2004-12-14 At&T Corp. System and method for analyzing communications of user messages to rank users and contacts based on message content
US7249159B1 (en) * 2000-03-16 2007-07-24 Microsoft Corporation Notification platform architecture
US7634528B2 (en) * 2000-03-16 2009-12-15 Microsoft Corporation Harnessing information about the timing of a user's client-server interactions to enhance messaging and collaboration services
US7243130B2 (en) * 2000-03-16 2007-07-10 Microsoft Corporation Notification platform architecture
US7743340B2 (en) * 2000-03-16 2010-06-22 Microsoft Corporation Positioning and rendering notification heralds based on user's focus of attention and activity
US8024415B2 (en) * 2001-03-16 2011-09-20 Microsoft Corporation Priorities generation and management
US20020087649A1 (en) * 2000-03-16 2002-07-04 Horvitz Eric J. Bounded-deferral policies for reducing the disruptiveness of notifications
US7444383B2 (en) 2000-06-17 2008-10-28 Microsoft Corporation Bounded-deferral policies for guiding the timing of alerting, interaction and communications using local sensory information
US8701027B2 (en) * 2000-03-16 2014-04-15 Microsoft Corporation Scope user interface for displaying the priorities and properties of multiple informational items
US7912868B2 (en) * 2000-05-02 2011-03-22 Textwise Llc Advertisement placement method and system using semantic analysis
JP2001320404A (en) * 2000-05-11 2001-11-16 Sony Corp Arrived mail notice system, arrived mail supervisory unit, mobile communication terminal, mail acquisition instruction method, mail acquisition method and program storage medium
US8086672B2 (en) * 2000-06-17 2011-12-27 Microsoft Corporation When-free messaging
JP3499808B2 (en) * 2000-06-29 2004-02-23 本田技研工業株式会社 Electronic document classification system
IL137305A (en) * 2000-07-13 2005-08-31 Clicksoftware Technologies Ld Method and system for sharing knowledge
US6925454B2 (en) * 2000-12-12 2005-08-02 International Business Machines Corporation Methodology for creating and maintaining a scheme for categorizing electronic communications
US7844666B2 (en) * 2000-12-12 2010-11-30 Microsoft Corporation Controls and displays for acquiring preferences, inspecting behavior, and guiding the learning and decision policies of an adaptive communications prioritization and routing system
WO2002082318A2 (en) * 2001-02-22 2002-10-17 Volantia Holdings Limited System and method for extracting information
US7302634B2 (en) * 2001-03-14 2007-11-27 Microsoft Corporation Schema-based services for identity-based data access
US7024662B2 (en) 2001-03-14 2006-04-04 Microsoft Corporation Executing dynamically assigned functions while providing services
US7110525B1 (en) 2001-06-25 2006-09-19 Toby Heller Agent training sensitive call routing system
US20030041048A1 (en) * 2001-08-15 2003-02-27 Senaka Balasuriya System and method for providing dymanic selection of communication actions using stored rule set
US7379993B2 (en) * 2001-09-13 2008-05-27 Sri International Prioritizing Bayes network alerts
US7062533B2 (en) * 2001-09-20 2006-06-13 International Business Machines Corporation Specifying monitored user participation in messaging sessions
US7107316B2 (en) * 2001-09-20 2006-09-12 International Business Machines Corporation Controlling throughput of message requests in a messaging system
US6938213B2 (en) * 2001-09-20 2005-08-30 International Business Machines Corporation Tracking user availability for participation in messaging sessions
US7774711B2 (en) 2001-09-28 2010-08-10 Aol Inc. Automatic categorization of entries in a contact list
US7343365B2 (en) * 2002-02-20 2008-03-11 Microsoft Corporation Computer system architecture for automatic context associations
US7167910B2 (en) * 2002-02-20 2007-01-23 Microsoft Corporation Social mapping of contacts from computer communication information
US9886309B2 (en) 2002-06-28 2018-02-06 Microsoft Technology Licensing, Llc Identity-based distributed computing for device resources
EP1532790B1 (en) * 2002-07-22 2007-11-14 Nokia Corporation Method and arrangement for obtaining an electronic mail service
US7255645B2 (en) * 2002-08-21 2007-08-14 Progressive Gaming International Corporation Equalizing different jackpot games with frequent pays
US7263614B2 (en) 2002-12-31 2007-08-28 Aol Llc Implicit access for communications pathway
US7725544B2 (en) * 2003-01-24 2010-05-25 Aol Inc. Group based spam classification
US9818136B1 (en) 2003-02-05 2017-11-14 Steven M. Hoffberg System and method for determining contingent relevance
US7613776B1 (en) 2003-03-26 2009-11-03 Aol Llc Identifying and using identities deemed to be known to a user
US7457879B2 (en) 2003-04-01 2008-11-25 Microsoft Corporation Notification platform architecture
US7590695B2 (en) 2003-05-09 2009-09-15 Aol Llc Managing electronic messages
US7739602B2 (en) 2003-06-24 2010-06-15 Aol Inc. System and method for community centric resource sharing based on a publishing subscription model
US7941491B2 (en) * 2004-06-04 2011-05-10 Messagemind, Inc. System and method for dynamic adaptive user-based prioritization and display of electronic messages
US7903795B2 (en) * 2004-06-15 2011-03-08 Avaya Inc. System and method for indicating status of an incoming transmission to a user
US20050276397A1 (en) * 2004-06-15 2005-12-15 Cynthia Hiatt System and method for providing availability information to a user
US20060085391A1 (en) * 2004-09-24 2006-04-20 Microsoft Corporation Automatic query suggestions
US7519564B2 (en) * 2004-11-16 2009-04-14 Microsoft Corporation Building and using predictive models of current and future surprises
US7899866B1 (en) 2004-12-31 2011-03-01 Microsoft Corporation Using message features and sender identity for email spam filtering
JP4742618B2 (en) * 2005-02-28 2011-08-10 富士ゼロックス株式会社 Information processing system, program, and information processing method
US8316315B2 (en) 2005-02-28 2012-11-20 Microsoft Corporation Automatically generated highlight view of electronic interactions
GB2424969A (en) * 2005-04-04 2006-10-11 Messagelabs Ltd Training an anti-spam filter
US20070038633A1 (en) * 2005-08-10 2007-02-15 International Business Machines Corporation Method and system for executing procedures in mixed-initiative mode
US9426103B2 (en) * 2005-12-27 2016-08-23 International Business Machines Corporation Host state-sensing for message interruption
US8862680B2 (en) * 2006-05-01 2014-10-14 The Boeing Company Methods and systems for data prioritization
US20080004926A1 (en) * 2006-06-30 2008-01-03 Microsoft Corporation Methods and architectures for context-sensitive reminders and service facilitation
WO2008022521A1 (en) * 2006-08-18 2008-02-28 Huawei Technologies Co., Ltd A method, a system and a terminal for handling e-mail notification
EP2159975A1 (en) 2007-02-09 2010-03-03 Research in Motion Schedulable e-mail filters
US7761523B2 (en) 2007-02-09 2010-07-20 Research In Motion Limited Schedulable e-mail filters
CN100565559C (en) * 2007-03-14 2009-12-02 中国科学院自动化研究所 Image text location method and device based on connected component and support vector machine
US8631419B2 (en) * 2007-06-29 2014-01-14 Microsoft Corporation System and methods for disruption detection, management, and recovery
US8468168B2 (en) 2007-07-25 2013-06-18 Xobni Corporation Display of profile information based on implicit actions
US8375052B2 (en) * 2007-10-03 2013-02-12 Microsoft Corporation Outgoing message monitor
WO2009052265A1 (en) * 2007-10-19 2009-04-23 Huron Consulting Group, Inc. Document review system and method
US9584343B2 (en) * 2008-01-03 2017-02-28 Yahoo! Inc. Presentation of organized personal and public data using communication mediums
US20090254619A1 (en) * 2008-04-02 2009-10-08 Kho Nancy E Status-based filtered email alerts
US8892658B2 (en) * 2008-04-07 2014-11-18 Microsoft Corporation Break-through mechanism for personas associated with a single device
US7509381B1 (en) * 2008-04-21 2009-03-24 International Business Machines Corporation Adaptive email in-basket ordering
US8788309B2 (en) * 2008-10-23 2014-07-22 International Business Machines Corporation Application of cost constraints in event scheduling
US20100281481A1 (en) * 2009-04-30 2010-11-04 Nokia Corporation Apparatus and method for providing a user interface within a computing device
US20100281409A1 (en) * 2009-04-30 2010-11-04 Nokia Corporation Apparatus and method for handling notifications within a communications device
WO2010141216A2 (en) 2009-06-02 2010-12-09 Xobni Corporation Self populating address book
US9721228B2 (en) 2009-07-08 2017-08-01 Yahoo! Inc. Locally hosting a social network using social data stored on a user's computer
US8352561B1 (en) 2009-07-24 2013-01-08 Google Inc. Electronic communication reminder technology
US9514466B2 (en) 2009-11-16 2016-12-06 Yahoo! Inc. Collecting and presenting data including links from communications sent to or from a user
US9754240B2 (en) * 2009-11-20 2017-09-05 Palo Alto Research Center Incorporated Method for quickly recovering from task interruption
US20110131514A1 (en) * 2009-11-28 2011-06-02 Motorola, Inc. Policy based electronic calendar management
JP5952196B2 (en) * 2010-02-03 2016-07-13 アルコード コーポレーション Electronic message system and method
US9183560B2 (en) 2010-05-28 2015-11-10 Daniel H. Abelow Reality alternate
US8620935B2 (en) 2011-06-24 2013-12-31 Yahoo! Inc. Personalizing an online service based on data collected for a user of a computing device
US8972257B2 (en) 2010-06-02 2015-03-03 Yahoo! Inc. Systems and methods to present voice message information to a user of a computing device
US8812065B2 (en) 2010-06-07 2014-08-19 Ford Global Technologies, Llc System and method for monitoring the location of a communication device in a vehicle based on signal strength
DE102010030309A1 (en) 2010-06-21 2011-12-22 Ford Global Technologies, Llc Method and device for determining an energy consumption optimized route
US8805937B2 (en) * 2010-06-28 2014-08-12 Bank Of America Corporation Electronic mail analysis and processing
US10163074B2 (en) 2010-07-07 2018-12-25 Ford Global Technologies, Llc Vehicle-based methods and systems for managing personal information and events
US20110225105A1 (en) * 2010-10-21 2011-09-15 Ford Global Technologies, Llc Method and system for monitoring an energy storage system for a vehicle for trip planning
US9589254B2 (en) 2010-12-08 2017-03-07 Microsoft Technology Licensing, Llc Using e-mail message characteristics for prioritization
US9134137B2 (en) 2010-12-17 2015-09-15 Microsoft Technology Licensing, Llc Mobile search based on predicted location
US8738574B2 (en) 2010-12-20 2014-05-27 Ford Global Technologies, Llc Automatic wireless device data maintenance
US8335494B2 (en) 2010-12-30 2012-12-18 Ford Global Technologies, Llc Provisioning of callback reminders on a vehicle-based computing system
US8849499B2 (en) * 2011-01-06 2014-09-30 Ford Global Technologies, Llc Methods and systems for monitoring a vehicle's energy source
US20110224852A1 (en) * 2011-01-06 2011-09-15 Ford Global Technologies, Llc Methods and system for selectively charging a vehicle
US8364752B2 (en) * 2011-02-18 2013-01-29 International Business Machines Corporation Determining availability based on percentage available
US9163952B2 (en) 2011-04-15 2015-10-20 Microsoft Technology Licensing, Llc Suggestive mapping
US8406938B2 (en) 2011-05-19 2013-03-26 Ford Global Technologies, Llc Remote operator assistance for one or more user commands in a vehicle
WO2012160637A1 (en) * 2011-05-23 2012-11-29 富士通株式会社 Message determination device and message determination program
US10078819B2 (en) 2011-06-21 2018-09-18 Oath Inc. Presenting favorite contacts information to a user of a computing device
US10984387B2 (en) 2011-06-28 2021-04-20 Microsoft Technology Licensing, Llc Automatic task extraction and calendar entry
US9747583B2 (en) 2011-06-30 2017-08-29 Yahoo Holdings, Inc. Presenting entity profile information to a user of a computing device
US20130041552A1 (en) 2011-08-11 2013-02-14 Ford Global Technologies, Llc Methods and Apparatus for Estimating Power Usage
US9612797B2 (en) 2011-08-25 2017-04-04 Ford Global Technologies, Llc Method and apparatus for a near field communication system to exchange occupant information
US20130081021A1 (en) * 2011-09-23 2013-03-28 Elwha LLC, a limited liability company of the State of Delaware Acquiring and transmitting tasks and subtasks to interface devices, and obtaining results of executed subtasks
US20130174160A1 (en) * 2011-12-30 2013-07-04 Elwha LLC, a limited liability company of the State of Delaware Aquiring and transmitting tasks and subtasks to interface devices, and obtaining results of executed subtasks
US20130081019A1 (en) * 2011-09-23 2013-03-28 Elwha LLC, a limited liability company of the State of Delaware Receiving subtask representations, and obtaining and communicating subtask result data
US9710768B2 (en) 2011-09-23 2017-07-18 Elwha Llc Acquiring and transmitting event related tasks and subtasks to interface devices
US8907776B2 (en) 2011-10-05 2014-12-09 Ford Global Technologies, Llc Method and apparatus for do not disturb message delivery
US8849742B2 (en) 2012-01-24 2014-09-30 Ford Global Technologies, Llc Method and apparatus for providing charging state alerts
US10164929B2 (en) * 2012-09-28 2018-12-25 Avaya Inc. Intelligent notification of requests for real-time online interaction via real-time communications and/or markup protocols, and related methods, systems, and computer-readable media
DE102013110574B4 (en) 2012-09-28 2019-03-28 Avaya Inc. Intelligent notification of requirements for real-time online interaction via real-time communication and / or markup protocols and related methods, systems and computer-readable media
US9363133B2 (en) 2012-09-28 2016-06-07 Avaya Inc. Distributed application of enterprise policies to Web Real-Time Communications (WebRTC) interactive sessions, and related methods, systems, and computer-readable media
US10192200B2 (en) 2012-12-04 2019-01-29 Oath Inc. Classifying a portion of user contact data into local contacts
US20140189533A1 (en) * 2012-12-30 2014-07-03 Avaya Inc. Dynamic notification system and method
US8682529B1 (en) 2013-01-07 2014-03-25 Ford Global Technologies, Llc Methods and apparatus for dynamic embedded object handling
US20140200943A1 (en) * 2013-01-14 2014-07-17 International Business Machines Corporation Electronic calendar scheduling
US9789788B2 (en) 2013-01-18 2017-10-17 Ford Global Technologies, Llc Method and apparatus for primary driver verification
US9462545B2 (en) 2013-03-14 2016-10-04 Ford Global Technologies, Llc Method and apparatus for a battery saver utilizing a sleep and vacation strategy
US9294458B2 (en) 2013-03-14 2016-03-22 Avaya Inc. Managing identity provider (IdP) identifiers for web real-time communications (WebRTC) interactive flows, and related methods, systems, and computer-readable media
US9066298B2 (en) 2013-03-15 2015-06-23 Ford Global Technologies, Llc Method and apparatus for an alert strategy between modules
US20150356614A1 (en) * 2013-06-05 2015-12-10 Iouri Makedonov Method for displaying advertising and task reminders on a portable electronic device
US10205624B2 (en) 2013-06-07 2019-02-12 Avaya Inc. Bandwidth-efficient archiving of real-time interactive flows, and related methods, systems, and computer-readable media
US9065969B2 (en) 2013-06-30 2015-06-23 Avaya Inc. Scalable web real-time communications (WebRTC) media engines, and related methods, systems, and computer-readable media
US9525718B2 (en) 2013-06-30 2016-12-20 Avaya Inc. Back-to-back virtual web real-time communications (WebRTC) agents, and related methods, systems, and computer-readable media
US9112840B2 (en) 2013-07-17 2015-08-18 Avaya Inc. Verifying privacy of web real-time communications (WebRTC) media channels via corresponding WebRTC data channels, and related methods, systems, and computer-readable media
US9614890B2 (en) 2013-07-31 2017-04-04 Avaya Inc. Acquiring and correlating web real-time communications (WEBRTC) interactive flow characteristics, and related methods, systems, and computer-readable media
US9531808B2 (en) 2013-08-22 2016-12-27 Avaya Inc. Providing data resource services within enterprise systems for resource level sharing among multiple applications, and related methods, systems, and computer-readable media
US10225212B2 (en) 2013-09-26 2019-03-05 Avaya Inc. Providing network management based on monitoring quality of service (QOS) characteristics of web real-time communications (WEBRTC) interactive flows, and related methods, systems, and computer-readable media
US10263952B2 (en) 2013-10-31 2019-04-16 Avaya Inc. Providing origin insight for web applications via session traversal utilities for network address translation (STUN) messages, and related methods, systems, and computer-readable media
US9769214B2 (en) 2013-11-05 2017-09-19 Avaya Inc. Providing reliable session initiation protocol (SIP) signaling for web real-time communications (WEBRTC) interactive flows, and related methods, systems, and computer-readable media
US10129243B2 (en) 2013-12-27 2018-11-13 Avaya Inc. Controlling access to traversal using relays around network address translation (TURN) servers using trusted single-use credentials
US9880711B2 (en) * 2014-01-22 2018-01-30 Google Llc Adaptive alert duration
US9361090B2 (en) 2014-01-24 2016-06-07 Ford Global Technologies, Llc Apparatus and method of software implementation between a vehicle and mobile device
US9639231B2 (en) 2014-03-17 2017-05-02 Google Inc. Adjusting information depth based on user's attention
US10581927B2 (en) 2014-04-17 2020-03-03 Avaya Inc. Providing web real-time communications (WebRTC) media services via WebRTC-enabled media servers, and related methods, systems, and computer-readable media
US9749363B2 (en) 2014-04-17 2017-08-29 Avaya Inc. Application of enterprise policies to web real-time communications (WebRTC) interactive sessions using an enterprise session initiation protocol (SIP) engine, and related methods, systems, and computer-readable media
US9912705B2 (en) 2014-06-24 2018-03-06 Avaya Inc. Enhancing media characteristics during web real-time communications (WebRTC) interactive sessions by using session initiation protocol (SIP) endpoints, and related methods, systems, and computer-readable media
US9389089B2 (en) * 2014-09-04 2016-07-12 Visteon Global Technologies, Inc. Determining a route based on a preference
US10361981B2 (en) 2015-05-15 2019-07-23 Microsoft Technology Licensing, Llc Automatic extraction of commitments and requests from communications and content
US10471348B2 (en) 2015-07-24 2019-11-12 Activision Publishing, Inc. System and method for creating and sharing customized video game weapon configurations in multiplayer video games via one or more social networks
US10402730B2 (en) 2015-10-07 2019-09-03 Honeywell International Inc. Method and system for determining whether, when, and how an unmanned agent interrupts a human
US10099140B2 (en) 2015-10-08 2018-10-16 Activision Publishing, Inc. System and method for generating personalized messaging campaigns for video game players
US11185784B2 (en) 2015-10-08 2021-11-30 Activision Publishing, Inc. System and method for generating personalized messaging campaigns for video game players
US9749268B2 (en) 2015-12-08 2017-08-29 International Business Machines Corporation System and method for message delivery
US9838853B1 (en) 2016-06-02 2017-12-05 International Business Machines Corporation Cognitive scheduling of text message availability
US20180204152A1 (en) 2017-01-19 2018-07-19 Bank Of America Corporation System for platform activity gathering for determining current user resource requirements
US11379798B2 (en) * 2020-05-28 2022-07-05 Microsoft Technology Licensing, Llc Identification and surfacing of contextual data related to electronic calendar events

Citations (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6101531A (en) * 1995-12-19 2000-08-08 Motorola, Inc. System for communicating user-selected criteria filter prepared at wireless client to communication server for filtering data transferred from host to said wireless client
US6144942A (en) * 1998-04-28 2000-11-07 Micron Electronics, Inc. Method for notifying an individual of a previously scheduled event
US6147977A (en) * 1997-12-12 2000-11-14 Motorola, Inc. Method and apparatus for processing messages based on originator and recipient priorities
US20010042087A1 (en) * 1998-04-17 2001-11-15 Jeffrey Owen Kephart An automated assistant for organizing electronic documents
US20020013854A1 (en) * 1995-12-19 2002-01-31 Gene Eggleston Method and apparatus for rate governing communications
US20020078351A1 (en) * 2000-10-13 2002-06-20 Garib Marco Aurelio Secret key Messaging
US20020087643A1 (en) * 2000-10-30 2002-07-04 Parsons Eric W. Method and system for providing unified WAP alerts
US20020159575A1 (en) * 1999-07-20 2002-10-31 Julia Skladman Method and system for filtering notification of e-mail messages
US6507866B1 (en) * 1999-07-19 2003-01-14 At&T Wireless Services, Inc. E-mail usage pattern detection
US20030182383A1 (en) * 2002-02-12 2003-09-25 Xiaopeng He Enterprise electronic mail filtering and notification system
US20040002958A1 (en) * 2002-06-26 2004-01-01 Praveen Seshadri System and method for providing notification(s)
US20040002988A1 (en) * 2002-06-26 2004-01-01 Praveen Seshadri System and method for modeling subscriptions and subscribers as data
US6732273B1 (en) * 1998-10-21 2004-05-04 Lucent Technologies Inc. Priority and security coding system for electronic mail messages
US20040143636A1 (en) * 2001-03-16 2004-07-22 Horvitz Eric J Priorities generation and management
US20040230657A1 (en) * 2002-11-26 2004-11-18 Tomkow Terrence A. System for, and method of, proving the transmission, receipt and content of a reply to an electronic message
US6829635B1 (en) * 1998-07-01 2004-12-07 Brent Townshend System and method of automatically generating the criteria to identify bulk electronic mail
US20040267893A1 (en) * 2003-06-30 2004-12-30 Wei Lin Fuzzy logic voting method and system for classifying E-mail using inputs from multiple spam classifiers
US20050015626A1 (en) * 2003-07-15 2005-01-20 Chasin C. Scott System and method for identifying and filtering junk e-mail messages or spam based on URL content
US20050044153A1 (en) * 2003-06-12 2005-02-24 William Gross Email processing system
US20050060643A1 (en) * 2003-08-25 2005-03-17 Miavia, Inc. Document similarity detection and classification system
US20050091674A1 (en) * 2003-10-24 2005-04-28 Holly Knight System and method for extending application preferences classes
US20050091269A1 (en) * 2003-10-24 2005-04-28 Gerber Robert H. System and method for preference application installation and execution
US20050114207A1 (en) * 2003-11-25 2005-05-26 International Business Machines Corporation Method, system, and storage medium for filtering content presented on a computer system
US20050165824A1 (en) * 2004-01-23 2005-07-28 Farnham Shelly D. Selective multi level expansion of data base via pivot point data
US20060036695A1 (en) * 2004-08-12 2006-02-16 Rolnik Robert C Timed delivery of alert notifications based on user set criteria
US7031437B1 (en) * 2000-10-30 2006-04-18 Nortel Networks Limited Method and system for providing remote access to previously transmitted enterprise messages
US7120865B1 (en) * 1999-07-30 2006-10-10 Microsoft Corporation Methods for display, notification, and interaction with prioritized messages
US20070004385A1 (en) * 2005-06-29 2007-01-04 Microsoft Corporation Principals and methods for balancing the timeliness of communications and information delivery with the expected cost of interruption via deferral policies
US20090030989A1 (en) * 2007-07-25 2009-01-29 International Business Machines Corporation Enterprise e-mail blocking and filtering system based on user input
US20090113016A1 (en) * 2007-10-24 2009-04-30 Subhabrata Sen Managing email servers by prioritizing emails
US7565403B2 (en) * 2000-03-16 2009-07-21 Microsoft Corporation Use of a bulk-email filter within a system for classifying messages for urgency or importance
US20090300765A1 (en) * 2008-05-27 2009-12-03 Deutsche Telekom Ag Unknown malcode detection using classifiers with optimal training sets
US20100211640A1 (en) * 2009-02-13 2010-08-19 Massachusetts Institute Of Technology Unsolicited message communication characteristics
US20100211644A1 (en) * 2009-02-18 2010-08-19 International Business Machines Corporation Prioritization of recipient email messages
US20110045806A1 (en) * 2008-04-07 2011-02-24 Microsoft Corporation Break-through mechanism for personas associated with a single device
US20110055196A1 (en) * 2009-08-28 2011-03-03 Microsoft Corporation Data mining electronic communications
US20110069685A1 (en) * 2009-09-23 2011-03-24 At&T Intellectual Property I, L.P. Signaling-less dynamic call setup and teardown by utilizing observed session state information
US8046474B2 (en) * 2004-03-19 2011-10-25 Fujitsu Limited Method, apparatus, programs and storage medium for transferring data between different types of terminals
US20120124041A1 (en) * 2010-11-17 2012-05-17 Malvika Bawri & Vinay Bawri Method and system for searching and ranking electronic mails based on predefined algorithms
US20120222132A1 (en) * 2011-02-25 2012-08-30 Microsoft Corporation Permissions Based on Behavioral Patterns
US20120259722A1 (en) * 1999-11-22 2012-10-11 Accenture Global Services Gmbh Increased visibility during order management in a network-based supply chain environment
US20130254298A1 (en) * 2010-11-29 2013-09-26 Vincent Lorphelin Method and collaboration system
US20130339276A1 (en) * 2012-02-10 2013-12-19 International Business Machines Corporation Multi-tiered approach to e-mail prioritization
US9152953B2 (en) * 2012-02-10 2015-10-06 International Business Machines Corporation Multi-tiered approach to E-mail prioritization
US9699129B1 (en) * 2000-06-21 2017-07-04 International Business Machines Corporation System and method for increasing email productivity

Family Cites Families (159)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0619276B2 (en) 1981-08-17 1994-03-16 工業技術院長 Portable map display device assembly
JP2783558B2 (en) * 1988-09-30 1998-08-06 株式会社東芝 Summary generation method and summary generation device
GB8918553D0 (en) * 1989-08-15 1989-09-27 Digital Equipment Int Message control system
US4971434A (en) 1989-11-28 1990-11-20 Visual Resources, Inc. Method for diagnosing deficiencies in and expanding a person's useful field of view
US5179519A (en) 1990-02-01 1993-01-12 Pioneer Electronic Corporation Navigation system for vehicle
US5220507A (en) 1990-11-08 1993-06-15 Motorola, Inc. Land vehicle multiple navigation route apparatus
US5436960A (en) * 1991-05-20 1995-07-25 Campana, Jr.; Thomas J. Electronic mail system with RF communications to mobile processors and method of operation thereof
US5608635A (en) 1992-04-14 1997-03-04 Zexel Corporation Navigation system for a vehicle with route recalculation between multiple locations
JPH06120978A (en) 1992-10-05 1994-04-28 Oki Electric Ind Co Ltd Electronic mail reception informing system
US5675733A (en) 1992-11-30 1997-10-07 International Business Machines Corporation Statistical analysis and display of reception status of electronic messages
US5535376A (en) * 1993-05-18 1996-07-09 Motorola, Inc. Data processor having a timer circuit for performing a buffered pulse width modulation function and method therefor
US5689641A (en) 1993-10-01 1997-11-18 Vicor, Inc. Multimedia collaboration system arrangement for routing compressed AV signal through a participant site without decompressing the AV signal
US5812865A (en) * 1993-12-03 1998-09-22 Xerox Corporation Specifying and establishing communication data paths between particular media devices in multiple media device computing systems based on context of a user or users
US5493692A (en) * 1993-12-03 1996-02-20 Xerox Corporation Selective delivery of electronic messages in a multiple computer system based on context and environment of a user
US5555376A (en) * 1993-12-03 1996-09-10 Xerox Corporation Method for granting a user request having locational and contextual attributes consistent with user policies for devices having locational attributes consistent with the user request
US5671333A (en) 1994-04-07 1997-09-23 Lucent Technologies Inc. Training apparatus and method
US6321158B1 (en) 1994-06-24 2001-11-20 Delorme Publishing Company Integrated routing/mapping information
JP2778488B2 (en) 1994-11-04 1998-07-23 日本電気株式会社 Awareness control device
US5617526A (en) 1994-12-13 1997-04-01 Microsoft Corporation Operating system provided notification area for displaying visual notifications from application programs
US5694616A (en) * 1994-12-30 1997-12-02 International Business Machines Corporation Method and system for prioritization of email items by selectively associating priority attribute with at least one and fewer than all of the recipients
US5634084A (en) * 1995-01-20 1997-05-27 Centigram Communications Corporation Abbreviation and acronym/initialism expansion procedures for a text to speech reader
US5911773A (en) 1995-07-24 1999-06-15 Aisin Aw Co., Ltd. Navigation system for vehicles
JP3606401B2 (en) * 1995-11-30 2005-01-05 富士通株式会社 Document retrieval apparatus and method
US5835881A (en) 1996-01-16 1998-11-10 Philips Electronics North America Corporation Portable system for providing voice driving directions
US6092725A (en) 1997-01-24 2000-07-25 Symbol Technologies, Inc. Statistical sampling security methodology for self-scanning checkout system
US6396513B1 (en) * 1996-05-14 2002-05-28 At&T Corp. Electronic message sorting and notification system
US6034970A (en) * 1996-05-31 2000-03-07 Adaptive Micro Systems, Inc. Intelligent messaging system and method for providing and updating a message using a communication device, such as a large character display
US5905863A (en) 1996-06-07 1999-05-18 At&T Corp Finding an e-mail message to which another e-mail message is a response
US6035104A (en) 1996-06-28 2000-03-07 Data Link Systems Corp. Method and apparatus for managing electronic documents by alerting a subscriber at a destination other than the primary destination
US5907839A (en) * 1996-07-03 1999-05-25 Yeda Reseach And Development, Co., Ltd. Algorithm for context sensitive spelling correction
JP3370555B2 (en) 1996-07-09 2003-01-27 松下電器産業株式会社 Pedestrian information provision system
US6021403A (en) 1996-07-19 2000-02-01 Microsoft Corporation Intelligent user assistance facility
US7040541B2 (en) 1996-09-05 2006-05-09 Symbol Technologies, Inc. Portable shopping and order fulfillment system
US6837436B2 (en) 1996-09-05 2005-01-04 Symbol Technologies, Inc. Consumer interactive shopping system
US5978837A (en) * 1996-09-27 1999-11-02 At&T Corp. Intelligent pager for remotely managing E-Mail messages
US5974572A (en) * 1996-10-15 1999-10-26 Mercury Interactive Corporation Software system and methods for generating a load test using a server access log
US6424995B1 (en) * 1996-10-16 2002-07-23 Microsoft Corporation Method for displaying information contained in an electronic message
JP3919855B2 (en) 1996-10-17 2007-05-30 株式会社ザナヴィ・インフォマティクス Navigation device
AU5133398A (en) 1996-12-03 1998-06-29 Ergolight Ltd. Computerized apparatus and methods for identifying usability problems of a computerized system
US6151623A (en) * 1996-12-13 2000-11-21 International Business Machines Corporation Agent activity report via object embedding
US5995597A (en) * 1997-01-21 1999-11-30 Woltz; Robert Thomas E-mail processing system and method
US5864848A (en) 1997-01-31 1999-01-26 Microsoft Corporation Goal-driven information interpretation and extraction system
AU6666998A (en) 1997-02-25 1998-09-09 Intervoice Limited Partnership E-mail server for message filtering and routing
US6157921A (en) 1998-05-01 2000-12-05 Barnhill Technologies, Llc Enhancing knowledge discovery using support vector machines in a distributed network environment
US6185603B1 (en) * 1997-03-13 2001-02-06 At&T Corp. Method and system for delivery of e-mail and alerting messages
JPH10283291A (en) 1997-04-02 1998-10-23 Casio Comput Co Ltd Electronic mail incoming report device and storage medium
US6182059B1 (en) * 1997-04-03 2001-01-30 Brightware, Inc. Automatic electronic message interpretation and routing system
US5935218A (en) 1997-04-04 1999-08-10 Siemens Information And Communication Networks, Inc. Method and apparatus for bus network prioritization using the broadcast of delay time to lower priority users from high priority users in a token or loop network
US6505150B2 (en) * 1997-07-02 2003-01-07 Xerox Corporation Article and method of automatically filtering information retrieval results using test genre
JPH1132144A (en) 1997-07-10 1999-02-02 Fuji Xerox Co Ltd Communication aid system
US20050081059A1 (en) 1997-07-24 2005-04-14 Bandini Jean-Christophe Denis Method and system for e-mail filtering
US6073165A (en) 1997-07-29 2000-06-06 Jfax Communications, Inc. Filtering computer network messages directed to a user's e-mail box based on user defined filters, and forwarding a filtered message to the user's receiver
US6409086B1 (en) 1997-08-08 2002-06-25 Symbol Technolgies, Inc. Terminal locking system
US6233430B1 (en) * 1997-09-19 2001-05-15 Richard J. Helferich Paging transceivers and methods for selectively retrieving messages
JPH1198176A (en) * 1997-09-24 1999-04-09 Sharp Corp Electronic mail transmission and reception system, electronic mail transmission and reception method and recording medium recording the method
US6385662B1 (en) 1997-10-03 2002-05-07 Ericsson Inc. Method of processing information using a personal communication assistant
CA2277826A1 (en) 1997-11-14 1999-05-27 William M. Jenkins A computerized device for improving motor control in an individual by sensory training
US6944278B1 (en) 1997-11-26 2005-09-13 Sun Microsystems, Inc. Internet-activated callback service
US6490574B1 (en) * 1997-12-17 2002-12-03 International Business Machines Corporation Method and system for managing rules and events in a multi-user intelligent agent environment
AU1907899A (en) * 1997-12-22 1999-07-12 Accepted Marketing, Inc. E-mail filter and method thereof
US6085216A (en) 1997-12-31 2000-07-04 Xerox Corporation Method and system for efficiently allocating resources for solving computationally hard problems
US6067565A (en) * 1998-01-15 2000-05-23 Microsoft Corporation Technique for prefetching a web page of potential future interest in lieu of continuing a current information download
US5974465A (en) * 1998-01-21 1999-10-26 3Com Corporation Method and apparatus for prioritizing the enqueueing of outbound data packets in a network device
US6212265B1 (en) * 1998-01-27 2001-04-03 Darin Duphorne Method and apparatus for electronic mail notification
US6182133B1 (en) * 1998-02-06 2001-01-30 Microsoft Corporation Method and apparatus for display of information prefetching and cache status having variable visual indication based on a period of time since prefetching
GB2335492B (en) 1998-03-18 2002-02-27 Nokia Mobile Phones Ltd Local navigation alternatives
US6327581B1 (en) * 1998-04-06 2001-12-04 Microsoft Corporation Methods and apparatus for building a support vector machine classifier
US6426943B1 (en) * 1998-04-10 2002-07-30 Top Layer Networks, Inc. Application-level data communication switching system and process for automatic detection of and quality of service adjustment for bulk data transfers
US6195533B1 (en) * 1998-05-27 2001-02-27 Glenayre Electronics, Inc. Method for storing an application's transaction data in a wireless messaging system
US6640214B1 (en) 1999-01-16 2003-10-28 Symbol Technologies, Inc. Portable electronic terminal and data processing system
US7010501B1 (en) 1998-05-29 2006-03-07 Symbol Technologies, Inc. Personal shopping system
US6192360B1 (en) * 1998-06-23 2001-02-20 Microsoft Corporation Methods and apparatus for classifying text and for building a text classifier
US6161130A (en) * 1998-06-23 2000-12-12 Microsoft Corporation Technique which utilizes a probabilistic classifier to detect "junk" e-mail by automatically updating a training and re-training the classifier based on the updated training set
US6421708B2 (en) * 1998-07-31 2002-07-16 Glenayre Electronics, Inc. World wide web access for voice mail and page
US6629123B1 (en) 1998-10-02 2003-09-30 Microsoft Corporation Interception of unit creation requests by an automatic distributed partitioning system
US6381735B1 (en) 1998-10-02 2002-04-30 Microsoft Corporation Dynamic classification of sections of software
GB2343529B (en) 1998-11-07 2003-06-11 Ibm Filtering incoming e-mail
US6282565B1 (en) * 1998-11-17 2001-08-28 Kana Communications, Inc. Method and apparatus for performing enterprise email management
US6411930B1 (en) * 1998-11-18 2002-06-25 Lucent Technologies Inc. Discriminative gaussian mixture models for speaker verification
US6546416B1 (en) 1998-12-09 2003-04-08 Infoseek Corporation Method and system for selectively blocking delivery of bulk electronic mail
US6801223B1 (en) * 1998-12-18 2004-10-05 Tangis Corporation Managing interactions between computer users' context models
US6747675B1 (en) * 1998-12-18 2004-06-08 Tangis Corporation Mediating conflicts in computer user's context data
US7107539B2 (en) * 1998-12-18 2006-09-12 Tangis Corporation Thematic response to a computer user's context, such as by a wearable personal computer
US6791580B1 (en) * 1998-12-18 2004-09-14 Tangis Corporation Supplying notifications related to supply and consumption of user context data
US6842877B2 (en) * 1998-12-18 2005-01-11 Tangis Corporation Contextual responses based on automated learning techniques
US6513046B1 (en) * 1999-12-15 2003-01-28 Tangis Corporation Storing and recalling information to augment human memories
US6466232B1 (en) * 1998-12-18 2002-10-15 Tangis Corporation Method and system for controlling presentation of information to a user based on the user's condition
US6812937B1 (en) * 1998-12-18 2004-11-02 Tangis Corporation Supplying enhanced computer user's context data
US9183306B2 (en) 1998-12-18 2015-11-10 Microsoft Technology Licensing, Llc Automated selection of appropriate information based on a computer user's context
US7080322B2 (en) * 1998-12-18 2006-07-18 Tangis Corporation Thematic response to a computer user's context, such as by a wearable personal computer
US7076737B2 (en) * 1998-12-18 2006-07-11 Tangis Corporation Thematic response to a computer user's context, such as by a wearable personal computer
US7055101B2 (en) * 1998-12-18 2006-05-30 Tangis Corporation Thematic response to a computer user's context, such as by a wearable personal computer
US6442589B1 (en) * 1999-01-14 2002-08-27 Fujitsu Limited Method and system for sorting and forwarding electronic messages and other data
US6732149B1 (en) 1999-04-09 2004-05-04 International Business Machines Corporation System and method for hindering undesired transmission or receipt of electronic messages
US6505167B1 (en) 1999-04-20 2003-01-07 Microsoft Corp. Systems and methods for directing automated services for messaging and scheduling
US6553358B1 (en) * 1999-04-20 2003-04-22 Microsoft Corporation Decision-theoretic approach to harnessing text classification for guiding automated action
US6532489B1 (en) 1999-05-17 2003-03-11 Lucent Technologies Inc. Electronic mail alerting system and method with user options
US6370526B1 (en) * 1999-05-18 2002-04-09 International Business Machines Corporation Self-adaptive method and system for providing a user-preferred ranking order of object sets
US6584502B1 (en) 1999-06-29 2003-06-24 Cisco Technology, Inc. Technique for providing automatic event notification of changing network conditions to network elements in an adaptive, feedback-based data network
US6557036B1 (en) * 1999-07-20 2003-04-29 Sun Microsystems, Inc. Methods and apparatus for site wide monitoring of electronic mail systems
US6714967B1 (en) 1999-07-30 2004-03-30 Microsoft Corporation Integration of a computer-based message priority system with mobile electronic devices
US6622160B1 (en) 1999-07-30 2003-09-16 Microsoft Corporation Methods for routing items for communications based on a measure of criticality
US7194681B1 (en) 1999-07-30 2007-03-20 Microsoft Corporation Method for automatically assigning priorities to documents and messages
US6618716B1 (en) 1999-07-30 2003-09-09 Microsoft Corporation Computational architecture for managing the transmittal and rendering of information, alerts, and notifications
US20010030664A1 (en) 1999-08-16 2001-10-18 Shulman Leo A. Method and apparatus for configuring icon interactivity
JP3749821B2 (en) 1999-09-30 2006-03-01 株式会社東芝 Pedestrian road guidance system and pedestrian road guidance method
US6353398B1 (en) 1999-10-22 2002-03-05 Himanshu S. Amin System for dynamically pushing information to a user utilizing global positioning system
US6745230B1 (en) * 1999-11-16 2004-06-01 Lucent Technologies Inc. Electronic mail priority alert service
US6732148B1 (en) 1999-12-28 2004-05-04 International Business Machines Corporation System and method for interconnecting secure rooms
JP3514197B2 (en) 2000-01-12 2004-03-31 日本電気株式会社 Road guidance explanation device and road guidance explanation system
US6353795B1 (en) 2000-02-01 2002-03-05 Infospace, Inc. Method and system for matching an incident to a route
DE10007348C2 (en) 2000-02-18 2003-07-10 Harman Becker Automotive Sys navigation system
US6748225B1 (en) 2000-02-29 2004-06-08 Metro One Telecommunications, Inc. Method and system for the determination of location by retail signage and other readily recognizable landmarks
US7743340B2 (en) 2000-03-16 2010-06-22 Microsoft Corporation Positioning and rendering notification heralds based on user's focus of attention and activity
US20020087649A1 (en) 2000-03-16 2002-07-04 Horvitz Eric J. Bounded-deferral policies for reducing the disruptiveness of notifications
US6513026B1 (en) * 2000-06-17 2003-01-28 Microsoft Corporation Decision theoretic principles and policies for notification
US6847924B1 (en) 2000-06-19 2005-01-25 Ncr Corporation Method and system for aggregating data distribution models
US8701027B2 (en) 2000-03-16 2014-04-15 Microsoft Corporation Scope user interface for displaying the priorities and properties of multiple informational items
WO2001075676A2 (en) * 2000-04-02 2001-10-11 Tangis Corporation Soliciting information based on a computer user's context
US7054850B2 (en) 2000-06-16 2006-05-30 Canon Kabushiki Kaisha Apparatus and method for detecting or recognizing pattern by employing a plurality of feature detecting elements
US6408277B1 (en) * 2000-06-21 2002-06-18 Banter Limited System and method for automatic task prioritization
US20020191034A1 (en) 2000-06-28 2002-12-19 Sowizral Henry A. Size conditioned visibility search system and method
WO2002003032A1 (en) 2000-07-04 2002-01-10 Mitsubishi Denki Kabushiki Kaisha Method for displaying landmark for navigation device
GB2386724A (en) * 2000-10-16 2003-09-24 Tangis Corp Dynamically determining appropriate computer interfaces
US20020054130A1 (en) 2000-10-16 2002-05-09 Abbott Kenneth H. Dynamically displaying current status of tasks
US20020044152A1 (en) * 2000-10-16 2002-04-18 Abbott Kenneth H. Dynamic integration of computer generated and real world images
JP2002169914A (en) 2000-11-30 2002-06-14 Toyota Motor Corp Apparatus and method for route guidance
US7844666B2 (en) 2000-12-12 2010-11-30 Microsoft Corporation Controls and displays for acquiring preferences, inspecting behavior, and guiding the learning and decision policies of an adaptive communications prioritization and routing system
JP4302872B2 (en) 2000-12-12 2009-07-29 パナソニック株式会社 Landmark update system and navigation device
ES2377638T3 (en) 2001-01-24 2012-03-29 Telenav, Inc. Real-time navigation system for mobile environment
US6745193B1 (en) 2001-01-25 2004-06-01 Microsoft Corporation System and method for defining, refining, and personalizing communications policies in a notification platform
US6477460B2 (en) 2001-02-27 2002-11-05 Metro One Telecommunications, Inc. Process and system for the annotation of machine-generated directions with easily recognized landmarks and other relevant information
JP2002260160A (en) 2001-02-28 2002-09-13 Toshiba Corp Method and device for guidance
US7302634B2 (en) 2001-03-14 2007-11-27 Microsoft Corporation Schema-based services for identity-based data access
US20020164998A1 (en) 2001-05-01 2002-11-07 Saed Younis System and method for providing position-based information to a user of a wireless device
US7024460B2 (en) * 2001-07-31 2006-04-04 Bytemobile, Inc. Service-based compression of content within a network communication system
EP1392394A4 (en) 2001-06-04 2005-05-18 Albert Einstein Healthcare Network Cardiac stimulating apparatus having a blood clot filter and atrial pacer
US7233933B2 (en) 2001-06-28 2007-06-19 Microsoft Corporation Methods and architecture for cross-device activity monitoring, reasoning, and visualization for providing status and forecasts of a users' presence and availability
US7409423B2 (en) 2001-06-28 2008-08-05 Horvitz Eric J Methods for and applications of learning and inferring the periods of time until people are available or unavailable for different forms of communication, collaboration, and information access
US7689521B2 (en) 2001-06-28 2010-03-30 Microsoft Corporation Continuous time bayesian network models for predicting users' presence, activities, and component usage
US7657935B2 (en) * 2001-08-16 2010-02-02 The Trustees Of Columbia University In The City Of New York System and methods for detecting malicious email transmission
US20030097409A1 (en) * 2001-10-05 2003-05-22 Hungchou Tsai Systems and methods for securing computers
US6766245B2 (en) 2002-03-14 2004-07-20 Microsoft Corporation Landmark-based location of users
JP4300767B2 (en) 2002-08-05 2009-07-22 ソニー株式会社 Guide system, content server, portable device, information processing method, information processing program, and storage medium
USD494584S1 (en) 2002-12-05 2004-08-17 Symbol Technologies, Inc. Mobile companion
MXPA05008750A (en) * 2003-03-17 2005-09-20 Epostal Services Inc Messaging and document management system and method.
US7457879B2 (en) 2003-04-01 2008-11-25 Microsoft Corporation Notification platform architecture
US7664249B2 (en) 2004-06-30 2010-02-16 Microsoft Corporation Methods and interfaces for probing and understanding behaviors of alerting and filtering systems based on models and simulation from logs
US8046213B2 (en) 2004-08-06 2011-10-25 Nuance Communications, Inc. On demand TTS vocabulary for a telematics system
US7519564B2 (en) 2004-11-16 2009-04-14 Microsoft Corporation Building and using predictive models of current and future surprises
US20060149823A1 (en) * 2005-01-06 2006-07-06 The Go Daddy Group, Inc Electronic mail system and method
US7308360B2 (en) 2005-03-18 2007-12-11 International Business Machines Corporation Technique for audibly providing driving directions using a mobile telephone
US8825370B2 (en) 2005-05-27 2014-09-02 Yahoo! Inc. Interactive map-based travel guide
US8050801B2 (en) * 2005-08-22 2011-11-01 Trane International Inc. Dynamically extensible and automatically configurable building automation system and architecture
US7792526B2 (en) * 2006-05-15 2010-09-07 Research In Motion Limited Adjustment of background scanning interval based on network usage
US7925706B2 (en) * 2006-06-07 2011-04-12 Microsoft Corporation Filtering electronic messages
US7797267B2 (en) 2006-06-30 2010-09-14 Microsoft Corporation Methods and architecture for learning and reasoning in support of context-sensitive reminding, informing, and service facilitation
US8631419B2 (en) 2007-06-29 2014-01-14 Microsoft Corporation System and methods for disruption detection, management, and recovery
US8375052B2 (en) * 2007-10-03 2013-02-12 Microsoft Corporation Outgoing message monitor

Patent Citations (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020013854A1 (en) * 1995-12-19 2002-01-31 Gene Eggleston Method and apparatus for rate governing communications
US6101531A (en) * 1995-12-19 2000-08-08 Motorola, Inc. System for communicating user-selected criteria filter prepared at wireless client to communication server for filtering data transferred from host to said wireless client
US6147977A (en) * 1997-12-12 2000-11-14 Motorola, Inc. Method and apparatus for processing messages based on originator and recipient priorities
US20010042087A1 (en) * 1998-04-17 2001-11-15 Jeffrey Owen Kephart An automated assistant for organizing electronic documents
US6144942A (en) * 1998-04-28 2000-11-07 Micron Electronics, Inc. Method for notifying an individual of a previously scheduled event
US6829635B1 (en) * 1998-07-01 2004-12-07 Brent Townshend System and method of automatically generating the criteria to identify bulk electronic mail
US6732273B1 (en) * 1998-10-21 2004-05-04 Lucent Technologies Inc. Priority and security coding system for electronic mail messages
US6507866B1 (en) * 1999-07-19 2003-01-14 At&T Wireless Services, Inc. E-mail usage pattern detection
US20020159575A1 (en) * 1999-07-20 2002-10-31 Julia Skladman Method and system for filtering notification of e-mail messages
US7120865B1 (en) * 1999-07-30 2006-10-10 Microsoft Corporation Methods for display, notification, and interaction with prioritized messages
US20120259722A1 (en) * 1999-11-22 2012-10-11 Accenture Global Services Gmbh Increased visibility during order management in a network-based supply chain environment
US7565403B2 (en) * 2000-03-16 2009-07-21 Microsoft Corporation Use of a bulk-email filter within a system for classifying messages for urgency or importance
US9699129B1 (en) * 2000-06-21 2017-07-04 International Business Machines Corporation System and method for increasing email productivity
US20020078351A1 (en) * 2000-10-13 2002-06-20 Garib Marco Aurelio Secret key Messaging
US20020087643A1 (en) * 2000-10-30 2002-07-04 Parsons Eric W. Method and system for providing unified WAP alerts
US7031437B1 (en) * 2000-10-30 2006-04-18 Nortel Networks Limited Method and system for providing remote access to previously transmitted enterprise messages
US20040143636A1 (en) * 2001-03-16 2004-07-22 Horvitz Eric J Priorities generation and management
US20030182383A1 (en) * 2002-02-12 2003-09-25 Xiaopeng He Enterprise electronic mail filtering and notification system
US20040002988A1 (en) * 2002-06-26 2004-01-01 Praveen Seshadri System and method for modeling subscriptions and subscribers as data
US20040002958A1 (en) * 2002-06-26 2004-01-01 Praveen Seshadri System and method for providing notification(s)
US20040230657A1 (en) * 2002-11-26 2004-11-18 Tomkow Terrence A. System for, and method of, proving the transmission, receipt and content of a reply to an electronic message
US20050044153A1 (en) * 2003-06-12 2005-02-24 William Gross Email processing system
US20040267893A1 (en) * 2003-06-30 2004-12-30 Wei Lin Fuzzy logic voting method and system for classifying E-mail using inputs from multiple spam classifiers
US20050015626A1 (en) * 2003-07-15 2005-01-20 Chasin C. Scott System and method for identifying and filtering junk e-mail messages or spam based on URL content
US20050060643A1 (en) * 2003-08-25 2005-03-17 Miavia, Inc. Document similarity detection and classification system
US20050091674A1 (en) * 2003-10-24 2005-04-28 Holly Knight System and method for extending application preferences classes
US20050091269A1 (en) * 2003-10-24 2005-04-28 Gerber Robert H. System and method for preference application installation and execution
US20050114207A1 (en) * 2003-11-25 2005-05-26 International Business Machines Corporation Method, system, and storage medium for filtering content presented on a computer system
US20050165824A1 (en) * 2004-01-23 2005-07-28 Farnham Shelly D. Selective multi level expansion of data base via pivot point data
US8046474B2 (en) * 2004-03-19 2011-10-25 Fujitsu Limited Method, apparatus, programs and storage medium for transferring data between different types of terminals
US20060036695A1 (en) * 2004-08-12 2006-02-16 Rolnik Robert C Timed delivery of alert notifications based on user set criteria
US20070004385A1 (en) * 2005-06-29 2007-01-04 Microsoft Corporation Principals and methods for balancing the timeliness of communications and information delivery with the expected cost of interruption via deferral policies
US20090030989A1 (en) * 2007-07-25 2009-01-29 International Business Machines Corporation Enterprise e-mail blocking and filtering system based on user input
US20090113016A1 (en) * 2007-10-24 2009-04-30 Subhabrata Sen Managing email servers by prioritizing emails
US20110045806A1 (en) * 2008-04-07 2011-02-24 Microsoft Corporation Break-through mechanism for personas associated with a single device
US20090300765A1 (en) * 2008-05-27 2009-12-03 Deutsche Telekom Ag Unknown malcode detection using classifiers with optimal training sets
US20100211640A1 (en) * 2009-02-13 2010-08-19 Massachusetts Institute Of Technology Unsolicited message communication characteristics
US20100211644A1 (en) * 2009-02-18 2010-08-19 International Business Machines Corporation Prioritization of recipient email messages
US20110055196A1 (en) * 2009-08-28 2011-03-03 Microsoft Corporation Data mining electronic communications
US20110069685A1 (en) * 2009-09-23 2011-03-24 At&T Intellectual Property I, L.P. Signaling-less dynamic call setup and teardown by utilizing observed session state information
US20120124041A1 (en) * 2010-11-17 2012-05-17 Malvika Bawri & Vinay Bawri Method and system for searching and ranking electronic mails based on predefined algorithms
US20130254298A1 (en) * 2010-11-29 2013-09-26 Vincent Lorphelin Method and collaboration system
US20120222132A1 (en) * 2011-02-25 2012-08-30 Microsoft Corporation Permissions Based on Behavioral Patterns
US20130339276A1 (en) * 2012-02-10 2013-12-19 International Business Machines Corporation Multi-tiered approach to e-mail prioritization
US9152953B2 (en) * 2012-02-10 2015-10-06 International Business Machines Corporation Multi-tiered approach to E-mail prioritization

Also Published As

Publication number Publication date
US20040172457A1 (en) 2004-09-02
US6714967B1 (en) 2004-03-30
US7444384B2 (en) 2008-10-28
US8892674B2 (en) 2014-11-18
US20090119385A1 (en) 2009-05-07

Similar Documents

Publication Publication Date Title
US7444384B2 (en) Integration of a computer-based message priority system with mobile electronic devices
US7464093B2 (en) Methods for routing items for communications based on a measure of criticality
US7194681B1 (en) Method for automatically assigning priorities to documents and messages
US7120865B1 (en) Methods for display, notification, and interaction with prioritized messages
EP1384163B1 (en) Method and system for prioritized alerts
EP1203307B1 (en) Architecture for managing alerts
US7844666B2 (en) Controls and displays for acquiring preferences, inspecting behavior, and guiding the learning and decision policies of an adaptive communications prioritization and routing system
JP4896342B2 (en) Control and display to guide adaptive communication prioritization and routing system preference acquisition and behavior checking and learning and decision policy
KR101064769B1 (en) Use of a bulk-email filter within a system for classifying messages for urgency or importance
US6938024B1 (en) Transmitting information given constrained resources
EP1287444B1 (en) Priorities generation and management

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034819/0001

Effective date: 20150123

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION