US20180046707A1 - Providing searching strategy in connection with answering question in message - Google Patents
Providing searching strategy in connection with answering question in message Download PDFInfo
- Publication number
- US20180046707A1 US20180046707A1 US15/726,216 US201715726216A US2018046707A1 US 20180046707 A1 US20180046707 A1 US 20180046707A1 US 201715726216 A US201715726216 A US 201715726216A US 2018046707 A1 US2018046707 A1 US 2018046707A1
- Authority
- US
- United States
- Prior art keywords
- message
- question
- recipient
- answer
- sender
- 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
Links
Images
Classifications
-
- G06F17/30684—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/3331—Query processing
- G06F16/334—Query execution
- G06F16/3344—Query execution using natural language analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/332—Query formulation
- G06F16/3329—Natural language query formulation or dialogue systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/338—Presentation of query results
-
- G06F17/30654—
-
- G06F17/30696—
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/02—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail using automatic reactions or user delegation, e.g. automatic replies or chatbot-generated messages
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/07—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail characterised by the inclusion of specific contents
- H04L51/08—Annexed information, e.g. attachments
Definitions
- the present invention relates generally to communications, and more particularly to providing the searching strategy in connection with answering a question in a message (e.g., instant message, e-mail, social media post).
- a message e.g., instant message, e-mail, social media post.
- a sender of such a message may ask a question in the message that is sent to the recipient. For example, the sender may ask the question of “What is J2EE®?” in the message.
- the recipient of the message may engage in a search, such as on Google's® website, to find a good definition of J2EE® for the sender.
- the recipient may consult various repositories (e.g., W3Schools®, Oracle® Academy—Java®, a departmental learning database) as well as ignore other repositories (e.g., Java Community Process® Program, J2EE® models discussed on the open source community of Eclipse®).
- the recipient of the message may then extract some of the information learned from these repositories into a response (reply message) to the sender of the original message.
- the sender of the original message may desire to know the search strategy in deriving the answer.
- Such a search methodology may be utilized to answer similar questions, such as those involving a similar topic.
- the sender of the original message may also desire to know what “Java® EE Bean Validation” means. If the sender had knowledge of the searching strategy used to answer the question regarding the meaning of J2EE®, then the sender may be able to learn what “Java® EE Bean Validation” means from the recipient's searching methodology.
- a method for providing a searching strategy in connection with answering a question in a message comprises detecting a question in a message being asked by a sender of the message.
- the method further comprises capturing steps performed online by a recipient of the message to provide an answer to the question.
- the method additionally comprises storing the captured steps in response to detecting content answering the question being inserted in a reply message responding to the message.
- the method comprises attaching, by a processor, the stored captured steps to the reply message or inserting, by the processor, a link to a resource in the reply message to retrieve the stored captured steps.
- the method comprises sending the reply message to the sender of the message.
- FIG. 1 illustrates a communication system configured in accordance with an embodiment of the present invention
- FIG. 2 illustrates a hardware configuration of a monitoring unit in accordance with an embodiment of the present invention
- FIG. 3 is a flowchart of a method for providing the searching strategy in arriving at an answer to a question along with the answer to the question in a reply message in accordance with an embodiment of the present invention
- FIG. 4 is a screenshot of some of the steps utilized by the user in the user's searching strategy in arriving at an answer to the question in accordance with an embodiment of the present invention.
- FIG. 5 illustrates a reply message responding to the question by including an answer to the question as well as a link to a database that contains the steps utilized in the user's searching strategy in arriving at the answer to the question in accordance with an embodiment of the present invention.
- the present invention comprises a method, system and computer program product for providing a searching strategy in connection with answering a question in a message.
- a message containing a question is detected as being received from a sender.
- the steps performed by the recipient of the message to answer the question are monitored.
- Monitoring refers to capturing the steps performed by the user (i.e., the recipient of the message), such as online activity, that were used by the user to provide an answer to the question posed to the user. Such steps may involve search terms and selections of uniform resource locators.
- Content is detected as being inserted in a reply message responding to the sender's message via a copy and paste operation.
- the monitored steps utilized by the user in the user's searching strategy in arriving at an answer to the sender's question are stored in a database.
- the monitored steps are then attached to the reply message as tags or a link to the database to retrieve the stored monitored steps is inserted in the reply message thereby allowing the sender to replay the searching strategy used in answering the sender's question.
- the reply message is then sent to the sender of the original message.
- the sender will have knowledge of the searching strategy used in answering the sender's question in a more efficient manner (as opposed to having the user verbally explain his/her thought process to the sender in reaching an answer to the sender's question) which may be used to answer similar questions, such as those involving a similar topic.
- FIG. 1 illustrates a communication system 100 for practicing the principles of the present invention in accordance with an embodiment of the present invention.
- Communication system 100 includes client devices 101 A- 101 C (identified as “Client Device A,” “Client Device B,” and “Client Device C,” respectively, in FIG. 1 ) connected to a server 102 via a network 103 .
- Client devices 101 A- 101 C may collectively or individually be referred to as client devices 101 or client device 101 , respectively.
- Client device 101 may be any type of computing device (e.g., portable computing unit, Personal Digital Assistant (PDA), smartphone, laptop computer, mobile phone, navigation device, game console, desktop computer system, workstation, Internet appliance and the like) configured with the capability of connecting to network 103 and consequently communicating with other client devices 101 and server 102 .
- Client device 101 may be configured to send and receive text-based messages in real-time during an instant messaging session.
- Any user of client device 101 may be the creator or initiator of an instant message (message in instant messaging) and any user of client device 101 may be a recipient of an instant message.
- any user of client device 101 may be able to create, receive and send e-mails.
- any user of client device 101 may be able to send and receive text messages, such as Short Message Services (SMS) messages.
- SMS Short Message Services
- Network 103 may be, for example, a local area network, a wide area network, a wireless wide area network, a circuit-switched telephone network, a Global System for Mobile Communications (GSM) network, Wireless Application Protocol (WAP) network, a Wi-Fi network, an IEEE 802.11 standards network, various combinations thereof, etc.
- GSM Global System for Mobile Communications
- WAP Wireless Application Protocol
- Wi-Fi Wireless Fidelity
- IEEE 802.11 standards network various combinations thereof, etc.
- Other networks whose descriptions are omitted here for brevity, may also be used in conjunction with system 100 of FIG. 1 without departing from the scope of the present invention.
- client devices 101 A- 101 C include a software agent, referred to herein as an Instant Messaging (IM) client 104 A- 104 C, respectively.
- Instant messaging clients 104 A- 104 C may collectively or individually be referred to as instant messaging clients 104 or instant messaging client 104 , respectively.
- server 102 includes a software agent, referred to herein as the Instant Messaging (IM) server 105 .
- IM client 104 provides the functionality to send and receive instant messages. As messages are received, IM client 104 presents the messages to the user in a dialog window (or IM window).
- IM client 104 provides the functionality for client device 101 to connect to the IM server 105 which provides the functionality of distributing the instant messages to the IM clients 104 associated with each of the sharing users.
- Client devices 101 A- 101 C may further include a software agent, referred to herein as an e-mail client agent 106 A- 106 C, respectively.
- E-mail client agents 106 A- 106 C may collectively or individually be referred to as e-mail client agents 106 or e-mail client agent 106 , respectively.
- server 102 may include a software agent, referred to herein as the e-mail server agent 107 .
- E-mail client agent 106 enables the user of client device 101 to create, send and receive e-mails.
- E-mail server agent 107 is configured to receive e-mail messages from client devices 101 and distribute the received e-mail messages among the one or more client devices 101 .
- each client device 101 may not necessarily include each of these software agents. For example, some client devices 101 may only include an IM client 104 ; whereas, other client devices 101 may only include an e-mail client agent 106 . In other words, each client device 101 may be able to perform some or all of the functions discussed herein, such as sending/receiving e-mails, sending/receiving instant messages, sending/receiving text messages, etc.
- a single server 102 including the software agents such as IM server 105 and e-mail server agent 107 , multiple servers may be used to implement these services.
- each server 102 may not necessarily be configured to include all of these software agents, but only a subset of these software agents.
- one particular server 102 may only include IM server 105 ; whereas, another particular server 102 may only include e-mail server agent 107 .
- System 100 further includes a Short Message Service (SMC) center 108 configured to relay, store and forward text messages, such as SMS messages, among client devices 101 through network 103 .
- SMS Short Message Service
- System 100 further includes a web server 109 configured to host websites (e.g., www.google.com).
- Web server 109 is connected to network 103 by wire or wirelessly.
- System 100 additionally includes a social network server 110 configured to offer a social networking and/or microblogging service, enabling users of client devices 101 to send and read other users' posts.
- Posts include any one or more of the following: text (e.g., comments, sub-comments and replies), audio, video images, etc.
- Social network server 110 is connected to network 103 by wire or wirelessly. While FIG. 1 illustrates a single social network server 110 , it is noted for clarity that multiple servers may be used to implement the social networking and/or microblogging service.
- System 100 further includes a component, referred to herein as the “monitoring unit” 111 , connected to network 103 by wire or wirelessly.
- Monitoring unit 111 is configured to monitor a searching strategy utilized by a user (e.g., user of client device 101 A) in answering a question posed to the user in a message, where such a searching strategy will become available to the sender of the question as discussed further below in connection with FIGS. 3-5 .
- a description of the hardware configuration of monitoring unit 111 is provided below in connection with FIG. 2 .
- monitoring unit 111 is connected to a database 112 configured to store the steps (“searching strategy”) utilized by the user (e.g., user of client device 101 A) in answering the question posed to the user in a message as discussed further below in connection with FIGS. 3-5 .
- the user performing the searching strategy may be able to determine who has the ability to receive the user's searching strategy in connection with answering a question in a message.
- the user may have a profile which contains a listing of which users, whether identified by name, e-mail address, phone number or relationship (e.g., work colleague), are to have access to the user's searching strategy.
- monitoring unit 111 may search the user's profile prior to attaching the monitored steps to a reply message as tags or prior to inserting a link to database 112 to retrieve the stored monitored steps to ensure that the user authorizes the sender to receive the user's searching strategy.
- the user may have a profile that indicates that work colleagues have access to the user's searching strategy when the user answers a question posed by a user's work colleague.
- the work colleague may be identified by matching the e-mail address of the sender of the message received by the user with the e-mail address of the work colleague listed in the user's profile. If the user does not specify that this particular sender is a work colleague, monitoring unit 111 may be configured to determine the relationship (e.g., work colleague) of the sender to the user using social media, such as reviewing the connections on the user's LinkedIn® profile.
- System 100 is not to be limited in scope to any one particular network architecture.
- System 100 may include any number of client devices 101 , servers 102 , networks 103 , SMS centers 108 , web servers 109 , social network servers 110 , monitoring units 111 and databases 112 .
- monitoring unit 111 may be part of client device 101 .
- FIG. 2 illustrates a hardware configuration of monitoring unit 111 ( FIG. 1 ) which is representative of a hardware environment for practicing the present invention.
- monitoring unit 111 has a processor 201 coupled to various other components by system bus 202 .
- An operating system 203 runs on processor 201 and provides control and coordinates the functions of the various components of FIG. 2 .
- An application 204 in accordance with the principles of the present invention runs in conjunction with operating system 203 and provides calls to operating system 203 where the calls implement the various functions or services to be performed by application 204 .
- Application 204 may include, for example, a program for providing the searching strategy in arriving at an answer to a question along with the answer to the question in a reply message as discussed further below in connection with FIGS. 3-5 .
- ROM 205 is coupled to system bus 202 and includes a basic input/output system (“BIOS”) that controls certain basic functions of monitoring unit 111 .
- RAM random access memory
- Disk adapter 207 is also coupled to system bus 202 .
- software components including operating system 203 and application 204 may be loaded into RAM 206 , which may be monitoring unit's 111 main memory for execution.
- Disk adapter 207 may be an integrated drive electronics (“IDE”) adapter that communicates with a disk unit 208 , e.g., disk drive.
- IDE integrated drive electronics
- the program for providing the searching strategy in arriving at an answer to a question along with the answer to the question in a reply message may reside in disk unit 208 or in application 204 .
- Monitoring unit 111 may further include a communications adapter 209 coupled to bus 202 .
- Communications adapter 209 interconnects bus 202 with an outside network (network 103 of FIG. 1 ) thereby enabling monitoring unit 111 to communicate with other devices, such as client devices 101 , web server 109 , social network server 110 , etc. of FIG. 1 .
- the present invention may be a system, a method, and/or a computer program product.
- the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
- the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
- the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
- a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
- RAM random access memory
- ROM read-only memory
- EPROM or Flash memory erasable programmable read-only memory
- SRAM static random access memory
- CD-ROM compact disc read-only memory
- DVD digital versatile disk
- memory stick a floppy disk
- a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
- a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
- the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
- a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
- Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
- the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
- These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
- the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
- each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
- the functions noted in the block may occur out of the order noted in the figures.
- two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
- a sender of a message may ask a question in the message that is sent to the recipient. For example, the sender may ask the question of “What is J2EE®?” in the message.
- the recipient of the message may engage in a search, such as on Google's® website, to find a good definition of J2EE® for the sender.
- the recipient may consult various repositories (e.g., W3Schools®, Oracle® Academy—Java®, a departmental learning database) as well as ignore other repositories (e.g., Java Community Process® Program, J2EE® models discussed on the open source community of Eclipse®).
- the recipient of the message may then extract some of the information learned from these repositories into a response (reply message) to the sender of the original message. While the information provided in the reply message is helpful for the sender in terms of answering the sender's question, the sender of the original message may desire to know the search strategy in deriving the answer. Such a search methodology may be utilized to answer similar questions, such as those involving a similar topic. For example, the sender of the original message may also desire to know what “Java® EE Bean Validation” means. If the sender had knowledge of the searching strategy used to answer the question regarding the meaning of J2EE®, then the sender may be able to learn what “Java® EE Bean Validation” means from the recipient's searching methodology. Currently, the sender only obtains knowledge of the searching strategy by having the recipient of the message verbally explain his/her thought process in reaching an answer to the sender's question. Such a process is inefficient and time consuming.
- FIG. 3 is a flowchart of a method for providing the searching strategy in arriving at an answer to a question along with the answer to the question in a reply message.
- FIG. 4 is a screenshot of some of the steps utilized by the user in the user's searching strategy in arriving at an answer to the question.
- FIG. 5 illustrates a reply message responding to the question by including an answer to the question as well as a link to a database that contains the steps utilized in the user's searching strategy in arriving at the answer to the question.
- FIG. 3 is a flowchart of a method 300 for providing the searching strategy in arriving at an answer to a question along with the answer to the question in a reply message in accordance with an embodiment of the present invention.
- monitoring unit 111 detects a message (e.g., instant message, e-mail, social media post) being received by a user (e.g., user of client device 101 A) from a sender (e.g., user of client device 101 B), where the message contains a question.
- a message e.g., instant message, e-mail, social media post
- sender e.g., user of client device 101 B
- the message contains a question.
- the “recipient,” as used herein refers to the user who receives the message from the sender containing a question to be answered by the recipient.
- monitoring unit 111 detects a question in the message. That is, monitoring unit 111 detects a question being asked by the sender (e.g., user of client device 101 B) in the message received by the user (e.g., user of client device 101 A).
- a question may be detected using natural language processing, such as by focusing on keywords (e.g., “what,” “why,” “how”) or punctuation marks (e.g., question mark) in the message that may indicate a question is being asked. For example, monitoring unit 111 may detect the question of “What is Java?” in the message based on the term “what” and the question mark.
- monitoring unit 111 monitors the steps performed by the recipient of the message to answer the question.
- Monitoring refers to capturing the steps performed by the user, such as online activity, that were used by the user to provide an answer to the question posed to the user (i.e., the recipient of the message). Such steps may involve search terms and selections of uniform resource locators.
- monitoring may involve monitoring the steps used to answer the question performed by the recipient of the message as well as by others forming a group of individuals.
- such monitoring may be implemented in response to detecting a question in the message in step 302 .
- such monitoring may be implemented by the user (i.e., the recipient of the message) selecting an option to enact monitoring.
- such monitoring may be implemented in response to detecting the user (i.e., the recipient of the message) performing searching activity, such as performing a search related to the topic of the message on Google's® website.
- the “topic” refers to the main subject of the message.
- the topic of the message may be identified using natural language processing, where keywords (e.g., “travel,” “meeting,” “birthday party”) may be used to identify the topic of the message using natural language processing.
- step 304 a determination is made by monitoring unit 111 as to whether monitoring unit 111 detects content answering the question being inserted in a reply message responding to the sender's message via a copy and paste operation.
- the content may be obtained from a particular website which was copied and pasted into the message responding to the sender's message.
- monitoring unit 111 If monitoring unit 111 did not detect a copy and paste operation, then monitoring unit 111 continues to determine whether content answering the question was inserted into a reply message responding to the sender's message via a copy and paste operation in step 304 .
- monitoring unit 111 If, however, monitoring unit 111 detected a copy and paste operation, then, in step 305 , monitoring unit 111 stores the monitored steps (steps monitored in step 303 ) in a database 112 .
- FIG. 4 is a screenshot 400 of some of the steps utilized by the user (e.g., user of client device 101 A) in the user's searching strategy in arriving at an answer to the sender's question in accordance with an embodiment of the present invention.
- screenshot 400 shows the various sites (e.g., www.javabeginner.com) found by Google® in response to the user's search of “java beginner.” Such a search may be in response to the question of “What is Java?” in the message.
- the user opened the search result of “Java beginnerer tutorial” (e.g., 14 th search result) and copied a section of text 401 from the website of www.javabeginner.com which contained some language that the user thought was good at answering the sender's question. Such text may be copied into a reply message to the sender as illustrated in FIG. 5 .
- FIG. 5 illustrates a reply message 500 responding to the question by including an answer to the question as well as a link to a database (e.g., database 112 of FIG. 1 ) that contains the steps utilized in the user's searching strategy in arriving at the answer to the question in accordance with an embodiment of the present invention.
- a database e.g., database 112 of FIG. 1
- the user (identified as “John Doe” in FIG. 5 ) who received the message containing a question responded to the question by inserting (pasting) the text 401 copied from the website of www.javabeginner.com into reply message 500 which answers the question posed to the user.
- monitoring unit 111 attaches the monitored steps (the steps monitored in step 303 ) to reply message 500 as tags or inserts a link to a database (e.g., database 112 ) in reply message 500 to retrieve the stored monitored steps thereby allowing the sender to replay the searching strategy used in answering the sender's question.
- a database e.g., database 112
- the searching strategy may include the monitored steps of (1) navigating to www.google.com to perform a search; (2) searching the term “java beginner” at the Google® website; (3) looking in particular repositories (e.g., http://javabeginnerstutorial.com/core-java); (4) ignoring particular repositories (e.g., www.homeandlearn.co.uk/java/java.html); (5) searching the destination site (www.javabeginner.com), where the destination site is the website containing the text 401 copied and pasted into reply message 500 ; (6) scrolling 28% down the page to the paragraph containing the text 401 copied and pasted into reply message 500 ; (7) highlighting the paragraph to the term “platforms” in text 401 ; and (8) copying and pasting text 401 into reply message 500 .
- repositories e.g., http://javabeginnerstutorial.com/core-java
- repositories e.g., www.homeandlearn.co.
- Such monitored steps may be stored in database 112 in step 305 in response to detecting the copy and paste operation as described above.
- Such monitored steps may be attached to reply message 500 as tags or a link 501 (identified as the button labeled “source” in FIG. 5 ) to database 112 may be inserted in reply message 500 to retrieve the stored monitored steps thereby allowing the sender to replay the searching strategy used in answering the sender's question.
- the sender will have knowledge of the searching strategy used in answering the sender's question in a more efficient manner (as opposed to having the user verbally explain his/her thought process to the sender in reaching an answer to the sender's question) which may be used to answer similar questions, such as those involving a similar topic.
- monitoring unit 111 may first determine if the sender of the original message (e.g., user of client device 101 B) is to have access to the user's searching strategy prior to attaching the monitored steps to reply message 500 as tags or prior to inserting a link 501 to database 112 in reply message 500 to retrieve the stored monitored steps.
- the user performing the searching strategy may be able to determine who has the ability to receive the user's searching strategy in connection with answering a question in a message.
- the user may have a profile which contains a listing of which users, whether identified by name, e-mail address, phone number or relationship (e.g., work colleague), are to have access to the user's searching strategy.
- monitoring unit 111 may search the user's profile prior to attaching the monitored steps to reply message 500 as tags or prior to inserting link 501 to database 112 in reply message 500 to retrieve the stored monitored steps to ensure that the user authorizes the sender to receive the user's searching strategy.
- monitoring unit 111 After attaching the monitored steps (the steps monitored in step 303 ) to reply message 500 as tags or inserting link 501 to a database (e.g., database 112 ) in reply message 500 to retrieve the stored monitored steps, in step 307 , monitoring unit 111 sends reply message 500 to the sender of the original message (e.g., user of client device 101 B) containing the content answering the sender's question, where reply message 500 includes the tagged monitored steps or link 501 to database 112 to retrieve the monitored steps to obtain the searching strategy used in answering the sender's question.
- the sender of the original message e.g., user of client device 101 B
- reply message 500 includes the tagged monitored steps or link 501 to database 112 to retrieve the monitored steps to obtain the searching strategy used in answering the sender's question.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Computational Linguistics (AREA)
- Artificial Intelligence (AREA)
- Mathematical Physics (AREA)
- Human Computer Interaction (AREA)
- Information Transfer Between Computers (AREA)
Abstract
A method, system and computer program product for providing a searching strategy in connection with answering a question in a message. A message containing a question is detected as being received from a sender. The steps performed by the recipient of the message to answer the question are monitored. Content is detected as being inserted in a reply message responding to the sender's message via a copy and paste operation. In response to detecting the copy and paste operation, the monitored steps utilized by the user in the user's searching strategy in arriving at an answer to the sender's question are stored in a database. The monitored steps are then attached to the reply message as tags or a link to the database to retrieve the stored monitored steps is inserted in the reply message thereby allowing the sender to replay the searching strategy used in answering the sender's question.
Description
- The present invention relates generally to communications, and more particularly to providing the searching strategy in connection with answering a question in a message (e.g., instant message, e-mail, social media post).
- There are various forms of communication between users of a computing device, such as via electronic mail (“e-mail”), text messaging, etc. Oftentimes, a sender of such a message may ask a question in the message that is sent to the recipient. For example, the sender may ask the question of “What is J2EE®?” in the message. The recipient of the message may engage in a search, such as on Google's® website, to find a good definition of J2EE® for the sender. The recipient may consult various repositories (e.g., W3Schools®, Oracle® Academy—Java®, a departmental learning database) as well as ignore other repositories (e.g., Java Community Process® Program, J2EE® models discussed on the open source community of Eclipse®). The recipient of the message may then extract some of the information learned from these repositories into a response (reply message) to the sender of the original message.
- While the information provided in the reply message is helpful for the sender in terms of answering the sender's question, the sender of the original message may desire to know the search strategy in deriving the answer. Such a search methodology may be utilized to answer similar questions, such as those involving a similar topic. For example, the sender of the original message may also desire to know what “Java® EE Bean Validation” means. If the sender had knowledge of the searching strategy used to answer the question regarding the meaning of J2EE®, then the sender may be able to learn what “Java® EE Bean Validation” means from the recipient's searching methodology.
- Currently, the sender only obtains knowledge of the searching strategy by having the recipient of the message verbally explain his/her thought process in reaching an answer to the sender's question. Such a process is inefficient and time consuming.
- In one embodiment of the present invention, a method for providing a searching strategy in connection with answering a question in a message comprises detecting a question in a message being asked by a sender of the message. The method further comprises capturing steps performed online by a recipient of the message to provide an answer to the question. The method additionally comprises storing the captured steps in response to detecting content answering the question being inserted in a reply message responding to the message. Furthermore, the method comprises attaching, by a processor, the stored captured steps to the reply message or inserting, by the processor, a link to a resource in the reply message to retrieve the stored captured steps. Additionally, the method comprises sending the reply message to the sender of the message.
- Other forms of the embodiment of the method described above are in a system and in a computer program product.
- The foregoing has outlined rather generally the features and technical advantages of one or more embodiments of the present invention in order that the detailed description of the present invention that follows may be better understood. Additional features and advantages of the present invention will be described hereinafter which may form the subject of the claims of the present invention.
- A better understanding of the present invention can be obtained when the following detailed description is considered in conjunction with the following drawings, in which:
-
FIG. 1 illustrates a communication system configured in accordance with an embodiment of the present invention; -
FIG. 2 illustrates a hardware configuration of a monitoring unit in accordance with an embodiment of the present invention; -
FIG. 3 is a flowchart of a method for providing the searching strategy in arriving at an answer to a question along with the answer to the question in a reply message in accordance with an embodiment of the present invention; -
FIG. 4 is a screenshot of some of the steps utilized by the user in the user's searching strategy in arriving at an answer to the question in accordance with an embodiment of the present invention; and -
FIG. 5 illustrates a reply message responding to the question by including an answer to the question as well as a link to a database that contains the steps utilized in the user's searching strategy in arriving at the answer to the question in accordance with an embodiment of the present invention. - The present invention comprises a method, system and computer program product for providing a searching strategy in connection with answering a question in a message. In one embodiment of the present invention, a message containing a question is detected as being received from a sender. The steps performed by the recipient of the message to answer the question are monitored. “Monitoring,” as used herein, refers to capturing the steps performed by the user (i.e., the recipient of the message), such as online activity, that were used by the user to provide an answer to the question posed to the user. Such steps may involve search terms and selections of uniform resource locators. Content is detected as being inserted in a reply message responding to the sender's message via a copy and paste operation. In response to detecting the copy and paste operation, the monitored steps utilized by the user in the user's searching strategy in arriving at an answer to the sender's question are stored in a database. The monitored steps are then attached to the reply message as tags or a link to the database to retrieve the stored monitored steps is inserted in the reply message thereby allowing the sender to replay the searching strategy used in answering the sender's question. The reply message is then sent to the sender of the original message. In this manner, the sender will have knowledge of the searching strategy used in answering the sender's question in a more efficient manner (as opposed to having the user verbally explain his/her thought process to the sender in reaching an answer to the sender's question) which may be used to answer similar questions, such as those involving a similar topic.
- In the following description, numerous specific details are set forth to provide a thorough understanding of the present invention. However, it will be apparent to those skilled in the art that the present invention may be practiced without such specific details. In other instances, well-known circuits have been shown in block diagram form in order not to obscure the present invention in unnecessary detail. For the most part, details considering timing considerations and the like have been omitted inasmuch as such details are not necessary to obtain a complete understanding of the present invention and are within the skills of persons of ordinary skill in the relevant art.
- Referring now to the Figures in detail,
FIG. 1 illustrates acommunication system 100 for practicing the principles of the present invention in accordance with an embodiment of the present invention.Communication system 100 includesclient devices 101A-101C (identified as “Client Device A,” “Client Device B,” and “Client Device C,” respectively, inFIG. 1 ) connected to aserver 102 via anetwork 103.Client devices 101A-101C may collectively or individually be referred to as client devices 101 or client device 101, respectively. Client device 101 may be any type of computing device (e.g., portable computing unit, Personal Digital Assistant (PDA), smartphone, laptop computer, mobile phone, navigation device, game console, desktop computer system, workstation, Internet appliance and the like) configured with the capability of connecting tonetwork 103 and consequently communicating with other client devices 101 andserver 102. Client device 101 may be configured to send and receive text-based messages in real-time during an instant messaging session. Any user of client device 101 may be the creator or initiator of an instant message (message in instant messaging) and any user of client device 101 may be a recipient of an instant message. Furthermore, any user of client device 101 may be able to create, receive and send e-mails. Additionally, any user of client device 101 may be able to send and receive text messages, such as Short Message Services (SMS) messages. The term “messages,” as used herein, encompasses each of these types of messages as well as posts to social media websites, such as Facebook®, forums, wikis, etc. - Network 103 may be, for example, a local area network, a wide area network, a wireless wide area network, a circuit-switched telephone network, a Global System for Mobile Communications (GSM) network, Wireless Application Protocol (WAP) network, a Wi-Fi network, an IEEE 802.11 standards network, various combinations thereof, etc. Other networks, whose descriptions are omitted here for brevity, may also be used in conjunction with
system 100 ofFIG. 1 without departing from the scope of the present invention. - In
communication system 100,client devices 101A-101C include a software agent, referred to herein as an Instant Messaging (IM)client 104A-104C, respectively.Instant messaging clients 104A-104C may collectively or individually be referred to as instant messaging clients 104 or instant messaging client 104, respectively. Furthermore,server 102 includes a software agent, referred to herein as the Instant Messaging (IM)server 105. IM client 104 provides the functionality to send and receive instant messages. As messages are received, IM client 104 presents the messages to the user in a dialog window (or IM window). Furthermore, IM client 104 provides the functionality for client device 101 to connect to theIM server 105 which provides the functionality of distributing the instant messages to the IM clients 104 associated with each of the sharing users. -
Client devices 101A-101C may further include a software agent, referred to herein as ane-mail client agent 106A-106C, respectively. E-mailclient agents 106A-106C may collectively or individually be referred to as e-mail client agents 106 or e-mail client agent 106, respectively. Furthermore,server 102 may include a software agent, referred to herein as thee-mail server agent 107. E-mail client agent 106 enables the user of client device 101 to create, send and receive e-mails.E-mail server agent 107 is configured to receive e-mail messages from client devices 101 and distribute the received e-mail messages among the one or more client devices 101. - While the preceding discusses each client device 101 as including an IM client 104 and an e-mail client agent 106, each client device 101 may not necessarily include each of these software agents. For example, some client devices 101 may only include an IM client 104; whereas, other client devices 101 may only include an e-mail client agent 106. In other words, each client device 101 may be able to perform some or all of the functions discussed herein, such as sending/receiving e-mails, sending/receiving instant messages, sending/receiving text messages, etc. Furthermore, while the preceding discusses a
single server 102 including the software agents, such asIM server 105 ande-mail server agent 107, multiple servers may be used to implement these services. Furthermore, eachserver 102 may not necessarily be configured to include all of these software agents, but only a subset of these software agents. For example, oneparticular server 102 may only includeIM server 105; whereas, anotherparticular server 102 may only includee-mail server agent 107. -
System 100 further includes a Short Message Service (SMC)center 108 configured to relay, store and forward text messages, such as SMS messages, among client devices 101 throughnetwork 103. -
System 100 further includes aweb server 109 configured to host websites (e.g., www.google.com).Web server 109 is connected to network 103 by wire or wirelessly. -
System 100 additionally includes asocial network server 110 configured to offer a social networking and/or microblogging service, enabling users of client devices 101 to send and read other users' posts. “Posts,” as used herein, include any one or more of the following: text (e.g., comments, sub-comments and replies), audio, video images, etc.Social network server 110 is connected to network 103 by wire or wirelessly. WhileFIG. 1 illustrates a singlesocial network server 110, it is noted for clarity that multiple servers may be used to implement the social networking and/or microblogging service. -
System 100 further includes a component, referred to herein as the “monitoring unit” 111, connected to network 103 by wire or wirelessly.Monitoring unit 111 is configured to monitor a searching strategy utilized by a user (e.g., user ofclient device 101A) in answering a question posed to the user in a message, where such a searching strategy will become available to the sender of the question as discussed further below in connection withFIGS. 3-5 . A description of the hardware configuration ofmonitoring unit 111 is provided below in connection withFIG. 2 . - As further illustrated in
FIG. 1 ,monitoring unit 111 is connected to adatabase 112 configured to store the steps (“searching strategy”) utilized by the user (e.g., user ofclient device 101A) in answering the question posed to the user in a message as discussed further below in connection withFIGS. 3-5 . In one embodiment, the user performing the searching strategy may be able to determine who has the ability to receive the user's searching strategy in connection with answering a question in a message. For example, the user may have a profile which contains a listing of which users, whether identified by name, e-mail address, phone number or relationship (e.g., work colleague), are to have access to the user's searching strategy. In one embodiment, monitoringunit 111 may search the user's profile prior to attaching the monitored steps to a reply message as tags or prior to inserting a link todatabase 112 to retrieve the stored monitored steps to ensure that the user authorizes the sender to receive the user's searching strategy. For example, the user may have a profile that indicates that work colleagues have access to the user's searching strategy when the user answers a question posed by a user's work colleague. The work colleague may be identified by matching the e-mail address of the sender of the message received by the user with the e-mail address of the work colleague listed in the user's profile. If the user does not specify that this particular sender is a work colleague, monitoringunit 111 may be configured to determine the relationship (e.g., work colleague) of the sender to the user using social media, such as reviewing the connections on the user's LinkedIn® profile. -
System 100 is not to be limited in scope to any one particular network architecture.System 100 may include any number of client devices 101,servers 102,networks 103, SMS centers 108,web servers 109,social network servers 110, monitoringunits 111 anddatabases 112. Furthermore, in one embodiment, monitoringunit 111 may be part of client device 101. - Referring now to
FIG. 2 ,FIG. 2 illustrates a hardware configuration of monitoring unit 111 (FIG. 1 ) which is representative of a hardware environment for practicing the present invention. Referring toFIG. 2 ,monitoring unit 111 has aprocessor 201 coupled to various other components bysystem bus 202. Anoperating system 203 runs onprocessor 201 and provides control and coordinates the functions of the various components ofFIG. 2 . Anapplication 204 in accordance with the principles of the present invention runs in conjunction withoperating system 203 and provides calls tooperating system 203 where the calls implement the various functions or services to be performed byapplication 204.Application 204 may include, for example, a program for providing the searching strategy in arriving at an answer to a question along with the answer to the question in a reply message as discussed further below in connection withFIGS. 3-5 . - Referring again to
FIG. 2 , read-only memory (“ROM”) 205 is coupled tosystem bus 202 and includes a basic input/output system (“BIOS”) that controls certain basic functions ofmonitoring unit 111. Random access memory (“RAM”) 206 anddisk adapter 207 are also coupled tosystem bus 202. It should be noted that software components includingoperating system 203 andapplication 204 may be loaded intoRAM 206, which may be monitoring unit's 111 main memory for execution.Disk adapter 207 may be an integrated drive electronics (“IDE”) adapter that communicates with adisk unit 208, e.g., disk drive. It is noted that the program for providing the searching strategy in arriving at an answer to a question along with the answer to the question in a reply message, as discussed further below in connection withFIGS. 3-5 , may reside indisk unit 208 or inapplication 204. -
Monitoring unit 111 may further include acommunications adapter 209 coupled tobus 202.Communications adapter 209interconnects bus 202 with an outside network (network 103 ofFIG. 1 ) thereby enablingmonitoring unit 111 to communicate with other devices, such as client devices 101,web server 109,social network server 110, etc. ofFIG. 1 . - The present invention may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
- The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
- Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
- Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
- These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
- The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
- The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
- As stated in the Background section, oftentimes, a sender of a message may ask a question in the message that is sent to the recipient. For example, the sender may ask the question of “What is J2EE®?” in the message. The recipient of the message may engage in a search, such as on Google's® website, to find a good definition of J2EE® for the sender. The recipient may consult various repositories (e.g., W3Schools®, Oracle® Academy—Java®, a departmental learning database) as well as ignore other repositories (e.g., Java Community Process® Program, J2EE® models discussed on the open source community of Eclipse®). The recipient of the message may then extract some of the information learned from these repositories into a response (reply message) to the sender of the original message. While the information provided in the reply message is helpful for the sender in terms of answering the sender's question, the sender of the original message may desire to know the search strategy in deriving the answer. Such a search methodology may be utilized to answer similar questions, such as those involving a similar topic. For example, the sender of the original message may also desire to know what “Java® EE Bean Validation” means. If the sender had knowledge of the searching strategy used to answer the question regarding the meaning of J2EE®, then the sender may be able to learn what “Java® EE Bean Validation” means from the recipient's searching methodology. Currently, the sender only obtains knowledge of the searching strategy by having the recipient of the message verbally explain his/her thought process in reaching an answer to the sender's question. Such a process is inefficient and time consuming.
- The principles of the present invention provide a means for providing the searching strategy in arriving at an answer to a question along with the answer to the question in a reply message as discussed further below in connection with
FIGS. 3-5 .FIG. 3 is a flowchart of a method for providing the searching strategy in arriving at an answer to a question along with the answer to the question in a reply message.FIG. 4 is a screenshot of some of the steps utilized by the user in the user's searching strategy in arriving at an answer to the question.FIG. 5 illustrates a reply message responding to the question by including an answer to the question as well as a link to a database that contains the steps utilized in the user's searching strategy in arriving at the answer to the question. - As stated above,
FIG. 3 is a flowchart of amethod 300 for providing the searching strategy in arriving at an answer to a question along with the answer to the question in a reply message in accordance with an embodiment of the present invention. - Referring to
FIG. 3 , in conjunction withFIGS. 1-2 , instep 301, monitoringunit 111 detects a message (e.g., instant message, e-mail, social media post) being received by a user (e.g., user ofclient device 101A) from a sender (e.g., user ofclient device 101B), where the message contains a question. The “sender,” as used herein, refers to the author of the message that contains a question to be answer. The “recipient,” as used herein, refers to the user who receives the message from the sender containing a question to be answered by the recipient. - In
step 302, monitoringunit 111 detects a question in the message. That is, monitoringunit 111 detects a question being asked by the sender (e.g., user ofclient device 101B) in the message received by the user (e.g., user ofclient device 101A). In one embodiment, a question may be detected using natural language processing, such as by focusing on keywords (e.g., “what,” “why,” “how”) or punctuation marks (e.g., question mark) in the message that may indicate a question is being asked. For example, monitoringunit 111 may detect the question of “What is Java?” in the message based on the term “what” and the question mark. - In
step 303, monitoringunit 111 monitors the steps performed by the recipient of the message to answer the question. “Monitoring,” as used herein, refers to capturing the steps performed by the user, such as online activity, that were used by the user to provide an answer to the question posed to the user (i.e., the recipient of the message). Such steps may involve search terms and selections of uniform resource locators. In one embodiment, “monitoring” may involve monitoring the steps used to answer the question performed by the recipient of the message as well as by others forming a group of individuals. - In one embodiment, such monitoring may be implemented in response to detecting a question in the message in
step 302. In another embodiment, such monitoring may be implemented by the user (i.e., the recipient of the message) selecting an option to enact monitoring. - In a further embodiment, such monitoring may be implemented in response to detecting the user (i.e., the recipient of the message) performing searching activity, such as performing a search related to the topic of the message on Google's® website. The “topic” refers to the main subject of the message. In one embodiment, the topic of the message may be identified using natural language processing, where keywords (e.g., “travel,” “meeting,” “birthday party”) may be used to identify the topic of the message using natural language processing.
- In
step 304, a determination is made by monitoringunit 111 as to whethermonitoring unit 111 detects content answering the question being inserted in a reply message responding to the sender's message via a copy and paste operation. For example, the content may be obtained from a particular website which was copied and pasted into the message responding to the sender's message. - If
monitoring unit 111 did not detect a copy and paste operation, then monitoringunit 111 continues to determine whether content answering the question was inserted into a reply message responding to the sender's message via a copy and paste operation instep 304. - If, however, monitoring
unit 111 detected a copy and paste operation, then, instep 305, monitoringunit 111 stores the monitored steps (steps monitored in step 303) in adatabase 112. For example, referring toFIG. 4 ,FIG. 4 is ascreenshot 400 of some of the steps utilized by the user (e.g., user ofclient device 101A) in the user's searching strategy in arriving at an answer to the sender's question in accordance with an embodiment of the present invention. - As illustrated in
FIG. 4 ,screenshot 400 shows the various sites (e.g., www.javabeginner.com) found by Google® in response to the user's search of “java beginner.” Such a search may be in response to the question of “What is Java?” in the message. As further illustrated inFIG. 4 , the user opened the search result of “Java Beginner Tutorial” (e.g., 14th search result) and copied a section of text 401 from the website of www.javabeginner.com which contained some language that the user thought was good at answering the sender's question. Such text may be copied into a reply message to the sender as illustrated inFIG. 5 . -
FIG. 5 illustrates areply message 500 responding to the question by including an answer to the question as well as a link to a database (e.g.,database 112 ofFIG. 1 ) that contains the steps utilized in the user's searching strategy in arriving at the answer to the question in accordance with an embodiment of the present invention. - Referring to
FIG. 5 , in conjunction withFIGS. 3-4 , the user (identified as “John Doe” inFIG. 5 ) who received the message containing a question responded to the question by inserting (pasting) the text 401 copied from the website of www.javabeginner.com intoreply message 500 which answers the question posed to the user. - Returning to
FIG. 3 , in conjunction withFIGS. 1-2 and 4-5 , instep 306, monitoringunit 111 attaches the monitored steps (the steps monitored in step 303) to replymessage 500 as tags or inserts a link to a database (e.g., database 112) inreply message 500 to retrieve the stored monitored steps thereby allowing the sender to replay the searching strategy used in answering the sender's question. - For instance, referring to the example above in connection with
FIGS. 4 and 5 , the searching strategy may include the monitored steps of (1) navigating to www.google.com to perform a search; (2) searching the term “java beginner” at the Google® website; (3) looking in particular repositories (e.g., http://javabeginnerstutorial.com/core-java); (4) ignoring particular repositories (e.g., www.homeandlearn.co.uk/java/java.html); (5) searching the destination site (www.javabeginner.com), where the destination site is the website containing the text 401 copied and pasted intoreply message 500; (6) scrolling 28% down the page to the paragraph containing the text 401 copied and pasted intoreply message 500; (7) highlighting the paragraph to the term “platforms” in text 401; and (8) copying and pasting text 401 intoreply message 500. Such monitored steps may be stored indatabase 112 instep 305 in response to detecting the copy and paste operation as described above. Such monitored steps may be attached to replymessage 500 as tags or a link 501 (identified as the button labeled “source” inFIG. 5 ) todatabase 112 may be inserted inreply message 500 to retrieve the stored monitored steps thereby allowing the sender to replay the searching strategy used in answering the sender's question. In this manner, the sender will have knowledge of the searching strategy used in answering the sender's question in a more efficient manner (as opposed to having the user verbally explain his/her thought process to the sender in reaching an answer to the sender's question) which may be used to answer similar questions, such as those involving a similar topic. - In one embodiment, monitoring
unit 111 may first determine if the sender of the original message (e.g., user ofclient device 101B) is to have access to the user's searching strategy prior to attaching the monitored steps to replymessage 500 as tags or prior to inserting alink 501 todatabase 112 inreply message 500 to retrieve the stored monitored steps. As discussed above, the user performing the searching strategy may be able to determine who has the ability to receive the user's searching strategy in connection with answering a question in a message. For example, the user may have a profile which contains a listing of which users, whether identified by name, e-mail address, phone number or relationship (e.g., work colleague), are to have access to the user's searching strategy. In one embodiment, monitoringunit 111 may search the user's profile prior to attaching the monitored steps to replymessage 500 as tags or prior to inserting link 501 todatabase 112 inreply message 500 to retrieve the stored monitored steps to ensure that the user authorizes the sender to receive the user's searching strategy. - After attaching the monitored steps (the steps monitored in step 303) to reply
message 500 as tags or insertinglink 501 to a database (e.g., database 112) inreply message 500 to retrieve the stored monitored steps, instep 307, monitoringunit 111 sendsreply message 500 to the sender of the original message (e.g., user ofclient device 101B) containing the content answering the sender's question, wherereply message 500 includes the tagged monitored steps or link 501 todatabase 112 to retrieve the monitored steps to obtain the searching strategy used in answering the sender's question. - The descriptions of the various embodiments of the present invention have been presented for purposes of illustration, but are not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terminology used herein was chosen to best explain the principles of the embodiments, the practical application or technical improvement over technologies found in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.
Claims (20)
1. A method for providing a searching strategy in connection with answering a question in a message, the method comprising:
detecting a question in a message being asked by a sender of said message;
capturing steps performed online by a recipient of said message to provide an answer to said question;
storing said captured steps in response to detecting content answering said question being inserted in a reply message responding to said message;
attaching, by a processor, said stored captured steps to said reply message or inserting, by said processor, a link to a resource in said reply message to retrieve said stored captured steps; and
sending said reply message to said sender of said message.
2. The method as recited in claim 1 , wherein said question is detected using natural language processing.
3. The method as recited in claim 1 further comprising:
capturing said steps performed online by said recipient of said message to provide said answer to said question in response to detecting said question in said message being asked by said sender of said message.
4. The method as recited in claim 1 further comprising:
capturing said steps performed online by said recipient of said message to provide said answer to said question in response to said recipient selecting an option to capture said steps performed by said recipient of said message to provide said answer to said question.
5. The method as recited in claim 1 further comprising:
capturing said steps performed online by said recipient of said message to provide said answer to said question in response to detecting said recipient performing online searching activity related to a topic of said message.
6. The method as recited in claim 1 further comprising:
storing said captured steps in response to detecting a copy and paste operation of said content into said reply message.
7. The method as recited in claim 1 , wherein said captured steps involve search terms and selections of uniform resource locators.
8. A computer program product for providing a searching strategy in connection with answering a question in a message, the computer program product comprising a computer readable storage medium having program code embodied therewith, the program code comprising the programming instructions for:
detecting a question in a message being asked by a sender of said message;
capturing steps performed online by a recipient of said message to provide an answer to said question;
storing said captured steps in response to detecting content answering said question being inserted in a reply message responding to said message;
attaching said stored captured steps to said reply message or inserting a link to a resource in said reply message to retrieve said stored captured steps; and
sending said reply message to said sender of said message.
9. The computer program product as recited in claim 8 , wherein said question is detected using natural language processing.
10. The computer program product as recited in claim 8 , wherein the program code further comprises the programming instructions for:
capturing said steps performed online by said recipient of said message to provide said answer to said question in response to detecting said question in said message being asked by said sender of said message.
11. The computer program product as recited in claim 8 , wherein the program code further comprises the programming instructions for:
capturing said steps performed online by said recipient of said message to provide said answer to said question in response to said recipient selecting an option to capture said steps performed by said recipient of said message to provide said answer to said question.
12. The computer program product as recited in claim 8 , wherein the program code further comprises the programming instructions for:
capturing said steps performed online by said recipient of said message to provide said answer to said question in response to detecting said recipient performing online searching activity related to a topic of said message.
13. The computer program product as recited in claim 8 , wherein the program code further comprises the programming instructions for:
storing said captured steps in response to detecting a copy and paste operation of said content into said reply message.
14. The computer program product as recited in claim 8 , wherein said captured steps involve search terms and selections of uniform resource locators.
15. A system, comprising:
a memory unit for storing a computer program for providing a searching strategy in connection with answering a question in a message; and
a processor coupled to the memory unit, wherein the processor is configured to execute the program instructions of the computer program comprising:
detecting a question in a message being asked by a sender of said message;
capturing steps performed online by a recipient of said message to provide an answer to said question;
storing said captured steps in response to detecting content answering said question being inserted in a reply message responding to said message;
attaching said stored captured steps to said reply message or inserting a link to a resource in said reply message to retrieve said stored captured steps; and
sending said reply message to said sender of said message.
16. The system as recited in claim 15 , wherein said question is detected using natural language processing.
17. The system as recited in claim 15 , wherein the program instructions of the computer program further comprise:
capturing said steps performed online by said recipient of said message to provide said answer to said question in response to detecting said question in said message being asked by said sender of said message.
18. The system as recited in claim 15 , wherein the program instructions of the computer program further comprise:
capturing said steps performed online by said recipient of said message to provide said answer to said question in response to said recipient selecting an option to capture said steps performed by said recipient of said message to provide said answer to said question.
19. The system as recited in claim 15 , wherein the program instructions of the computer program further comprise:
capturing said steps performed online by said recipient of said message to provide said answer to said question in response to detecting said recipient performing online searching activity related to a topic of said message.
20. The system as recited in claim 15 , wherein the program instructions of the computer program further comprise:
storing said captured steps in response to detecting a copy and paste operation of said content into said reply message.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US15/726,216 US20180046707A1 (en) | 2015-04-21 | 2017-10-05 | Providing searching strategy in connection with answering question in message |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/692,431 US9858335B2 (en) | 2015-04-21 | 2015-04-21 | Providing searching strategy in connection with answering question in message |
US15/726,216 US20180046707A1 (en) | 2015-04-21 | 2017-10-05 | Providing searching strategy in connection with answering question in message |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/692,431 Continuation US9858335B2 (en) | 2015-04-21 | 2015-04-21 | Providing searching strategy in connection with answering question in message |
Publications (1)
Publication Number | Publication Date |
---|---|
US20180046707A1 true US20180046707A1 (en) | 2018-02-15 |
Family
ID=57147885
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/692,431 Expired - Fee Related US9858335B2 (en) | 2015-04-21 | 2015-04-21 | Providing searching strategy in connection with answering question in message |
US15/726,216 Abandoned US20180046707A1 (en) | 2015-04-21 | 2017-10-05 | Providing searching strategy in connection with answering question in message |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/692,431 Expired - Fee Related US9858335B2 (en) | 2015-04-21 | 2015-04-21 | Providing searching strategy in connection with answering question in message |
Country Status (1)
Country | Link |
---|---|
US (2) | US9858335B2 (en) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9652549B2 (en) | 2014-02-05 | 2017-05-16 | International Business Machines Corporation | Capturing and managing knowledge from social networking interactions |
EP3639158A4 (en) | 2017-06-15 | 2020-11-18 | Microsoft Technology Licensing, LLC | Method and apparatus for intelligent automated chatting |
US10176808B1 (en) * | 2017-06-20 | 2019-01-08 | Microsoft Technology Licensing, Llc | Utilizing spoken cues to influence response rendering for virtual assistants |
CN112818084B (en) * | 2020-02-20 | 2023-09-05 | 腾讯科技(深圳)有限公司 | Information interaction method, related device, equipment and computer readable medium |
CN112131338B (en) * | 2020-06-05 | 2024-02-09 | 支付宝(杭州)信息技术有限公司 | Method and device for establishing question-answer pairs |
Family Cites Families (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9100221B2 (en) | 2000-05-04 | 2015-08-04 | Facebook, Inc. | Systems for messaging senders and recipients of an electronic message |
US7725526B1 (en) | 2000-06-23 | 2010-05-25 | International Business Machines Corporation | System and method for web based sharing of search engine queries |
US20040143630A1 (en) * | 2002-11-21 | 2004-07-22 | Roy Kaufmann | Method and system for sending questions, answers and files synchronously and asynchronously in a system for enhancing collaboration using computers and networking |
US20060218034A1 (en) * | 2005-03-23 | 2006-09-28 | Kelly Laird R | System and method for monitoring and recording research activity |
US7844590B1 (en) * | 2005-06-16 | 2010-11-30 | Eightfold Logic, Inc. | Collection and organization of actual search results data for particular destinations |
CA2615659A1 (en) * | 2005-07-22 | 2007-05-10 | Yogesh Chunilal Rathod | Universal knowledge management and desktop search system |
US8024308B2 (en) * | 2006-08-07 | 2011-09-20 | Chacha Search, Inc | Electronic previous search results log |
WO2008031871A1 (en) | 2006-09-13 | 2008-03-20 | Imencro Software Sa | Method for automatically classifying communication between a sender and a recipient |
US20080263009A1 (en) | 2007-04-19 | 2008-10-23 | Buettner Raymond R | System and method for sharing of search query information across organizational boundaries |
US8719251B1 (en) | 2008-11-14 | 2014-05-06 | Kayak Software Corporation | Sharing and collaboration of search results in a travel search engine |
US8489588B2 (en) | 2009-12-21 | 2013-07-16 | International Business Machines Corporation | Interactive visualization of sender and recipient information in electronic communications |
US8745491B2 (en) * | 2009-12-22 | 2014-06-03 | International Business Machines Corporation | Determining event patterns for monitored applications |
CA2789158C (en) * | 2010-02-10 | 2016-12-20 | Mmodal Ip Llc | Providing computable guidance to relevant evidence in question-answering systems |
US9275119B2 (en) | 2010-04-19 | 2016-03-01 | Facebook, Inc. | Sharing search queries on online social network |
US9047464B2 (en) * | 2011-04-11 | 2015-06-02 | NSS Lab Works LLC | Continuous monitoring of computer user and computer activities |
US9245227B2 (en) * | 2012-03-15 | 2016-01-26 | Vidoyen Inc. | Expert answer platform methods, apparatuses and media |
US20140149330A1 (en) * | 2012-11-29 | 2014-05-29 | Elon Kaplan | Contextual knowledge management system and method |
US9665234B2 (en) * | 2013-04-16 | 2017-05-30 | Autodesk, Inc. | Community enhanced tutorials: improving tutorials with multiple demonstrations |
CN104216913B (en) * | 2013-06-04 | 2019-01-04 | Sap欧洲公司 | Question answering method, system and computer-readable medium |
-
2015
- 2015-04-21 US US14/692,431 patent/US9858335B2/en not_active Expired - Fee Related
-
2017
- 2017-10-05 US US15/726,216 patent/US20180046707A1/en not_active Abandoned
Also Published As
Publication number | Publication date |
---|---|
US9858335B2 (en) | 2018-01-02 |
US20160314197A1 (en) | 2016-10-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10116607B2 (en) | Splitting posts in a thread into a new thread | |
US10129199B2 (en) | Ensuring that a composed message is being sent to the appropriate recipient | |
US9367538B2 (en) | Analyzing messages and/or documents to provide suggestions to modify messages and/or documents to be more suitable for intended recipients | |
US20180046707A1 (en) | Providing searching strategy in connection with answering question in message | |
US10999225B2 (en) | Ensuring that all users of a group message receive a response to the group message | |
US10613717B2 (en) | Reproducing state of source environment when image was screen captured on a different computing device using resource location, resource navigation and positional metadata embedded in image | |
US10230680B2 (en) | Intelligently splitting text in messages posted on social media website to be more readable and understandable for user | |
US10726205B2 (en) | Checking documents for spelling and/or grammatical errors and/or providing recommended words or phrases based on patterns of colloquialisms used among users in a social network | |
US11108712B2 (en) | Automatically determining and selecting a suitable communication channel to deliver messages to recipient | |
US9313165B2 (en) | Providing contextual relevance of an unposted message to an activity stream after a period of time elapses | |
US20200151231A1 (en) | Searching people, content and documents from another person's social perspective |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHAKRA, AL;HARPUR, LIAM;RICE, JOHN;REEL/FRAME:043800/0737 Effective date: 20150410 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE |