The present invention relates to techniques for estimating the value of digital footprints of business activities.
In an enterprise environment, employees often collaborate to generate business results. In this process, they may use collaboration tools and social software (e.g., Lotus Connections) to create content, organize meetings and share documents. These collaboration tools and social software are generating more and more digital footprints that record corresponding activities. The digital footprints can be used, for example, to understand how a business decision is made and/or to determine whether the business decision violates one or more rules or regulations.
Little has been done, however, to rank the business value (e.g., value/risk) of the digital footprints (i.e., the potential of these digital footprints to provide a useful or risky business outcome). For example, the activities that lead to a good outcome can be recommended for future reuse and the activities that lead to a poor result or violations of one or more rules or regulations (such as revealing confidential information) can be identified for further investigation.
A need therefore exists for methods and apparatus for estimating and ranking the business value of the digital footprints.
Generally, methods and apparatus are provided for business outcome-based personalized ranking of information objects. According to one aspect of the invention, information objects in one or more outcome-based business processes are ranked by recording information objects generated during a creation of the outcome-based business processes, wherein one or more of the business processes comprise an outcome attribute, and wherein one or more of the business processes comprise one or more in-process information objects; generating a composite graph of the information objects and business processes, wherein each node in the graph corresponds to one of the information objects or one of the business processes, and wherein links between two of the information object nodes have a strength based on a content similarity and a social network distance, and wherein the in-process information object node connects to a corresponding business process node, and wherein two of the business process nodes have a link if they are indicated as related in the business process information system; and ranking the information objects based on the link strengths.
The ranking can be performed, for example, in response to a query comprised of one or more keywords for a given user and a given business process.
In one exemplary embodiment, the content similarity is based on a similarity of content of the information objects and a similarity of timing of the information objects. In addition, the social network distance can be based, for example, on social distance between a user who issues a query and users involved in the information objects. The social network distance is optionally weighted by usage patterns by users of information objects.
In a further variation, a group of related information objects can be identified for one or more particular business processes. The group of related information objects can be based on a list of ranked individual objects. When identifying a group of related information objects, strong link strengths within the group, and weak link strength to outside of the group can be favored. The group of related information objects can be identified, for example, based on a function of a ranking of an individual object with regard to a user query and business-outcome, as well as a relative link strength within the group versus outside of the group.
A more complete understanding of the present invention, as well as further features and advantages of the present invention, will be obtained by reference to the following detailed description and drawings.
The present invention provides methods and systems for business-outcome-based and personalized ranking of information objects. According to one aspect of the invention, a composite graph is constructed to link scattered digital footprints, business processes and their outcome by exploiting the semantic relationship among them. The semantic relationship may include, for example, the semantic similarity among the entities and existing links among the entities in provenance software. Then, a graph-based approach is provided to rank the quality (e.g., value/risk) of the digital footprints using the composite graph.
In an enterprise environment, employees and other users often collaborate to generate business results. In this business process, they often use social software, for example, to organize meetings and share documents. Such digital footprints are referred to as information objects in social software. The enterprise may also deploy business process systems to record the outcome (such as positive or negative results) of business and related information objects. However, with conventional techniques, in the proposal preparation process, only final versions of a proposal are typically stored. Thus, many related information objects may not be recorded in a business process.
As used herein, the term “in-process objects” 150 comprises information objects that are stored as part of a business process (including information, users and a result) in business process information systems 120-N. The business process information systems 120-N track information created during business processes 130 and whether different business processes 130 are related. In addition, the term “non-process objects” 140 comprises information objects 110 that are generated during the creation of a business process 130, but are not explicitly associated to the business process 130 (including information and users).
Aspects of the present invention combine in-process objects 150 and non-process objects 140 to build a composite graph 250, as discussed further below in conjunction with
The composite graph can be leveraged for outcome-based ranking and mining for frequent activity patterns. For example, a slide presentation can be ranked by the business results of related (directly or indirectly) business processes. As discussed hereinafter, the quality of an object is ranked based on its related objects, including both in-process objects 150 and non-process objects 140. In this manner, a user can query the composite graph to identify prior activities that led to a successful outcome. In addition, a user can query the composite graph to identify prior activities that led to a poor outcome or a rule violation, such as revealing confidential information.
Consider a user that is preparing a funding proposal for a government agency. The user may want to search for documents, presentations, social bookmarks, discussions and/or videos that are related to previous successful proposals. However, as indicated above, with conventional techniques, in the formal proposal preparation process, only final versions of proposal are typically stored. Therefore, it is difficult to link related information non-process objects (e.g., documents, and discussions in social software, such as Lotus Connections) to the outcome.
As discussed further below in conjunction with
Generally, the exemplary link construction process 300 utilizes a content similarity (CTS) 320 of the information objects 220, as well as social network distance (SND) 340 among people (such as creators and users) associated with the information objects 220, 240. SND can optionally be weighted by users' usage patterns of information objects. For example, the social network distance of the top users of the information objects can be weighted more.
In one exemplary embodiment, the link strength between two exemplary information objects s1 and s2 can be expressed as follows:
linkStrength(s1,s2)=function(CTS(s1.info,s2.info),SND(s1.user,s2.user))
In one exemplary embodiment, the link strength between information objects 110 and business processes 130 (where each business process 130 comprises information, users and a result) can be expressed as follows:
linkStrength(obj1,proc1)=1(if obj1 is in-process object 150), or 0 otherwise
linkStrength(proc1,proc2)=1(if proc1 and proc2 are indicated as related in the business process information system 120-N), or 0 otherwise.
As indicated above, the composite graph 250 of
As shown in
rank(q,n)=relevance(q,n)+value(n)
where the relevance(q,n)=sim(q.keyword,n.info)+SND(u, n.user) and value(n)=n.result (if n is a business process).
The personalized information object ranking process 400 then iterates during step 420 over the ranking function as follows:
where L(nj) is the degree of nj.
Finally, a test is performed during step 430 to determine if the ranking function converges. If it is determined during step 430 that the ranking function does not converge, then program control returns to step 420. If, however, it is determined during step 430 that the ranking function converges, then the process 400 exits.
As shown in
O(ni)=Σrelevance(q,nj)
The exemplary outcome-based, personalized information object group ranking process 500 iterates during step 520 by expanding a node's neighborhood via a random walk, and updating the value of O(n).
Finally, a test is performed during step 530 to determine if the objective function converges. If it is determined during step 430 that the objective function does not converge, then program control returns to step 520. If, however, it is determined during step 530 that the objective function converges, then the process 500 outputs the ranked groups.
Exemplary System and Article of Manufacture Details
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
One or more embodiments of the invention, or elements thereof, can be implemented in the form of an apparatus including a memory and at least one processor that is coupled to the memory and operative to perform exemplary method steps.
One or more embodiments can make use of software running on a general purpose computer or workstation.
The term “processor” as used herein is intended to include any processing device, such as, for example, one that includes a CPU (central processing unit) and/or other forms of processing circuitry. Further, the term “processor” may refer to more than one individual processor. The term “memory” is intended to include memory associated with a processor or CPU, such as, for example, RAM (random access memory), ROM (read only memory), a fixed memory device (for example, hard drive), a removable memory device (for example, diskette), a flash memory and the like.
In addition, the phrase “input/output interface” as used herein, is intended to include, for example, one or more mechanisms for inputting data to the processing unit (for example, mouse), and one or more mechanisms for providing results associated with the processing unit (for example, printer). The processor 602, memory 604, and input/output interface such as display 606 and keyboard 608 can be interconnected, for example, via bus 610 as part of a data processing unit 612. Suitable interconnections, for example via bus 610, can also be provided to a network interface 614, such as a network card, which can be provided to interface with a computer network, and to a media interface 616, such as a diskette or CD-ROM drive, which can be provided to interface with media 618.
Analog-to-digital converter(s) 620 may be provided to receive analog input, such as analog video feed, and to digitize same. Such converter(s) may be interconnected with system bus 610.
Accordingly, computer software including instructions or code for performing the methodologies of the invention, as described herein, may be stored in one or more of the associated memory devices (for example, ROM, fixed or removable memory) and, when ready to be utilized, loaded in part or in whole (for example, into RAM) and implemented by a CPU. Such software could include, but is not limited to, firmware, resident software, microcode, and the like.
A data processing system suitable for storing and/or executing program code will include at least one processor 602 coupled directly or indirectly to memory elements 604 through a system bus 610. The memory elements can include local memory employed during actual implementation of the program code, bulk storage, and cache memories which provide temporary storage of at least some program code in order to reduce the number of times code must be retrieved from bulk storage during implementation.
Input/output or I/O devices (including but not limited to keyboards 608, displays 606, pointing devices, and the like) can be coupled to the system either directly (such as via bus 610) or through intervening I/O controllers (omitted for clarity).
Network adapters such as network interface 614 may also be coupled to the system to enable the data processing system to become coupled to other data processing systems or remote printers or storage devices through intervening private or public networks. Modems, cable modem and Ethernet cards are just a few of the currently available types of network adapters.
As used herein, including the claims, a “server” includes a physical data processing system (for example, system 612 as shown in
As noted, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon. Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. Media block 618 is a non-limiting example. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, 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), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code 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).
Aspects of the present invention are described below 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 program instructions. These computer 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 program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing 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 code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, 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 combinations of special purpose hardware and computer instructions.
Method steps described herein may be tied, for example, to a general purpose computer programmed to carry out such steps, or to hardware for carrying out such steps, as described herein. Further, method steps described herein, including, for example, obtaining data streams and encoding the streams, may also be tied to physical sensors, such as cameras or microphones, from whence the data streams are obtained.
It should be noted that any of the methods described herein can include an additional step of providing a system comprising distinct software modules embodied on a computer readable storage medium. The method steps can then be carried out using the distinct software modules and/or sub-modules of the system, as described above, executing on one or more hardware processors 402. In some cases, specialized hardware may be employed to implement one or more of the functions described here. Further, a computer program product can include a computer-readable storage medium with code adapted to be implemented to carry out one or more method steps described herein, including the provision of the system with the distinct software modules.
In any case, it should be understood that the components illustrated herein may be implemented in various forms of hardware, software, or combinations thereof; for example application specific integrated circuit(s) (ASICS), functional circuitry, one or more appropriately programmed general purpose digital computers with associated memory, and the like. Given the teachings of the invention provided herein, one of ordinary skill in the related art will be able to contemplate other implementations of the components of the invention.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form 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 invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
This application is a continuation of U.S. patent application Ser. No. 13/608,021, filed Sep. 10, 2012, incorporated by reference herein.
Number | Date | Country | |
---|---|---|---|
Parent | 13608021 | Sep 2012 | US |
Child | 13627562 | US |