This disclosure relates generally to the technical field of computer-implemented methods for linking data with visualizations. Specifically, the disclosure describes stored templates from a database to data sets received over a network connection to determine performance indicators and automatically generate insight visualizations based on the outputs of the performance indicators.
Systems and methods are described for deriving actionable insight interfaces from received data sets using performance indicators and stored insight templates. A server may tag data columns of the data set, which is received from a client device over a network connection. The tagged data columns may be then mapped to a plurality of performance indicator inputs to determine a plurality of performance indicators. A selected insight template may then be retrieved, by the server, from a plurality of insight templates stored within a template database. The retrieved insight template may be selected based on the determined performance indicators matching input requirements of the selected insight template. Each insight template stored within the template database may be stored as a data object that includes a plurality of rules. Each rule may receive performance indicators as inputs and derive rule outputs from the received performance indicators. The data object of each insight template may also include narrative text that provides a text recommendation based on the rule outputs.
The server may then execute the rules included within the selected insight template using the determined plurality of performance indicators for the received data set. After the rules have been executed, the server may transmit, via the network connection, the narrative text and the rule outputs to a display device. The server may then cause an insight graphic interface to be displayed by the display device, where the insight graphic interface includes the text recommendation. Additional embodiments may include methods for creating additional templates, and other useful features.
This disclosure is illustrated by way of example and not limitation in the figures of the accompanying drawings, in which like references indicate similar elements, and in which:
Legacy business intelligence (“B1”) systems and dashboards are descriptive: they require further interpretation by a data-savvy professional. Actionable Insights described herein may track past decisions, plan actions, and mark events on the timeline for adoption (by providing relevant insights and/or actionable recommendations). Businesses may have several very similar parts (e.g. marketing, sales, salaries, taxes, expenses) and as a result very similar key performance indicators (KPIs) for these metrics. A high level virtual model of a business may allow business users to see as many KPIs as possible depending on the amount of input data and mapping of input data to virtual model inputs. As a result, generated insights may be based on real business KPIs and can be converted to recommendations presented on a graphic user interface.
Methods and systems for users to generate actionable recommendations for insight using internal virtual company model (VCM) and actionable templates for specific company states for specific or general verticals are described herein. The data set may be tagged, and then mapped to a set of performance indicator expressions. Key performance indicators (KPIs) may be determined based on the mapped data set. Using the mapped data set, a virtual company model may then be generated, where the virtual company model is a graph with data sources variables) acting as root nodes and performance indicators on leaf nodes. Once the system calculates all available KPIs—all the results together are stored as a company performance snapshot. These snapshots are used to match actionable recommendation templates against them.
Subsequently, a database of actionable insight templates may be accessed, where each template contains multiple rules which apply restrictions on the current company performance snapshot. Specific templates may be selected from the database based on the specific templates matching data in the performance snapshot by a matching module. The specific templates may then be applied to the mapped data set to automatically generate one or more actionable insight interfaces. The actionable insight interfaces may be displayed on a display of a computer system, where each actionable insight interface includes one or more recommendations derived from the application of the specific templates to the mapped data set.
More specifically, and with reference to
The communications network used by elements 120, 140, and 160 to communicate may itself be comprised of many interconnected computer systems and communication links. The communications links may be hardwire links, optical links, satellite or other wireless communications links, wave propagation links, or any other mechanisms for communication of information. Various communication protocols may be used to facilitate communication between the various systems shown in
Client data systems 120 may include client manual files 122, client file storages 124, third party data storage services 126, SQL databases 128, and/or non-SQL databases 130, and 115 allow users to access and query information stored by server system 120. The application backend 140 may include import module 142 to retrieve data from the client data sources 120. The import module 142 may be communicatively coupled to internal data lake 144 and data tagging module 146, whose operation is described in greater detail below. The tagging module 146 and data lake 144 may operate together with data mapping module 148 and data processing module 150 to generate a tagged and mapped version of a data set received from one or more of the client data sources 120. The output tagged and mapped data set may be then matched to various insight templates stored in insights storage 152 to generate an insight graphical interface, which may be transmit to the application interface 162 of the user interface 160.
In block 210, a server (e.g. application backend 140) may tag data columns of a data set, which is received from a client device (e.g. one of client data sources 120) over a network connection. The data tagging system allows each data column to be associated with specific data types and dimensional/categorical data. The dimensional/categorical data may be used for data interpretation by various internal algorithms. Examples of data columns with their data types and dimensions are listed below:
The tagged data columns may be then mapped to a plurality of performance indicator inputs at block 215. The data mapping system may map any kind of client's data to the corresponding system inputs (variables) and lets the system calculate KPIs based on such variables. Each variable can be represented by several data columns. In that case, the system decides which data column should be used for specific KPI calculations depending on other variables involved in the calculation. An example of the commands that may be used to implement the mapping:
In case a variable is represented by multiple columns, the system may perform the calculation in several steps:
Compose a full set of columns which represent all required variables for KPI calculation.
Select a subset of columns which represent all required variables and can be used for calculation. The system may search for the first available condition:
Select a subset of columns which belong to the same table;
Select a subset of columns which belong to joinable tables (we know that from the source data structure);
Select a subset of columns which belong to the same source and can be correlated by timeframe (we know that from the source data structure);
Select a subset of columns which can be correlated by timeframe (we know that from the multiple sources data structures);
Skip calculation if none available.
Run the calculation against available subset of columns.
The system may need to perform some additional processing of the tagged data depending on the identified data types: (1) format conversion and (2) value normalization. (1) Format conversion is needed in most cases since data sources may use various formats, e.g. it's most obvious for date and time presentation, which can be presented as YYYY-MM-DD, Year/Month/Day, Year/Day/Month, etc. Another example is boolean data type which can be presented in a data set as “true/false”, “yes/no”, “I/O”, “+/−” etc. (2) Another step of data type processing is value normalization. An example of such processing could be normalization of categorical data types, e.g. a product category can be presented as “clothes”, “apparel”, “garment” and a specific synonym map will be needed if a certain KPI mapping formula (e.g. total sales by category) requires the system to group all objects of such category in one bucket.
In some embodiments, predetermined mapping and tagging templates may be used for client data sources with fixed (or at least partially fixed) data structures (e.g. Google® Analytics, developed by Google Inc. of Mountain View, Calif.). This is shown in
After the mapping has taken place, a plurality of performance indicators may be determined from the performance indicator inputs at block 220. In an embodiment, using the mapped data set a virtual company model may then be generated, where the virtual company model is a graph with data sources (variables) acting as root nodes and performance indicators on leaf nodes.
KPIs are used to calculate a company's performance by different metrics. The described system uses general formulas to calculate KPIs (similar to pseudo code), and substitutes formula parameters depending on various factors (user request, current time frame, amount of data, etc). Once the system calculates all available KPIs—all the results together are stored as a company performance snapshot. These snapshots are used to match actionable recommendation templates against them. Table 1 below displays various performance indicators and exemplary code that may be used to determine the performance indicators.
A selected insight template may then be retrieved, by the server, from a plurality, of insight templates stored within a template database at block 225. The retrieved insight template may be selected based on the determined performance indicators matching input requirements of the selected insight template.
Each rule may receive one or more performance indicators 532 as inputs and derive a rule output 536 from the received performance indicators using a condition 534. The data object of each insight template may also include narrative text 570 that provides a text recommendation based on the rule outputs (such as rule output value 536). Actionable insight text templates 570 may contain text which supports variable interpolation. Variables may be calculated by the custom code 560 or be taken directly from the company performance snapshot (e.g., using specific KPIs). In some embodiments, a custom code implementation 560 may be included, for example, to derive one or more visualizations based on the rule outputs from rules 530, 540, and 550. Custom code 560 may also be used for complex calculations (e.g. specific values in actionable insight text or custom complex rules). Some exemplary insight templates might contain no rules, and may only evaluate custom code to generate actionable insights.
When a new client data source is added, the information about the source and data structure inside that source may be used to create a list of KPIs (metrics) which can be calculated using the data from the new source. After that, a user may compose another list of actionable insights which can be created using available KPIs and data. These specific insights may be added to an actionable insights template database by, for example, using an insight template form.
In an exemplary embodiment, the system may select only applicable actionable insight templates by vertical and time frame. Some insights might not have a specific vertical; in that case they are matched to any vertical. As a second step, the system matches all applicable actionable insight templates against the current company performance snapshot. If all template conditions are satisfied, the recommendation will be generated and added to the insight automatically.
Returning to method 200, the server may then execute the rules included within the selected insight template at block 230 using the determined plurality of performance indicators for the received data set. After the rules have been executed, the server may transmit, via the network connection, the narrative text and the rule outputs to a display device (such as user interface 160) at block 235. The server may then cause an insight graphic interface to be displayed by the display device, where the insight graphic interface includes the text recommendation, at block 240.
Some embodiments of the present invention may also allow the user the system to configure which types of actionable insights should be displayed or hidden in the output of the system. Depending on the specific business setup, certain KPIs might appear to be more or less important in the decision making process, therefore allowing the user to mark those KPIs as important or not important may provide additional value and make the system more usable,
Some embodiments of the present invention may be described in the general context of computing system executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that performs particular tasks or implement particular abstract data types. Those skilled in the art can implement the description and/or figures herein as computer-executable instructions, which can be embodied on any form of computing machine readable media discussed below.
Some embodiments of the present invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
Referring to
The computing system 1002 typically includes a variety of computer readable media. Computer readable media can be any available media that can be accessed by computing system 1002 and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer readable media may store information such as computer readable instructions, data structures, program modules or other data. Computer storage media include, but are not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD)) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computing system 1002. Communication media typically embodies computer readable instructions, data structures, or program modules.
The system memory 1030 may include computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 1031 and random access memory (RAM) 1032. A basic input/output system (BIOS) 1033, containing the basic routines that help to transfer information between elements within computing system 1002, such as during start-up, is typically stored in ROM 1031. RAM 1032 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 1020. By way of example, and not limitation.
The computing system 1002 may also include other removable/non-removable volatile/nonvolatile computer storage media. By way of example only,
The drives and their associated computer storage media discussed above and illustrated in
A user may enter commands and information into the computing system 1002 through input devices such as a keyboard 1062, a microphone 1063, and a pointing device 1061, such as a mouse, trackball or touch pad or touch screen. Other input devices (not shown) may include a joystick, game pad, scanner, or the like. These and other input devices are often connected to the processing unit 1020 through a user input interface 1060 that is coupled with the system bus 1021, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB). A monitor 1091 or other type of display device is also connected to the system bus 1021 via an interface, such as a video interface 1090. In addition to the monitor, computers may also include other peripheral output devices such as speakers 1097 and printer 1096, which may be connected through an output peripheral interface 1090.
The computing system 1002 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 1080. The remote computer 1080 may be a personal computer, a hand-held device, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computing system 1002. The logical connections depicted in
When used in a LAN networking environment, the computing system 1002 may be connected to the LAN 1071 through a network interface or adapter 1070. When used in a WAN networking environment, the computing system 1002 typically includes a modern 1072 or other means for establishing communications over the WAN 1073, such as the Internet. The modem 1072, which may be internal or external, may be connected to the system bus 1021 via the user-input interface 1060, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computing system 1002, or portions thereof, may be stored in a remote memory storage device. By way of example, and not limitation,
It should be noted that some embodiments of the present invention may be carried out on a computing system such as that described with respect to
Another device that may be coupled with the system bus 1021 is a power supply such as a battery or a Direct Current (DC) power supply) and Alternating Current (AC) adapter circuit. The DC power supply may be a battery, a fuel cell, or similar DC power source needs to be recharged on a periodic basis. The communication module (or modem) 1072 may employ a Wireless Application Protocol (WAP) to establish a wireless communication channel. The communication module 1072 may implement a wireless networking standard such as Institute of Electrical and Electronics Engineers (IEEE) 802.11 standard, IEEE std. 802.11-1999, published by IEEE in 1999.
Examples of mobile computing systems may be a laptop computer, a tablet computer, a Netbook, a smart phone, a personal digital assistant, or other similar device with on board processing power and wireless communications ability that is powered by a Direct Current (DC) power source that supplies DC voltage to the mobile computing system and that is solely within the mobile computing system and needs to be recharged on a periodic basis, such as a fuel cell or a battery.
In the description above and throughout, numerous specific details are set forth in order to provide a thorough understanding of the disclosure. It will be evident, however, to one of ordinary skill in the art, that the disclosure may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form to facilitate explanation. The description of the preferred an embodiment is not intended to limit the scope of the claims appended hereto. Further, in the methods disclosed herein, various steps are disclosed illustrating some of the functions of the disclosure. One will appreciate that these steps are merely exemplary and are not meant to be limiting in any way. Other steps and functions may be contemplated without departing from this disclosure,
This application claims priority to provisional U.S. Patent Application No. 63/228,719, filed on Aug. 3, 2021 and entitled “Generating Actionable Insight Interfaces Derived From Business Data Sets,” which is incorporated herein in its entirety.
Number | Date | Country | |
---|---|---|---|
63228719 | Aug 2021 | US |