EMOTION PROCESSING SYSTEMS AND METHODS
A system for conducting parallelization of tasks is disclosed. The system includes an interface for receiving messages comprising a representation of logic describing two tasks to be executed in parallel, the message further comprising a content payload for use in the tasks. The system further includes a processor comprising devices miming on independent machines, each device comprising a processing manager unit and at least two processing units. The processing manager is configured to parse the received messages and to distribute the at least two tasks to the at least two processing units for independent and parallel processing relative to the content payload.
Latest Decooda International, Inc. Patents:
This application is a continuation of U.S. patent application Ser. No. 15/640,163, filed Jun. 30, 2017, which is a continuation of U.S. patent application Ser. No. 14/550,798, filed Nov. 21, 2014, (now U.S. Pat. No. 9,727,371) which claims priority to U.S. Provisional Patent Application No. 61/908,031 filed Nov. 22, 2013, U.S. Provisional Patent Application No. 61/925,178 filed Jan. 8, 2014, U.S. Provisional Patent Application No. 61/968,334 filed Mar. 20, 2014, and U.S. Provisional Patent Application No. 61/994,117 filed May 15, 2014, each of which is incorporated by reference herein in its entirety.
BACKGROUNDBig data can be defined as any data that is too large, too complete, and/or too expensive to process using existing technologies and architectures.
Conventional parallel processing approaches have utilized a threaded architecture in an attempt to achieve processing power scaling. However, this approach has only proven to be somewhat useful, because threaded architectures often share all resources such as memory, I/O, disk resources, CPU resources, and other system resources. Given this sharing, threads need to be carefully managed. This management often means that “parallel” threads are not truly asynchronous or independently parallel. Left unmanaged, a shared-but-threaded architecture can result in a competition for resources between threads. This competition can result in issues such as thread locking, racing, and blocking, among other issues. Even in instances with adequate CPU bandwidth, these issues can cause bottlenecks, artificial delays, and/or the overall sub-optimization of resources.
It is challenging and difficult to design systems for processing in a parallel fashion and a high degree of flexibility.
SUMMARYOne embodiment of the present disclosure relates to a system for conducting parallelization of tasks. The system includes an interface for receiving messages comprising a representation of logic describing two tasks to be executed in parallel, the message further comprising a content payload for use in the tasks. The system further includes a processor comprising devices running on independent machines, each device comprising a processing manager unit and at least two processing units. The processing manager is configured to parse the received messages and to distribute the at least two tasks to the at least two processing units for independent and parallel processing relative to the content payload.
Another embodiment of the present disclosure relates to a computerized method for processing tasks. The method includes receiving a message describing at least two processing tasks to be parallelized and completed relative to a payload content of the message. The method also includes parsing the received message to identify the at least two tasks for parallelization. The method further includes distributing the tasks, in parallel, to a discrete processing unit. The method also includes at each discrete processing unit, completing the entirety of its task asynchronously with another discrete processing unit.
The messaging source can have a website crawler. The website crawler may be configured to generate the message having the representation of logic describing two tasks to be executed in parallel and the content payload for use in the tasks. The messaging source can have a streaming data interface for receiving streaming data. The messaging source may be configured to process the streaming data and to generate the message using the streaming data. The messaging source is configured to use the streaming data to create the payload and wherein the identification of the tasks are not a part of the original streaming data. The messaging source may include a query engine for querying a data source and for generating a series of the messages using the query results. In some exemplary embodiments, the identification of the tasks are not a part of the query result data. The interface may include a framework manager configured to queue the messages. Each processing manager unit may be configured to request new messages from the queue when resources permit. The messages utilize a mark-up language to identify the tasks to be completed in parallel and the content payload.
The details of one or more implementations are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the disclosure will become apparent from the description, the drawings, and the claims.
Referring generally to the Figures, a system for conducting a parallelization of tasks is shown and described. That is, unlike conventional parallelization techniques, which only parallelize at the thread level or the data level, an entire task to be completed is parallelized with another task to be completed. In an exemplary embodiment, the system can receive messages that include a representation of the logical flow of tasks to be processed. The messages also include a payload content (e.g., a paragraph of text to be processed). The system, upon parsing the received representation of the logic, can identify two (or more) tasks to be completed in parallel relative to the payload content of the message. The system can then respectively distribute the two tasks to two parallel processing units. Each parallel processing unit can complete the entirety of its task independently of and asynchronously with the processing of another parallel processing unit's task or tasks.
Referring now to
Framework manager 105 receives the message from the message sources 101. Framework manager 105 then distributes the message to the parallel grid 107. The parallel grid 107 can parse the message, including the representation of the logic, and can identify two (or more) tasks to be completed in parallel. The tasks conducted may be to process or transform the payload content of the message. Details of the parallel grid 107 will be described in greater detail with respect to subsequent Figures and paragraphs.
The processing tasks described in the representation of the logical flow of tasks to be processed may be defined in a plug-in library accessible to all nodes of the processing grid 107. In other words, when a task is to be conducted by a node of processing grid 107, the node can fetch (or otherwise access for action) the appropriate plug-in from the plug-in library 109. In some embodiments, each plug-in is a single-purpose plug-in. Model shop content or other resources can be retrieved from model shop 111. Parallel grid 107 can thus be able to adapt to different types of logic representations in the messages received for processing. Nodes of the parallel grid, in an exemplary embodiment, are not preconfigured to handle only a small set of tasks. Rather, the nodes can be configured “on the fly” using the content of the plug-in library 109 and/or model shop 111. For example, a node can be configured to generate a message “on the fly” and perform other operations. Additional detail regarding the plug-in library 109 will be provided in later paragraphs.
Output from the parallel grid 107 can be provided to any selected output. The output may be, for example, specified by the message from the message source 101. For example, the parallel grid 107 can provide data to a distributed file system 113 for storage. The parallel grid 107 can provide data to application services 117. Data provided to application services 117 may be provided to applications that provide user interfaces (e.g., graphical user interfaces) for outputting processing results (separately and/or in the aggregate) to users (e.g., users connected to the servers via client browsers or otherwise). Application services 117 may run on a single server or on a combination of servers.
Application services 117 includes a variety of services which may interact with a client or user. Some embodiments may include private applications 147 and public applications 145. Private applications 147 may have limited access to a select group of users. The select group of users may include a subset of a user or client institution. Public applications 145 may be accessible by members of the public or a less or unrestricted group of members belonging to the user or client institution. Application services 117 may also include text scoring applications 144. In some embodiments, text scoring applications 144 may provide a score of the payload of a message. The score may be related to a parameter such as an estimated emotion or estimated behavioral correlate as discussed in later paragraphs.
Application services 117 may further include monitoring service 143. Monitoring service 143 may provide a client or user with results relating to, for example, monitoring the emotion of a data source. For example, social listening and response may provide a client or user with information related to positive or negative changes in emotions corresponding to a particular brand or product. The monitoring service 143 may further suggest a course of action in response to the changes identified through social listening.
More detail will be provided in later paragraphs. Application services 117 may further include a sentiment analysis application 142. In some embodiments, sentiment analysis application 142 may provide to the client or user information regarding the estimated emotions, estimated behavioral correlates and/or emotional score associated with the payloads corresponding to a particular brand or product. For example, sentiment analysis application 142 may provide information regarding the percentages of each estimated emotion and/or estimated behavioral correlate associated with the payloads of a particular brand or product. Application services 117 may also include MRA applications 141. MRA (i.e., marketing research applications) may allow a user to compare different data sources (e.g., by emotion) to determine which marketing approach has been more effective. MRA may also allow a user to categorize data sources to determine which attributes to a brand are most appealing.
MRA applications 141 analyzes verbatim responses to open-ended surveys. The MRA applications 141 break down surveys into questions, and their associated responses and analyzes them in real-time. A raw data file, which may include branching and skip logic questions and any related metadata, is uploaded. The number of categories responses to be assigned is selected, so that responses with multiple attributes can be auto-coded into multiple categories. An automated natural coding process then clusters responses into groups of related documents. Merging, renaming or deleting clusters is then possible. MRA applications 141 allow for a user to dynamically create and apply code-frames to survey responses so all responses can be coded into the categories the analyst is most interested in monitoring. The analysis may be further analyzed using the system and methods described herein to measure sentiment, emotion, context, psychological profiles and other calculated characteristics of the survey responses.
Output from parallel grid 107 may be displayed to a client or user through application services 117. In some embodiments, application services 117, and the associated specific services detailed above, may use different types of display techniques. For example, application services 117 may display the output of parallel grid 107, or output from other analysis (e.g. analysis performed by an application service 117) using charts. These may include pie charts, bar graphs, plots, etc. The output displayed may be customizable by the user or client. For example, a user or client may select the type of display and the specific information to be displayed using a public application 145 or private application 147. The output display may also include figures. For example, the output displayed by the application services 117 may include venn diagrams, word maps, word charts, word clouds, etc.
In an exemplary embodiment, output from the parallel grid 107 can temporarily be returned to framework manager 105 for further handling and distribution of tasks. In an exemplary embodiment, output can also or alternatively be provided to a big data interface 115. The big data interface 115 can facilitate transactions with big data stores 119 and/or with distributed file system 113. Big data interface 115 may route data, standardize data types, normalize data, index data, and/or perform a similar function to facilitate data transfer.
Big data stores 119 may include client data 161, agency data 163, partner data 165, and/or streaming data 167. In some embodiments client data 161 may include data for analysis provided by the user or client. For example, client data 161 may include social media posts from a client or user webpage. Client data 161 may be related to a particular product, brand or time frame. In further example, client data 161 may be social media posts for a time period corresponding to a product launch, news story, product recall, etc. In some embodiments, agency data 163 may include data or information sourced from a third party. For example this data may include ratings from a ratings agency, reviews from a reviewing website, search trends, focus group results and evaluations, etc. In some embodiments, partner data 165 includes data from organizations partnered with the client, user, or provider of the system. In some embodiments, big data stores 119 may also include streaming data 167. Streaming data 167 may include any big data, including the data discussed above, that is collected on a continuous (i.e. streaming) basis. Big data may also include data such as web cookies, breadcrumbs, sales figures, or other data sources which may be processed to conduct a target determination (e.g., emotion, marketing effectiveness, etc.).
Output from parallel grid 107 may also be provided to any or any combination of search servers 151, files systems 153, triples 155, and relational databases 157. Search servers 151 may store the output from parallel grid 107 in a searchable format. Search servers 151 may include an indexer and querying engine. In some embodiments, search servers 151 may be any of a Microsoft Search Server, Solr, Autonomy, Google Mini, etc. Search servers 151 may be configured to use any of a variety of search methodologies (e.g., Lucene, elastic, MarkLogic, etc.). File systems 153 may include any file system which controls how the output is stored and retrieved. File systems 153 may store information mediums including hard disk, solid state memory, magnetic tape, optical disk, cloud based storage, or any other medium. For example file systems 153 may be a New Technology File System storing the output of parallel grid 107 on a hard disk. Other file systems 153 may be used including those associated with Microsoft, Linux, Unix, or other operating systems. Triples 155 may store the output of parallel grid 107 in a tuple of length 3. For example the three components of the triples 155 may be the payload, an associated emotion, and an associated behavioral correlate. In some embodiments output from parallel grid 107 may be of other lengths. For example, output may be made to ordered pairs or quadruples. Output from parallel grid 107 may also be made to relational databases 157. Relational databases 157 may store the output of parallel grid 107 as tables of data items ordered according to a relational model. In some embodiments an SQL database may also be used. The output from parallel grid 107 sent to any of search servers 151, files systems 153, triples 155, and relational databases 157 may be accessed by the distributed file system 113 and in turn may be accessed by the big data interface 115, application services 117, and/or big data stores 119.
Message source 101 can include one or more message feeds 103. Message feeds 103 may be streaming feeds (e.g., streaming text, streaming video, streaming audio). Message source 101 may also or alternatively be or include one or more non-streaming interfaces. For example, a messaging engine (e.g., on a client computer, on a social media server, etc.) may send messages as a batch. In other embodiments, the framework manager 105 or another component of the system may fetch or get messages from an inbox, a database, a compressed file, or another data source. Message source 101 may further include information from application services 117. Data may be provided by the client or user through the application services 117. For example, a client or user may input data through a private application 147 or a public application 145. This data may be a message source 101. Message source 101 may include data or information from the distributed file system 113. Message source 101 may include data or information from big data stores 119.
Message feeds 103 are shown to include an indexing data feed or store 121, client data feed or store 123, crawler data feed or store 125, and/or streaming data 127. Indexing data feed or store 121 may include data from social media, big data, or other sources that has been indexed. Client data feed or store 123 may include data provided by a user or client. This data may originate from application services 117 or big data stores 119 as discussed above. Client data 123 may be data from the client or user otherwise provided to message source 101. Crawler data feed or store 125 may include data acquired by a web crawler. The web crawler may be used to index social media websites, review websites, or any other website where the desired data types and sets are likely to be found. Streaming data 127 may include any data source which is gathered continuously. Message feeds 103 may include data such as web cookies, breadcrumbs, sales figures, etc.
A guaranteed messaging streaming interface 131 can be provided. The guaranteed messaging streaming interface 131 may be configured to receive data from message feeds 121-127 and to standardize the data for framework manager 105. In other words, interface 131 may be configured to standardize the message data from a first standard (from message feeds 121-127) to a second standard (for framework manager 105 and parallel grid 107). In one embodiment, interface 131 may implement an advanced message queuing protocol (AMQP) for implementing a standard for the messages being transmitted from feeds 121-127 to framework manager 105. Examples of implementations of the AMQP are RabbitMQ and Apollo. According to another embodiment, interface 131 may implemented using a Java message service (JMS) for sending messages from message feeds 121-127 to framework manager 105.
A brokerless messaging streaming interface 133 can be provided. The brokerless messaging streaming interface 133 may be configured to allow any message broker (e.g., message feeds 121-127) to communicate with framework manager 105 independent of language or platform. For example, framework manager 105 with a first language or platform may communicate with a message feed in a second language or platform via interface 133. In one embodiment, interface 133 may implement a Simple (or Streaming) Text Oriented Message Protocol (STOMP) for enabling the communication between message feeds 121-127 and framework manager 105. One such example of an implementation of the STOMP is ZeroMQ.
A high performance asynchronous messaging interface 135 can be provided. The high performance asynchronous messaging interface 135 can manage communications that take place between the various message feeds 121-127 and framework manager 105. More particularly, interface 135 may receive a message from a message feed 121-127. If framework manager 105 is busy or not connected to message source 101, interface 135 may place the message in a message queue while continuing to receive and process other messages, without requiring an immediate response to the first message by framework manager 105. Examples of an implementation of interface 135 include JActor and Akka.
Referring now to
Process manager unit 203 can cause HTML_CLEANER to be executed by using a process unit 205. Process manager unit 203 can send the content payload from the message (e.g., a set of social media posts) along with an indication of the process task to be completed (e.g., HTML_CLEANER). Upon receiving such information, for example, process unit 205 can recall instructions for HTML_CLEANER from plug-in library 109.
Plug-in library may contain scripts (e.g., Javascript, Perl, etc.), compiled executable modules, compiled bytecode for execution on a virtual machine environment (e.g., .class, .jar), pre-compiled class files, source files (e.g., .java, .py, etc.). One example for the HTML_CLEANER plug-in is shown in
When the first process is complete, process unit 205 can return the updated content payload to the process manager unit 203. Process manager unit 203 can update the content payload in the message itself or in an intermediate data structure used for processing the messages. In various embodiments, one or both of process manager unit and process unit 205 may be configured to update the content payload. Because HTML_CLEANER and VALIDATE tasks are marked with the sequential tag, VALIDATE is caused to run on an available process unit (e.g., any of process units 205-207) using the content payload cleaned by HTML_CLEANER.
Upon completion of the VALIDATE task, the process manager unit 203 can then continue to the parallel processing portion of the message 201. As shown in the example message 201 of
In some embodiments, the process manager unit 203 and/or the framework manager 105 can function as a framework message router. For example, the process manager unit 203, upon parsing the PAR-PROCESS section of the message 201, can access state, utilization and/or historical information for its own process units 205-209 to determine how to distribute the parallel tasks to be completed. For example, the process manager unit 203 can distribute the SENTIMENT task (along with the HTML cleaned and verified content payload) to process unit 205, CONTENT task to process unit 207, and THEME task to process unit 209. The final two tasks to be processed can be passed to other process manager units and process units of the parallel grid 107. As illustrated in the parallel grid 107 of
Referring now to
Referring still to
In some embodiments, over time, the framework manager 105 can receive information from the server nodes (illustrated as S1, S2, S3) of the parallel grid 305. The information can include status (e.g., whether available or not, capacity, percentage of usage, etc.). The framework manager 105 can use this information to determine where to distribute the message. The framework manager 105, can for example, determine that PMUz on server S2 has available processing capacity and decide to route message 312 to PMUz.
Once messages are received, the framework manager 105 can distribute tasks for parallel processing (step 306) by a plurality of servers (e.g., S1-S3) and by a plurality of processing manager units (PMUs). As shown in
At PMUz running on server S2, the tasks of the message are then distributed to parallel processing units (step 308). As shown in
Referring still to
Referring now to
As the example of
Referring now to
Referring now to
Communications interface 605 may be any type of communications interface configured to communicate with at least the upstream framework manager previously described. For example, the communications interface may be a wireless networking device (e.g., WiFi, Zigbee, Bluetooth, etc.), a wired interface (e.g., Ethernet, USB, Firewire, etc.), and/or can be a slot/plug-in interface (e.g., in an embodiment where the computing unit coupled to a server bank via a blade configuration). The communications may thus be local communication or memory bus communications, wireless communications, Internet communications, and/or wired communications.
Parallel computing device 603 further includes an I/O interface 604. I/O interface 604 may be or include a serial or parallel port interface, a wireless interface, a USB interface, a display interface, a keyboard interface, and/or any other type of I/O interface. In embodiments where the parallel computing device 603 is a blade computer, interface 604 might not be present. In embodiments where the parallel computing device 603 is a laptop computer, the I/O interface 604 may include a display, a touchpad, and/or other interfaces found on laptop computers.
Parallel computing device 603 is further shown to include a processing circuit 608 including a processor 610 and memory 612. Processor 610 may be, or may include, one or more microprocessors, application specific integrated circuits (ASICs), circuits containing one or more processing components, a group of distributed processing components, circuitry for supporting a microprocessor, or other hardware configured for processing. Processor 610 is configured to execute computer code stored in memory 612 to complete and facilitate the activities described herein with respect to the parallel computing device (e.g., process manager unit with processing units).
Memory 612 can be any volatile or non-volatile computer-readable storage medium capable of storing data or computer code relating to the activities described herein. For example, memory 612 is shown to include modules which are computer code modules (e.g., executable code, object code, source code, script code, machine code, etc.) configured for execution by processor 610. According to some embodiments, processing circuit 608 may represent a collection of multiple processing devices (e.g., multiple processors, etc.). In such cases, processor 610 represents the collective processors of the devices and memory 612 represents the collective storage devices of the devices. When executed by processor 610, processing circuit 608 is configured to complete the activities described herein as associated with parallel computing device 603.
Hard disk storage 606 may be a part of memory 612 and/or used for non-volatile long term storage in the parallel computing device 603. Hard disk storage 606 may store local files, temporary files, a queue of messages, tables used for processing, compilers, an operating system, and any other component for supporting the activities of the parallel computing device 603 described herein.
Memory 612 is shown to include process manager unit 614. Process manager unit 614 corresponds with process manager unit 203 of parallel grid 107 shown in previous figures, according to various exemplary embodiments. Process manager unit 604 receives messages (e.g., message 201 of
Process manager unit 614 is further shown to include an identifier 616. Identifier 616 can be an alphanumeric string or other value for uniquely identifying the process manager unit 614. It should be noted that each parallel computing device 603 may include multiple process manager units 614 having unique identifiers. In an alternative embodiment the identifier 616 may be a unique identifier associated with processor 610 or communications interface 605 (e.g., an IP address, a mac address, etc.). The framework manager 105 may use the unique identifiers of the various parallel computing devices 603 to keep track of which devices are available, which devices are a part of the parallel computing grid, and/or to assist with the appropriate distribution of tasks.
Message parser 618 is configured to parse the logic representations of the messages (e.g., message 201 of
Processing unit stack 636 can be self-managing (e.g., as new processing units are needed, processing unit stack 636 can create a new processing unit for use by the process manager unit). In other embodiments, processing unit stack 636 is managed by process manager unit 614. Resource monitor 614 can be used by process manager unit 614 to adapt the number of allocated processing units. Cleanup module 624 can conduct any necessary garbage collecting, reduction of processing units when not necessary, or other clean-up tasks.
Process manager unit 614 includes resource monitor 620. Resource monitor 620 may periodically check the available resources of processing unit stack 636. Resource monitor 620 may also monitor the number of tasks required to be completed. Resource monitor 620 may interface with task distributor 622 to optimally assign tasks to processing units within processing unit stack 636. Temporary storage module 634 may provide temporary storage tasks, payloads, outputs, etc. required for processing circuit 608. Process manager unit 614 may control access to temporary storage 634 for processing unit stack 636. Memory 612 also includes a local plug-ins and resources module 632. Local plug-ins and resources module 632 may store the plug-in retrieved from the plug-in library 109. In some embodiments, local plug-ins and resources module 632 may also store models retrieved from the model shop 111. Processing unit stack 636 may access local plug-ins and resources module 632 as required to complete tasks using the corresponding plug-in or model. Memory 612 also includes queue check module 626. Queue check module 626 is used to check the tasks assigned to the parallel computing device. In some embodiments, queue check module 626 may also check the queue of each processing unit in the processing unit stack 636. Queue check module 626 may be accessed by process manager unit 614 in order to assign outstanding tasks to processing units within the processing unit stack 636 and to keep track of tasks assigned to the parallel computing device 603. Memory 612 also includes configuration module 628. Configuration module 628 may be accessed by process manager unit 614 in order to configure the processing circuit 608 to perform the assigned task. For example, configuration module 628 may be accessed by process manager unit 614 in order to determine the correct plug-ins to retrieve from the plug-in library for a particular task.
Communications interface 655 may be any type of communications interface configured to communicate with at least the upstream framework manager previously described. For example, the communications interface 655 may be a wireless networking device (e.g., WiFi, Zigbee, Bluetooth, etc.), a wired interface (e.g., Ethernet, USB, Firewire, etc.), and/or can be a slot/plug-in interface (e.g., in an embodiment where the computing unit coupled to a server bank via a blade configuration). The communications may thus be local communication or memory bus communications, wireless communications, Internet communications, and/or wired communications.
Server device 653 further includes an I/O interface 654. I/O interface 654 may be or include a serial or parallel port interface, a wireless interface, a USB interface, a display interface, a keyboard interface, and/or any other type of I/O interface. In embodiments where the server device 653 is a blade computer, interface 654 might not be present. In embodiments where the server device 653 is a laptop computer, the I/O interface 654 may include a display, a touchpad, and/or other interfaces found on laptop computers.
Server device 653 is further shown to include a processing circuit 658 including a processor 660 and memory 662. Processor 660 may be, or may include, one or more microprocessors, application specific integrated circuits (ASICs), circuits containing one or more processing components, a group of distributed processing components, circuitry for supporting a microprocessor, or other hardware configured for processing. Processor 660 is configured to execute computer code stored in memory 662 to complete and facilitate the activities described herein with respect to the server device (e.g., framework manager unit with modules).
Memory 662 can be any volatile or non-volatile computer-readable storage medium capable of storing data or computer code relating to the activities described herein. For example, memory 662 is shown to include modules which are computer code modules (e.g., executable code, object code, source code, script code, machine code, etc.) configured for execution by processor 660. According to some embodiments, processing circuit 658 may represent a collection of multiple processing devices (e.g., multiple processors, etc.). In such cases, processor 660 represents the collective processors of the devices and memory 662 represents the collective storage devices of the devices. When executed by processor 660, processing circuit 658 is configured to complete the activities described herein as associated with server device 653.
Hard disk storage 656 may be a part of memory 662 and/or used for non-volatile long term storage in the server device 653. Hard disk storage 656 may store local files, temporary files, a queue of messages, tables used for processing, compilers, an operating system, and any other component for supporting the activities of the server device 653 described herein.
Memory 662 includes framework manager 664. Server device 653, using framework manager 664, receives messages from the message source. Framework manager 664 temporarily stores messages from the message source in message queue 666. Framework manager 664 uses resource manager 668 in conjunction with communications interface 655 and I/O interface 654 to determine how to allocate tasks associated with the messages. Tasks may be allocated to parallel computing devices 603 within parallel grid 107 based on the resources available to each parallel computing device 603 and the queue of tasks already assigned. Framework manager 664 includes distributor 670. Server device 653 uses distributor 670 along with I/O interface 654 and communications interface 655 to send messages and associated tasks to each parallel computing device 603. Framework manager 664 also includes administrative interface 672. Administrative interface 672 may be used to allow a client or user to change the parameters of framework manager 664. For example, administrative interface 672 may be configured to allow a client or user to determine the amount of resources to be used to handle tasks. This may constitute a portion of all the parallel computing devices 603 available. Administrative interface 672 may also be configured to allow a client or user to prioritize tasks such that certain tasks are performed first or sooner than others. Administrative interface 672 may be configured to allow a client or user to select particular computing resources to handle particular tasks. In some embodiments, administrative interface 672 may be used by a client or user to select which plug-ins will be used for a particular task or which plug-ins and/or models are made available to parallel computing devices 653.
Memory 662 of server device 653 further includes several modules. Server device 653 includes a message feed module 680. Message feed model 680 is configured to retrieve the messages from the message source. In some embodiments, message feed module 680 may be configured with administrative interface 672. Message feed module 680 may be configured to retrieve or ingest messages only from particular message sources. Message feed module 680 may also be configured to only retrieve messages meeting certain user or system defined parameters. Memory 662 also includes a guaranteed message streaming interface 681. As described above, guaranteed message streaming interface module 681 is configured to receive messages, from the message feed module 680 in this embodiment, and is configured to standardize the data within the message for use by the framework manager 664. Standardizing the data may include standardizing the message data from a first standard to a second standard. In this embodiment, memory 662 further includes a brokerless messaging streaming interface 682. As previously described, brokerless messaging streaming interface module 682 allows any message broker to communicate with the framework manager 664 as executed by the server device 653. Multiple languages or platforms may be used when the framework manager 664 communicates with the message feed module 680. In some embodiments, and as is shown, memory 662 includes a high performance asynchronous messaging interface module 683. Server device 653 may use the high performance asynchronous messaging interface module 683 to control communication between the message feeds and the server device 653 running the framework manager 664. The high performance asynchronous messaging interface module 683 may be used to place a message in the message queue 666 if the framework manager 664 is otherwise busy or not connected to the message source.
In the illustrated embodiment, server device 653 includes several modules in memory 662 which may be used to control output from and input into the framework manager 664 running on server device 653. Server device 653 may include an application services module 684 as discussed previously and in following paragraphs. Application services module 684 may be used by server device 653 to display outputs from the parallel grid. In some embodiments, application services module 684 may be further used by server device 653 to provide inputs into the framework manager 664. For example, a client or user may input data through an application service such as a private application 147 which may be run by application services module 684 on server device 653. This data may then be handled by the framework manager running on server device 653. Server device 653 may also include a big data interface module 685. Big data interface module 685 facilitates output to big data stores and input from big data stores to the framework manager 664. Server device 653 may further include a distributed file system interface module 686. Distributed file system interface module 686 may be used by server device 653 and framework manager 664 to retrieve data from the distributed file system 113. This data may be used as an input into the framework manager 664 for distribution to the parallel grid 107. The application services module 684, big data interface module 685, and distributed file system interface module 686 may also be used by the framework manager 664 to designate an output destination for parallel grid 107 and the parallel computing devices 603 therein.
The illustrated embodiment also includes four modules for controlling the output of parallel grid 107. Memory 662 includes search servers module 687. Search servers module 687 may be used by server device 653 to designate that parallel grid 107 output to search servers 151. Search servers module 687 may further be used to control the parameters corresponding to the operation of the search servers 151. For example, search servers module 687 may be used to designate which search server 151 to output to or the architecture of the output. Memory 662 also includes a file systems module 688. File systems module 688 may be used by server device 653 to designate that parallel grid 107 output to a particular file system 153. For example, file systems module 688 may be used by the framework manager 664 and server device 653 to cause parallel grid 107 to output to the file systems 153 using a particular file type. For example, New Technology File System may be used. Triples module 689 of the illustrated embodiment controls the parameters associated with parallel grid 107 output to triples 155. For example, triples module 689 may set the three parameters to be output to triples 155. For example, the output to triples 155 may be set to include the payload, an associated emotion, and an associated behavioral correlate. Memory 662 also includes a relational databases module 690. Relational databases module 690 may set the parameters for output to relational databases 157. For example, relational databases module 690 may be configured to provide for output of parallel grid 107 to relational databases 157 and control what values are output. For example, the payload and estimated emotion may be the only outputs, or the outputs could include the estimated behavioral correlate as well. These four modules, the search servers module 687, file systems module 688, triples module 689, and relational database module 690, may also be configured to provide for inputs into the framework manager run by server device 653.
Process 700 ingests any data source 708 including social media 702, big data 704, and research, surveys, transcripts 706. The data is first ingested 710. Data is gathered from sources including social media 702, big data 704, or research, surveys, or transcripts 706. The data ingested is then processed by applying linguistic filtering 712. Linguistic filtering 712 may include determining that the language of the post (e.g. English, French, German, etc.) corresponds to the relevant market for which process 700 is being applied. Linguistic filtering 712 may also include ensuring that payload content (e.g., a paragraph of text to be processed from a social media post) is generated by a consumer rather than a merchant or automated source. Disambiguation filtering 714 is also applied to the payload. Disambiguation filtering 714 may filter out payload content with multiple possible meanings. In some embodiments, disambiguation filtering 714 may elect a meaning and assign it to the content of the payload. The combination of applying linguistic filtering 712 and applying disambiguation filtering 714 in ingesting any data source 708 may include preprocessing, cleaning, harmonizing, or normalizing of the payload.
The ingested data source and corresponding payload are analyzed using analytics 716. Analytics 716 may include one or both of ANLP Analytics 718 and custom purpose analytics 720. Analytics 716 may further include plug-ins and model shop content. ANLP Analytics 718 and custom purpose analytics 720 are accessed by the components of parallel grid 107 in order to analyze the payload as required by the tasks included in the message (e.g. to process or transform the payload content of the message).
The analyzed payloads may then be further processed to estimate the emotions associated with the payload and to estimate the behavioral correlate to the emotion. Emotional and behavior processing 722 includes estimating emotions 724 and estimating the behavioral correlates 726. To estimate emotions 724, components of parallel grid 107 apply plug-ins from the plug-in library 109 and/or models from the model shop 111 to the payload. This results in an estimated emotion associated with the payload. For example, the payload may be estimated to contain the emotion anger. In some embodiments, multiple emotions may be estimated to correspond to a payload. These emotions may be scored or assigned a value relative to the perverseness or strength of the emotion in the payload. In some embodiments, the emotion with the highest score may be assigned to the payload. In other embodiments, or depending on the needs of the client or user, the emotion with the highest score will be assigned to the payload and all other estimated emotions will be disregarded. To estimate behavioral correlates 726, components of parallel grid 107 apply plug-ins from the plug-in library 109 and/or models from the model shop 111 to the payload. This results in an estimated emotional correlate corresponding to the payload and the emotion corresponding with the payload. For example, the payload may be estimated to contain the emotion anger and be further estimated to be associated with the emotional correlate of likely to return the product.
The payload may be further processed by process 700 in order to generate actionable insights 728. In some embodiments, process 700 generates actionable insights 728 through the use of the components of parallel grid 107, plug-ins from the plug-in library 109, and/or models from the model shop 111. In some embodiments, process 700 may generate actionable insights 728 through application services 117, 684. The application services 117, 684 may run independently of parallel grid 107. One or more application services 117, 684 may run on servers. In some embodiments, application services 117, 684 may be performed as tasks with parallel grid 107 and the associated components including the plug-in library 109 and/or the model shop 111. For example, process 700 may predict sales 730, measure performance 734, predict engagement 732, loyalty, and churn, and/or monitor and route 736.
Process 700 may predict sales 730 using emotion scores assigned to the payload in earlier processes of process 700. One or more emotion scores assigned to the payload may be used to predict sales 730. Multiple payloads determined to be related to the same product through process 700 may be analyzed by application services 728 to predict sales 730. In some embodiments, a weighted average of emotion scores may be used or other similar analytic technique (e.g. average emotion score, median emotion score, distribution of emotion score, modeling of behavior associated with emotion score, etc.). In some embodiments, the estimated behavioral correlate 726 may be used alone or in conjunction with the estimated emotion 724 to predict sales 730.
Process 700 may measure performance 734. In some embodiments, application services 728 may measure performance 734 using estimated emotions 724 and estimated behavioral correlates 726 as related to specific brand attributes. For example, all the payloads determined to be associated with the client or user's brand may be processed with process 700. The resulting estimated emotions and/or estimated behavioral correlates may be used by application services 117, 684 to assign one or more brand attributes to the brand being analyzed. In some embodiments, application services 117, 684 may also be used to measure performance 734 by determining brand awareness. For example, process 700 may be used to analyze message feeds 103 related to a particular class of product. The message feeds may be further analyzed to determine what percentage or distribution of payloads have an estimated emotion 724 and/or estimated behavioral correlate 726 associated with the client or user's brand. In some embodiments, brand awareness may be further analyzed to determine if the brand awareness is primarily related to positive estimated emotions and positive estimated behavioral correlates or negative estimated emotions and behavioral correlates. The results may be reported in absolute terms (e.g. positive) or relative terms (e.g. 60% positive, 40% negative). In some embodiments parallel grid 107 and the associated components may be used in conjunction with or in place of application services 117, 684 to measure performance 734.
Process 700 may predict engagement, loyalty, and/or churn 732. Process 700 may predict engagement, loyalty, and/or churn 732 by determining shock and loyalty experiences related to a brand. For example, process 700 may determine the number of payloads associated with a particular brand. Process 700 may further determine the number of payloads in that set with a positive estimated emotion 724 and/or an estimated behavioral correlate corresponding to brand loyalty. Process 700, through application services 117, 684 and/or parallel grid 107 and the associated components, may predict engagement, loyalty, and/or churn 732 based on the percentage, distribution, or strength of the positive estimated emotions 724 and/or the estimated behavioral correlates 726 corresponding to brand loyalty relative to the total number of payloads associated with a particular brand. In some embodiments, process 700 may predict engagement, loyalty, and/or churn 732 through similar analytic processes using other estimated emotions 724 and/or estimated behavioral correlates 726. For example, the percentage or distribution of negative estimated emotions 724 and/or negative behavioral correlates 726 relative to the total number of payloads associated with a particular brand may be used to predict engagement, loyalty, and/or churn 732.
Process 700 may also monitor and route 736. In some embodiments, process 700 may monitor and route 736 through social listening and response. For example, process 700 may be used to determine if a brand or product has negative estimated emotions 724 and associated negative estimated behavioral correlates 726. Social media data sources may indicate, through process 700, that a product has a substantial number of payloads with an associated estimated behavioral correlate 726 of likely not to purchase the product again. A client or user may take an action in response to the generated actionable insight 728 to attempt to recapture the consumer's business or loyalty.
Generally, demographic variables are collected from consumers. For example, these demographic variables may include age, gender, region, income, etc. The consumers then provide a corpus of comments about their experiences with products and services. The same consumers also provide completed survey which help them to describe thoughts, feelings, behaviors, etc. which relate to their experiences with products and services described in the comments. The surveys provide a state of mind associated with the comment and the person who wrote the comment. Using this correlation between experience with products, comments, and state of mind, a computational model is created predicting consumers' state of mind from comments gathered from other sources. The model uses the association between language and emotion. As has been previously described these comments may gathered from a variety of sources such as social media, big data etc. The computational model just described is implemented by the system previously described through the plug in library and model shop. The analysis is conducted using the systems and methods previously described herein.
In some embodiments, models go through a confirmatory analysis prior to being implemented through the plug in library and/or model shop. Crowdsourcing techniques are used to validate and refine the computational models. In this process, human raters read comments taken from sources, such as social media, and rate the emotional state expressed in the comment. The human ratings are compared to the ratings generated by the computation model that was developed using the above described steps. For example, traditional validation methods (97% target) as well as the Turing test may be used. If there is a match, within tolerances, then the model is valid and is used in the analysis. If the there is no match, the model requires refinement.
The models created are scalable and may be used in any context. The models may be used for any brand or company. Additionally, the process of creating models and validation is repeated to grow the model and improve the accuracy of the model with respect to understanding emotion and behavior. Thus the analysis improves over time.
An embodiment of the model creation and validation process is illustrated in
In the case that there are existing models at step (751), the incoming data is processed through the models (761). The models analyze the data to predict consumer state of mind (e.g. emotion). Patterns are looked for in the results (763). For example, patterns which appear to be caused by errors in the model may be identified and the model adjusted. A confirmatory analysis through crowd sourcing is then performed (765). This step may include, as discussed above, human raters assigning an emotion to the same data processed with the model. The results of the human raters and the models are compared. Using this comparison, new models are created and/or models may be modified (767). For example, models may have additional words with associated emotional states added to them, additional contextual situations for certain words and the associated emotions may be provided to the model, etc. The new model and/or modified model is then crowd sourced to validate the new model and/or modified model (769). This may include comparing the results for the emotions attached to each comment from the human raters to the emotions attached to each comment by the new and/or modified models. The comments may then be reused as incoming data (750). In some embodiments additional new comments may be added as incoming data.
The results of the analysis, using the previously described systems and methods, are accessed using the previously described application services. These application services may include private applications, public applications, etc. The application services may be implemented through a user interface. The user interface may access information from the distributed file system or other sources to display to the user the results of the analysis conducted using the systems and methods described herein.
With continued general reference to
Also included is a middle row of charts illustrating finer detail than the higher level detail top row. The finer detail charts may illustrate the percentage of various sentiments corresponding to attributes of the selected brand (e.g. the products of the brand). Multiple attributes may be shown on each chart by color coding the attributes. The finer detail row may also include a chart illustrating the breakdown by emotion of attributes associated with a brand. This breakdown may include such emotions as gratitude, happiness, desire, confusion, etc. associated with the brand. Also included in the finer detail row of charts is a breakdown of the media type used in the analysis displayed. The media type breakdown illustrates the sources of the information used to analyze the attributes associated with the selected brand. For example, the media type chart may illustrate the percentages of social media posts from a first social networking website, social media posts from a second social networking website, news stories mentioning the brand, comments on message boards, blog posts, etc. The breakdown by media type may be color coded so as to show what attributes of a brand receive comments from which media source.
With continued reference to
A series of charts, for example bar charts, are displayed comparing the brands. A series of tabs allows the user to further select the comparison data which is displayed. The negative sentiment tab is displayed in the figure. The negative sentiment tab displays bar charts comparing the percentage of each type of negative sentiment associated with each brand. For example, a bar char illustrates the percentage of negative sentiment comments are associated with each brand. The percentage of confusion sentiment comments associated with each brand is also. Bar charts display the sub categories of negative sentiments including frustration, anger, disgust, etc. This type of display is repeated for the sentiments on the other tabs. For example, the positive sentiment tab may include bar charts displaying the percentage of happiness, satisfaction, etc. associated with each brand. Tabs also provide charts showing a summary of sentiment by brand (e.g. percentage of all positive sentiments associated with each brand), channel positive, channel negative, etc. In some embodiments, the summary by brand tab may include both positive and negative emotion charts for the brands compared. For example, the summary tab may include descriptive information of each brand as well as charts showing each brands percentage of anger and happiness emotions. In some embodiments, the channel positive tab may include charts such as the ones described above comparing brands with respect to different distribution channels. For example, the happiness and satisfaction of the brands may be illustrated with respect to in store sales, on line sales, resale, etc. In some embodiments, the channel negative tab shows the negative emotions associated with each brand by percentage of each brand as well as by distribution/sales channel In some embodiments, the information may be displayed using other types of charts and/or figures (e.g. pie charts).
With respect to
The navigation panel in the upper left hand corner of the mission control and command center further includes a button to access a summary page (summary button). In some embodiments, the summary page may include summary information about the brand being analyzed and/or the analysis of the brand. For example, the summary page may include information such as a theme cloud (positive) chart, the percentages of brand associated comments which are negative and positive, a comparison between the user's brand and competing brands, trends for the brand (e.g. increasing or decreasing number of social media comments mentioning the brand), the intensity of positive sentiments of the brand over time. In some embodiments, the summary page may include overview or summary material from one or more of the sentiment, attribute, word clouds, brand health, brand compare, roll up, and slice and dice pages. The information described on those pages as high level, overview, summary, etc. may be incorporated into the summary page.
The navigation panel in the upper left hand corner of the mission control and command center further includes a button to access a roll up page (roll up button). In some embodiments, the roll up page presents an aggregation of analysis results across multiple products of a brand and/or multiple brands selected by a user. In some embodiments, the roll up page may be used to display analysis results for a portfolio of products. In one embodiment, the roll up page may display one or more brands in hierarchical tree with attributes of a brand listed below that brand and sub attributes listed below the corresponding attribute. Corresponding to each entry may be analysis results at a level of detail commensurate with the position of the brand, attribute, or sub attribute in the hierarchical tree. For example, the percentage of positive and negative emotions associated with a brand may be positioned to the right of the brand in the tree. Below the brand may be listed one or more products which fall under the brand. For each product the percentage of positive and negative emotions may be displayed to the right of the product such that a user can determine the contribution of each product to the overall emotions attached to the brand.
The first tab is illustrated in
The my data page associated with uploading data further includes a success tab. The success tab may include a filed providing an indication to the user that the data has been successfully uploaded. The success tab may further include summary information about the data file which was successfully uploaded. In some embodiments, additional information may be provided about the data upload such as a summary of the fields selected, data about the file uploaded, a confirmation number, etc. In some embodiments, the success tab may further include a button which allows the user to upload an additional data file. In some embodiments, the success tab may further include a button which allows the user to exit the my data page and return to a home or other page. In some embodiments, the success tab may be replaced with an error tab if the data file is not successfully uploaded. For example, if the data file is not properly delineated the error tab may be displayed to the user. The error tab may include a field providing information to the user. The information field may include such information as an error code, contact information for technical support, a diagnostic summary of the failed upload process, tips for an additional upload attempt, an estimated cause of the error, etc. The error tab may further include a button which allows the user to attempt the upload again. This button may return the user to the upload CSV file here tab or the select fields tab. The tab the user is returned to may be tab with the selected option which caused the error to occur. In some embodiments, the tabs retain the information selected and/or input by the user. In some embodiments, the tabs and fields/menus may return to the default values. In some embodiments, the error tab may further include a button which allows the user to cancel the upload. This button may return the user to the my data page, home page, or another page. In some embodiments, additional navigation buttons may be included on each tab of the my data page. These navigation buttons may include first, previous, last, next, etc. which allow the user to navigate between tabs. In some embodiments, clicking on the tabs themselves allows navigation between the tabs.
The add attribute button allows the user to create an additional custom attribute which may be used in the analysis. In some embodiments, the add attribute button may also allow a user to manage (e.g. remove, edit, etc.) the custom attributes. In some embodiments, an additional button may be provided in the frames field for the removal of custom or default frames and/or attributes. In some embodiments, the add attributes button prompts a user to choose from a list of attribute items to be associated with the new custom attribute. In some embodiments, the user may also create a custom attribute item to be associated with the new attribute to be created. Attribute items are discussed in more detail with reference to
The my module page includes a detail window (labeled confusion in
The my codebooks page lists all of the codebook for a particular brand in the field labeled my code books. The my code books filed lists the code books for a particular brand by name. To the right of each code book are an edit button (paper and pencil) and a remove button (x). The edit button allows a user to edit the categories and keywords which are in the codebook. The remove button removes the code book from the analysis. Also included in the my code books field is a button which allows a user to add one or more additional code books. The add code book button allows a user to add an additional code book. In some embodiments, the add code book button displays an additional window to the user. The user may use the additional window to select from already created code books relevant to various aspects of a brand (e.g. product satisfaction). In some embodiments, the user may create a custom new code book using the window. For example, the window may prompt a user to enter new keywords categorize them, provide example comments, etc.
The my codebooks page also includes a field which provides more detailed information and options regarding a code book. When a code book is selected in the my code books field, information and options associated with that code book are displayed in the detailed information field at the bottom of the page. At the top of the field is a label showing which code book has been selected and what information is being displayed. For example, when the shopping experience code book is selected in the my code books filed, the detailed information field is label shopping exp and categories. The categories of keywords for that code book are then displayed. For example, the categories check out counter and aisle are displayed. The detailed information field displays the category name, a sample of keywords in that category, and includes buttons which allow the user to edit the categories and code book to which they belong. To facilitate editing, the detailed information field includes, for each category, an edit button (paper and pencil), a remove button (x), and an examples button. The edit button allows a user to edit the category (e.g. add or remove keywords). The remove button removes the category from the code book. The example button opens an additional view in the detailed information field with examples of the keywords in comments. The examples button is discussed in greater detail with reference to
The examples button opens an view in the detailed information field. With reference to
In some embodiments, these examples are the examples used in the model generation process described above. The addition of more examples by the user may trigger the validation process of the model again before the model is applies. In some embodiments, the validation step may be skipped. The addition of examples provided by the user may further improve the accuracy of the model. In some embodiments, the example provided by one user may be incorporated into a model that is available for all users of the analysis system and methods. In some embodiments, a user may be required, encouraged, or given the option to provide surveys completed by the authors of the additional examples to be input using the add example button.
The add rule button allows a user to add an additional rule. In some embodiments, the add rule button displays an additional window to the user. The user may use the additional window to select from available rules. In some embodiments, the user may create a custom new rule using the window. For example, the window may prompt a user to enter a new rule including the parameters that trigger an alert, a description of the rules, how the alert is delivered, etc.
The routing rules page also includes a field which provides more detailed information and options regarding a rule. When a rule is selected in the rule summary field, information and options associated with that rule are displayed in the detailed information field at the bottom of the page. Each rule may be comprised of one or more rule parameters. The rules parameters are the details of the rule and control in what circumstances the rule will be satisfied. When the rule is satisfied, the alert is triggered. The detailed information field includes the column name, operation, and value for the each rule parameter. The column name drop down menus allow the user to select an attribute for which the rule parameter will apply. For example, the rule parameter may look at the happiness attribute for the brand. The operation drop down menus allow for the user to select the operation which test if the rule parameter is satisfied. For example, the operation may be whether the value of the column selected by the column name drop down menu is equal to, less than, greater than, etc. a value. The value fields allow for the user to input a value against which the value of the attribute selected by the column name menu will be evaluated using the operation. In some embodiments, the value may be a total number of comments having the selected attribute. The detailed information filed also includes a delete check box. If the delete check box is selected for a rule parameter when the update rule details button is selected, then the rule parameter will be removed from the rule being updated. The update rule button included in the detailed information field updates the rule with respect to the parameters changed in the detailed information filed.
The mission control and command center further includes an inbox button on the menu ribbon. The inbox button takes the user to an inbox. The inbox may store system messages to the user. For example, monitoring alerts may be sent to the indox included in the mission control and command center. The inbox may receive additional system updates. For example, the inbox may receive messages to the user informing the user of status updates regarding the analysis of data (e.g. when the analysis has begun, when the analysis is complete, etc.) The inbox may also allow the user to communicate with support personnel such as technical support providers, project managers, etc.
The mission control and command center further includes a real-time button on the menu ribbon. The real-time button allows the user to open a window displaying real time results of the analysis techniques described herein. For example, the window displayed by pushing the real-time button may display real time monitoring of brand trends. In some embodiments the real-time information displayed may include real time updates of the analysis results described herein. For example, the charts and information viewable on other pages may be continuously updated to reflect analysis which incorporates social media comments as they are made (e.g. analysis results are updated to reflect social media posts on a brands social media page as they occur). In some embodiments, all or a portion of the information and display techniques described herein may be viewed as they are updated in real time on the real-time page.
The mission control and command center further includes a setup button on the menu ribbon. In some embodiments, the setup button may allow a user to configured options related to the display of the information described herein. In some embodiments, the setup button allows for customization of parameters that do not affect the analysis of data. For example, setup may include setting a user name and password, managing permissions for others to access the information on the mission control and command center, how frequently pages are refreshed to incorporate new data. In some embodiments, the setup button may allow a user to configure additional analysis parameters not otherwise customizable in other portions of the mission control and command center. These parameters may include such options as how frequently social media websites are crawled for new comments to be analyzed, how frequently the analysis is rerun to update information, what system resources are used in the analysis process, allocation of processing loads and/or tasks, etc.
Additionally, the mission control and command center includes a emo-wiki (emotion wiki) button on the menu ribbon. This button allows a user to access the emotion wiki. In some embodiments, the emotion wiki may include information pertaining to the emotions used in the analysis process. This may include keywords associated with certain emotions, sentiments and how they relate to the emotions, the meaning of an emotion (e.g. how an emotion is defined by the system), etc. In some embodiments, the emotion wiki may include analysis methodology respective to each emotion. For example, this may include information relevant to how emotions are detected, how false positives are reduced, how ironic comments are identified and processed, etc. An example of an emo-wiki entry is the following: Trust. Trust is an emotion that involves feeling that a product is reliable, gets the job done, and helps consumers achieve their goals. Trust is a strong indicator of brand loyalty, because once consumers fee that a product is worthy of their trust, they are highly unlikely to stray from that product.
The add brand button allows a user to add an additional brand to the list of brands to be analyzed and/or monitored. In some embodiments, the add brand button displays an additional window to the user. The user may use the additional window to select from available brand parameters (e.g. keywords associated with the brand). In some embodiments, the user may create a custom new brand using the window. For example, the window may prompt a user to enter a new brand including the parameters that define the brand and/or attributes along with what values are to be measured.
The manage brand window also includes a field which provides more detailed information and options regarding a brand. When a brand is selected in the overview field, information and options associated with that brand are displayed in the detailed information field at the bottom of the page. This information includes the name of the brand and a description of the brand. Also included are the start and end date for analysis and/or monitoring. The start and end dates may be changed by the user using the fields provided or the calendars. The user may also select how the comments associated for the brand are analyzed using the fields to query radial buttons. The user may select analysis of the tile of comments, the content of comments, or analysis of both. The user may also use the provided fields to find content with particular words. This searching may be by all words listed, any words listed, and may exclude content with particular words. Additionally, the field includes a topic focus input field. The user may use the topic focus input field to select a topic on which the analysis and/or monitoring will focus. Also included is a detect attributes drop down menu. This menu allows the user to specify for which brand attributes the analysis and/or monitoring will occur.
Referring generally to the user interface described above, some embodiments of the user interface may use different techniques and/or components to accomplish the same or similar functions. Buttons, fields, menus, links, hyperlinks, etc. may be used interchangeably where feasible.
The following includes a description of several emotions and other terms relevant to the system and methods disclosed herein. The descriptions may, in some embodiments, be entries in the emotion wiki. In some embodiments, plug ins may be developed for each of the emotions.
Valence. Valence is a term used to describe the degree to which an emotion is perceived to be pleasant or unpleasant. An emotion is said to be positively valenced when it is pleasant (i.e., joy, excitement), and negatively valenced when it is unpleasant (i.e., sadness, despair). Valence is measured on a dimensional scale, meaning that it can be positive or negative, or varying degrees between the two.
Arousal. Arousal is a term used to describe the degree to which an emotion is perceived to be activating or unactivating. An emotion is said to have high activation when it produces feelings of energy and of being “wide awake”, and to have low activation when it produces feelings of lethargy or sleepiness. High activation is usually responsible for moving people to action, while low activation usually thwarts action. Similar to valence, arousal is measured on a dimensional scale, meaning that it can have high activation or low activation, or varying degrees between the two.
Dimension. In cognitive science, affective states are measured on a dimensional scale, meaning that there are varying degrees of how a particular affective state (or emotion) can be experienced. This is an important distinction, because at one time affective states were considered to be polarities, meaning that they were either good or bad, positive or negative. Subsequently, this is how many cognitive scientists in the past have gone about measuring consumer sentiment (i.e., positive, neutral, negative). Because any given affective state can be experienced at varying degrees, a dimensional scale of measurement is much more sensitive to the complex and multifaceted human experience of emotion. Most affective states can be categorized along the dimensions of valence and arousal (see above).
Cognitive Affect States. Some emotions are classified as cognitive-affect states, rather than pure affect states. Cognitive-affect states constitute a blend of cognitive and affective processes, where affective experiences are mediated by cognitive processes like reasoning, deliberation, or comparing desired outcomes to actual outcomes.
Emotions. Emotions are generally conceptualized as multifaceted, embodied phenomena that involve loosely coupled changes in the domains of subjective experience, behavior, and peripheral physiology. Emotion is associated with mood, temperament, personality, disposition, and motivation. Motivations direct and energize behavior, while emotions provide the affective component to motivation, positive or negative.
Consumer-based emotions. Years of theoretical and empirical work have been devoted to understanding emotions as they occur in everyday living. However, we suspect that the emotions that arise during consumer/product interactions are unique unto themselves. The goal of the system and method herein is to understand how emotions like anger, confusion, frustration, etc. are unique when they involve consumers' relationships with brands, products, or services. Thus, the system and method herein defines our emotions as “consumer-based emotions”. We hypothesize (and have data to support) that generic frustration is qualitatively different from consumer-based frustration. Whereas frustration in every day life might involve feelings of goals being blocked, consumer-based frustration appears to be specifically related to the negative feelings associated with spending money on a product that does not do what it is intended to do, and thus prevents consumers' goals from being achieved. For this reason, many of emotions, used in the system and method herein, (as listed below) different somewhat from their standard and generic definition.
Happiness. Happiness is an emotion of well-being classified as having positive valence and high activation, and is characterized by positive emotions ranging from contentment to intense joy. Happiness is a fuzzy concept and can mean many things to many people. Part of the challenge of a science of happiness is to identify different concepts of happiness, and where applicable, split them into their components. Happiness may be a more stable trait (meaning that people either have a predisposition toward being happy or unhappy), rather than a transitory state (see cheerfulness and enthrallment below).
Cheerfulness. Cheerfulness is a positive emotion that is typically characterized by feelings of optimism and positivity. It is a transitory emotion that tends to arise in response to an event or situation, and decay when the event or situation is over.
Enthrallment. Enthrallment is a transitory, positive emotion that involves being “spellbound” or “captivated”. People tend to describe the first moments of owning a new product as being enthralling, because all attention resources are directed toward learning about/using the product.
Excitement. Excitement is a positive emotion that is highly similar to cheerfulness. Excitement can be differentiated from cheerfulness because excitement is a high intensity emotion, whereas cheerfulness is a neutral intensity emotion.
Disappointment. Disappointment is a cognitive-affective state that results when a person compares desired outcomes to actual outcomes, and has a sense of being “let down”. For example, a person who purchases a 4G Phone with the hope that it will be significantly faster than the 3G Phone, and discovers that it is only marginally faster, will experience disappointment.
Frustration. Frustration is a negative, activating cognitive-affective state that results when a person perceives that his or her goals are being blocked. In the context of learning, for example, frustration arises when students needs to learn about how the endocrine system and circulatory system work together to promote the healthy functioning of the body, but perceive that the textbook they are using is incomprehensible or written above their grade level. Individuals can be frustrated because of external blockages to their goals (i.e., a poorly written textbook), or because of internal blockages (i.e., poor reading skills). In the context of consumer behavior, people might become frustrated if they purchase a data analysis tool to help them better analyze data, but cannot use the tool because it does not work with their operating system.
Irritation. Irritation is a somewhat negative, low activating emotion that usually precedes frustration. It is characterized by feelings of agitation or “grouchiness.”
Confusion. Confusion is a cognitive-affective state that results when people perceive a mismatch between their expectations and actual outcomes. Like the example above with the 4G Phone, people might experience disappointment when they perceive that the 4G is simply not as fast as advertised. However, people might experience confusion if they perceive that there is some other explanation for why the 4G is not as fast as expected (i.e., “perhaps something's wrong with this one”, or “maybe I didn't set something up properly”).
Contempt. Contempt is an intensely negative emotion that involves regarding an object or person as inferior, base, or worthless—it is similar to scorn. Contempt is involves having an open hatred or disrespect for on object or person, and usually arises when a person perceives that they have been INTENTIONALLY harmed, deceived, or mistreated by someone else.
Remorse. Remorse is a negative emotion that usually involves self-blame, guilt, or regret. A good way to think about remorse is “Disappointment+guilt/self-blame”. For example, if a person spends $1,000 on a new laptop and realizes that she dislikes the operating system, she will probably feel disappointed in the product, and will blame herself for spending a large sum of money on a product that she can't use. In terms of the linguistic analyses we've conducted so far, remorseful people usually talk about “wasted money”.
Pride. Having a sense of pride is a positive affective state that involves regarding one's self, one's achievements, or one's possessions as having a high sense of worth to one's self and/or to others.
Anger. Anger is an intensely negative, highly activating emotion that arises when people perceive that they have been ill-treated, treated unfairly, or been deceived. It is a feedback mechanism in which an unpleasant stimulus is met with an unpleasant response.
Outrage. Outrage is an intensely negative, highly activating emotion that is usually preceded by anger. In fact, it perhaps makes sense to consider outrage as “out of control anger”.
Wow. Wow is a state of shock that is best described as being “pleasantly surprised”. It involves feeling that your expectations have been exceeded, the product/service is better than anything else on the market, and is accompanied by a lot of -er words (it was better, stronger, softer, cheaper, etc). It is usually correlated with purchase intent.
Boo. “Boo” is conceptualized as the opposite of “wow”. That is, it occurs when a person is unpleasantly surprised. Boo is an emotion that is highly similar to disappointment, and is sometimes difficult to differentiate from disappointment. The key difference between the two emotions is that disappointment involves a comparison of expectations to outcomes, while boo may not. Rather, people who experience boo might not have had any expectations at all. A person who experiences boo might be likely to say something like, “I didn't know what to expect when I tried it, but I really didn't like how it worked”.
Mental Model Change (MMC). MMC involves more than just feeling pleasantly surprised. It's a feeling that your life is somehow improved because the product exists. Whereas Wow can be somewhat fleeting (WOW . . . that bleach pen really removes stains well!), MMC is long pasting and is associated with purchase intent AND some kind of behavioral change (Now that I know that this bleach pen gets rid of stains, I can play outside with my children more often!”)
Gratitude. Consumers experience gratitude when they feel that a product or service has finally met their expectations or needs. Whereas “wow” occurs when expectations have been exceeded, gratitude tends to arise when expectations are simply met. Gratitude often occurs after a stint of disappointment or irritation, when a new product (or perhaps an improved version of the same product) finally does what the product is “supposed to do”. Gratitude is also likely to arise when the consumer perceives that the manufacturer of a product cares about their needs or expectations.
Trust. Trust is an emotion that involves feeling that a product is reliable, gets the job done, and helps consumers achieve their goals. Trust is a strong indicator of brand loyalty, because once consumers feel that a product is worthy of their trust, they are highly unlikely to stray from that product.
Bitterness. Bitterness is a deep-seated feeling of ill will that results from a negative consumer experience. Consumers who feel bitter toward a manufacturer, brand, or company tend to hold on to the equivalent of “a grudge” against that manufacturer/brand/company, even when the manufacturer/brand/company makes efforts to rectify the problem.
Referring now to
Process 900 is shown to include selecting a focus word or phrase in a document (step 902). The focus word or phrase may be, for example, a brand or topic about which a customer has expressed a sentiment the text of a document. The text of the document may be analyzed in a window around the focus word/phrase. The window may define a range of words on either side of the focus word/phrase in which the analysis is performed. The window size can be adjusted and the text of the document can be analyzed for various window sizes around the focus word/phrase. In some embodiments, the entire text of a document is analyzed.
Process 900 is shown to include determining a word count (“wc”) of the analyzed text (step 904). The word count may be the total number of words in the document (e.g., if the entire document is analyzed) or a number of words in a window around the focus word/phrase. The analyzed text is parsed to determine a number of positive words or phrases (“posGWc”) present in the analyzed text (step 906) and a number of negative words or phrases (“negGWc”) present in the analyzed text (step 908). A positive word count ratio (“posWCR”) is determined by dividing the number of positive words or phrases by the word count (i.e., posWCR=posGWc/wc) (step 910). A negative word count ratio (“negWCR”) is determined by dividing the number of negative words or phrases by the word count (i.e., negWCR=negGWc/wc) (step 912).
Still referring to
Process 900 is shown to include defining a document valance confidence variable based on the calculated valance distance (step 916). Step 916 may include comparing the calculate valance distance with various threshold values. If the valance distance is less than a low threshold value (e.g., valanceDistance <0.20), step 916 may include setting the document valance confidence variable to low. If the valance distance is between the low threshold value and a high threshold value (e.g., 0.20<valanceDistance <0.60), step 916 may include setting the valance confidence variable to medium. If the valance distance is greater than the high threshold value (e.g., valance distance >0.60), step 916 may include setting the document valance confidence variable to high.
Still referring to the
If the number of positive words or phrases exceeds the number of negative words or phrases (i.e., posGWc >negGWc), process 900 may include setting the primary document emotion variable to the emotion associated with the highest positive frame count (e.g., Crave >Happiness >Gratitude) (step 922). The frame count associated with an emotion may be the number of words or phrases in the document associated with the emotion. Several lists of words or phrases associated with various emotions are provided below. Process 900 may further include setting the primary document emotion score variable to the positive frame count (step 924).
If the number of positive words or phrases is less than the number of negative words or phrases (i.e., posGWc <negGWc) process 900 may include setting the primary document emotion variable to the emotion associated with the highest negative frame count (e.g., Anger >Frustration >Disappointment >Confusion >Not_Happy >Not_Grateful) (step 926). Process 900 may further include setting the document primary emotion score variable to the negative frame count (step 928).
Several examples of attribute, emotion, and cognitive state frames are listed below. Each list includes a heading identifying an emotion, sentiment, cognitive state, or attribute. The items within each list are exemplary words or phrases (i.e., language features) that increase the frame count of the associated heading if the word or phrase is found within the examined text. The items within each list can be interpreted as the language of the emotion, sentiment, cognitive state, or attribute identified by the heading.
In some embodiments, list items are provided with a prefix of CEN, PRE, or POS. These indicate the position (Prefix, Center, or Post, respectively) that the language feature can be found in relation to the focus word or phrase.
In an exemplary embodiment, documents or portions of documents can be tagged by more than one attribute or emotion. Many documents or portions of documents or users can be evaluated.
Predictive algorithms may process numerical tallies and/or scores to predict the future emotion associated with a product, product release, brand name or other metric.
Example of PROMOTIONAL Attribute Frame:
CEN|best buy CEN|bestbuyCEN|black friday
CEN|blackfridayCEN|buy one get one free
CEN|christmas deals
CEN|contest rules
CEN|cyber monday
CEN|daily deals
CEN|dailydelasPOS|do you have
PRE|factory unlocked
PRE|for sale
CEN|half off your next purchase
CEN|here's your chance to get one
PRE|in original box
PRE|in original packaging
CEN|last minute deals
CEN|looking for deals
CEN|lowest prices
CEN|one stop shop
CEN|replacement forPRE|sealed with receipt
CEN|small through
CEN|how to unlock
CEN|enter to winCEN|if you tweet:
PRE|will send you
CEN|holiday season is coming
Example of Emotion ‘Happiness’ Frame:
CEN|will help
CEN|with joy CEN|wonderful CEN|wonderful iCEN|worked great
CEN|works great
CEN|worth the money
CEN|you will be loved forever
PRE|I loved it
PRE|a great product
PRE|always cheers me up
PRE|always makes my day
PRE|and it is amazing
PRE|and love it
PRE|are the best
POS|exciting to have
POS|gettingPOS|go with
Example of Cognitive State ‘Connection’ Frame:
PRE|allows me to CEN|community ofPRE|gives me a sense of belonging
PRE|makes me feel a sense of belonging
CEN|my sense of belonging
CEN|one of the team
CEN|part of the group
Models that can be used with and benefit from the above frame based processing and document scoring:
Happiness Confusion Frustration Bitterness Cheerfulness Excitement Enthusiasm Gratitude Trust Contempt Remorse Irritation Disappointment Anger Outrage Embarrassment Behavior Shift Dynamic Themes Boo Not Happy Not Grateful Surprise/Shock Crave/Desire Unmet Needs Met Needs ValueCategory Level Models:
CPG Category Models Vehicles Telecommunication Promotion AvailabilityIndividual Difference Models
Personality (Big 5) Gender Age Ethnicity EducationAdditional Models
Refined Influence Purchase Path Churn Launch Monitor Dynamic Share of Voice/Brand Awareness Brand Equity (Brand Performance Index) Loyalty (Satisfaction, Purchase Intent, Recommend, Return) Cognition (Attitudes, Perceptions, Beliefs, Motivators) Deception (Sarcasm, Irony, False Positives, False Negatives) Behavioral Economic Models New Category Models (Entertainment, Travel & Lodging, Food and Beverage, Media, High Tech, etc.) Consumer Engagement Index (By Category)Referring now to
Processes 1000-1500 may be used to identify one or more constructs in a document and to assign a score to the identified constructs based on the textual data of the document. The score for each construct may be at the document level. In other words, each document may have a document-specific score for each of the identified constructs. Documents may include, for example, consumer reviews, articles, essays, social media posts, user comments, or other forms of textual data. For example, the systems and methods of the present disclosure may be used to detect and score various sentiments expressed in consumer reviews of products or services. The score assigned to each construct may be intuitive (e.g., easily interpretable) and suitable for a wide range of mathematical and statistical analyses. For example, the score for a construct may operate as a continuous variable for statistical analyses.
In some embodiments, each of the identified constructs has a positive and negative form. The systems and methods described herein may balance positive evidence of a construct with negative evidence of the construct to assign a construct-specific score to a document. The evidence may be textual data extracted from the document. Each construct may be assigned a scaled score. In some embodiments, the assigned scores range from 0 to 10 where 0 is the minimum score, 5 is an unclassified score, and 10 is the maximum score. Any score between 0 and 4 may be deemed negative, and any score between 6 and 10 may be deemed positive.
In some embodiments, the systems and methods described herein asymmetrically guard against false positive results. Specifically, minimum or maximum scores (e.g., scores of either 0 or 10) may have the fewest instances of false positives. Scores between the minimum and maximum may have descending priority of detecting false positives based on the difference between the score and the closest minimum or maximum For example, scores of 9 and 1 may have the next highest priority, followed by scores of 8 and 2, and so forth. In this way, scores of 5 (unclassified) may have the lowest priority for detecting false positives.
Balancing the positive evidence of a construct with the negative evidence of a construct is made possible by the identification of relevant “grams” and “features” in the document. As used herein, a gram is a string of textual characters (e.g., letters, numbers, symbols, special characters, etc.) for which the meaning of the text string is not the focus. Grams represent keywords, phrases, or other text strings which can be counted in a document. The number of instances of various grams in a document may indicate whether the overall nature of the document is positive or negative and can be used to identify and score various constructs.
In contrast, a feature is a string of textual characters for which the meaning of the text string is the focus. Features may be patterns of wording that indicate a positive signal or a negative signal. For example, the pattern of wording “I recommend this product” is a feature because it provides a meaningful indication that the reviewer likes the product and thinks others should use it. Features may include one or more grams. For example, positive features may include such grams as “I love it,” “I recommend it,” or “it was easy to use.” Negative features may include such grams as “I hated it,” “it broke,” or “I'd never buy it.” Throughout this document, the terms “gram” and “feature” may be used interchangeably.
In some embodiments, various features may be classified as members of a “driver.” A driver may be a general category such as “positive sentiment” or “recommendations.” Various features may belong to one or more drivers. For example, the feature “I love it” may be a member of the “positive sentiment” driver, whereas the feature “I recommend it” may be a member of the “recommendations” driver.
Grams may fall into several categories of evidential confidence. The categories currently employed in the architecture include “Excellent,” “Good,” “Fair,” “Questionable,” “Bad,” and “Terrible.” In some embodiments, the categories further include “Prototypical Positive” and “Prototypical Negative.” The names of these categories reflect the degree to which the member grams are likely to be influential in determining the positive value of the construct. For example, Excellent grams are important evidence of a positive construct; whereas Terrible grams are equally important counter-evidence. The categories and the method by which grams are derived and populated is described in greater detail with reference to
The scaled score for a construct for any given document may be derived from a rule-based architecture which considers positive and negative evidence of the construct under investigation. For example, the text of the document may be analyzed to identify occurrences of various grams and features. Grams and features may provide positive and negative evidence of a construct based on the classification of the grams and features with respect to the construct (e.g., whether the gram is “excellent” evidence of the construct or “terrible” evidence of the construct). The methodology for assigning scores to constructs is described in greater detail with reference to
Referring now to
Still referring to
Still referring to
Step 1006 may produce an extracted list of grams, derived from the documents, with each gram having a positive or a negative value. The extracted grams may include many grams that are potentially relevant to the identification of the construct at issue. In some embodiments, the list of extracted grams and the scores associated therewith define a model for scoring various documents. For example, highly-scored grams can be used as indicators of the construct at issue in another document. In other embodiments, the list of extracted grams and scores are used to develop a more sophisticated model (described in greater detail with reference to
Still referring to
A gram may be assigned to the Excellent category if the gram is an excellent example of the construct under consideration. For example, the grams “I love it” or “I recommend it” may indicate language that describes a highly positive product experience and may be assigned to the Excellent category.
A gram may be assigned to the Good category if the gram indicates a relatively good product experience without necessarily rising to the Excellent level of the construct under consideration. For example, the grams “I liked it” or “works effectively” may indicate language that would describe a positive product experience and may be assigned to the Good category. Although grams assigned to the Good category may not seem ultimately important to the constructs of investigation, it is noted that many product experiences are a relationship between outstanding features and merely good features. This relationship is the subject of the scoring methodology described in greater detail with reference to
A gram may be assigned to the Fair category if the gram indicates a fair product experience, which does not rise to the Good level of the construct under consideration. For example, the grams “it was OK” or “acceptable” may indicate language that would describe a low positive product experience and may be assigned to the Fair category. Like Good grams, Fair grams may not seem ultimately important to the constructs of investigation. However, because many product experiences are a relationship between various levels of appraisal, Fair grams are relevant to the scoring methodology.
A gram may be assigned to the Prototypical Positive category if the gram is used in a document describing a generally positive product experience without necessarily having overtly positive words. For example, the gram “hey guys and girls” and “My family will be” are examples of the language people often use when they are being overtly positive elsewhere in the text. While such an assumption of positive language will be right far more often than it is wrong, it is still prone to error. As such, this category of grams may have the lowest priority is the scoring architecture and/or may be omitted entirely in some embodiments.
Although only the positive examples of gram categories (e.g., Excellent, Good, Fair, and Prototypical Positive) are explained here in detail, their negative counterparts may also exist within the architecture (e.g., Terrible, Bad, and Prototypical Negative). The description of the Terrible category is the opposite of the description of the Excellent category. The description of the Bad category is the opposite of the description of the Good category. The description of the Prototypical Negative category is the opposite of the description of the Prototypical Positive category.
A gram may be assigned to the Questionable category if the gram indicates the existence of positive or negative language without explicitly containing positive or negative language. An example of a Questionable gram is the word “however.” This word is neither positive nor negative (in terms of polarity), and yet its presence suggests that both positive sentiment and negative sentiment may exist in the document (e.g., on either side of the Questionable gram). Other examples of Questionable grams may include “although,” “but,” “still,” “nonetheless,” “nevertheless,” “even though,” “conversely,” “on the other hand,” or other words of phrases that indicate the presence of both positive and negative sentiments.
Questionable grams may be extremely useful in the architecture for two reasons. First, Questionable grams are effective for guarding against false positives (and false negatives). For example, tracking every possible kind of positive and negative language may be extremely difficult. However, it's an easier task to collect a very large number of Questionable grams. If a positive or negative gram is missed, the presence of a Questionable gram may provide a warning that the text is not completely positive or completely negative and may trigger the reduction of a high confidence score associated with a document.
The second use of Questionable grams relates to the detection and scoring of certain types of constructs. For example, Questionable grams may indicate that the document is more detailed, considered, reflective, organized, crafted, reasoned, contemplative, or demonstrative of deeper levels of cognitive processing. Such attributes may be characteristic of a “thoughtfulness metric” construct expressed in the document. The thoughtfulness metric construct is described in greater detail with reference to
Still referring to
In some embodiments, step 1010 includes generating grams based on common misspellings. Because misspellings are common in text such as consumer reviews or social media posts, it may be useful to implement a procedure for handling these misspellings. In some embodiments, step 1010 includes simply correcting the spellings. However, this process can be time consuming, computationally expensive, and runs the risk of introducing new errors. Correcting misspellings also assumes the misspelling is unintentional and robs the data of potential characteristics of the person who write the text.
In some embodiments, step 1010 includes identifying whether the misspelling is a mistake or an error. A mistake is an unintentional misspelling, whereby the writer would have written the correct spelling had there been the opportunity. By contrast, an error is the intentional spelling of a word that does not conform to most dictionaries. For example, the verb “recommend” is commonly misspelled as “reccommend” and the two-word adverbial “a lot” is commonly spelled as one word “alot.” In some embodiments, expanding the extracted grams includes retaining common misspellings and adding the correct spellings.
In some embodiments, step 1010 includes dropping apostrophes. Whenever a gram with an apostrophe occurs, the non-apostrophe version may also be added. For example, if the gram “I wouldn't recommend it” was identified, then the gram “I wouldnt recommend it” may also be added.
In some embodiments, step 1010 includes adjusting for contraction negations. There are numerous ways to express a negation in English. One of the most common forms is to use the word “not.” However, the word “not” is often abbreviated to “n′t.” Because these forms are both very common, all abbreviated and full versions of extracted grams may be included in the set of grams. For example, if the gram “I wouldn't recommend it” was identified, then the gram “I would not recommend it” may also be added. Similarly, if the gram “I would not recommend it” was identified, then the gram “I wouldn't recommend it” may also be added.
In some embodiments, step 1010 includes modifying grams for optimal performance (e.g., to improve recall/match rates in subsequent text). Most grams that start with the word “I” can have that word deleted. This deletion allows for greater recall rates (e.g., instances of occurrence in other documents) without affecting accuracy. For example, the gram “I will buy it” can become simply “will buy it.” This deletion allows for many new instances to be included such as “definitely will buy it” which would not match the version of the gram with the personal pronoun.
In some embodiments, step 1010 includes adding negative versions of grams. For instance, if a gram such as “a great product” was identified and extracted from the set of documents, then the gram “not a great product” may also be added. In some embodiments, if a text string in the documents matches two or more grams, the longest gram may be considered as the best match for the text string. This helps to identify grams with the prefix “not” in front of an otherwise positive sentiment. (e.g., “not a great product”).
In some embodiments, step 1010 includes validating the extracted grams. One technique for validating the extracted grams is face validation. Face validation is a broad approach for authenticating that any given appraisal is what it is supposed to be. As the name suggests, face validation primarily involves looking at the data and its associated output and checking (on the face of it) whether the result makes sense. Although face validation may not be the final justification of a system's performance, face validity may be a threshold test before more rigorous validation methods are employed.
Referring now to
Process 1100 is shown to include assessing texts assigned a maximum score or a minimum score for accuracy (step 1102). Step 1102 may include examining documents which receive a score of 10 (maximum) and 0 (minimum) to determine whether the document is actually extremely positive or extremely negative with respect to the construct at issue. Documents that are assigned a maximum score or a minimum score may be the highest priority for validation due to the increased importance of avoiding false positives and false negatives for documents at an extremum of the score range.
Still referring to
Still referring to
If the error rate of the assessed texts is greater than the threshold value, process 1100 is shown to include repeating step 1104 to identify new grams for correction. The grams may be updated until the error rate for the assessed texts is less than the threshold value. Once the error rate for the assessed texts is less than the threshold value, step 1106 may be repeated. After assessing the texts assigned scores of 1 and 9, the texts assigned scores of 2 and 8 are assessed. The score 2 is incrementally more than the previous assessed score of 1 and the score 8 is incrementally less than the previous assessed score of 9. As shown in
Still referring to
Texts may have no identified categories for one of several reasons. First, the text may have no identified categories if the text simply has no positive or negative elements. Such a text can be described as a “natural unclassified.” Second, a text may have no identified categories if the category lists do not yet include a reasonable gram that is present in the document text. In step 1104, new grams can be identified to correct for such scoring errors. Such a text can be described as “under-specified.” Third, a text may have no identified categories if the identified grams are over specific. For example, the phrase “smooth reusable product” is clearly a positive attribute; however, such a phrase is highly specific and may not match any of the identified grams. Such a text can be described as “over-specified.” Fourth, a text may have no identified categories if the Prototypical Positive grams and Prototypical Negative grams have not been added to the architecture. For example, grams such as “hey guys and girls” and “My family will be” (and numerous others) are not, in and of themselves, positive or negative; however, they do tend to co-occur in positive and negative text. Such a text may be described as “potentially specified.”
Other texts may be unclassified because too many of the categories contained member grams that were present in the text (i.e., the text has high evidence of both positive and negative information). If too many member grams are present, the document may receive a high-multiple hit rate (or driver activation) that is currently outside the range of the architecture. Such documents may also be unclassified and assigned a neutral score (e.g., assigned a score of 5).
Texts that have too many identified grams across categories may fall outside of the current architectural assignment rules. An example of such a text is one that has multiple hits for the Excellent category and multiple hits for the Terrible category. When texts are relatively long, they may include multiple pieces of contrasting evidence. Such texts may be rich in information, and may be good examples of “thoughtfulness metric” texts (described in greater detail with reference to
In some embodiments, step 1108 includes classifying unclassified texts based on the text's “rightedness.” The polarity of a text with multiple contrasting category activations (positive or negative) is most likely to be evidenced by the final identified gram of the text. For example, if the final identified gram in the text is from the Excellent category, then the text is likely to be positive. By contrast, if the final identified gram of a text is from the Terrible category, then the text is more likely to be negative. Step 1108 may include determining whether the final identified gram is positive or negative and adjusting the score of the unclassified text accordingly. In step 1108, the score assigned to a document can be adjusted so any document initially scored as neutral (e.g., assigned a score of 5) incremented if the final gram is a positive gram (e.g., changed from a 5 to a 6) or decremented if the final gram is a negative gram (e.g., changed from a 5 to a 4).
In some embodiments, step 1108 includes classifying texts based on the relationship between the number of positive themes and negative themes in the text. For example, if the ratio of positive to negative themes is higher than a threshold value in all identified positive texts, then a given unclassified document with a similar ratio is likely to also be positive. The same supposition as ratio scoring can be applied to density scoring or difference scoring.
In some embodiments, step 1108 includes determining the ratio, density, or difference between positive grams and negative grams in a collection of documents scored positively and in a collection of documents scored negatively. If the ratio, density, or difference between the positive and negative grams in the text currently being scored is closer to the ratio, density, or difference associated with the positive documents, the text currently being scored may be assigned a positive score. Conversely, if the ratio, density, or difference between the positive and negative grams in the text currently being scored is closer to the ratio, density, or difference associated with the negative documents, the text currently being scored may be assigned a negative score.
Referring now to
The drivers (also sometimes referred to as attributes or moves) may be sub-divisions of the categories that better identify the motivation of groups of themes. For example, the following grams all indicate future intent to purchase: “will keep purchasing,” “continue to buy,” “I would buy,” “I will buy,” “would definitely buy.” Categories (e.g., Excellent, Bad, Questionable) may sub-divided into driver frames according to identified drivers (e.g., future purchase intent, direct recommendation, cognitive-surprise, etc.). Process 1200 is a process for identifying drivers and assigning grams/features to a driver group.
Still referring to
Process 1200 is shown to include assigning grams to a driver group (step 1204). If a gram does not correspond to any driver group, a new driver group may be added (step 1206). In some embodiments, if the number of grams in a driver group exceeds a threshold value, the driver group is split into multiple driver groups (step 1208). In some embodiments, multiple driver groups may be combined into a single driver group in response to a determination that the number of grams in the driver groups are less than a threshold value (step 1210).
Process 1200 may be performed multiple times as the latent driver taxonomy is derived from the data. In some embodiments, process 1200 may produce a three-level taxonomy having a temporal level, an entity level, and a terminal level.
At the highest level, drivers may have a temporal aspect. The temporal aspect may indicate whether the driver is past, present, or future. For example, consumer reviews may include (1) a discussion of product or personal experiences prior to the testing (e.g., “I used to hate showering but . . . ”), (2) a discussion of product or personal experiences that occur contemporaneously with the testing (e.g., “I liked it very much,” “it is easy to use,” “I was pleasantly surprised”), or (3) a discussion or insight as to future product or personal experiences (e.g., “I recommend it,” “I will be buying it again,” “this is a winner”).
At the intermediate level, drivers may have an entity aspect. The entity aspect may indicate whether the driver is personal or product-based. Consumer reviews may be focused more relatively to the product or more relatively to the personal experience. For example, the consumer review “I used to hate showering but . . . ” is related to a personal experience. However, the consumer review “I liked it very much” is obviously from the person but is indicative that that the product is good/useful/positive. The consumer review “I was pleasantly surprised informs” indicates a cognitive reaction; “I recommend it” is a personal appraisal; “I will be buying it again” is a personal intent; and “easy to use” describes a functional aspect of the product.
At the terminal level is the actual driver. The actual driver may be a category of sentiment expressed in the text. For example, “pleasantly surprised” is a “current>personal>cognitive-surprise” driver, whereas “will be buying it again” is a “future>personal>purchase-intent” driver, and “easy to use” is a “current>product>efficacy” driver.
Referring now to
Still referring to
Still referring to
Grams in the Questionable category may be positive or negative, depending on context. The presence of questionable grams in a text therefore adds a degree of ambiguity in classification. For example, the gram “I am not quite sure” may be a Questionable gram. Grams in the Fair category, although they are not actually negative, have the potential to indicate either a positive or negative view, depending on the context. An example of a Fair gram is “it's ok.” If the text includes multiple Bad or Terrible grams along with “it's ok,” then this Fair gram may indicate a negative view. However, if the same gram “it's ok” is used along with multiple Good or Excellent grams, then the Fair gram may indicate a positive view. Fair grams may supplement the group of grams that best categorizes the text prior to their inclusion.
Grams may be pre-assigned to categories prior to performing process 1300 (e.g., in step 1008 of process 1000). In some embodiments, step 1304 includes identifying the category to which each of the identified grams was previously assigned. The category to which a gram is assigned may be associated with the gram and identified in step 1304.
Still referring to
In some embodiments, step 1306 includes combining one or more categories of grams and calculating a total number of grams in the textual data that are members of the combined category. For example, step 1306 may include defining a new category “Less than Good” (LG) which includes all of the categories Questionable, Bad, and Terrible (i.e., all the categories which are less than the Good category in terms of providing evidence of the corresponding construct). In other words, LG grams may include all of the Questionable grams, all of the Bad grams, and all of the Terrible grams that are identified in the document. The number of LG grams in a text may be relevant because the presence of LG grams can offset the presence of highly positive components of the text.
Categories may be referred to by the first letter of their names. Thus, Excellent is E, Good is G, Fair is F, Bad is B, Terrible is T, Less than Good is LG, etc. As used herein, the variable CX refers to an arbitrary construct “Construct X.” Construct X may be any construct for which the score is currently being calculated in process 1300. Some exemplary constructs include happiness, confusion, frustration, bitterness, cheerfulness, thoughtfulness, impactfulness, excitement, enthusiasm, gratitude, trust, contempt, remorse, irritation, disappointment, anger, outrage, embarrassment, behavior shift, dynamic themes, boo, not happy, not grateful, surprise, shock, crave, desire, unmet needs, met needs, value, and/or other sentiments or mental states that can be expressed in a document.
Still referring to
High-scoring CX texts (e.g., 10's, 9's, and 8's) have both clear positive evidence of CX and no non-positive evidence. The following equation demonstrates an exemplary rule-based scoring method for such documents:
The preceding equation describes the process for allocating initial scores of W=10, W=9, and W=8, where W is the score assigned to CX. Thus, for example, if the identified number of Excellent features (E) is greater than 0 and the identified number of features that are less than good (LG) is equal to zero, then an initial CX score of 10 is given. The rationale for this scoring is that a text would be given an initial maximum CX score of 10 if it contains a lot of positive evidence and no counter-evidence. As shown in the scoring equation, a maximum score of 10 cannot be attained without at least one piece of clear Excellent evidence of CX (e.g., E>0) and any contrary evidence (e.g., LG >0 or E=0) renders a full score non-possible. In this way, high confidence can be maintained that scores of 10 are assigned to only the most clearly positive documents.
The above equation applies only to documents that have only positive evidence (e.g., LG=0). However, many documents will have at least some negative or non-positive evidence. The rules for scoring documents with at least some negative evidence may be more detailed. CX scores of 5 through 8 may be calculated in the event that both positive and non-positive evidence are identified. The process for calculating scores of 5-8 may involve calculating a temporary CX score (CX1) in step 1308 and then calculating a second CX score in step 1310. The temporary CX1 score calculated in step 1308 may consider the importance of the non-positive evidence, whereas the second CX score calculated in step 1310 may consider the importance of the positive evidence.
For CX scores of 5 through 8, step 1308 considers two primary cases:
E>LG>0 Case A:
G>LG>0 AND LG>E Case B:
For Case A, the number of Excellent features (E) is greater than the number of identified less than good features (LG), which in turn is greater than zero. Therefore, in Case A, if LG is equal to 1, then E must be greater than 1. For Case B, two criteria must be met. First, the number of identified Good features (G) is greater than the number of identified less than good features (LG), which in turn is greater than zero. Therefore, in Case B, if LG is equal to 1, then G must be greater than 1. Additionally, the second criterion requires that LG≥E. This extra requirement means that the number of identified elements of G is greater than the number of identified elements of E. In other words, the purpose of Case A is to determine if the positive elements of a document are more Excellent features than Good features, and the purpose of Case B is to determine if the positive elements of a document are more Good features than Excellent features. Both rules may ensure that a document is not double-scored.
Given the above two cases, step 1308 may be performed to generate a temporary score of CX1 based on non-positive evidence. The CX1 score may be modified based on the type of positive evidence (either Excellent or Good) in step 1310.
As noted above, the category LG consists of the categories of Questionable, Bad, and Terrible. The negative impact of the number of LG grams on the final CX score may depend largely on what the individual category of LG grams (e.g., Questionable, Bad, and Terrible), and how much evidence is identified for each LG category. The following equation shows how initial CX1 scores of 5 to 8 can be evaluated:
For example, according to the equation for calculating initial CX1 values of 5-8, CX1 will equal the value of 8 if the number of identified Terrible features is equal to 0, the number of identified Bad features is equal to 0, and the number of identified Questionable features is equal to 1. Note also in this example that since LG >0 (according to the criteria for Case A or Case B), then at least one of the T, B, and Q grams must be present at least once. Additionally, since either E>LG (Case A) or G>LG (Case B) and the Terrible grams are members of LG, if T>1, then E or G (individually or collectively) must be greater than T for the equation to be satisfied.
If none of the aforementioned scoring criteria are met, then step 1308 considers the opposite scenario in order to generate scores from 0 through 5. The rule-based scoring criteria for generating scores from 0 through 5 may be the negative counterparts of the scoring criteria for generating scores from 5 through 10. For example, all of the above equations still apply with E's replaced by T's, G's replaced by B's, and LG's replaced by AB's (where AB means “above bad”). The scores assigned by the negative counterpart equations may be adjusted by a rule of 10−s, where s is the score in the positive counterpart equation. For example, 10 is replaced by 0 (i.e., 10-10), 9 is replaced by 1 (i.e., 10-9), 8 is replaced by 2 (i.e., 10-8), 7 is replaced by 3 (i.e., 10-7), 6 is replaced by 4 (i.e., 10-6) and 5 remains at 5 (i.e., 10-5). The negative counterpart equations are provided as follows:
The negative counterpart equations are used to assign scores between 0 and 5, where 0 is the lowest possible score and CX2 is the temporary score assigned to negative documents. For scores between 0 and 5, the temporary CX2 score calculated in step 1308 may consider the importance of the non-negative evidence, whereas the second CX score calculated in step 1310 may consider the importance of the negative evidence.
Still referring to
For temporary CX1 scores of 5-8, step 1310 may adjust the temporary CX1 score based on whether Case A or Case B has been met. For example, the following equation describes the effect of Case A (i.e., E>LG >0):
In some embodiments, the parameters α1 and α2 have the values α1=1 and α2=1.5. In other embodiments, α1 and α2 have different (e.g., greater or lesser) values. In some embodiments, α1 and α2 can be automatically or manually adjusted (e.g., tuned, updated, dynamically or adaptively adjusted, etc.) to tune the scoring algorithm. For example, step 1104 of process 1100 may include adjusting parameters α1 and α2 in response to a determination that the number of texts assigned an inaccurate score exceeds a threshold value.
For Case A to apply, the number of Excellent grams is greater than the number of LG grams. As shown in the above equation, if the value of G is greater than 1, then the temporary CX1 score may be increased by α2. If the value of G is equal to 1, then the temporary CX1 score may be increased by α1. If the value of G is equal to 0, then the temporary CX1 score may not be increased or decreased.
The following equation describes the effect of Case B (i.e., G>LG >0 and LG≥E):
In some embodiments, the parameter α3 has the value α3=−1. In some embodiments, α3 can be automatically or manually adjusted (e.g., tuned, updated, dynamically or adaptively adjusted, etc.) to tune the scoring algorithm. For example, step 1104 of process 1100 may include adjusting parameters α3 in response to a determination that the number of texts assigned an inaccurate score exceeds a threshold value.
For Case B to apply, the number of Good grams is greater than the number of Excellent grams. Also, G must be greater than LG. Given that G evidence is primarily providing the positive score, the value of E may affect whether the temporary CX1 score is adjusted or not adjusted. For example, if E is equal to zero then the positive evidence is not strong and the value of CX is calculated by adding α3 to the temporary CX1 score. Since α3 is a negative number (e.g., α3=−1), the lack of strong positive evidence (e.g., E=0) functions to decrease the CX score.
For CX2 scores from 0 to 5, step 1310 may use the negative counterparts of the adjustment equations provided above. The negative counterpart equations are provided as follows:
In some embodiments, step 1310 includes applying rightedness criteria to the CX scores. Rightedness considers the location at which the final instance of an identified gram occurs. For example, the final instance of an Excellent gram is to the right of the final instance of any LG gram, then step 1310 may include increasing the CX score by 1 point. If the final instance of a Terrible gram is to the right of the final instance of any AB gram, then step 1310 may include decreasing the CX score by 1 point.
Referring now to
Texts with a high thoughtfulness score often include considered (hence cognitive) responses more frequently than overt positive claims. For example, high-scoring thoughtfulness metric texts may include some detail or mention of how the product benefited, changed, or impacted a participant's personal experience. Additionally, texts with a high thoughtfulness score may include a recommendation (direct or indirect) of the product and/or an intent for personal future use/purchase of the product. Texts with a high thoughtfulness score may include a prior experience with a similar product. In either case, this temporal perspective demonstrates that the text is more “thought out” and consequently that the writer's mental model of the product type may have been influenced.
Still referring to
Still referring to
where WM0 is the thoughtfulness metric starting score and CX is the construct score.
Still referring to
In some embodiments, step 1406 includes calculating a proportion of the document text that consists of unknown themes. The proportion of unknown themes may be calculated by first forming a baseline estimate for the proportion of the text that is estimated to contain known themes (e.g., a ratio of the number of words that are part of known themes to the total length of the document). Once the known-themes proportion of the text is identified, the number of unknown themes can be estimated from the length and the proportion of known themes (e.g., the length of the remaining text multiplied by the ratio of known themes).
In some embodiments, step 1406 includes assigning documents with the fewest number of unknown themes a low quantile score. For example, the documents with the shortest 5% of unknown themes may be assigned a score of 0. Quantile scores may be assigned to the remaining documents based on the length and/or number of unknown themes. For example, documents with the next shortest 15% of unknown themes may be assigned a quantile score of 1, documents with the middle 50% of unknown themes (based on known theme length and/or number) may be assigned a quantile score of 2, documents with the next 15% of unknown themes may be assigned a quantile score of 3, and documents with the longest 5% of unknown themes may be assigned a quantile score of 4. In various embodiments, the quantile scores and/or scoring criteria may be adjusted or more finely tuned. For example, dividing the texts into more quantiles may allow quantile scores to be defined with more precision.
Still referring to
where qn is the quantile score for the text and WM0 is the thoughtfulness starting score calculated in step 1404. According to the above equation, if the text has a baseline score of 10, its thoughtfulness score Mt is 6+qn. If the text has a baseline score of 0, then its thoughtfulness score Mt is 4−qn.
Note that in these calculations, the starting thoughtfulness score is either 10 or 0. Texts which scored 5 are not affected at this stage. The calculations include subtracting (for positives) or adding (for negatives) the quantity 4−qn to the starting thoughtfulness score. The significance of this quantity is that it represents the difference between the quantile score of the longest texts (qn=4) and the quantile score qn for the text at issue. Step 1408 effectively penalizes the text's thoughtfulness score for brevity.
Still referring to
The preceding equation applies to Mt scores of 6-10, where Mt is the thoughtfulness score calculated in step 1408. According to this equation, a text's corrected thoughtfulness score Mt′ can be adjusted down by a point or any other decrement (e.g., half a point, one and a half points, two points, etc.). This adjustment occurs if the text does not contain at least 2 pieces of positive evidence from the Excellent category and the text's rightedness is not positive (e.g., the last gram is not positive). The lower bound score may be fixed at 6 so that a text remains as positive with the lowest possible score positive.
Negative scores (0 to 4) are calculated in the same way as positive scores with two exceptions. First, the Excellent category is replaced by the Terrible category. Second, all adjustments require just one piece of evidence for Terrible because of the relative lack of unknown themes that is a characteristic of negative texts. The following equation is used to calculate adjusted thoughtfulness scores for Mt scores from 0-4:
Referring now to
Texts with a high impactfulness score can be described as being emotionally driven, even while emotion words themselves may sometimes be absent. The more a text appears to be thought out or demonstrates supporting evidence for the claims made within the text, the less the text is deemed to be characteristic of a high impactfulness text (even though it will remain positive in terms of Construct X and thoughtfulness). Texts with a high impactfulness score are not merely good, they are better than good: The product/service is better than most comparable alternatives on the market (especially the user's current/previous product/service). The impactfulness score for a text may be correlated with purchase intent.
Texts with a high impactfulness score can be quantitatively identified by reversing the logic of unknown themes that was applied in process 1400. For example, if a text is overwhelmingly composed of known themes, then its personalized unique contribution is negligible. Such documents may have been written relatively quickly and may be weakly supported by life-experience evidence. Texts with a high impactfulness score texts, although overwhelmingly positive, may not provide clear evidence that such an experience has transitioned into a significant life change or mental model change.
Still referring to
Still referring to
where WM0 is the impactfulness starting score and CX is the construct score.
Still referring to
In some embodiments, step 1506 includes calculating a proportion of the document text that consists of unknown themes. The proportion of unknown themes may be calculated by first forming a baseline estimate for the proportion of the text that is estimated to contain known themes (e.g., a ratio of the number of words that are part of known themes to the total length of the document). Once the known-themes proportion of the text is identified, the number of unknown themes can be estimated from the length and the proportion of known themes (e.g., the length of the remaining text multiplied by the ratio of known themes).
In some embodiments, step 1506 includes assigning documents with the fewest number of unknown themes a low quantile score. For example, the documents with the shortest 5% of unknown themes may be assigned a score of 0. Quantile scores may be assigned to the remaining documents based on the length and/or number of unknown themes. For example, documents with the next shortest 15% of unknown themes may be assigned a quantile score of 1, documents with the middle 50% of unknown themes (based on known theme length and/or number) may be assigned a quantile score of 2, documents with the next 15% of unknown themes may be assigned a quantile score of 3, and documents with the longest 5% of unknown themes may be assigned a quantile score of 4. In various embodiments, the quantile scores and/or scoring criteria may be adjusted or more finely tuned. For example, dividing the texts into more quantiles may allow quantile scores to be defined with more precision.
Still referring to
where qn is the quantile score for the text and WM0 is the impactfulness starting score calculated in step 1504. According to the above equation, if the text has a baseline score of 10, its impactfulness score is 10−qn. If the text has a baseline score of 0, then its impactfulness score is qn.
Note that in these calculations, we start with an impactfulness starting score of either 10 or 0 (texts which scored 5 are not a affected at this stage). Then we subtract (for positives) or add (for negatives) the quantity qn to the starting impactfulness score. Step 1508 effectively penalizes the text's impactfulness score for its presence of potentially cognitively reasoned evidence.
Still referring to
The preceding equation applies to Mi scores of 6-10, where Mi is the impactfulness score calculated in step 1508. According to this equation a text's corrected impactfulness score Mi′ can be adjusted down by a point or any other decrement (e.g., half a point, one and a half points, two points, etc.). This adjustment occurs if the text does not contain at least 1 piece of positive evidence from the Excellent category and the text's rightedness is not positive (e.g., the last gram is not positive). The lower bound score may be fixed at 6 so that a text remains as positive with the lowest possible score. The impactfulness score requires only one piece of Excellent evidence (as opposed to 2 for the thoughtfulness score) to avoid being decremented due to the relative brevity of typical texts with a high impactfulness score.
Negative scores (0 to 4) are calculated in the same way as positive scores with two exceptions. First, the Excellent category is replaced by the Terrible category. Second, all adjustments require just one piece of evidence for Terrible because of the relative lack of unknown themes that is a characteristic of negative texts. The following equation is used to calculate adjusted impactfulness scores for Mi scores from 0-4:
The construction and arrangement of the systems and methods as shown in the various exemplary embodiments are illustrative only. Although only a few embodiments have been described in detail in this disclosure, many modifications are possible (e.g., variations in sizes, dimensions, structures, shapes and proportions of the various elements, values of parameters, mounting arrangements, use of materials, colors, orientations, etc.). For example, the position of elements may be reversed or otherwise varied and the nature or number of discrete elements or positions may be altered or varied. Accordingly, all such modifications are intended to be included within the scope of the present disclosure. The order or sequence of any process or method steps may be varied or re-sequenced according to alternative embodiments. Other substitutions, modifications, changes, and omissions may be made in the design, operating conditions and arrangement of the exemplary embodiments without departing from the scope of the present disclosure.
The present disclosure contemplates methods, systems, and program products on any machine-readable media for accomplishing various operations. The embodiments of the present disclosure may be implemented using existing computer processors, or by a special purpose computer processor for an appropriate system, incorporated for this or another purpose, or by a hardwired system. Embodiments within the scope of the present disclosure include program products comprising machine-readable media for carrying or having machine-executable instructions or data structures stored thereon. Such machine-readable media can be any available media that can be accessed by a general purpose or special purpose computer or other machine with a processor. By way of example, such machine-readable media can comprise RAM, ROM, EPROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to carry or store desired program code in the form of machine-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer or other machine with a processor. Combinations of the above are also included within the scope of machine-readable media. Machine-executable instructions include, for example, instructions and data, which cause a general purpose computer, special purpose computer, or special purpose processing machines to perform a certain function or group of functions.
Although the figures may show a specific order of method steps, the order of the steps may differ from what is depicted. Also two or more steps may be performed concurrently or with partial concurrence. Such variation will depend on the software and hardware systems chosen and on designer choice. All such variations are within the scope of the disclosure. Likewise, software implementations could be accomplished with standard programming techniques with rule based logic and other logic to accomplish the various connection steps, processing steps, comparison steps and decision steps.
Claims
1. A system for conducting parallelization of tasks, comprising:
- an interface for receiving messages, each message comprising a representation of logic describing at least two tasks to be executed in parallel, and a content payload to be processed by conducting the tasks; and
- a processor comprising a processing manager unit and at least two processing units, wherein the processing manager unit is configured to parse the received messages and to distribute each task to a corresponding processing unit for independent and parallel processing relative to the content payload, wherein each of the at least two tasks are associated with a function to be executed by the processing units;
- wherein the processing units are configured to identify the function associated with each task and to recall resources for executing the functions from a plug-in library, wherein the functions comprise an emotional scoring function, wherein the emotional scoring function is a task in parallel with a context determination task.
2. The system of claim 1, further comprising:
- a messaging source having a website crawler, the website crawler configured to generate the message having the representation of logic describing parallel tasks and the content payload for use in the parallel tasks.
3. The system of claim 1, further comprising:
- a messaging source having a streaming data interface for receiving streaming data, wherein the messaging source is configured to process the streaming data and to generate the messages using the streaming data.
4. The system of claim 3, wherein the messaging source is configured to use the streaming data to create the content payload and wherein identification of the tasks is not a part of the streaming data.
5. The system of claim 1, further comprising:
- a messaging source comprising a query engine for querying a data source and for generating a series of the messages using the query results, wherein identification of the tasks is not a part of the query result data.
6. The system of claim 1, wherein the interface comprises a framework manager configured to queue the messages, and wherein each processing manager unit is configured to request new messages from the queue when resources permit.
7. The system of claim 1, wherein the messages are not compiled and do not include the source code for the tasks, and wherein the messages utilize a mark-up language to identify the parallel tasks and the content payload.
8. The system of claim 7, wherein the content payload comprises a reference to data not embedded within the messages.
9. The system of claim 8, wherein the function comprises a first emotional scoring function for a first emotion and another task includes a second emotional scoring function for a second emotion, wherein both of the first and second emotional scoring functions are executed as parallel tasks and represented as parallel tasks in the logic of the message.
10. The system of claim 1, wherein the function comprises a first emotional scoring function for a first emotion and another task includes a second emotional scoring function for a second emotion, wherein both of the first and second emotional scoring functions are executed as parallel tasks and represented as parallel tasks in the logic of the message.
11. A computerized method for scoring documents using rule-based criteria, comprising:
- parsing a document to identify one or more grams in the document, wherein the grams are extracted from the document;
- quantifying a number of grams in a plurality of categories; and
- using a rule-based engine to assign a construct score to the document based on the number of grams in each category.
12. The method of claim 11, further comprising:
- analyzing textual data in a document to identify the one or more grams present in the textual data.
13. The method of claim 12 wherein the categories comprise Excellent, Good, Fair, Questionable, Bad, and Terrible.
14. The method of claim 13 further comprising combining two or more of the categories and summing the grams in a combination of categories.
15. The method of claim 11, further comprising applying scoring rules to the quantities of the grams to determine a construct score for the document.
16. The method of claim 15, wherein the construct score is on a scoring scale from 0-10 where a score of 10 indicates clear positive evidence of the construct and a score of 0 indicates clear negative evidence of the construct.
17. The method of claim 15, wherein the construct score is calculated according to the following equation W = { 10 if E > 0, LG = 0 9 if G > 2, LG = 0 8 if G > 1, LG = 0 where W is the construct score, and E is the number of grams in an excellent category, G is the number of grams in the good category, and LG is the number of grams in a less than good category, wherein the less than good category is a combined category.
18. The method of claim 15, further comprising calculating an impactfulness starting score based on the construct score.
19. The method of claim 18 wherein the impactfulness starting score is determined by assigning a maximum score to documents with a positive construct score and assigning a minimum score to documents with a negative construct score.
20. The method of claim 19 wherein the impactfulness starting score is calculated according to the following equation: WM 0 = { 10 if 10 ≥ CX > 5 0 if 0 ≤ CX < 5 5 otherwise where WM0 is the impactfulness starting score and CX is the construct score.
Type: Application
Filed: Mar 6, 2019
Publication Date: Jun 27, 2019
Applicant: Decooda International, Inc. (Suwanee, GA)
Inventors: Charles Wardell (Suwanee, GA), David Johnson (Suwanee, GA)
Application Number: 16/293,801