US20170046630A1 - Systems and methods for calculating category proportions - Google Patents

Systems and methods for calculating category proportions Download PDF

Info

Publication number
US20170046630A1
US20170046630A1 US15/336,963 US201615336963A US2017046630A1 US 20170046630 A1 US20170046630 A1 US 20170046630A1 US 201615336963 A US201615336963 A US 201615336963A US 2017046630 A1 US2017046630 A1 US 2017046630A1
Authority
US
United States
Prior art keywords
elements
categories
training
profiles associated
population
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US15/336,963
Inventor
Aykut Firat
Mitchell Brooks
Christopher Bingham
Amac Herdagdelen
Gary King
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CRIMSON HEXAGON Inc
Original Assignee
CRIMSON HEXAGON Inc
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by CRIMSON HEXAGON Inc filed Critical CRIMSON HEXAGON Inc
Priority to US15/336,963 priority Critical patent/US20170046630A1/en
Publication of US20170046630A1 publication Critical patent/US20170046630A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/285Clustering or classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • G06N20/20Ensemble learning
    • G06N99/005
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F17/30943
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2216/00Indexing scheme relating to additional aspects of information retrieval not explicitly covered by G06F16/00 and subgroups
    • G06F2216/03Data mining

Definitions

  • This invention relates to the field of data mining systems. More particularly, it relates to a system and method for estimating the distribution of document content, or conclusions derived from document content, among a set of categories, taking as input data a source of unstructured, structured, or only partially structured source data.
  • the invention includes systems and methods for calculating category proportions in a population set.
  • a computer-implemented method is provided.
  • a computer processor receives a training set of elements. Each element in the training set is assigned to one of a plurality of categories and has a content profile associated with it.
  • the computer processor further receives a population set of elements, with each element in the population set having a content profile.
  • the computer process then calculates, applying the stacked regression method, based on the content profiles associated with and the categories assigned to elements in the training set and the content profiles associated with the elements of the population set, a distribution of elements of the population set over the categories.
  • the bias formula method is applied in place of the stacked regression method in the first aspect.
  • the noise elimination method is applied in place of the stacked regression method in the first aspect.
  • an ensemble method consisting of a plurality of algorithmic methods, the results of which are averaged, is applied in place of the stacked regression method in the first aspect.
  • a system for calculating category proportions for a population set has a training module and a population set category estimating module.
  • the training module includes a training processor coupled to memory with the memory including software instructions causing the training processor to: (i) receive training data, the training data comprising a number of training text elements, (ii) present the at least some of the training text elements to a user, receive from the user an indications of categories to which the training text elements belong, and tag the training text elements with the indicated category, and (iii) store the category tagged training text elements.
  • the population set category estimating module includes an estimating processor coupled to memory, the memory including software instructions causing the estimating processor to: (i) receive population data, the population data comprising a number of population text elements, (ii) calculate a content profile for each category indicated in the training set, (iii) calculate a content profile for the population set, and (iv) calculate, based upon the content profiles associated with the categories indicated for the elements in the training set and the content profile of the population set, the proportions of the population set that belong in each category.
  • the population set category estimating module applies at least one of a stacked regression method, a bias formula method, and a noise elimination method.
  • FIG. 1 is a schematic diagram of one exemplary embodiment of a computer system
  • FIG. 2 is an architectural diagram of a system of the invention
  • FIG. 3 illustrates the sorting of a training set into categories according to the invention
  • FIGS. 4A and 4B illustrate the creation of content profiles for documents according to the invention
  • FIGS. 5A and 5B illustrate the creation of content profiles for a population set and categories according to the invention.
  • FIG. 6 illustrates a solution for category proportions across the population set according to the invention.
  • Systems and methods are provided for categorizing structured, unstructured, or partially structured data based on content of the data using one or more computer servers and storage devices. This involves receiving a first set of elements, with each element in the first set being assigned to one of a plurality of categories and having one of a plurality of content profiles associated therewith. A second set of elements is then received, with each element in the second set having one of the content profiles associated therewith. Next, a computer processor calculates, using the algorithms described herein and based on the content profiles associated with and the categories assigned to elements in the first set and the content profiles associated with the elements of the second set, a distribution of elements of the second set over the categories.
  • the invention can find particular use in social media analytics, where supervised machine learning algorithms are typically used to classify posts into positive, negative, and neutral sentiment. This type of classification can be useful for social media managers who, in an effort to provide customer service or create an online community, seek to interact with those expressing opinions with these sentiments. Additionally, by measuring how the proportions of these sentiment categories change over time, they can gain some insight into the effectiveness of their efforts.
  • the sentiment categories can't provide analysts with the deeper insights they need to make decisions as most business questions do not have answers that can be expressed in terms of generic sentiment.
  • the invention can address these business questions using the advanced algorithms and ensembles of algorithms as disclosed below. Using these techniques, the analysts can define for themselves the categories that are important to their business, and can accurately measure how the proportions of those categories change over time.
  • the invention can work by building a model of a given dataset using labeled examples of posts in each category. This model is then used to analyze posts that are unlabeled. For most social media analytics tools, this labeling, or “training,” is done by engineers. Using the invention, since the analyst defines their own categories, this training can be done by the analyst.
  • the invention can succeed where traditional algorithms fail because it is not a classifier. It can use an advanced algorithm, or ensemble of algorithms, to analyze posts in aggregate, allowing it to accurately measure category proportions without attempting to classify individual posts. This allows the invention to reveal insights that are relevant to the analyst with a relatively small investment of their time in training the model.
  • the computer system 100 can include one or more processors 102 which can control the operation of the computer system 100 .
  • the processor(s) 102 can include any type of microprocessor or central processing unit (CPU), including programmable general-purpose or special-purpose microprocessors and/or any one of a variety of proprietary or commercially available single or multi-processor systems.
  • the computer system 100 can also include one or more memories 104 , which can provide temporary storage for code to be executed by the processor(s) 102 or for data acquired from one or more users, storage devices, and/or databases.
  • the memory 104 can include read-only memory (ROM), flash memory, one or more varieties of random access memory (RAM) (e.g., static RAM (SRAM), dynamic RAM (DRAM), or synchronous DRAM (SDRAM)), and/or a combination of memory technologies.
  • ROM read-only memory
  • flash memory one or more varieties of random access memory (RAM) (e.g., static RAM (SRAM), dynamic RAM (DRAM), or synchronous DRAM (SDRAM)), and/or a combination of memory technologies.
  • RAM random access memory
  • SRAM static RAM
  • DRAM dynamic RAM
  • SDRAM synchronous DRAM
  • the various elements of the computer system 100 can be coupled to a bus system 112 .
  • the illustrated bus system 112 is an abstraction that represents any one or more separate physical busses, communication lines/interfaces, and/or multi-drop or point-to-point connections, connected by appropriate bridges, adapters, and/or controllers.
  • the computer system 100 can also include one or more network interface(s) 106 , one or more input/output (IO) interface(s) 108 , and one or more storage device(s) 110 .
  • IO input/output
  • the network interface(s) 106 can enable the computer system 100 to communicate with remote devices (e.g., other computer systems) over a network, and can be, for example, remote desktop connection interfaces, Ethernet adapters, and/or other local area network (LAN) adapters.
  • the IO interface(s) 108 can include one or more interface components to connect the computer system 100 with other electronic equipment.
  • the IO interface(s) 108 can include high speed data ports, such as USB ports, 1394 ports, etc.
  • the computer system 100 can be accessible to a human user, and thus the IO interface(s) 108 can include displays, speakers, keyboards, pointing devices, and/or various other video, audio, or alphanumeric interfaces.
  • the storage device(s) 110 can include any conventional medium for storing data in a non-volatile and/or non-transient manner.
  • the storage device(s) 110 can thus hold data and/or instructions in a persistent state (i.e., the value is retained despite interruption of power to the computer system 100 ).
  • the storage device(s) 110 can include one or more hard disk drives, flash drives, USB drives, optical drives, various media cards, and/or any combination thereof and can be directly connected to the computer system 100 or remotely connected thereto, such as over a network.
  • the elements illustrated in FIG. 1 can be some or all of the elements of a single physical machine. In addition, not all of the illustrated elements need to be located on or in the same physical or logical machine. Rather, the illustrated elements can be distributed in nature, e.g., using a server farm or cloud-based technology.
  • Exemplary computer systems include conventional desktop computers, workstations, minicomputers, laptop computers, tablet computers, PDAs, mobile phones, and the like.
  • modules can be implemented in hardware, software, or a combination thereof. It will further be appreciated that, when implemented in software, modules can be part of a single program or one or more separate programs, and can be implemented in a variety of contexts (e.g., as part of an operating system, a device driver, a standalone application, and/or combinations thereof).
  • software embodying one or more modules is not a signal and can be stored as an executable program on one or more non-transitory computer-readable storage mediums. Functions disclosed herein as being performed by a particular module can also be performed by any other module or combination of modules.
  • FIG. 2 An exemplary system 10 for carrying out the invention is disclosed in FIG. 2 .
  • content 12 such as social media content, and as specifically illustrated, content from TWITTER, blogs, news, and other social media or other content can be imported into system 10 .
  • Individual content items are sometimes referred to herein as “documents” or “posts.” In general, these posts are text inputs—that is, they include unstructured data.
  • the invention can be applied just as well to structured data, such as data stored in spreadsheets or databases in a structured format, or to combinations of structured and unstructured data.
  • a Content Importer 14 receives the documents and prepares them for analysis. In one exemplary pre-analysis step, the documents can be Normalized 16 .
  • Normalization 16 can include converting all the documents from diverse sources to a standardized set of fields, like contents, date, author, title, etc. Each data providers may have different names for its fields, or different ways of formatting the data. The goal of normalization is to store everything in a consistent way (the “normal” form) so that analysis can be performed on the documents without regard to their origin. Normalization could also include things like removing duplicates, removing posts that are spam or have bogus URLs, converting all dates to GMT, etc.
  • the Content Importer can also tag posts with Geolocation 18 data. That is, where possible, the Content Importer can estimate, based on things like language, IP addresses, tags, or the post actually containing geolocation references, a location for the post and can tag the post with that location.
  • analysis can also be geo-specific, so that analysis can be performed based on relevant geographical regions.
  • the Import Server can apply a Language Classifier 20 that can determine a language for a given post and tag the post with that language. As with location, this allows later analysis to be segregated based upon language.
  • other types of pre-analysis may be performed on the content prior to storage for analysis according to the invention.
  • System 10 can also include computer storage 22 that stores imported content for analysis.
  • the content can be stored according to the time of its generation (illustrated in FIG. 2 as being stored according to month). Where the circumstances are such that the analysis is often date specific, arranging the content in storage according to date can allow for convenient and efficient retrieval of the content for analysis.
  • the System 10 also includes an Analysis section 24 . It is in the analysis section that the algorithms described below are employed to analyze content.
  • the analysis can include a volume analysis—such as how much content references the IPHONE 5.
  • the analysis can further include a sentiment analysis—such as whether posters like or dislike the IPHONE 5.
  • the analysis preferably includes poster opinion based upon categories selected by an analyst.
  • the analysis section can include other types of analysis as well.
  • System 10 can operate by first presenting a number of sampled posts 40 to a human user 42 as illustrated in FIG. 3 .
  • the human user sorts the posts into user-defined categories 44 —shown in FIG. 3 as three categories, though any number of categories could be used.
  • the collection of posts that is categorized by a human user can be referred to as a training set.
  • the remaining posts, those that will be analyzed by the system, can be referred to as a population set.
  • a content profile can be created for each post.
  • the profile can indicate the presence or absence of a feature, where the feature could be letters, symbols, words, word roots, or combinations of any of those things.
  • the profile indicates the presence or absence of a word or word root.
  • the post contains A, C, and D. Accordingly, in the chart, A, C, and D are indicated to be present in that post, while B and E are absent.
  • Other posts 40 have other combinations.
  • a TWITTER post could be analyzed to indicate the presence or absence of a set of word roots. This content profile for the post could then be used in the further analysis described below.
  • FIG. 4B at the conclusion of this portion of the analysis, each document in the training set and in the population set has a profile.
  • the analysis algorithm chooses a random feature combination, such as a word or word root combination, and measures the frequency of its permutations in the population set, and in each category of the training set. This process is then repeated, as illustrated in FIG. 5B , for a variety of word combinations and permutations. The combined incidences of these permutations results in a unique content profile for the population set and each category.
  • a random feature combination such as a word or word root combination
  • the algorithm can solve for the category proportions that, when combined, produce a content profile that is close to that of the population set.
  • the result illustrated by example in FIG. 6 , provides the percentage of posts that fall within each category without having to analyze each individual post.
  • the problem requiring analysis is the quantifying into opinion category proportions of a text corpus over time. Users define opinion category proportions by providing example documents for each category during training (the training set). Two conventional solutions for quantifying the category proportions will now be described for the purpose of illustrating the problem in the state of the art.
  • the first conventional solution is regression-based and operates as follows:
  • both the text documents labeled during training and those that are to be quantified are turned into a term-document matrix, in which the rows correspond to documents, columns to terms, and cells to the presence or lack of terms in the documents, as illustrated, for example, in FIGS. 4A and 4B .
  • the term-document matrix can further be transformed into word-profile distributions by randomly sampling a set of words and calculating word-profile frequencies of all existing permutations as illustrated, for example, in FIGS. 5A and 5B .
  • the regression procedure is known to produce biased results. Because the independent variables here, which come from a transformation of the training set, are obtained through sampling, they do contain errors. This, the present inventors believe, while not wishing to be bound to any particular theory of the invention, causes error. This problem is referred to herein as “the error in variables.”
  • the second conventional solution is based on applying classification algorithms to the corpus of interest (test) using the labeled examples (training), and constructing a histogram by simply counting the predicted classification labels.
  • a fundamental problem with this approach is that the accuracy of classification algorithms depends substantially on whether the training and test documents have the same distribution or not.
  • the classification algorithms introduce bias when test and training distributions are different. However, test and training distributions are expected to differ substantially; therefore we cannot use the classification based histogram approaches.
  • the invention includes an ensemble type solution that uses the average of a number of different methods to estimate the category proportions.
  • any number of methods greater than one can be used and averaged—in one embodiment, five methods for estimating the category proportions are used and averaged.
  • the Methods selected can include those described in the King et al. published patent application referenced above, the methods described below, or other methods not disclosed herein or in King et al.
  • the invention includes at least one of three novel methods for estimating category proportions.
  • the first of the three methods is referred to as a “Stacked Regression” method.
  • the Stacked Regression is a variation of the regression method described above.
  • the second of the three methods is referred to as a “Bias Formula” method and it uses the Stacked Regression as an input.
  • the third of the three methods is referred to as a “Noise Elimination” method.
  • the invention may include the application of one of these methods to estimate category proportions, or any one or more than one can be used or combined with other methods in the ensemble approach.
  • term-document matrix to word-profile transformation is performed one at a time with a small number of resulting data rows. To compensate for the low number of data rows in each regression, several hundred regressions are done and averaged.
  • Bias correction uses the following equation to adjust the na ⁇ ve least squares estimate ⁇ circumflex over ( ⁇ ) ⁇ .
  • E ′ ⁇ E diag ⁇ ( ⁇ j ( P jk ⁇ ( 1 - P jk ) n k ) ⁇ diag ⁇ ( ⁇ j ( X jk * ⁇ ( 1 - X jk * ) n k - 1 )
  • This new random variable is purely noise, a result of using different sample sizes in the test and training data, and we want to subtract the expected value of this noise (squared) from our sum of squared error calculations. More specifically, we want to find the ⁇ circumflex over ( ⁇ ) ⁇ that is a solution to the following minimization problem (Note that bolded variables are random variables and plain variables are observed values of these random variables in the test and training):

Abstract

Systems and methods are provided for classifying text based on language using one or more computer servers and storage devices. A computer-implemented method includes receiving a training set of elements, each element in the training set being assigned to one of a plurality of categories and having one of a plurality of content profiles associated therewith; receiving a population set of elements, each element in the population set having one of the plurality of content profiles associated therewith; and calculating using at least one of a stacked regression algorithm, a bias formula algorithm, a noise elimination algorithm, and an ensemble method consisting of a plurality of algorithmic methods the results of which are averaged, based on the content profiles associated with and the categories assigned to elements in the training set and the content profiles associated with the elements of the population set, a distribution of elements of the population set over the categories.

Description

    RELATED APPLICATIONS
  • This application claims priority to U.S. Provisional Application No. 61/651,703, filed May 25, 2012, entitled “Systems and Methods for Calculating Category Proportions,” which is incorporated by reference herein.
  • FIELD
  • This invention relates to the field of data mining systems. More particularly, it relates to a system and method for estimating the distribution of document content, or conclusions derived from document content, among a set of categories, taking as input data a source of unstructured, structured, or only partially structured source data.
  • BACKGROUND
  • Efforts to extract meaning from source data—including documents and files containing text, audio, video, and other communication media—by classifying them into given categories, have a long history. Increases in the amount of digital content, such as web pages, blogs, emails, digitized books and articles, electronic versions of formal government reports and legislative hearings and records, and especially social media such as TWITTER, FACEBOOK, and LINKEDIN posts, gives rise to computational challenges for those who desire to mine such voluminous information sources for useful meaning.
  • One approach to simplifying this problem is to categorize the content. That is, assign various pieces of content to a number of categories. Conventional techniques for determining the distribution of content across such categories have focused on increasing the percentage of individual elements classified correctly, and techniques for doing so, and then assuming an aggregate proportion of individually classified elements is representative of a distribution in a broader population of unexamined elements. Unfortunately, substantial biases in aggregate proportions such as these can remain even with impressive classification accuracy of individual elements, and the challenge increases with the size and complexity of the data set, leaving these conventional techniques unsuitable for many applications. Accordingly, individual classification of elements of source data—including by automated analysis or hand coding—on a large scale is infeasible.
  • An improved approach that first evaluates a labeled set of documents having certain content profiles and assigns the documents in the labeled set to categories, then calculates a distribution of documents directly from the content profiles of a population set of documents was disclosed by King et al. in US 2009/0030862 (“System for Estimating a Distribution of Message Content Categories in Source Data,” filed on Mar. 19, 2008 and published on Jan. 29, 2009; see, also, Daniel Hopkins and Gary King, “Extracting systematic social science meaning from text,” published March 2008, and available at http://gking.harvard.edu/). While this approach has made it possible to analyze large amounts of data, improvements in accuracy when classifying the data can still be made.
  • SUMMARY
  • The invention includes systems and methods for calculating category proportions in a population set. In a first aspect, a computer-implemented method is provided. In this aspect, a computer processor receives a training set of elements. Each element in the training set is assigned to one of a plurality of categories and has a content profile associated with it. The computer processor further receives a population set of elements, with each element in the population set having a content profile. The computer process then calculates, applying the stacked regression method, based on the content profiles associated with and the categories assigned to elements in the training set and the content profiles associated with the elements of the population set, a distribution of elements of the population set over the categories.
  • In a further aspect of the invention, the bias formula method is applied in place of the stacked regression method in the first aspect. In another aspect of the invention, the noise elimination method is applied in place of the stacked regression method in the first aspect. In still another aspect of the invention, an ensemble method consisting of a plurality of algorithmic methods, the results of which are averaged, is applied in place of the stacked regression method in the first aspect.
  • In a still further aspect of the invention, a system for calculating category proportions for a population set is provided. The system has a training module and a population set category estimating module. The training module includes a training processor coupled to memory with the memory including software instructions causing the training processor to: (i) receive training data, the training data comprising a number of training text elements, (ii) present the at least some of the training text elements to a user, receive from the user an indications of categories to which the training text elements belong, and tag the training text elements with the indicated category, and (iii) store the category tagged training text elements. The population set category estimating module includes an estimating processor coupled to memory, the memory including software instructions causing the estimating processor to: (i) receive population data, the population data comprising a number of population text elements, (ii) calculate a content profile for each category indicated in the training set, (iii) calculate a content profile for the population set, and (iv) calculate, based upon the content profiles associated with the categories indicated for the elements in the training set and the content profile of the population set, the proportions of the population set that belong in each category. In performing its calculation, the population set category estimating module applies at least one of a stacked regression method, a bias formula method, and a noise elimination method.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a schematic diagram of one exemplary embodiment of a computer system;
  • FIG. 2 is an architectural diagram of a system of the invention;
  • FIG. 3 illustrates the sorting of a training set into categories according to the invention;
  • FIGS. 4A and 4B illustrate the creation of content profiles for documents according to the invention;
  • FIGS. 5A and 5B illustrate the creation of content profiles for a population set and categories according to the invention; and
  • FIG. 6 illustrates a solution for category proportions across the population set according to the invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • Systems and methods are provided for categorizing structured, unstructured, or partially structured data based on content of the data using one or more computer servers and storage devices. This involves receiving a first set of elements, with each element in the first set being assigned to one of a plurality of categories and having one of a plurality of content profiles associated therewith. A second set of elements is then received, with each element in the second set having one of the content profiles associated therewith. Next, a computer processor calculates, using the algorithms described herein and based on the content profiles associated with and the categories assigned to elements in the first set and the content profiles associated with the elements of the second set, a distribution of elements of the second set over the categories.
  • The invention can find particular use in social media analytics, where supervised machine learning algorithms are typically used to classify posts into positive, negative, and neutral sentiment. This type of classification can be useful for social media managers who, in an effort to provide customer service or create an online community, seek to interact with those expressing opinions with these sentiments. Additionally, by measuring how the proportions of these sentiment categories change over time, they can gain some insight into the effectiveness of their efforts.
  • As social media, and correspondingly analysis of social media, is maturing and analysts are asking for complex analyses. The sentiment categories can't provide analysts with the deeper insights they need to make decisions as most business questions do not have answers that can be expressed in terms of generic sentiment. The invention can address these business questions using the advanced algorithms and ensembles of algorithms as disclosed below. Using these techniques, the analysts can define for themselves the categories that are important to their business, and can accurately measure how the proportions of those categories change over time.
  • Like all supervised machine learning algorithms, the invention can work by building a model of a given dataset using labeled examples of posts in each category. This model is then used to analyze posts that are unlabeled. For most social media analytics tools, this labeling, or “training,” is done by engineers. Using the invention, since the analyst defines their own categories, this training can be done by the analyst.
  • In addition, due to time constraints, analysts can only label a few dozen posts per category when training their model. Relative to the training sets used with conventional algorithms, a training set of this size contains very little information. Additionally, the model trained by the analyst must work effectively even when the unlabeled posts being analyzed have a very different proportion of categories than the trained posts. This is a well known problem in machine learning. When the proportions are imbalanced in this way, any ambiguity in the model will introduce error. Since the small amount of training almost guarantees ambiguity in the model, this combination of small training sets and imbalanced data would appear to be incompatible with accurate classification.
  • The invention can succeed where traditional algorithms fail because it is not a classifier. It can use an advanced algorithm, or ensemble of algorithms, to analyze posts in aggregate, allowing it to accurately measure category proportions without attempting to classify individual posts. This allows the invention to reveal insights that are relevant to the analyst with a relatively small investment of their time in training the model.
  • Certain exemplary embodiments will now be described to provide an overall understanding of the principles of the structure, function, manufacture, and use of the methods, systems, and devices disclosed herein. One or more examples of these embodiments are illustrated in the accompanying drawings. Those skilled in the art will understand that the methods, systems, and devices specifically described herein and illustrated in the accompanying drawings are non-limiting exemplary embodiments and that the scope of the present invention is defined solely by the claims. The features illustrated or described in connection with one exemplary embodiment may be combined with the features of other embodiments. Such modifications and variations are intended to be included within the scope of the present invention.
  • Computer Processor
  • The systems and methods disclosed herein can be implemented using one or more computer systems, such as the exemplary embodiment of a computer system 100 shown in FIG. 1. As shown, the computer system 100 can include one or more processors 102 which can control the operation of the computer system 100. The processor(s) 102 can include any type of microprocessor or central processing unit (CPU), including programmable general-purpose or special-purpose microprocessors and/or any one of a variety of proprietary or commercially available single or multi-processor systems. The computer system 100 can also include one or more memories 104, which can provide temporary storage for code to be executed by the processor(s) 102 or for data acquired from one or more users, storage devices, and/or databases. The memory 104 can include read-only memory (ROM), flash memory, one or more varieties of random access memory (RAM) (e.g., static RAM (SRAM), dynamic RAM (DRAM), or synchronous DRAM (SDRAM)), and/or a combination of memory technologies.
  • The various elements of the computer system 100 can be coupled to a bus system 112. The illustrated bus system 112 is an abstraction that represents any one or more separate physical busses, communication lines/interfaces, and/or multi-drop or point-to-point connections, connected by appropriate bridges, adapters, and/or controllers. The computer system 100 can also include one or more network interface(s) 106, one or more input/output (IO) interface(s) 108, and one or more storage device(s) 110.
  • The network interface(s) 106 can enable the computer system 100 to communicate with remote devices (e.g., other computer systems) over a network, and can be, for example, remote desktop connection interfaces, Ethernet adapters, and/or other local area network (LAN) adapters. The IO interface(s) 108 can include one or more interface components to connect the computer system 100 with other electronic equipment. For example, the IO interface(s) 108 can include high speed data ports, such as USB ports, 1394 ports, etc. Additionally, the computer system 100 can be accessible to a human user, and thus the IO interface(s) 108 can include displays, speakers, keyboards, pointing devices, and/or various other video, audio, or alphanumeric interfaces. The storage device(s) 110 can include any conventional medium for storing data in a non-volatile and/or non-transient manner. The storage device(s) 110 can thus hold data and/or instructions in a persistent state (i.e., the value is retained despite interruption of power to the computer system 100). The storage device(s) 110 can include one or more hard disk drives, flash drives, USB drives, optical drives, various media cards, and/or any combination thereof and can be directly connected to the computer system 100 or remotely connected thereto, such as over a network. The elements illustrated in FIG. 1 can be some or all of the elements of a single physical machine. In addition, not all of the illustrated elements need to be located on or in the same physical or logical machine. Rather, the illustrated elements can be distributed in nature, e.g., using a server farm or cloud-based technology. Exemplary computer systems include conventional desktop computers, workstations, minicomputers, laptop computers, tablet computers, PDAs, mobile phones, and the like.
  • Although an exemplary computer system is depicted and described herein, it will be appreciated that this is for sake of generality and convenience. In other embodiments, the computer system may differ in architecture and operation from that shown and described here.
  • The various functions performed by the computer system 100 can be logically described as being performed by one or more modules. It will be appreciated that such modules can be implemented in hardware, software, or a combination thereof. It will further be appreciated that, when implemented in software, modules can be part of a single program or one or more separate programs, and can be implemented in a variety of contexts (e.g., as part of an operating system, a device driver, a standalone application, and/or combinations thereof). In addition, software embodying one or more modules is not a signal and can be stored as an executable program on one or more non-transitory computer-readable storage mediums. Functions disclosed herein as being performed by a particular module can also be performed by any other module or combination of modules.
  • Exemplary Architecture
  • An exemplary system 10 for carrying out the invention is disclosed in FIG. 2. Here, content 12, such as social media content, and as specifically illustrated, content from TWITTER, blogs, news, and other social media or other content can be imported into system 10. Individual content items are sometimes referred to herein as “documents” or “posts.” In general, these posts are text inputs—that is, they include unstructured data. However, the invention can be applied just as well to structured data, such as data stored in spreadsheets or databases in a structured format, or to combinations of structured and unstructured data. A Content Importer 14 receives the documents and prepares them for analysis. In one exemplary pre-analysis step, the documents can be Normalized 16. Normalization 16 can include converting all the documents from diverse sources to a standardized set of fields, like contents, date, author, title, etc. Each data providers may have different names for its fields, or different ways of formatting the data. The goal of normalization is to store everything in a consistent way (the “normal” form) so that analysis can be performed on the documents without regard to their origin. Normalization could also include things like removing duplicates, removing posts that are spam or have bogus URLs, converting all dates to GMT, etc. The Content Importer can also tag posts with Geolocation 18 data. That is, where possible, the Content Importer can estimate, based on things like language, IP addresses, tags, or the post actually containing geolocation references, a location for the post and can tag the post with that location. In this way, analysis can also be geo-specific, so that analysis can be performed based on relevant geographical regions. Further, the Import Server can apply a Language Classifier 20 that can determine a language for a given post and tag the post with that language. As with location, this allows later analysis to be segregated based upon language. In addition, other types of pre-analysis may be performed on the content prior to storage for analysis according to the invention.
  • System 10 can also include computer storage 22 that stores imported content for analysis. In one embodiment, the content can be stored according to the time of its generation (illustrated in FIG. 2 as being stored according to month). Where the circumstances are such that the analysis is often date specific, arranging the content in storage according to date can allow for convenient and efficient retrieval of the content for analysis.
  • System 10 also includes an Analysis section 24. It is in the analysis section that the algorithms described below are employed to analyze content. The analysis can include a volume analysis—such as how much content references the IPHONE 5. The analysis can further include a sentiment analysis—such as whether posters like or dislike the IPHONE 5. The analysis preferably includes poster opinion based upon categories selected by an analyst. The analysis section can include other types of analysis as well.
  • System 10 can operate by first presenting a number of sampled posts 40 to a human user 42 as illustrated in FIG. 3. The human user sorts the posts into user-defined categories 44—shown in FIG. 3 as three categories, though any number of categories could be used. The collection of posts that is categorized by a human user can be referred to as a training set. The remaining posts, those that will be analyzed by the system, can be referred to as a population set.
  • Next, as illustrated in FIG. 4A, a content profile can be created for each post. The profile can indicate the presence or absence of a feature, where the feature could be letters, symbols, words, word roots, or combinations of any of those things. In preferred embodiments, the profile indicates the presence or absence of a word or word root. As shown in the first post 40 in FIG. 4A, the post contains A, C, and D. Accordingly, in the chart, A, C, and D are indicated to be present in that post, while B and E are absent. Other posts 40 have other combinations. In a more concrete example, a TWITTER post could be analyzed to indicate the presence or absence of a set of word roots. This content profile for the post could then be used in the further analysis described below. As indicated in FIG. 4B, at the conclusion of this portion of the analysis, each document in the training set and in the population set has a profile.
  • Turning now to FIG. 5A, the analysis algorithm chooses a random feature combination, such as a word or word root combination, and measures the frequency of its permutations in the population set, and in each category of the training set. This process is then repeated, as illustrated in FIG. 5B, for a variety of word combinations and permutations. The combined incidences of these permutations results in a unique content profile for the population set and each category.
  • Now, having content profiles for the population set and each category, the algorithm can solve for the category proportions that, when combined, produce a content profile that is close to that of the population set. The result, illustrated by example in FIG. 6, provides the percentage of posts that fall within each category without having to analyze each individual post.
  • Analysis Module/Algorithms
  • Algorithms useful in the system and methods illustrated above will now be described. In the first instance, algorithms described in King et al. U.S. published patent application no. 2009/0030862 may be employed with the system, especially where an ensemble of different algorithms are used as described below. However, the present inventors have created algorithms that can provide highly accurate results in a wide variety of conditions that may be preferably applied to the system and method described above.
  • The problem requiring analysis, as noted above, is the quantifying into opinion category proportions of a text corpus over time. Users define opinion category proportions by providing example documents for each category during training (the training set). Two conventional solutions for quantifying the category proportions will now be described for the purpose of illustrating the problem in the state of the art. The first conventional solution is regression-based and operates as follows:
  • First, both the text documents labeled during training and those that are to be quantified are turned into a term-document matrix, in which the rows correspond to documents, columns to terms, and cells to the presence or lack of terms in the documents, as illustrated, for example, in FIGS. 4A and 4B. The term-document matrix can further be transformed into word-profile distributions by randomly sampling a set of words and calculating word-profile frequencies of all existing permutations as illustrated, for example, in FIGS. 5A and 5B.
  • Let X=P(S/D) be the word-profile distributions given an opinion category constructed from the training examples and Y=P(S) be the word-profile distributions in the documents to be quantified. Quantifying the category proportions, β=P(D), then is reduced to the task of solving the following equation:

  • Y=Xβ
  • When the independent variable X is measured without any error, the solution of this equation can be achieved through classical multi-regression. In our problem, independent variables are measured via sampling, thus containing sampling errors, and classical regression approaches cannot be employed to produce unbiased results.
  • This bias can be quantified by employing the following modeling approach:
  • In the test or population set we have Y=Xβ, and in the training-set we have: Y*=X*β*. Both X and X*come from the same category-specific word-profile distribution, but their distributions vary based on the sample sizes and can be modeled with normal approximation as follows:

  • X jk ·P jk +u jk, where u jk ˜N(0,P jk(1−P jk)/N k)

  • X* jk ˜P jk +e jk, where e jk ˜N(0,P jk(1−P jk)/n k)
  • With some simplifying assumptions, the classical multi-regression solution, {circumflex over (β)}, can be shown to have a bias component that is a function of the true category proportions β:

  • {circumflex over (β)}=β−(P′P+Σ E)−1ΣEβ  (I)
  • Briefly, when there are errors in the independent variables, the regression procedure is known to produce biased results. Because the independent variables here, which come from a transformation of the training set, are obtained through sampling, they do contain errors. This, the present inventors believe, while not wishing to be bound to any particular theory of the invention, causes error. This problem is referred to herein as “the error in variables.”
  • The second conventional solution is based on applying classification algorithms to the corpus of interest (test) using the labeled examples (training), and constructing a histogram by simply counting the predicted classification labels. A fundamental problem with this approach is that the accuracy of classification algorithms depends substantially on whether the training and test documents have the same distribution or not. The classification algorithms introduce bias when test and training distributions are different. However, test and training distributions are expected to differ substantially; therefore we cannot use the classification based histogram approaches.
  • In one aspect, the invention includes an ensemble type solution that uses the average of a number of different methods to estimate the category proportions. In this aspect, any number of methods greater than one can be used and averaged—in one embodiment, five methods for estimating the category proportions are used and averaged. The Methods selected can include those described in the King et al. published patent application referenced above, the methods described below, or other methods not disclosed herein or in King et al.
  • In a further aspect, the invention includes at least one of three novel methods for estimating category proportions. The first of the three methods is referred to as a “Stacked Regression” method. The Stacked Regression is a variation of the regression method described above. The second of the three methods is referred to as a “Bias Formula” method and it uses the Stacked Regression as an input. The third of the three methods is referred to as a “Noise Elimination” method. The invention may include the application of one of these methods to estimate category proportions, or any one or more than one can be used or combined with other methods in the ensemble approach.
  • Any of these methods can be implemented in software on a computer system, for example, using modules as described above.
  • Stacked Regression:
  • In prior regression based methods, term-document matrix to word-profile transformation is performed one at a time with a small number of resulting data rows. To compensate for the low number of data rows in each regression, several hundred regressions are done and averaged.
  • An alternative approach is to “stack” the data used in several hundred regressions and instead run a single regression using all data rows at the same time. Mathematically, doing only stacking would not remove the bias, as the least squares estimate is an inconsistent estimate when there are errors in variables. We couple the stacked approach with weighted regression, where the weight for each data row is the inverse of its estimated total variance as shown below.
  • W = diag ( Σ k ( P jk ( 1 - P jk ) n k ) - 1
  • By using the weights we are able to contain the influence of high variance rows and thus reduce the expected bias.
  • Bias Formula:
  • We derived a bias formula using statistical approximations that is used to estimate the true category proportions from a naïve estimate. Bias correction uses the following equation to adjust the naïve least squares estimate {circumflex over (β)}.

  • β=(I−A′(AX′XA′+AE′EA′)−1 AE′E)−1{circumflex over (β)}
  • where A is obtained as follows (in R-like notation) using gram-schmidt ortho-normalization:

  • G=diag(1,k)

  • G[1,]=rep(1/k,k)

  • G=gram·schmidt(G,orthnorm=2: k)

  • A=G[2:k]
  • E E = diag ( Σ j ( P jk ( 1 - P jk ) n k ) diag ( Σ j ( X jk * ( 1 - X jk * ) n k - 1 )
  • Noise Elimination:
  • In our problem, both Y=Xβ (test) and Z=X*β (training) (for any given β and the random variables of test and training distributions X and X* respectively), can be considered as random variables with the same mean but different variances. If we model the noise in test and training sets using normal approximation, we have:

  • X jk ·P jk +u jk, where u jk ˜N(0,P jk(1−P jk)/N k)

  • X* jk ˜P jk +e jk, where e jk ˜N(0,P jk(1−P jk)/n k)
  • Let us define the difference of Y and X*β as another random variable: θ=(Y−Z)=(X−X*)β.
  • This new random variable is purely noise, a result of using different sample sizes in the test and training data, and we want to subtract the expected value of this noise (squared) from our sum of squared error calculations. More specifically, we want to find the {circumflex over (β)} that is a solution to the following minimization problem (Note that bolded variables are random variables and plain variables are observed values of these random variables in the test and training):

  • min f({circumflex over (β)})=(Y−X*{circumflex over (β)})′(Y−X*{circumflex over (β)})−E((Y−X*{circumflex over (β)})′(Y−X*{circumflex over (β)}))

  • s.t.Σ{circumflex over (β)}=1
  • An estimate of E((Y−X*{circumflex over (β)})′(Y−X*{circumflex over (β)})) is derived to be:
  • j = 1 M E ( θ j 2 ) = E ( j = 1 M k = 1 K X jk * ( 1 - X jk * ) ( β k N + β k 2 n k ) ( n k n k - 1 ) )
  • This means that the expected value of the sum of squared errors can be estimated using our best estimate of the Pjk as follows:
  • j = 1 M k = 1 K P jk ( 1 - P jk ) * ( β k N + β k 2 n k )
  • The numerical procedure we currently perform to solve the optimization procedure is as follows:
      • 1) Generate some estimate of the true β, i.e., β0.
      • 2) Generate 5000 Dirichlet variables with alpha=25*β0
      • 3) Calculate f({circumflex over (β)}) for each of the 5000 {circumflex over (β)} values, and order them in ascending order.
  • 4) Average the top 100 {circumflex over (β)} values from Step 3.
  • A person of ordinary skill in the art will appreciate further features and advantages of the invention based on the above-described embodiments and objectives. Accordingly, the invention is not to be limited by what has been particularly shown and described, except as indicated by the appended claims or those ultimately provided. All publications and references cited herein are expressly incorporated herein by reference in their entirety, and the invention expressly includes all combinations and sub-combinations of features included above and in the incorporated references.

Claims (4)

What is claimed is:
1. A computer-implemented method performed by a computer processor, comprising:
(a) receiving by the computer processor a training set of elements, each element in the training set being assigned to one of a plurality of categories and having one of a plurality of content profiles associated therewith;
(b) receiving by the computer processor a population set of elements, each element in the population set having one of the plurality of content profiles associated therewith; and
(c) calculating by the computer processor applying the stacked regression method, based on the content profiles associated with and the categories assigned to elements in the training set and the content profiles associated with the elements of the population set, a distribution of elements of the population set over the categories.
2. A computer-implemented method performed by a computer processor, comprising:
(a) receiving by the computer processor a training set of elements, each element in the training set being assigned to one of a plurality of categories and having one of a plurality of content profiles associated therewith;
(b) receiving by the computer processor a population set of elements, each element in the population set having one of the plurality of content profiles associated therewith; and
(c) calculating by the computer processor applying the bias formula method, based on the content profiles associated with and the categories assigned to elements in the training set and the content profiles associated with the elements of the population set, a distribution of elements of the population set over the categories.
3. A computer-implemented method performed by a computer processor, comprising:
(a) receiving by the computer processor a training set of elements, each element in the training set being assigned to one of a plurality of categories and having one of a plurality of content profiles associated therewith;
(b) receiving by the computer processor a population set of elements, each element in the population set having one of the plurality of content profiles associated therewith; and
(c) calculating by the computer processor applying the noise elimination method, based on the content profiles associated with and the categories assigned to elements in the training set and the content profiles associated with the elements of the population set, a distribution of elements of the population set over the categories.
4-12. (canceled)
US15/336,963 2012-05-25 2016-10-28 Systems and methods for calculating category proportions Abandoned US20170046630A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/336,963 US20170046630A1 (en) 2012-05-25 2016-10-28 Systems and methods for calculating category proportions

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201261651703P 2012-05-25 2012-05-25
US13/804,096 US9483544B2 (en) 2012-05-25 2013-03-14 Systems and methods for calculating category proportions
US15/336,963 US20170046630A1 (en) 2012-05-25 2016-10-28 Systems and methods for calculating category proportions

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/804,096 Continuation US9483544B2 (en) 2012-05-25 2013-03-14 Systems and methods for calculating category proportions

Publications (1)

Publication Number Publication Date
US20170046630A1 true US20170046630A1 (en) 2017-02-16

Family

ID=49624508

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/804,096 Active 2033-06-09 US9483544B2 (en) 2012-05-25 2013-03-14 Systems and methods for calculating category proportions
US15/336,963 Abandoned US20170046630A1 (en) 2012-05-25 2016-10-28 Systems and methods for calculating category proportions

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/804,096 Active 2033-06-09 US9483544B2 (en) 2012-05-25 2013-03-14 Systems and methods for calculating category proportions

Country Status (8)

Country Link
US (2) US9483544B2 (en)
EP (1) EP2856334A4 (en)
JP (1) JP6320997B2 (en)
KR (1) KR101983538B1 (en)
CN (1) CN104364781B (en)
HK (1) HK1205583A1 (en)
SG (1) SG11201407609TA (en)
WO (1) WO2013177279A2 (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
UY34259A (en) * 2011-08-15 2013-02-28 Basf Se FUNGICIDE COMPOUNDS OF 1- {2- [2-HALO-4- (4-HALOGEN-Phenoxy) -Phenyl] -2-ALCOXI-3-METHYL-BUTIL} -1H- [1,2,4] SUBSTITUTED TRIAZOL
EA030875B1 (en) 2012-12-20 2018-10-31 Басф Агро Б.В. Compositions comprising a triazole compound
ES2742288T3 (en) 2013-01-09 2020-02-13 Basf Agro Bv Process for the preparation of oxiranes and substituted triazoles
CA2916777A1 (en) 2013-07-08 2015-01-15 BASF Agro B.V. Compositions comprising a triazole compound and a biopesticide
CN106793776A (en) 2014-06-25 2017-05-31 巴斯夫农业公司 Composition pesticide
UA120628C2 (en) 2014-11-07 2020-01-10 Басф Се Pesticidal mixtures
US10905122B2 (en) 2016-03-16 2021-02-02 Basf Se Use of tetrazolinones for combating resistant phytopathogenic fungi on cereals
US11241012B2 (en) 2016-03-16 2022-02-08 Basf Se Use of tetrazolinones for combating resistant phytopathogenic fungi on soybean
US11425909B2 (en) 2016-03-16 2022-08-30 Basf Se Use of tetrazolinones for combating resistant phytopathogenic fungi on fruits
US11514233B2 (en) 2016-11-22 2022-11-29 President And Fellows Of Harvard College Automated nonparametric content analysis for information management and retrieval
US11205103B2 (en) 2016-12-09 2021-12-21 The Research Foundation for the State University Semisupervised autoencoder for sentiment analysis
US20180315414A1 (en) 2017-04-26 2018-11-01 International Business Machines Corporation Adaptive digital assistant and spoken genome
US10891539B1 (en) 2017-10-31 2021-01-12 STA Group, Inc. Evaluating content on social media networks
US20230252067A1 (en) * 2022-02-10 2023-08-10 International Business Machines Corporation Ranking explanatory variables in multivariate analysis

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090030862A1 (en) * 2007-03-20 2009-01-29 Gary King System for estimating a distribution of message content categories in source data

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10320370A (en) * 1997-05-16 1998-12-04 Nippon Telegr & Teleph Corp <Ntt> Pattern recognition method through integration of plural identification functions
US7869647B2 (en) 2004-04-02 2011-01-11 Agilent Technologies, Inc. System and method for processing training data for a statistical application
DE102006010400B4 (en) 2006-03-03 2023-04-13 Dspace Gmbh Method for creating an optimized schedule for a time-triggered distributed computer system
CN101187937A (en) 2007-10-30 2008-05-28 北京航空航天大学 Mode multiplexing isomerous database access and integration method under gridding environment
JP5142135B2 (en) 2007-11-13 2013-02-13 インターナショナル・ビジネス・マシーンズ・コーポレーション Technology for classifying data
CN101561805B (en) * 2008-04-18 2014-06-25 日电(中国)有限公司 Document classifier generation method and system
US8031110B2 (en) 2008-12-27 2011-10-04 Trimble Navigation Ltd. Position bias amelioration method and apparatus in GNSS receiver

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090030862A1 (en) * 2007-03-20 2009-01-29 Gary King System for estimating a distribution of message content categories in source data

Also Published As

Publication number Publication date
HK1205583A1 (en) 2015-12-18
KR101983538B1 (en) 2019-05-29
US9483544B2 (en) 2016-11-01
SG11201407609TA (en) 2014-12-30
CN104364781B (en) 2017-07-14
JP2015520901A (en) 2015-07-23
KR20150016972A (en) 2015-02-13
EP2856334A2 (en) 2015-04-08
JP6320997B2 (en) 2018-05-09
CN104364781A (en) 2015-02-18
WO2013177279A3 (en) 2014-01-16
US20140012855A1 (en) 2014-01-09
WO2013177279A2 (en) 2013-11-28
EP2856334A4 (en) 2016-01-20

Similar Documents

Publication Publication Date Title
US9483544B2 (en) Systems and methods for calculating category proportions
Javed Awan et al. Social media and stock market prediction: a big data approach
Asmussen et al. Smart literature review: a practical topic modelling approach to exploratory literature review
Ur-Rahman et al. Textual data mining for industrial knowledge management and text classification: A business oriented approach
Mačutek et al. Evaluating goodness-of-fit of discrete distribution models in quantitative linguistics
Chakraborty et al. Constant communities in complex networks
US10147020B1 (en) System and method for computational disambiguation and prediction of dynamic hierarchical data structures
Nguyen et al. A kernel independence test for geographical language variation
Li et al. Exploring the diversity of retweeting behavior patterns in Chinese microblogging platform
CN112734569A (en) Stock risk prediction method and system based on user portrait and knowledge graph
Lin et al. A new multilevel cart algorithm for multilevel data with binary outcomes
US20120316917A1 (en) Extracting dimensions of quality from online user-generated content
Diallo et al. On the application of the three-step approach to growth mixture models
Sietsma et al. The next generation of machine learning for tracking adaptation texts
Dann et al. Reconstructing the giant: Automating the categorization of scientific articles with deep learning techniques
Read Algorithms for inference in SVARs identified with sign and zero restrictions
Buehling et al. PhDs with industry partners–assessing collaboration and topic distribution using a text mining methodology
Gorbushin et al. Automated intellectual analysis of consumers' opinions in the scope of internet marketing and management of the international activity in educational institution
CN114493853A (en) Credit rating evaluation method, credit rating evaluation device, electronic device and storage medium
Gunu et al. Modern predictive models for modeling the college graduation rates
Chen et al. Binary classification with covariate selection through ℓ0-penalised empirical risk minimisation
Fish Firat et al.
CN112069807A (en) Text data theme extraction method and device, computer equipment and storage medium
Tolner et al. Clustering of Business Organisations based on Textual Data-An LDA Topic Modeling Approach
Dhanya et al. Comparative performance of machine learning algorithms in detecting offensive speech in malayalam-english code-mixed data

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION