US20190251166A1 - Topic kernelization for real-time conversation data - Google Patents
Topic kernelization for real-time conversation data Download PDFInfo
- Publication number
- US20190251166A1 US20190251166A1 US15/897,298 US201815897298A US2019251166A1 US 20190251166 A1 US20190251166 A1 US 20190251166A1 US 201815897298 A US201815897298 A US 201815897298A US 2019251166 A1 US2019251166 A1 US 2019251166A1
- Authority
- US
- United States
- Prior art keywords
- topic
- segments
- messages
- burst
- reflection
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G06F17/2785—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/332—Query formulation
- G06F16/3329—Natural language query formulation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/35—Clustering; Classification
- G06F16/353—Clustering; Classification into predefined classes
-
- G06F17/30707—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/30—Semantic analysis
Definitions
- the present invention relates in general to computing systems, and more particularly to, various embodiments for topic kernelization for real-time conversation data using a computing processor.
- Real-time conversation data may be analyzed and time intervals (e.g., inter-arrival times) between messages of the conversation data may be recorded.
- time intervals e.g., inter-arrival times
- Each of the messages may be classified into a first group or a second group according to the analyzing.
- One or more topic modelling operations may be enhanced for text segmentation using the first group and the second group.
- FIG. 1 is a block diagram depicting an exemplary cloud computing node according to an embodiment of the present invention
- FIG. 2 is an additional block diagram depicting an exemplary cloud computing environment according to an embodiment of the present invention
- FIG. 3 is an additional block diagram depicting abstraction model layers according to an embodiment of the present invention.
- FIG. 4 is an additional diagram depicting analyzing real-time conversation data and recording inter-arrival times between messages in accordance with aspects of the present invention
- FIG. 5 is a diagram depicting messages grouped into two groups upon analyzing the real-time conversation data from FIG. 4 in accordance with aspects of the present invention
- FIG. 6 is a diagram depicting a summary of text mining analysis in accordance with aspects of the present invention.
- FIG. 7 is a diagram depicting pseudocode results using topic modelling operations in accordance with aspects of the present invention.
- FIG. 8 is a diagram depicting an output of topic modelling of a conversation using enhanced topic modelling operations in accordance with aspects of the present invention.
- FIG. 9 is a flowchart diagram depicting an exemplary method for text segmentation for topic modelling by a processor; again, in which aspects of the present invention may be realized.
- FIG. 10 is a flowchart diagram depicting an exemplary method for topic kernelization for real-time conversation data by a processor; again, in which aspects of the present invention may be realized.
- corpus linguistics which is the study of language as expressed in corpora (i.e., collections) of “actual use” text.
- corpora i.e., collections
- the core idea of corpus linguistics is that analysis of expression is best conducted within its natural usage. By collecting samples of writing, researchers can understand how individuals converse with each other. As such, the present invention employs various techniques that assist in understanding and interpreting message based data.
- topic modelling may be used to discover a semantic structure within a text corpus.
- Topic modelling may employ one or more operations to infer the topic and meaning in text based documents and/or discourse.
- Topic modelling and text mining may be used to gain insights into the various communications. For example, if a business can mine customer feedback on a particular product or service, this information may prove valuable.
- One of the recommendations when employing text mining/topic modelling techniques is that the more data available for analysis, the better the overall results. However, even with the use of large data, practitioners may have a requirement to text mine a single conversation or small text corpus to infer meaning.
- pre-process a number of steps are applied to pre-process (“wash”) the text. These steps include tokenising, stemming, stop words removal, duplicate word removal and lemmatisation.
- tokenization may be the process of converting a sequence of characters (e.g., message discourse) into a series of tokens (e.g., strings with an assigned meaning). Therefore, before any analysis is conducted on a text corpus, the text may be divided into linguistic elements such as, for example, words, punctuation, numbers and alpha-numerics. Stop words are words which are filtered out before or after processing of text discourse.
- Stop words typically refer to the most common words used in a particular language.
- Stemming is a method of collapsing inflected words to the base or root form of the word. For example, the words: “fishing,” “fished,” and “fisher,” could be reduced to the root word “fish.”
- the benefit of stemming can be seen as follows: If a user is interested in term frequency, it may be easiest to merely count the occurrence of the word fish rather than the word's non-stemmed counterparts. Lemmatisation is the process of grouping together the inflected words, for analysis as a single entity.
- lemmatisation may appear to be the opposite of stemming; however, the main difference is that stemming is unaware of the context of the words and thus, cannot differentiate between words that have other meanings depending on context. For example, the word “worse” has “bad” as its lemma. This link missed by stemming as a dictionary lookup is needed and the word “talk” is the root of “talking.” This reference is matched in both stemming and lemmatisation.
- the present invention provides for topic mining operations by partitioning one or more conversations (e.g., real-time chat/messages) using a segmentation operation (e.g., grouping messaging into a burst group or reflective group) and to provide an increased number of words for topic summarization tooling.
- a segmentation operation e.g., grouping messaging into a burst group or reflective group
- the topic modelling, using the segmentation operation may provide an increased number of words for text mining but an improved level of readability rather than using an entire message corpus alone.
- one or more topic modelling tools may also be employed.
- LSA Latent Semantic Analysis
- LDA Latent Dirichlet allocation
- LDA Latent Dirichlet allocation
- the present invention provides for topic kernelization for real-time conversation data using a computing processor. That is, the mechanisms of the illustrated embodiments provide for text segmentation that provides more words for topic modelling and a more precise topic model.
- one or more real-time communications e.g., real-time chat/messages
- the analyzed real-time chat/messages may be grouped into two groups (bursts and reflections). That is, as the inter-arrival times of instant message posts are determined and/or recorded, the messages may be grouped or “segmented” by, or according to, short and long inter-arrival times.
- burst segments may be successive messages within a defined time period such as, for example, a zero minute inter-arrival time (e.g., less than one minute inter-arrival time).
- reflective segments e.g., reflective messages
- one or more real-time communications may be analyzed.
- Those messages with a rapid inter-arrival time may be defined as a burst segment.
- Those messages with a sedate inter-arrival time may be defined as a reflection segment.
- topic kernelization is an operation to segment unstructured communication message(s) (e.g., unstructured chat discourses) into a collection of active and passive messages.
- burst segments or those messages categorized as burst segments
- reflective messages may be those messages having an inter-arrival time equal to or greater than a defined time period such as, for example, those messages with a one minute or greater inter-arrival time.
- the burst segments and reflection segments may then be used to determine optimal topic model sizes.
- the topic models may be developed using the analysis to provide more precision when ran against the same or other corpus.
- the burst segments and reflection segments may be used to increase words for analysis using a machine learning mechanism.
- real-time conversation data may be analyzed and time intervals between messages of the conversation data may be recorded.
- Each of the messages may be classified into a first group or a second group according to the analyzing.
- One or more topic modelling operations may be enhanced for text segmentation using the first group and the second group.
- text mining may be performed on each burst and reflection periods (or groups) and the output terms of the text mining may then be aggregated.
- topic text mining one or more topic modelling operations such as, for example, Biterm may be used.
- modelled e.g., periods topic modelled
- the efficacy of the output may be analyzed.
- the terms output from a topic model operation may not be explicitly designed for a readable summary. Instead, the terms output from a topic model operation may be designed to provide a user an indication of the terms used in a text corpus.
- each conversation may be topic modelled such as, for example, using Biterm (as a whole) and the mined terms may be output into a single collection.
- the bursts e.g., messages grouped as bursts
- reflections e.g., messages grouped as reflections
- Each conversation with one or more stop words may be removed.
- the raw conversation i.e., without any pre-processing may be modelled as well.
- each of the text sets (e.g., the four text sets mentioned above) belonging to a single conversation may be summarized.
- an analysis and/or feedback may be collected as to which of the text sets are the easiest to summarize and/or which of the text sets (with all terms topic modelled) or two-grouped text sets (e.g., bursts and reflections topic modelled) are most intuitive and most efficient to summarize.
- feedback may be collected (which may use a machine learning algorithm) that describes or indicates (e.g., from a user or application) which are the easiest and/or hardest text sets to summarize (as compared to each other).
- Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the service.
- This cloud model may include at least five characteristics, at least three service models, and at least four deployment models.
- On-demand self-service a cloud consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service's provider.
- Resource pooling the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).
- Rapid elasticity capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time.
- Measured service cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service.
- level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts).
- SaaS Software as a Service: the capability provided to the consumer is to use the provider's applications running on a cloud infrastructure.
- the applications are accessible from various client devices through a thin client interface such as a web browser (e.g., web-based e-mail).
- a web browser e.g., web-based e-mail
- the consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.
- PaaS Platform as a Service
- the consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.
- IaaS Infrastructure as a Service
- the consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).
- Private cloud the cloud infrastructure is operated solely for an organization. It may be managed by the organization or a third party and may exist on-premises or off-premises.
- Public cloud the cloud infrastructure is made available to the general public or a large industry group and is owned by an organization selling cloud services.
- Hybrid cloud the cloud infrastructure is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load-balancing between clouds).
- a cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability.
- An infrastructure comprising a network of interconnected nodes.
- Cloud computing node 10 is only one example of a suitable cloud computing node and is not intended to suggest any limitation as to the scope of use or functionality of embodiments of the invention described herein. Regardless, cloud computing node 10 is capable of being implemented and/or performing any of the functionality set forth hereinabove.
- cloud computing node 10 there is a computer system/server 12 , which is operational with numerous other general purpose or special purpose computing system environments or configurations.
- Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with computer system/server 12 include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices, and the like.
- Computer system/server 12 may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system.
- program modules may include routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types.
- Computer system/server 12 may be practiced in distributed cloud computing environments where tasks are performed by remote processing devices that are linked through a communications network.
- program modules may be located in both local and remote computer system storage media including memory storage devices.
- computer system/server 12 in cloud computing node 10 is shown in the form of a general-purpose computing device.
- the components of computer system/server 12 may include, but are not limited to, one or more processors or processing units 16 , a system memory 28 , and a bus 18 that couples various system components including system memory 28 to processor 16 .
- Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures.
- bus architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnects (PCI) bus.
- Computer system/server 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer system/server 12 , and it includes both volatile and non-volatile media, removable and non-removable media.
- System memory 28 can include computer system readable media in the form of volatile memory, such as random access memory (RAM) 30 and/or cache memory 32 .
- Computer system/server 12 may further include other removable/non-removable, volatile/non-volatile computer system storage media.
- storage system 34 can be provided for reading from and writing to a non-removable, non-volatile magnetic media (not shown and typically called a “hard drive”).
- a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a “floppy disk”).
- an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media can be provided.
- system memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
- Program/utility 40 having a set (at least one) of program modules 42 , may be stored in system memory 28 by way of example, and not limitation, as well as an operating system, one or more application programs, other program modules, and program data. Each of the operating system, one or more application programs, other program modules, and program data or some combination thereof, may include an implementation of a networking environment.
- Program modules 42 generally carry out the functions and/or methodologies of embodiments of the invention as described herein.
- Computer system/server 12 may also communicate with one or more external devices 14 such as a keyboard, a pointing device, a display 24 , etc.; one or more devices that enable a user to interact with computer system/server 12 ; and/or any devices (e.g., network card, modem, etc.) that enable computer system/server 12 to communicate with one or more other computing devices. Such communication can occur via Input/Output (I/O) interfaces 22 . Still yet, computer system/server 12 can communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) via network adapter 20 .
- LAN local area network
- WAN wide area network
- public network e.g., the Internet
- network adapter 20 communicates with the other components of computer system/server 12 via bus 18 .
- bus 18 It should be understood that although not shown, other hardware and/or software components could be used in conjunction with computer system/server 12 . Examples, include, but are not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc.
- FIG. 1 various components depicted in FIG. 1 may be located in a moving vehicle.
- some of the processing and data storage capabilities associated with mechanisms of the illustrated embodiments may take place locally via local processing components, while the same components are connected via a network to remotely located, distributed computing data processing and storage components to accomplish various purposes of the present invention.
- the present illustration is intended to convey only a subset of what may be an entire connected network of distributed computing components that accomplish various inventive aspects collectively.
- cloud computing environment 50 comprises one or more cloud computing nodes 10 with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone 54 A, desktop computer 54 B, laptop computer 54 C, and/or automobile computer system 54 N may communicate.
- Nodes 10 may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof.
- This allows cloud computing environment 50 to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing device.
- computing devices 54 A-N shown in FIG. 2 are intended to be illustrative only and that computing nodes 10 and cloud computing environment 50 can communicate with any type of computerized device over any type of network and/or network addressable connection (e.g., using a web browser).
- FIG. 3 a set of functional abstraction layers provided by cloud computing environment 50 ( FIG. 2 ) is shown. It should be understood in advance that the components, layers, and functions shown in FIG. 3 are intended to be illustrative only and embodiments of the invention are not limited thereto. As depicted, the following layers and corresponding functions are provided:
- Device layer 55 includes physical and/or virtual devices, embedded with and/or standalone electronics, sensors, actuators, and other objects to perform various tasks in a cloud computing environment 50 .
- Each of the devices in the device layer 55 incorporates networking capability to other functional abstraction layers such that information obtained from the devices may be provided thereto, and/or information from the other abstraction layers may be provided to the devices.
- the various devices inclusive of the device layer 55 may incorporate a network of entities collectively known as the “internet of things” (IoT). Such a network of entities allows for intercommunication, collection, and dissemination of data to accomplish a great variety of purposes, as one of ordinary skill in the art will appreciate.
- IoT network of things
- Device layer 55 as shown includes sensor 52 , actuator 53 , “learning” thermostat 56 with integrated processing, sensor, and networking electronics, camera 57 , controllable household outlet/receptacle 58 , and controllable electrical switch 59 as shown.
- Other possible devices may include, but are not limited to various additional sensor devices, networking devices, electronics devices (such as a remote control device), additional actuator devices, so called “smart” appliances such as a refrigerator or washer/dryer, and a wide variety of other possible interconnected objects.
- Hardware and software layer 60 includes hardware and software components.
- hardware components include: mainframes 61 ; RISC (Reduced Instruction Set Computer) architecture based servers 62 ; servers 63 ; blade servers 64 ; storage devices 65 ; and networks and networking components 66 .
- software components include network application server software 67 and database software 68 .
- Virtualization layer 70 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers 71 ; virtual storage 72 ; virtual networks 73 , including virtual private networks; virtual applications and operating systems 74 ; and virtual clients 75 .
- management layer 80 may provide the functions described below.
- Resource provisioning 81 provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment.
- Metering and Pricing 82 provides cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses.
- Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources.
- User portal 83 provides access to the cloud computing environment for consumers and system administrators.
- Service level management 84 provides cloud computing resource allocation and management such that required service levels are met.
- Service Level Agreement (SLA) planning and fulfillment 85 provides pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
- SLA Service Level Agreement
- Workloads layer 90 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation 91 ; software development and lifecycle management 92 ; virtual classroom education delivery 93 ; data analytics processing 94 ; transaction processing 95 ; and, in the context of the illustrated embodiments of the present invention, various workloads and functions 96 for topic kernelization.
- workloads and functions 96 for topic kernelization may include such operations as data analysis (including data collection and processing from organizational databases, online information, knowledge domains, data sources, and/or social networks/media, and other data storage systems, and predictive and data analytics functions.
- workloads and functions 96 for topic kernelization may also work in conjunction with other portions of the various abstractions layers, such as those in hardware and software 60 , virtualization 70 , management 80 , and other workloads 90 (such as data analytics and/or fungibility processing 94 , for example) to accomplish the various purposes of the illustrated embodiments of the present invention.
- mechanisms of the illustrated embodiment provide a solution for text segmentation for topic modelling by a processor.
- Real-time conversation data may be analyzed and time intervals between messages of the conversation data may be recorded.
- Each of the messages may be classified into a first group or a second group according to the analyzing.
- One or more topic modelling operations may be enhanced for text segmentation using the first group and the second group.
- the bursts and reflections may be topic modelled.
- the results of topic modelling the bursts and reflections may then be aggregated.
- the terms output from a topic model operation is designed to give a user an indication of the terms used in a text corpus (and not necessarily as a readable summary).
- real-time conversation data may be analyzed and time intervals between messages of the conversation data may be recorded.
- Each of the messages may be defined (and/or segmented) as burst segments or reflection segments according to the analyzing.
- One or more topic modelling operations may be enhanced for text segmentation using the burst segments or reflection segments.
- FIG. 4 a block diagram 400 depicts analyzing real-time conversation data and recording inter-arrival times.
- one or more of the components, modules, services, applications, and/or functions described in FIGS. 1-3 may be used in FIGS. 4-8 .
- computer system/server 12 of FIG. 1 incorporating processing unit 16 , may be used to perform various computational, data processing and other functionality in accordance with various aspects of the present invention.
- module blocks 400 may also be incorporated into various hardware and software components of a system for topic kernelization in accordance with the present invention.
- Many of the functional blocks 400 may execute as background processes on various components, either in distributed computing components, or on the user device, or elsewhere.
- the computer system 12 (see FIG. 1 ) may be used (along with one or more other features, aspects, components, and/or hardware/software of FIGS. 2-3 ) for topic kernelization.
- real-time conversation data e.g., real-time chat messages
- the time intervals between messages of the conversation data may be determined and recorded, as in block 406 .
- the recorded time intervals show recorded intervals that show consistent time intervals, sporadic or lengthy time intervals, and/or repeated “bursts” between messages. For example, in line one “hard shapers”, the recorded time intervals show recorded intervals where a time interval between the end of one message to the end of a second message may be 0.67 milliseconds.
- hard shapers may refer to a uniform distribution of conversation messages (e.g., chat messages) such as, for example, messages that have a constant inter-arrival time over a collected time period.
- inter-arrival time may be the time between the messages' (or objects) arrivals or the time between arrival of a message and a next message.
- the inter-arrival time may be defined as the amount of time between the arrival of one communication message (e.g., one real-time chat message) and the arrival of the next communication message (e.g., the next real-time chat message).
- the recorded time intervals show recorded intervals that are fluctuated and/or have inconsistent time intervals between one message and the next message.
- the recorded time intervals show recorded intervals that are “bursts” where a series of messages (after a first message and a time delay) are repeated during a 10 ms time period.
- diagram 500 depicts grouping the messages into two groups upon analyzing the real-time conversation data in FIG. 4 .
- each of the recorded messages analyzed from FIG. 4 may be grouped into a first group (e.g., a burst) or a second group (reflections) according to the analyzing.
- a graph 502 depicts a time interval on the y-axis and the number of words of each message on the x-axis. The highlighted sections of the graph 502 are used for illustration purposes only for various messages.
- the messages may be grouped into the two groups 504 of burst segments or reflection segments.
- diagram 500 depicts those messages occurring during a selected time period (e.g., less than 15 seconds) as bursts such as burst 1 , . . . , burst n, and those occurring outside of the selected time period (e.g., equal to or more than 15 seconds) are grouped in a reflection group such as, for example, reflection 1 , . . . , reflection n, as shown in the two groups 504 .
- bursts such as burst 1 , . . . , burst n
- a reflection group such as, for example, reflection 1 , . . . , reflection n
- diagram 600 depicts a summary of text mining analysis.
- the bursts and reflections may be topic modelled.
- the results of topic modelling the bursts and reflections may be aggregated.
- the data of each group of bursts and reflections may be analyzed individually. For example, there may be 10 bunches of data in the burst group and 5 in the reflection group.
- a topic model such as, for example, LDA, Biterm, and the like may be used.
- the present invention may select a topic cluster size, select a topic term size, determine (or calculate) a percentage (“%”) of unique stop words, and/or alter the topic cluster size and topic term size and then repeat until the percentage of unique stop words are maximized.
- the results may be displayed in a summary such as, for example, summary 600 .
- the summary illustrates the number of clusters, cluster terms, total terms analyzed, unique term output, total unreferenced terms, percentage of unique (or total) terms, percentage of unique or non-stopped words, and percentage of unique words or stop words, and/or a variety of other defined summary topics or terms.
- the topic model operations are developed and designed (using the group of burst and group of reflection segments) to provide a user an indication of the terms used in a text corpus (and not necessarily as a readable summary).
- FIG. 7 is a diagram 700 depicting exemplary pseudocode results using topic modelling operations.
- the depicted pseudocode 700 illustrates, by way of example only, the use of 10 bunches of data in the burst group and 5 in the reflection group.
- FIG. 8 depicts an output of the entire analysis process described in FIGS. 4-8 .
- the resized topic models may be used by topic modelling operations (i.e., Biterm, LDA, and the like) to yield a higher precision of summary whilst respecting context.
- diagram 800 depicts an output from topic modelling of a) an entire conversation and b) conversation modelled using bursts and reflections, as described herein. That is, diagram 800 depicts an analysis of the entire conversation, an analysis of bursts and reflections, and an indication/results showing an increase of at least fifteen to twenty percent more terms are available for analysis.
- FIG. 9 is a flowchart of an additional example method 900 for topic kernelization for real-time conversation data in a computing environment according to an example of the present invention.
- the functionality 900 may be implemented as a method executed as instructions on a machine, where the instructions are included on at least one computer readable medium or one non-transitory machine-readable storage medium.
- the functionality 900 may start in block 902 .
- Real-time conversation data may be analyzed and time intervals between messages of the conversation data may be recorded, as in block 904 .
- Each of the messages may be classified (or segmented or defined) into a first group or a second group according to the analyzing, as in block 906 .
- the messages may be defined as a burst segments or reflection segments.
- One or more topic modelling operations may be enhanced (and/or developed) for text segmentation using the first group and the second group, as in block 908 .
- the functionality 900 may end in block 910 .
- the operation of 900 may include one or more of each of the following.
- the operation of 900 may analyze the first group and the second group.
- the first group may be a burst group of occurring messages within a selected time period and the second group may be a reflection group of occurring messages outside of a selected time period.
- the first group and the second group may be used to determine optimal topic model sizes.
- the operation of 900 may use the one or more enhanced topic models (e.g., a topic model operation using the first group and the second group) for selecting a topic cluster size, selecting a topic term size, determining a percentage of unique stop words, and/or altering a topic cluster size and a topic term size until a percentage of unique stop words are maximized.
- a topic model operation using the first group and the second group e.g., a topic model operation using the first group and the second group
- FIG. 10 is a flowchart of an additional example method 1000 for topic kernelization for real-time conversation data in a computing environment according to an example of the present invention.
- the functionality 1000 may be implemented as a method executed as instructions on a machine, where the instructions are included on at least one computer readable medium or one non-transitory machine-readable storage medium.
- the functionality 1000 may start in block 1002 .
- Conversation data e.g., real-time chat messages
- Time intervals (e.g., inter-arrival times) between messages of the conversation data may be recorded, as in block 1006 .
- Each of the messages may be defined (or segmented into) as a burst segment or a reflection segment according to the analyzing and recording, as in block 1008 .
- One or more topic modelling operations may be enhanced (and/or developed) for text segmentation using the burst segment(s) or reflection segment(s), as in block 1010 .
- the functionality 1000 may end in block 1012 .
- the operation of 1000 may include one or more of each of the following.
- the operation of 1000 may analyze the burst segments or reflection segments.
- the burst segments are messages within a selected time period and the reflection segments are messages occurring after a selected time period.
- the burst segments and/or reflection segments may be used to determine optimal topic model sizes.
- the operation of 1000 may use the one or more enhanced topic models (e.g., a topic model operation using the first group and the second group) for selecting a topic cluster size, selecting a topic term size, determining a percentage of unique stop words, and/or altering a topic cluster size and a topic term size until a percentage of unique stop words are maximized.
- a topic model operation using the first group and the second group for selecting a topic cluster size, selecting a topic term size, determining a percentage of unique stop words, and/or altering a topic cluster size and a topic term size until a percentage of unique stop words are maximized.
- the present invention may be a system, a method, and/or a computer program product.
- the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
- the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
- the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
- a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
- RAM random access memory
- ROM read-only memory
- EPROM or Flash memory erasable programmable read-only memory
- SRAM static random access memory
- CD-ROM compact disc read-only memory
- DVD digital versatile disk
- memory stick a floppy disk
- a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
- a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
- the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
- a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
- Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
- the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
- These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowcharts and/or block diagram block or blocks.
- These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowcharts and/or block diagram block or blocks.
- the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowcharts and/or block diagram block or blocks.
- each block in the flowcharts or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
- the functions noted in the block may occur out of the order noted in the figures. For example, two blocks that may be shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Artificial Intelligence (AREA)
- Mathematical Physics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Audiology, Speech & Language Pathology (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
- The present invention relates in general to computing systems, and more particularly to, various embodiments for topic kernelization for real-time conversation data using a computing processor.
- Due to the recent advancement of information technology and the growing popularity of the Internet, a vast amount of information is now available in digital form. Such availability of information has provided many opportunities. Digital and online information such as, for example, communication messaging in real-time has become very popular in recent years.
- Various embodiments for text segmentation for topic modelling by a processor are provided. Real-time conversation data may be analyzed and time intervals (e.g., inter-arrival times) between messages of the conversation data may be recorded. Each of the messages may be classified into a first group or a second group according to the analyzing. One or more topic modelling operations may be enhanced for text segmentation using the first group and the second group.
- In order that the advantages of the invention will be readily understood, a more particular description of the invention briefly described above will be rendered by reference to specific embodiments that are illustrated in the appended drawings. Understanding that these drawings depict only typical embodiments of the invention and are not therefore to be considered to be limiting of its scope, the invention will be described and explained with additional specificity and detail through the use of the accompanying drawings, in which:
-
FIG. 1 is a block diagram depicting an exemplary cloud computing node according to an embodiment of the present invention; -
FIG. 2 is an additional block diagram depicting an exemplary cloud computing environment according to an embodiment of the present invention; -
FIG. 3 is an additional block diagram depicting abstraction model layers according to an embodiment of the present invention; -
FIG. 4 is an additional diagram depicting analyzing real-time conversation data and recording inter-arrival times between messages in accordance with aspects of the present invention; -
FIG. 5 is a diagram depicting messages grouped into two groups upon analyzing the real-time conversation data fromFIG. 4 in accordance with aspects of the present invention; -
FIG. 6 is a diagram depicting a summary of text mining analysis in accordance with aspects of the present invention; -
FIG. 7 is a diagram depicting pseudocode results using topic modelling operations in accordance with aspects of the present invention; -
FIG. 8 is a diagram depicting an output of topic modelling of a conversation using enhanced topic modelling operations in accordance with aspects of the present invention; -
FIG. 9 is a flowchart diagram depicting an exemplary method for text segmentation for topic modelling by a processor; again, in which aspects of the present invention may be realized; and -
FIG. 10 is a flowchart diagram depicting an exemplary method for topic kernelization for real-time conversation data by a processor; again, in which aspects of the present invention may be realized. - As the amount of electronic information continues to increase, the demand for sophisticated information access systems also grows. Digital or “online” data has become increasingly accessible through real-time, global computer networks. The data may reflect many aspects of various organizations and groups or individuals, including scientific, political, governmental, educational, businesses, and so forth. With the increased use of collaborative and social communication, communication via text-based communication will also increase. For both business and recreational purposes, real-time communication messages (e.g., real-time chat discourses) are part and parcel of modern society. However, for various entities, irrespective of size, using such collaborative and social means of communication can be an overwhelming experience, particularly when large volumes of text-based data are generated by various applications and services.
- Moreover, various types of entities (e.g., businesses, organizations, governmental agencies, educational institutions, and the like) often engage in corpus linguistics, which is the study of language as expressed in corpora (i.e., collections) of “actual use” text. The core idea of corpus linguistics is that analysis of expression is best conducted within its natural usage. By collecting samples of writing, researchers can understand how individuals converse with each other. As such, the present invention employs various techniques that assist in understanding and interpreting message based data.
- In one aspect, topic modelling may be used to discover a semantic structure within a text corpus. Topic modelling may employ one or more operations to infer the topic and meaning in text based documents and/or discourse. Topic modelling and text mining may be used to gain insights into the various communications. For example, if a business can mine customer feedback on a particular product or service, this information may prove valuable. One of the recommendations when employing text mining/topic modelling techniques is that the more data available for analysis, the better the overall results. However, even with the use of large data, practitioners may have a requirement to text mine a single conversation or small text corpus to infer meaning.
- In order for these text models to be successful, a number of steps are applied to pre-process (“wash”) the text. These steps include tokenising, stemming, stop words removal, duplicate word removal and lemmatisation. It should be understood that as used herein (in relation to natural language processing “NLP”), the term tokenization may be the process of converting a sequence of characters (e.g., message discourse) into a series of tokens (e.g., strings with an assigned meaning). Therefore, before any analysis is conducted on a text corpus, the text may be divided into linguistic elements such as, for example, words, punctuation, numbers and alpha-numerics. Stop words are words which are filtered out before or after processing of text discourse. Stop words typically refer to the most common words used in a particular language. Stemming is a method of collapsing inflected words to the base or root form of the word. For example, the words: “fishing,” “fished,” and “fisher,” could be reduced to the root word “fish.” The benefit of stemming can be seen as follows: If a user is interested in term frequency, it may be easiest to merely count the occurrence of the word fish rather than the word's non-stemmed counterparts. Lemmatisation is the process of grouping together the inflected words, for analysis as a single entity. On the surface, lemmatisation may appear to be the opposite of stemming; however, the main difference is that stemming is unaware of the context of the words and thus, cannot differentiate between words that have other meanings depending on context. For example, the word “worse” has “bad” as its lemma. This link missed by stemming as a dictionary lookup is needed and the word “talk” is the root of “talking.” This reference is matched in both stemming and lemmatisation.
- However, the drawbacks of these cleaning techniques to pre-process (“wash”) the communication data is that once data is pre-processed there are less words available for topic modelling. Conversely, if data were not pre-processed an analysis may incur many issues in terms of inferring topic models due to a lack of data cleansing (e.g., top term=the). The problem is more acute for medium sized text corpora such as real-time chat discourse conversations. For example, the below analysis depicted in Table 1 of three chat conversations shows that after the text was cleaned only 38% (on average) of words where available for analysis.
-
TABLE 1 Conver- Conver- Conver- Metric sation 1 sation 2sation 3Total Words 299 436 484 Non-Stopped Words 158 239 262 Unique Non-Stopped Words 111 168 186 # words not analysed 188 268 298 % Potential words for analysis 37% 39% 38% - Accordingly, various embodiments are provided herein to deliver a high degree of summarization of real-time chat discourse. In one aspect, the present invention provides for topic mining operations by partitioning one or more conversations (e.g., real-time chat/messages) using a segmentation operation (e.g., grouping messaging into a burst group or reflective group) and to provide an increased number of words for topic summarization tooling. Moreover, the topic modelling, using the segmentation operation, may provide an increased number of words for text mining but an improved level of readability rather than using an entire message corpus alone.
- In one aspect, one or more topic modelling tools may also be employed. For example, Latent Semantic Analysis (“LSA”) may be used that allows for a low-dimension representation of documents and words. By constructing a document-term matrix, and using matrix algebra, document similarity (e.g., product of row vectors) and word similarity (e.g., product of column vectors) may be inferred. Another topic modelling tool that may be employed is Latent Dirichlet allocation (“LDA”) which is a generative statistical model that allows topics within a text corpus to be represented as a collection of terms. At its core, LDA is a three-level hierarchical Bayesian model, in which each item in an array is modelled as a finite mixture over an underlying set of topics.
- In one aspect, the present invention provides for topic kernelization for real-time conversation data using a computing processor. That is, the mechanisms of the illustrated embodiments provide for text segmentation that provides more words for topic modelling and a more precise topic model. In one aspect, one or more real-time communications (e.g., real-time chat/messages) may be analyzed and the inter-arrival times between each of the real-time chats/messages may be recorded. The analyzed real-time chat/messages may be grouped into two groups (bursts and reflections). That is, as the inter-arrival times of instant message posts are determined and/or recorded, the messages may be grouped or “segmented” by, or according to, short and long inter-arrival times. For example, burst segments (e.g., burst segments or those messages categorized as burst segments/messages) may be successive messages within a defined time period such as, for example, a zero minute inter-arrival time (e.g., less than one minute inter-arrival time). Alternatively, reflective segments (e.g., reflective messages) may be those messages having an inter-arrival time equal to or greater than a defined time period such as, for example, those messages with a one minute or greater inter-arrival time.
- In other words, one or more real-time communications (e.g., real-time chat/messages) may be analyzed. Those messages with a rapid inter-arrival time may be defined as a burst segment. Those messages with a sedate inter-arrival time may be defined as a reflection segment.
- In one aspect, topic kernelization is an operation to segment unstructured communication message(s) (e.g., unstructured chat discourses) into a collection of active and passive messages. For example, burst segments (or those messages categorized as burst segments) may be successive messages within a defined time period such as, for example, a zero minute inter-arrival time (e.g., less than one minute inter-arrival time). Alternatively, reflective messages may be those messages having an inter-arrival time equal to or greater than a defined time period such as, for example, those messages with a one minute or greater inter-arrival time.
- The burst segments and reflection segments (e.g., collections of the group of burst segments and group of reflection segments) may then be used to determine optimal topic model sizes. The topic models may be developed using the analysis to provide more precision when ran against the same or other corpus. The burst segments and reflection segments may be used to increase words for analysis using a machine learning mechanism.
- In an additional aspect, real-time conversation data may be analyzed and time intervals between messages of the conversation data may be recorded. Each of the messages may be classified into a first group or a second group according to the analyzing. One or more topic modelling operations may be enhanced for text segmentation using the first group and the second group.
- Moreover, text mining may be performed on each burst and reflection periods (or groups) and the output terms of the text mining may then be aggregated. For topic text mining, one or more topic modelling operations such as, for example, Biterm may be used. After a conversation has been a) segmented into burst and reflection periods, b) modelled (e.g., periods topic modelled) and c) the results aggregated, the efficacy of the output may be analyzed. The terms output from a topic model operation may not be explicitly designed for a readable summary. Instead, the terms output from a topic model operation may be designed to provide a user an indication of the terms used in a text corpus. However, since a user may desire to understand the output of text mining, the present invention may prepare four sets of text as follows. 1) Each conversation may be topic modelled such as, for example, using Biterm (as a whole) and the mined terms may be output into a single collection. 2) The bursts (e.g., messages grouped as bursts) and reflections (e.g., messages grouped as reflections) from each conversation may be modelled individually, the terms are then aggregated into a single collection. 3) Each conversation with one or more stop words may be removed. 4) The raw conversation (i.e., without any pre-processing) may be modelled as well.
- In an additional aspect, each of the text sets (e.g., the four text sets mentioned above) belonging to a single conversation may be summarized. Additionally, an analysis and/or feedback may be collected as to which of the text sets are the easiest to summarize and/or which of the text sets (with all terms topic modelled) or two-grouped text sets (e.g., bursts and reflections topic modelled) are most intuitive and most efficient to summarize. Finally, feedback may be collected (which may use a machine learning algorithm) that describes or indicates (e.g., from a user or application) which are the easiest and/or hardest text sets to summarize (as compared to each other).
- It is understood in advance that although this disclosure includes a detailed description on cloud computing, implementation of the teachings recited herein are not limited to a cloud computing environment. Rather, embodiments of the present invention are capable of being implemented in conjunction with any other type of computing environment now known or later developed.
- Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the service. This cloud model may include at least five characteristics, at least three service models, and at least four deployment models.
- Characteristics are as follows:
- On-demand self-service: a cloud consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service's provider.
- Broad network access: capabilities are available over a network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, laptops, and PDAs).
- Resource pooling: the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).
- Rapid elasticity: capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time.
- Measured service: cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service.
- Service Models are as follows:
- Software as a Service (SaaS): the capability provided to the consumer is to use the provider's applications running on a cloud infrastructure. The applications are accessible from various client devices through a thin client interface such as a web browser (e.g., web-based e-mail). The consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.
- Platform as a Service (PaaS): the capability provided to the consumer is to deploy onto the cloud infrastructure consumer-created or acquired applications created using programming languages and tools supported by the provider. The consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.
- Infrastructure as a Service (IaaS): the capability provided to the consumer is to provision processing, storage, networks, and other fundamental computing resources where the consumer is able to deploy and run arbitrary software, which can include operating systems and applications. The consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).
- Deployment Models are as follows:
- Private cloud: the cloud infrastructure is operated solely for an organization. It may be managed by the organization or a third party and may exist on-premises or off-premises.
- Community cloud: the cloud infrastructure is shared by several organizations and supports a specific community that has shared concerns (e.g., mission, security requirements, policy, and compliance considerations). It may be managed by the organizations or a third party and may exist on-premises or off-premises.
- Public cloud: the cloud infrastructure is made available to the general public or a large industry group and is owned by an organization selling cloud services.
- Hybrid cloud: the cloud infrastructure is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load-balancing between clouds).
- A cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability. At the heart of cloud computing is an infrastructure comprising a network of interconnected nodes.
- Referring now to
FIG. 1 , a schematic of an example of a cloud computing node is shown.Cloud computing node 10 is only one example of a suitable cloud computing node and is not intended to suggest any limitation as to the scope of use or functionality of embodiments of the invention described herein. Regardless,cloud computing node 10 is capable of being implemented and/or performing any of the functionality set forth hereinabove. - In
cloud computing node 10 there is a computer system/server 12, which is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with computer system/server 12 include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices, and the like. - Computer system/
server 12 may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system. Generally, program modules may include routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types. Computer system/server 12 may be practiced in distributed cloud computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed cloud computing environment, program modules may be located in both local and remote computer system storage media including memory storage devices. - As shown in
FIG. 1 , computer system/server 12 incloud computing node 10 is shown in the form of a general-purpose computing device. The components of computer system/server 12 may include, but are not limited to, one or more processors orprocessing units 16, asystem memory 28, and abus 18 that couples various system components includingsystem memory 28 toprocessor 16. -
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnects (PCI) bus. - Computer system/
server 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer system/server 12, and it includes both volatile and non-volatile media, removable and non-removable media. -
System memory 28 can include computer system readable media in the form of volatile memory, such as random access memory (RAM) 30 and/orcache memory 32. Computer system/server 12 may further include other removable/non-removable, volatile/non-volatile computer system storage media. By way of example only,storage system 34 can be provided for reading from and writing to a non-removable, non-volatile magnetic media (not shown and typically called a “hard drive”). Although not shown, a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a “floppy disk”), and an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media can be provided. In such instances, each can be connected tobus 18 by one or more data media interfaces. As will be further depicted and described below,system memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention. - Program/
utility 40, having a set (at least one) ofprogram modules 42, may be stored insystem memory 28 by way of example, and not limitation, as well as an operating system, one or more application programs, other program modules, and program data. Each of the operating system, one or more application programs, other program modules, and program data or some combination thereof, may include an implementation of a networking environment.Program modules 42 generally carry out the functions and/or methodologies of embodiments of the invention as described herein. - Computer system/
server 12 may also communicate with one or moreexternal devices 14 such as a keyboard, a pointing device, adisplay 24, etc.; one or more devices that enable a user to interact with computer system/server 12; and/or any devices (e.g., network card, modem, etc.) that enable computer system/server 12 to communicate with one or more other computing devices. Such communication can occur via Input/Output (I/O) interfaces 22. Still yet, computer system/server 12 can communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) vianetwork adapter 20. As depicted,network adapter 20 communicates with the other components of computer system/server 12 viabus 18. It should be understood that although not shown, other hardware and/or software components could be used in conjunction with computer system/server 12. Examples, include, but are not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc. - In the context of the present invention, and as one of skill in the art will appreciate, various components depicted in
FIG. 1 may be located in a moving vehicle. For example, some of the processing and data storage capabilities associated with mechanisms of the illustrated embodiments may take place locally via local processing components, while the same components are connected via a network to remotely located, distributed computing data processing and storage components to accomplish various purposes of the present invention. Again, as will be appreciated by one of ordinary skill in the art, the present illustration is intended to convey only a subset of what may be an entire connected network of distributed computing components that accomplish various inventive aspects collectively. - Referring now to
FIG. 2 , illustrativecloud computing environment 50 is depicted. As shown,cloud computing environment 50 comprises one or morecloud computing nodes 10 with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) orcellular telephone 54A,desktop computer 54B,laptop computer 54C, and/orautomobile computer system 54N may communicate.Nodes 10 may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof. This allowscloud computing environment 50 to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing device. It is understood that the types ofcomputing devices 54A-N shown inFIG. 2 are intended to be illustrative only and thatcomputing nodes 10 andcloud computing environment 50 can communicate with any type of computerized device over any type of network and/or network addressable connection (e.g., using a web browser). - Referring now to
FIG. 3 , a set of functional abstraction layers provided by cloud computing environment 50 (FIG. 2 ) is shown. It should be understood in advance that the components, layers, and functions shown inFIG. 3 are intended to be illustrative only and embodiments of the invention are not limited thereto. As depicted, the following layers and corresponding functions are provided: -
Device layer 55 includes physical and/or virtual devices, embedded with and/or standalone electronics, sensors, actuators, and other objects to perform various tasks in acloud computing environment 50. Each of the devices in thedevice layer 55 incorporates networking capability to other functional abstraction layers such that information obtained from the devices may be provided thereto, and/or information from the other abstraction layers may be provided to the devices. In one embodiment, the various devices inclusive of thedevice layer 55 may incorporate a network of entities collectively known as the “internet of things” (IoT). Such a network of entities allows for intercommunication, collection, and dissemination of data to accomplish a great variety of purposes, as one of ordinary skill in the art will appreciate. -
Device layer 55 as shown includessensor 52,actuator 53, “learning”thermostat 56 with integrated processing, sensor, and networking electronics,camera 57, controllable household outlet/receptacle 58, and controllableelectrical switch 59 as shown. Other possible devices may include, but are not limited to various additional sensor devices, networking devices, electronics devices (such as a remote control device), additional actuator devices, so called “smart” appliances such as a refrigerator or washer/dryer, and a wide variety of other possible interconnected objects. - Hardware and software layer 60 includes hardware and software components. Examples of hardware components include:
mainframes 61; RISC (Reduced Instruction Set Computer) architecture based servers 62;servers 63;blade servers 64; storage devices 65; and networks andnetworking components 66. In some embodiments, software components include networkapplication server software 67 and database software 68. - Virtualization layer 70 provides an abstraction layer from which the following examples of virtual entities may be provided:
virtual servers 71; virtual storage 72;virtual networks 73, including virtual private networks; virtual applications and operating systems 74; and virtual clients 75. - In one example,
management layer 80 may provide the functions described below.Resource provisioning 81 provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment. Metering andPricing 82 provides cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses. Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources.User portal 83 provides access to the cloud computing environment for consumers and system administrators.Service level management 84 provides cloud computing resource allocation and management such that required service levels are met. Service Level Agreement (SLA) planning andfulfillment 85 provides pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA. -
Workloads layer 90 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping andnavigation 91; software development andlifecycle management 92; virtualclassroom education delivery 93; data analytics processing 94;transaction processing 95; and, in the context of the illustrated embodiments of the present invention, various workloads and functions 96 for topic kernelization. In addition, workloads and functions 96 for topic kernelization may include such operations as data analysis (including data collection and processing from organizational databases, online information, knowledge domains, data sources, and/or social networks/media, and other data storage systems, and predictive and data analytics functions. One of ordinary skill in the art will appreciate that the workloads and functions 96 for topic kernelization may also work in conjunction with other portions of the various abstractions layers, such as those in hardware and software 60, virtualization 70,management 80, and other workloads 90 (such as data analytics and/orfungibility processing 94, for example) to accomplish the various purposes of the illustrated embodiments of the present invention. - As described herein, mechanisms of the illustrated embodiment provide a solution for text segmentation for topic modelling by a processor. Real-time conversation data may be analyzed and time intervals between messages of the conversation data may be recorded. Each of the messages may be classified into a first group or a second group according to the analyzing. One or more topic modelling operations may be enhanced for text segmentation using the first group and the second group. After the conversation data has been segmented and grouped into either bursts or reflections, the bursts and reflections may be topic modelled. The results of topic modelling the bursts and reflections may then be aggregated. The terms output from a topic model operation is designed to give a user an indication of the terms used in a text corpus (and not necessarily as a readable summary).
- In one aspect, real-time conversation data may be analyzed and time intervals between messages of the conversation data may be recorded. Each of the messages may be defined (and/or segmented) as burst segments or reflection segments according to the analyzing. One or more topic modelling operations may be enhanced for text segmentation using the burst segments or reflection segments.
- Turning now to
FIG. 4 , a block diagram 400 depicts analyzing real-time conversation data and recording inter-arrival times. In one aspect, one or more of the components, modules, services, applications, and/or functions described inFIGS. 1-3 may be used inFIGS. 4-8 . For example, computer system/server 12 ofFIG. 1 , incorporatingprocessing unit 16, may be used to perform various computational, data processing and other functionality in accordance with various aspects of the present invention. - Also, as shown, the various blocks of functionality are depicted with arrows designating the blocks' 400 relationships with each other and to show process flow. Additionally, descriptive information is also seen relating each of the functional blocks 400. As will be seen, many of the functional blocks may also be considered “modules” of functionality. With the foregoing in mind, the module blocks 400 may also be incorporated into various hardware and software components of a system for topic kernelization in accordance with the present invention. Many of the functional blocks 400 (such as, for example, those within computer system/server 12) may execute as background processes on various components, either in distributed computing components, or on the user device, or elsewhere. In one aspect, the computer system 12 (see
FIG. 1 ) may be used (along with one or more other features, aspects, components, and/or hardware/software ofFIGS. 2-3 ) for topic kernelization. - At
block 402, real-time conversation data (e.g., real-time chat messages) (of one or more users or groups, entities, or other participants in the real-time conversation of block 404) may be analyzed. The time intervals between messages of the conversation data may be determined and recorded, as inblock 406. As indicated inblock 406, the recorded time intervals show recorded intervals that show consistent time intervals, sporadic or lengthy time intervals, and/or repeated “bursts” between messages. For example, in line one “hard shapers”, the recorded time intervals show recorded intervals where a time interval between the end of one message to the end of a second message may be 0.67 milliseconds. In one aspect, hard shapers may refer to a uniform distribution of conversation messages (e.g., chat messages) such as, for example, messages that have a constant inter-arrival time over a collected time period. In one aspect, inter-arrival time may be the time between the messages' (or objects) arrivals or the time between arrival of a message and a next message. In other words, the inter-arrival time may be defined as the amount of time between the arrival of one communication message (e.g., one real-time chat message) and the arrival of the next communication message (e.g., the next real-time chat message). - In line two “fluctuation”, the recorded time intervals show recorded intervals that are fluctuated and/or have inconsistent time intervals between one message and the next message. In line three “burst”, the recorded time intervals show recorded intervals that are “bursts” where a series of messages (after a first message and a time delay) are repeated during a 10 ms time period.
- Turning now to
FIG. 5 , diagram 500 depicts grouping the messages into two groups upon analyzing the real-time conversation data inFIG. 4 . Accordingly, each of the recorded messages analyzed fromFIG. 4 may be grouped into a first group (e.g., a burst) or a second group (reflections) according to the analyzing. As depicted, by way of example only, agraph 502 depicts a time interval on the y-axis and the number of words of each message on the x-axis. The highlighted sections of thegraph 502 are used for illustration purposes only for various messages. The messages may be grouped into the twogroups 504 of burst segments or reflection segments. - For example, diagram 500 depicts those messages occurring during a selected time period (e.g., less than 15 seconds) as bursts such as
burst 1, . . . , burst n, and those occurring outside of the selected time period (e.g., equal to or more than 15 seconds) are grouped in a reflection group such as, for example,reflection 1, . . . , reflection n, as shown in the twogroups 504. - Turning now to
FIG. 6 , diagram 600 depicts a summary of text mining analysis. After the conversation data has been segmented and grouped into either bursts or reflections fromFIGS. 4 and 5 , the bursts and reflections may be topic modelled. The results of topic modelling the bursts and reflections may be aggregated. The data of each group of bursts and reflections may be analyzed individually. For example, there may be 10 bunches of data in the burst group and 5 in the reflection group. For each bunch of the burst group and reflection group, a topic model such as, for example, LDA, Biterm, and the like may be used. That is, for each bunch of the burst group and reflection group, the present invention may select a topic cluster size, select a topic term size, determine (or calculate) a percentage (“%”) of unique stop words, and/or alter the topic cluster size and topic term size and then repeat until the percentage of unique stop words are maximized. The results, for example, may be displayed in a summary such as, for example,summary 600. In one aspect, the summary illustrates the number of clusters, cluster terms, total terms analyzed, unique term output, total unreferenced terms, percentage of unique (or total) terms, percentage of unique or non-stopped words, and percentage of unique words or stop words, and/or a variety of other defined summary topics or terms. The topic model operations are developed and designed (using the group of burst and group of reflection segments) to provide a user an indication of the terms used in a text corpus (and not necessarily as a readable summary). -
FIG. 7 is a diagram 700 depicting exemplary pseudocode results using topic modelling operations. The depictedpseudocode 700 illustrates, by way of example only, the use of 10 bunches of data in the burst group and 5 in the reflection group. The results of using the burst/reflection groups, to enhance topic modelling, in comparison to either segmentation based on time or the whole corpus, results in a reduced set of duplicate words within the resulting analysis. - As a final operation,
FIG. 8 depicts an output of the entire analysis process described inFIGS. 4-8 . For example, the resized topic models (from operation ofFIG. 6 ) may be used by topic modelling operations (i.e., Biterm, LDA, and the like) to yield a higher precision of summary whilst respecting context. As depicted inFIG. 8 , diagram 800 depicts an output from topic modelling of a) an entire conversation and b) conversation modelled using bursts and reflections, as described herein. That is, diagram 800 depicts an analysis of the entire conversation, an analysis of bursts and reflections, and an indication/results showing an increase of at least fifteen to twenty percent more terms are available for analysis. - Turning now to
FIG. 9 , amethod 900 for text segmentation for topic modelling by a processor is depicted, in which various aspects of the illustrated embodiments may be implemented. That is,FIG. 9 is a flowchart of anadditional example method 900 for topic kernelization for real-time conversation data in a computing environment according to an example of the present invention. Thefunctionality 900 may be implemented as a method executed as instructions on a machine, where the instructions are included on at least one computer readable medium or one non-transitory machine-readable storage medium. Thefunctionality 900 may start inblock 902. Real-time conversation data may be analyzed and time intervals between messages of the conversation data may be recorded, as inblock 904. Each of the messages may be classified (or segmented or defined) into a first group or a second group according to the analyzing, as inblock 906. In other words, the messages may be defined as a burst segments or reflection segments. One or more topic modelling operations may be enhanced (and/or developed) for text segmentation using the first group and the second group, as inblock 908. Thefunctionality 900 may end inblock 910. - In one aspect, in conjunction with and/or as part of at least one block of
FIG. 9 , the operation of 900 may include one or more of each of the following. The operation of 900 may analyze the first group and the second group. The first group may be a burst group of occurring messages within a selected time period and the second group may be a reflection group of occurring messages outside of a selected time period. The first group and the second group may be used to determine optimal topic model sizes. The operation of 900 may use the one or more enhanced topic models (e.g., a topic model operation using the first group and the second group) for selecting a topic cluster size, selecting a topic term size, determining a percentage of unique stop words, and/or altering a topic cluster size and a topic term size until a percentage of unique stop words are maximized. - Turning now to
FIG. 10 , amethod 1000 for text kernelization by a processor is depicted, in which various aspects of the illustrated embodiments may be implemented. That is,FIG. 10 is a flowchart of anadditional example method 1000 for topic kernelization for real-time conversation data in a computing environment according to an example of the present invention. Thefunctionality 1000 may be implemented as a method executed as instructions on a machine, where the instructions are included on at least one computer readable medium or one non-transitory machine-readable storage medium. Thefunctionality 1000 may start inblock 1002. Conversation data (e.g., real-time chat messages) may be analyzed, as inblock 1004. Time intervals (e.g., inter-arrival times) between messages of the conversation data may be recorded, as inblock 1006. Each of the messages may be defined (or segmented into) as a burst segment or a reflection segment according to the analyzing and recording, as inblock 1008. One or more topic modelling operations may be enhanced (and/or developed) for text segmentation using the burst segment(s) or reflection segment(s), as inblock 1010. Thefunctionality 1000 may end inblock 1012. - In one aspect, in conjunction with and/or as part of at least one block of
FIG. 10 , the operation of 1000 may include one or more of each of the following. The operation of 1000 may analyze the burst segments or reflection segments. The burst segments are messages within a selected time period and the reflection segments are messages occurring after a selected time period. The burst segments and/or reflection segments may be used to determine optimal topic model sizes. The operation of 1000 may use the one or more enhanced topic models (e.g., a topic model operation using the first group and the second group) for selecting a topic cluster size, selecting a topic term size, determining a percentage of unique stop words, and/or altering a topic cluster size and a topic term size until a percentage of unique stop words are maximized. - The present invention may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
- The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
- Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
- Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
- These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowcharts and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowcharts and/or block diagram block or blocks.
- The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowcharts and/or block diagram block or blocks.
- The flowcharts and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowcharts or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks that may be shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
Claims (20)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US15/897,298 US10606954B2 (en) | 2018-02-15 | 2018-02-15 | Topic kernelization for real-time conversation data |
US16/578,889 US10956684B2 (en) | 2018-02-15 | 2019-09-23 | Topic kernelization for real-time conversation data |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US15/897,298 US10606954B2 (en) | 2018-02-15 | 2018-02-15 | Topic kernelization for real-time conversation data |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/578,889 Continuation US10956684B2 (en) | 2018-02-15 | 2019-09-23 | Topic kernelization for real-time conversation data |
Publications (2)
Publication Number | Publication Date |
---|---|
US20190251166A1 true US20190251166A1 (en) | 2019-08-15 |
US10606954B2 US10606954B2 (en) | 2020-03-31 |
Family
ID=67541693
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/897,298 Expired - Fee Related US10606954B2 (en) | 2018-02-15 | 2018-02-15 | Topic kernelization for real-time conversation data |
US16/578,889 Active US10956684B2 (en) | 2018-02-15 | 2019-09-23 | Topic kernelization for real-time conversation data |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/578,889 Active US10956684B2 (en) | 2018-02-15 | 2019-09-23 | Topic kernelization for real-time conversation data |
Country Status (1)
Country | Link |
---|---|
US (2) | US10606954B2 (en) |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20200153700A1 (en) * | 2018-11-13 | 2020-05-14 | International Business Machines Corporation | Managing electronic communications using a communication model |
US20210112128A1 (en) * | 2019-10-09 | 2021-04-15 | Nutanix, Inc. | Platform-as-a-service deployment including service domains |
US11501881B2 (en) | 2019-07-03 | 2022-11-15 | Nutanix, Inc. | Apparatus and method for deploying a mobile device as a data source in an IoT system |
WO2023283433A1 (en) * | 2021-07-09 | 2023-01-12 | Open Text Holdings, Inc. | System and method for electronic chat production |
US20230016925A1 (en) * | 2021-07-09 | 2023-01-19 | Open Text Holdings, Inc. | System and Method for Electronic Chat Production |
US11635990B2 (en) | 2019-07-01 | 2023-04-25 | Nutanix, Inc. | Scalable centralized manager including examples of data pipeline deployment to an edge system |
US11665221B2 (en) | 2020-11-13 | 2023-05-30 | Nutanix, Inc. | Common services model for multi-cloud platform |
US11700224B2 (en) | 2021-07-09 | 2023-07-11 | Open Text Holdings, Inc. | System and method for electronic chat production |
US11726764B2 (en) | 2020-11-11 | 2023-08-15 | Nutanix, Inc. | Upgrade systems for service domains |
US11736585B2 (en) | 2021-02-26 | 2023-08-22 | Nutanix, Inc. | Generic proxy endpoints using protocol tunnels including life cycle management and examples for distributed cloud native services and applications |
US12219032B2 (en) | 2019-07-03 | 2025-02-04 | Nutanix, Inc. | Apparatuses and methods for edge computing application deployment |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10606954B2 (en) * | 2018-02-15 | 2020-03-31 | International Business Machines Corporation | Topic kernelization for real-time conversation data |
US11611524B2 (en) | 2021-08-11 | 2023-03-21 | Capital One Services, Llc | Intelligent sorting of time series data for improved contextual messaging |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030055655A1 (en) * | 1999-07-17 | 2003-03-20 | Suominen Edwin A. | Text processing system |
US7143091B2 (en) * | 2002-02-04 | 2006-11-28 | Cataphorn, Inc. | Method and apparatus for sociological data mining |
US20090287685A1 (en) * | 2002-02-04 | 2009-11-19 | Cataphora, Inc. | Method and apparatus for sociological data analysis |
US20100138377A1 (en) * | 2008-11-29 | 2010-06-03 | Jeremy Wright | Systems and Methods for Detecting and Coordinating Changes in Lexical Items |
US20120137367A1 (en) * | 2009-11-06 | 2012-05-31 | Cataphora, Inc. | Continuous anomaly detection based on behavior modeling and heterogeneous information analysis |
US20130232263A1 (en) * | 2009-12-18 | 2013-09-05 | Morningside Analytics | System and method for classifying a contagious phenomenon propagating on a network |
US20160239581A1 (en) * | 2015-02-18 | 2016-08-18 | Adobe Systems Incorporated | Tracking changes in user-generated textual content on social media computing platforms |
US20170228445A1 (en) * | 2016-02-10 | 2017-08-10 | Fuji Xerox Co., Ltd. | Systems and Methods for Presenting a Topic-Centric Visualization of Collaboration Data |
Family Cites Families (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5708822A (en) | 1995-05-31 | 1998-01-13 | Oracle Corporation | Methods and apparatus for thematic parsing of discourse |
JP4489994B2 (en) * | 2001-05-11 | 2010-06-23 | 富士通株式会社 | Topic extraction apparatus, method, program, and recording medium for recording the program |
WO2003065180A2 (en) | 2002-02-01 | 2003-08-07 | John Fairweather | System and method for creating a distributed network architecture |
US7051049B2 (en) | 2002-02-21 | 2006-05-23 | International Business Machines Corporation | Real-time chat and conference contact information manager |
JP4254623B2 (en) | 2004-06-09 | 2009-04-15 | 日本電気株式会社 | Topic analysis method, apparatus thereof, and program |
US7613690B2 (en) * | 2005-10-21 | 2009-11-03 | Aol Llc | Real time query trends with multi-document summarization |
US20120036080A1 (en) * | 2009-04-06 | 2012-02-09 | Tracx Systems Ltd. | Method and system for tracking online social interactions |
US8452772B1 (en) * | 2011-08-01 | 2013-05-28 | Intuit Inc. | Methods, systems, and articles of manufacture for addressing popular topics in a socials sphere |
US9652525B2 (en) * | 2012-10-02 | 2017-05-16 | Banjo, Inc. | Dynamic event detection system and method |
US20140095509A1 (en) * | 2012-10-02 | 2014-04-03 | Banjo, Inc. | Method of tagging content lacking geotags with a location |
US9672827B1 (en) | 2013-02-11 | 2017-06-06 | Mindmeld, Inc. | Real-time conversation model generation |
US9311406B2 (en) * | 2013-06-05 | 2016-04-12 | Microsoft Technology Licensing, Llc | Discovering trending content of a domain |
US10445152B1 (en) | 2014-12-19 | 2019-10-15 | Experian Information Solutions, Inc. | Systems and methods for dynamic report generation based on automatic modeling of complex data structures |
EP3416537A4 (en) | 2016-02-16 | 2019-11-13 | Massachusetts Eye & Ear Infirmary | Mobile device application for ocular misalignment measurement |
US10140260B2 (en) | 2016-07-15 | 2018-11-27 | Sap Se | Intelligent text reduction for graphical interface elements |
US10311144B2 (en) | 2017-05-16 | 2019-06-04 | Apple Inc. | Emoji word sense disambiguation |
US10606954B2 (en) * | 2018-02-15 | 2020-03-31 | International Business Machines Corporation | Topic kernelization for real-time conversation data |
-
2018
- 2018-02-15 US US15/897,298 patent/US10606954B2/en not_active Expired - Fee Related
-
2019
- 2019-09-23 US US16/578,889 patent/US10956684B2/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030055655A1 (en) * | 1999-07-17 | 2003-03-20 | Suominen Edwin A. | Text processing system |
US7143091B2 (en) * | 2002-02-04 | 2006-11-28 | Cataphorn, Inc. | Method and apparatus for sociological data mining |
US20090287685A1 (en) * | 2002-02-04 | 2009-11-19 | Cataphora, Inc. | Method and apparatus for sociological data analysis |
US20100138377A1 (en) * | 2008-11-29 | 2010-06-03 | Jeremy Wright | Systems and Methods for Detecting and Coordinating Changes in Lexical Items |
US20120137367A1 (en) * | 2009-11-06 | 2012-05-31 | Cataphora, Inc. | Continuous anomaly detection based on behavior modeling and heterogeneous information analysis |
US20130232263A1 (en) * | 2009-12-18 | 2013-09-05 | Morningside Analytics | System and method for classifying a contagious phenomenon propagating on a network |
US20160239581A1 (en) * | 2015-02-18 | 2016-08-18 | Adobe Systems Incorporated | Tracking changes in user-generated textual content on social media computing platforms |
US20170228445A1 (en) * | 2016-02-10 | 2017-08-10 | Fuji Xerox Co., Ltd. | Systems and Methods for Presenting a Topic-Centric Visualization of Collaboration Data |
Cited By (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20200153700A1 (en) * | 2018-11-13 | 2020-05-14 | International Business Machines Corporation | Managing electronic communications using a communication model |
US10833953B2 (en) * | 2018-11-13 | 2020-11-10 | International Business Machines Corporation | Managing electronic communications using a communication model |
US11635990B2 (en) | 2019-07-01 | 2023-04-25 | Nutanix, Inc. | Scalable centralized manager including examples of data pipeline deployment to an edge system |
US12026551B2 (en) | 2019-07-01 | 2024-07-02 | Nutanix, Inc. | Communication and synchronization with edge systems |
US11501881B2 (en) | 2019-07-03 | 2022-11-15 | Nutanix, Inc. | Apparatus and method for deploying a mobile device as a data source in an IoT system |
US12219032B2 (en) | 2019-07-03 | 2025-02-04 | Nutanix, Inc. | Apparatuses and methods for edge computing application deployment |
US12159178B2 (en) | 2019-07-03 | 2024-12-03 | Nutanix, Inc. | Apparatus and method for deploying a mobile device as a data source |
US20210112128A1 (en) * | 2019-10-09 | 2021-04-15 | Nutanix, Inc. | Platform-as-a-service deployment including service domains |
US12155731B2 (en) * | 2019-10-09 | 2024-11-26 | Nutanix, Inc. | Platform-as-a-service deployment including service domains |
US11726764B2 (en) | 2020-11-11 | 2023-08-15 | Nutanix, Inc. | Upgrade systems for service domains |
US11665221B2 (en) | 2020-11-13 | 2023-05-30 | Nutanix, Inc. | Common services model for multi-cloud platform |
US12021915B2 (en) | 2020-11-13 | 2024-06-25 | Nutanix, Inc. | Common services model for multi-cloud platform |
US11736585B2 (en) | 2021-02-26 | 2023-08-22 | Nutanix, Inc. | Generic proxy endpoints using protocol tunnels including life cycle management and examples for distributed cloud native services and applications |
US11700224B2 (en) | 2021-07-09 | 2023-07-11 | Open Text Holdings, Inc. | System and method for electronic chat production |
US20230179558A1 (en) * | 2021-07-09 | 2023-06-08 | Open Text Holdings, Inc. | System and Method for Electronic Chat Production |
US11595337B2 (en) * | 2021-07-09 | 2023-02-28 | Open Text Holdings, Inc. | System and method for electronic chat production |
US20230016925A1 (en) * | 2021-07-09 | 2023-01-19 | Open Text Holdings, Inc. | System and Method for Electronic Chat Production |
US12177178B2 (en) * | 2021-07-09 | 2024-12-24 | Open Text Holdings, Inc. | System and method for electronic chat production |
WO2023283433A1 (en) * | 2021-07-09 | 2023-01-12 | Open Text Holdings, Inc. | System and method for electronic chat production |
Also Published As
Publication number | Publication date |
---|---|
US10606954B2 (en) | 2020-03-31 |
US10956684B2 (en) | 2021-03-23 |
US20200019612A1 (en) | 2020-01-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10956684B2 (en) | Topic kernelization for real-time conversation data | |
US11374884B2 (en) | Managing and displaying online messages along timelines | |
AU2020364386B2 (en) | Rare topic detection using hierarchical clustering | |
US20190394507A1 (en) | Methods and systems for managing viewer engagement of live streaming events | |
US10185753B1 (en) | Mining procedure dialogs from source content | |
US10957089B2 (en) | Animation generation | |
US10671928B2 (en) | Adaptive analytical modeling tool | |
US11204923B2 (en) | Performance for query execution | |
US11194970B2 (en) | Context-based topic recognition using natural language processing | |
US11636554B2 (en) | Determining an effect of a message on a personal brand based on future goals | |
US12242367B2 (en) | Feature importance based model optimization | |
US11151309B1 (en) | Screenshot-based memos | |
US10387566B2 (en) | Assisting with written communication style based on recipient dress style | |
US11122141B2 (en) | Managing or modifying online content according to cognitively identified creator and organization relationships | |
US20200169588A1 (en) | Methods and systems for managing distribution of online content based on content maturity | |
US11315124B2 (en) | Analyzing temporal classes in user feedback | |
US10599783B2 (en) | Automatically suggesting a temporal opportunity for and assisting a writer in writing one or more sequel articles via artificial intelligence | |
US20190392486A1 (en) | Methods and systems for generating personalized call-to-action elements | |
US11909703B2 (en) | Live chat stream comment management | |
US12174869B2 (en) | Automated natural language generation and selection |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PENROSE, ANDREW T.;DUNNE, JONATHAN;REEL/FRAME:044940/0411 Effective date: 20180214 Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW YORK Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PENROSE, ANDREW T.;DUNNE, JONATHAN;REEL/FRAME:044940/0411 Effective date: 20180214 |
|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
ZAAA | Notice of allowance and fees due |
Free format text: ORIGINAL CODE: NOA |
|
ZAAB | Notice of allowance mailed |
Free format text: ORIGINAL CODE: MN/=. |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
ZAAA | Notice of allowance and fees due |
Free format text: ORIGINAL CODE: NOA |
|
ZAAB | Notice of allowance mailed |
Free format text: ORIGINAL CODE: MN/=. |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20240331 |