USING AUTOENCODERS FOR TRAINING NATURAL LANGUAGE TEXT CLASSIFIERS
Systems and methods for using autoencoders for training natural language classifiers. An example method comprises: producing, by a computer system, a plurality of feature vectors, wherein each feature vector represents a natural language text of a text corpus, wherein the text corpus comprises a first plurality of annotated natural language texts and a second plurality of un-annotated natural language texts; training, using the plurality of feature vectors, an autoencoder represented by an artificial neural network; producing, by the autoencoder, an output of the hidden layer, by processing a training data set comprising the first plurality of annotated natural language texts; and training, using the training data set, a text classifier that accepts an input vector comprising the output of the hidden layer and yields a degree of association, with a certain text category, of a natural language text utilized to produce the output of the hidden layer.
This application is a continuation of U.S. patent application Ser. No. 15/852,418, filed Dec. 22, 2017, which claims the benefit of priority under 35 U.S.C. § 119 to Russian Patent Application No. 2017143146 filed Dec. 11, 2017. Both above-referenced applications in their respective entireties are incorporated by reference herein.
TECHNICAL FIELDThe present disclosure is generally related to computer systems, and is more specifically related to systems and methods for natural language processing.
BACKGROUNDVarious natural language processing tasks may involve classifying natural language texts. Examples of such tasks include detecting semantic similarities, search result ranking, determination of text authorship, spam filtering, selecting texts for contextual advertising, etc.
SUMMARY OF THE DISCLOSUREIn accordance with one or more aspects of the present disclosure, an example method of using an autoencoder for training a natural language classifier may include: producing, by a computer system, a plurality of feature vectors, wherein each feature vector represents a natural language text of a text corpus, wherein the text corpus comprises a first plurality of annotated natural language texts and a second plurality of un-annotated natural language texts; training, using the plurality of feature vectors, an autoencoder represented by an artificial neural network; producing, by the autoencoder, an output of the hidden layer, by processing a training data set comprising the first plurality of annotated natural language texts; and training, using the training data set, a text classifier that accepts an input vector comprising the output of the hidden layer and yields a degree of association, with a certain text category, of a natural language text utilized to produce the output of the hidden layer.
In accordance with one or more aspects of the present disclosure, an example system of classifying a natural language text may include a memory and a processor, coupled to the memory, the processor configured for: receiving, by a computer system, a natural language text; processing the natural language text by an autoencoder represented by an artificial neural network; feeding, to a text classifier, an input vector comprising an output of the hidden layer; and determining, using the text classifier, a degree of association of the natural language text with a certain text category.
In accordance with one or more aspects of the present disclosure, an example computer-readable non-transitory storage medium may comprise executable instructions that, when executed by a computer system, cause the computer system to: produce a plurality of feature vectors, wherein each feature vector represents a natural language text of a text corpus, wherein the text corpus comprises a first plurality of annotated natural language texts and a second plurality of un-annotated natural language texts; train, using the plurality of feature vectors, an autoencoder represented by an artificial neural network; produce, by the autoencoder, an output of the hidden layer, by processing a training data set comprising the first plurality of annotated natural language texts; and train, using the training data set, a text classifier that accepts an input vector comprising the output of the hidden layer and yields a degree of association, with a certain text category, of a natural language text utilized to produce the output of the hidden layer.
The present disclosure is illustrated by way of examples, and not by way of limitation, and may be more fully understood with references to the following detailed description when considered in connection with the figures, in which:
Described herein are methods and systems for using autoencoders for training natural language classifiers. Natural language text classification may involve associating a given natural language text, which may be represented, e.g., by at least a portion of a document, with one or more categories of a certain set of categories. In certain implementations, the set of categories may be pre-determined (e.g., “spam” and “legitimate messages” for classification of electronic mail messages). Alternatively, the set of categories may be identified on-the-fly at the time of performing the classification, by analyzing a corpus of natural language texts, or documents (e.g., multiple items of a newsfeed).
“Computer system” herein shall refer to a data processing device having a general purpose processor, a memory, and at least one communication interface. Examples of computer systems that may employ the methods described herein include, without limitation, desktop computers, notebook computers, tablet computers, and smart phones.
In automated text classification, each natural language text may be represented by a point within a multi-dimensional space of the chosen text features, where the point coordinates are represented by the feature values. Therefore, performing the text classification may involve determining parameters of one or more separating hyper-planes that split the multi-dimensional space into sectors representing the classification categories.
Text classification may be performed by evaluating a classification function, also referred to as classifier, which may be represented by a function of a plurality of text features that yields the degree of association of the text being classified with a certain category of the plurality of classification categories (e.g., the probability of the text being associated with a certain category). The text classification may involve evaluating a chosen classification function for each category of the plurality of classification categories, and associating the natural language text with the category corresponding to the optimal (maximum or minimum) value of the classification function.
In certain implementations, each natural language text may be represented by a feature vector including a plurality of numerical values reflecting the respective text features. In an illustrative example, each element of the vector may store a value reflecting certain frequency characteristics of a word identified by the index of the element, as described in more detail herein below.
Values of one or more parameters of the classifier may be determined by a supervised learning method, which may involve iteratively modifying the parameter values based on analyzing a training data set including natural language texts with known classification categories, in order to optimize a fitness function reflecting the ratio of the number of natural language texts of a validation data set that would be classified correctly using the specified values of the classifier parameters to the total number of the natural language texts in the validation data set.
In practice, the number of available annotated texts which may be included into the training or validation data set may be relatively small, as producing such annotated texts may involve receiving the user input specifying the classification category for each text. Supervised learning based on relatively small training and validation data sets may produce poorly performing classifiers.
The present disclosure addresses the above-noted and other deficiencies of known text classification methods by utilizing autoencoders for extracting information from large, mostly un-annotated, text corpuses, such that the extracted information may then be leveraged in the classifier training process. “Autoencoder” herein shall refer to an artificial neural network employed for unsupervised learning of encodings of sets of data, typically for the purpose of dimensionality reduction. An autoencoder may be implemented by a three-layer artificial neural network, in which the dimensions of the input and output vectors are equal, while the dimension of the hidden intermediate layer is significantly less than that of the input and output layers, as described in more detail herein below. Unsupervised learning of an autoencoder involves processing a sample data set in order to determine the values of one or more autoencoder parameters, in order to minimize the output error reflecting the difference between the input and output vectors. As the dimension of the hidden layer is significantly less than that of the input and output layers, the autoencoder compresses the input vector by the input layer and then restores is by the output layer, thus detecting certain inherent or hidden features of the input data set.
Various aspects of the above referenced methods and systems are described in details herein below by way of examples, rather than by way of limitation.
At block 210, a computer system implementing the method may analyze a corpus of natural language texts to produce, for each natural language text, a feature vector representing the respective text. The corpus may comprise texts having a common or similar structure (e.g., news articles or electronic mail messages) and representing several classification categories (e.g., literary works by various persons, spam and legitimate electronic mail messages, news articles on foreign policy, science, and sports, etc.). A relatively small subset of text corpus may be annotated, i.e., may include texts having a known classification category (such as authorship of a literary work, spam classification of an electronic mail message, topic of a news article, etc.). It should be noted that methods and systems of the present disclosunammes are well-suited for processing unbalanced training sets, i.e., the training sets in which the number of texts associated with one classification category may be substantially different from the number of texts associated with another classification category.
The feature vectors representing the respective corpus texts may be combined into a matrix representing the text corpus, such that each row of the matrix represents a vector of features of a text identified by the row index, and each column of the matrix represents a certain text feature, e.g., an occurrence of a word identified by the column index.
In an illustrative example, each text may be represented by a “bag of words,” i.e., an unordered or arbitrarily ordered set of words contained by the text. Therefore, each matrix cell may store an integer value reflecting the number of occurrences, in the document identified by the row, of the word associated with the column.
In order to reduce the level of noise which may be caused by certain frequently occurring words which do not determine the document category (e.g., articles, prepositions, auxiliary verbs, etc.), each natural language text may be represented by a vector of term frequency—inverse document frequency (TF-IDF) values.
Term frequency (TF) represents the frequency of occurrence of a given word in the document:
tf(t,d)=nt/Σnk
where t is the word identifier,
d is the document identifier,
nt is the number of occurrences of the word t within document d, and
Σnk is the total number of words within document d.
Inverse document frequency (IDF) is defined as the logarithmic ratio of the number of texts in the corpus to the number of documents containing the given word:
idf(t, D)=log[|D|/{diϵD|tϵdi}/]
where D is the text corpus identifier,
|D| is the number of documents in the corpus, and
{di ∈D|t ∈di} is the number of documents of the corpus D which contain the word t.
Thus, TF-IDF may be defined as the product the product of the term frequency (TF) and the inverse document frequency (IDF):
tf-idf(t, d, D)=tf (t, d)*idf (t, D)
TF-IDF would produce larger values for words that are more frequently occurring in one document that on other documents of the corpus. Accordingly, the text corpus may be represented by a matrix, each cell of which stores the TF-IDF value of the word identified by the column index in the document identified by the row index.
In various alternative implementations, other types of features which may be extracted from natural language texts, including morphological, syntactical, and/or semantic features, may be utilized for text classification by the systems and methods of the present disclosure, in addition to, or instead of the above-described TF-IDF values.
At block 220, the computer system may utilize the feature vectors representing the natural language texts to perform unsupervised learning of an autoencoder, which will then be employed for producing the classifier input. In an illustrative example, the autoencoder may be represented by a three-layer artificial neural network.
A neural network is a computational model based on a multi-staged algorithm that applies a set of pre-defined functional transformations to a plurality of inputs (e.g., a feature vector representing a document) and then utilizes the transformed data for information extraction, pattern recognition, etc. In an illustrative example, a neural network may include multiple artificial neurons, which receive input, change their internal state according to that input and an activation function, and produce output depending on the input and the activated internal state. A neural network may be formed by connecting the output of certain neurons to the input of other neurons to form a directed weighted graph, in which the neurons represent the nodes and the connection between the neurons represent weighted directed edges. The weights and the activation function parameters can be modified by a learning process.
As noted herein above, a three-layer artificial neural network, in which the dimensions of the input and output vectors are equal, while the dimension of the hidden intermediate layer is significantly less than that of the input and output layers, may implement an autoencoder, which may be employed for unsupervised learning of encodings of sets of data, typically for the purpose of dimensionality reduction.
z−σ(Wx+b),
where σ is the activation function, which may be represented by a sigmoid function or by a rectifier linear unit,
W is the weight matrix, and
b is the bias vector.
The decoder stage 420 of the autoencoder may map the latent representation z to the reconstruction vector x′ having the same dimension as the input vector x:
X′−σ′(W′z+b′).
The autoencoder may be trained to minimize the reconstruction error:
L(x, x′)=∥x−x′∥2=∥x−σ′(σ(Wx+b))+b′)∥2,
where x may be averaged over the training data set.
As the dimension of the hidden layer is significantly less than that of the input and output layers, the autoencoder compresses the input vector by the input layer and then restores is by the output layer, thus detecting certain inherent or hidden features of the input data set.
In certain implementations, the activation function of the hidden layer of the autoencoder may be represented by a rectified linear unit (ReLU), which may be described by the following formula:
σ(x)=max(0, x).
In certain implementations, the activation function of the output layer of the autoencoder may be represented by a rectified linear unit (ReLU), which may be described by the following formula:
σ(x)=1/(1+e−x).
Unsupervised learning of the autoencoder may involve, for each input vector x, performing a feed-forward pass to obtain the output x′, measuring the output error reflected by the loss function L(x, x′), and back-propagating the output error through the network to update the dimension of the hidden layer, the weights, and/or activation function parameters. In an illustrative example, the loss function may be represented by the binary cross-entropy function. The training process may be repeated until the output error is below a predetermined threshold.
Referring again to
At block 240, the computer system may utilize the trained autoencoder to process the identified training data set in order to produce the output of the autoencoder's hidden layer. Since the autoencoder has been trained on the whole corpus of texts including both un-annotated and annotated texts, the output of the hidden layer of the autoencoder processing an annotated text from the training data set would presumably reflect not only the input text features of the particular annotated text, but also the information that has been gleaned by the autoencoder from the whole text corpus during the autoencoder training.
At block 250, the computer system may train the classifier utilizing the output produced by the hidden layer of the autoencoder as the input of the classifier. In certain implementations, the classifier may be represented by a linear Support Vector Classification (LinearSVC) classifier. Training the classifier may involve iteratively identify the values of certain parameters of the text classifier model that would optimize a chosen fitness function. In an illustrative example, the fitness function may reflect the number of natural language texts of the validation data set that would be classified correctly using the specified values of the classifier parameters. In certain implementations, the fitness function may be represented by the F-score, which is defined as the weighted harmonic mean of the precision and recall of the test:
F−2*P*R/(P+R),
where P is the number of correct positive results divided by the number of all positive results, and
R is the number of correct positive results divided by the number of positive results that should have been returned.
At block 260, the computer system may utilize the trained classifier to perform a natural language processing task. Examples natural language processing tasks include detecting semantic similarities, search result ranking, determination of text authorship, spam filtering, selecting texts for contextual advertising, etc. Upon completing the operations of block 260, the method may terminate.
In an illustrative example, the trained classifier may be employed for classifying the un-annotated texts of the text corpus 110 and/or other similar texts. The classification process may involve employing the autoencoder to produce the output of the hidden layer, and then feeding that output to the trained classifier. The text classification may involve evaluating a chosen classification function for each category of the plurality of classification categories, and associating the natural language text with the category corresponding to the optimal (maximum or minimum) value of the classification function, as described in more detail herein above, as described in more detail herein below with references to
For relatively small training data sets, classifiers trained on the autoencoder output may provide better accuracy than classifiers directly processing the features extracted from an annotated text.
In practice, a text corpus may initially include only a small subset of annotated documents, but their number may increase with new documents being received, classified, and their classification validated (e.g., by soliciting and receiving a user interface input confirming or modifying the document category produced by a text classifier). Thus, in certain implementations, for certain text corpuses, the output of the hidden layer may be concatenated with the feature vector extracted from the natural language text, and the resulting concatenated vector may be fed to the classifier input for training the classifier.
At block 810, a computer system implementing the method may receive a natural language text to be classified by associating with a category of a pre-determined set of categories.
At block 820, the computer system may employ an autoencoder, which has been pre-trained on a large text corpus, to process the received natural language text and produce the output of the autoencoder's hidden layer, as described in more detail herein above.
At block 830, the computer system may feed the output of the hidden layer of the autoencoder to one or more classifiers, which has been pre-trained on an annotated subset of the text corpus, as described in more detail herein above.
At block 840, each classifier may produce the degree of association of the text being classified with a respective category of the plurality of classification categories, as described in more detail herein above.
At block 850, the computer system may select the optimal (e.g., maximal or minimal) value among the values produced by the classifiers, and associate the natural language text with the category corresponding to the classifier that has produced the selected optimal value.
At block 860, the computer system may utilize the identified text category to perform a natural language processing task. Examples natural language processing tasks include detecting semantic similarities, search result ranking, determination of text authorship, spam filtering, selecting texts for contextual advertising, etc. Upon completing the operations of block 280, the method may terminate.
Exemplary computer system 1000 includes a processor 902, a main memory 904 (e.g., read-only memory (ROM) or dynamic random access memory (DRAM)), and a data storage device 918, which communicate with each other via a bus 930.
Processor 902 may be represented by one or more general-purpose computer systems such as a microprocessor, central processing unit, or the like. More particularly, processor 902 may be a complex instruction set computing (CISC) microprocessor, reduced instruction set computing (RISC) microprocessor, very long instruction word (VLIW) microprocessor, or a processor implementing other instruction sets or processors implementing a combination of instruction sets. Processor 902 may also be one or more special-purpose computer systems such as an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), a digital signal processor (DSP), network processor, or the like. Processor 902 is configured to execute instructions 926 for performing the operations and functions discussed herein.
Computer system 1000 may further include a network interface device 922, a video display unit 910, a character input device 912 (e.g., a keyboard), and a touch screen input device 914.
Data storage device 918 may include a computer-readable storage medium 924 on which is stored one or more sets of instructions 926 embodying any one or more of the methodologies or functions described herein. Instructions 926 may also reside, completely or at least partially, within main memory 904 and/or within processor 902 during execution thereof by computer system 1000, main memory 904 and processor 902 also constituting computer-readable storage media. Instructions 926 may further be transmitted or received over network 916 via network interface device 922.
In certain implementations, instructions 926 may include instructions of methods 200, 700 for training a text classifier and classifying natural language texts, in accordance with one or more aspects of the present disclosure. While computer-readable storage medium 924 is shown in the example of
The methods, components, and features described herein may be implemented by discrete hardware components or may be integrated in the functionality of other hardware components such as ASICS, FPGAs, DSPs or similar devices. In addition, the methods, components, and features may be implemented by firmware modules or functional circuitry within hardware devices. Further, the methods, components, and features may be implemented in any combination of hardware devices and software components, or only in software.
In the foregoing description, numerous details are set forth. It will be apparent, however, to one of ordinary skill in the art having the benefit of this disclosure, that the present disclosure may be practiced without these specific details. In some instances, well-known structures and devices are shown in block diagram form, rather than in detail, in order to avoid obscuring the present disclosure.
Some portions of the detailed description have been presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of operations leading to a desired result. The operations are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussion, it is appreciated that throughout the description, discussions utilizing terms such as “determining,” “computing,” “calculating,” “obtaining,” “identifying,” “modifying” or the like, refer to the actions and processes of a computer system, or similar electronic computer system, that manipulates and transforms data represented as physical (e.g., electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
The present disclosure also relates to an apparatus for performing the operations herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a computer readable storage medium, such as, but not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions.
It is to be understood that the above description is intended to be illustrative, and not restrictive. Various other implementations will be apparent to those of skill in the art upon reading and understanding the above description. The scope of the disclosure should, therefore, be determined with reference to the appended claims, along with the full scope of equivalents to which such claims are entitled.
Claims
1. A method, comprising:
- receiving, by a computer system, a natural language text;
- processing the natural language text by an autoencoder represented by an artificial neural network comprising an input layer, a hidden layer, and an output layer;
- feeding, to a text classifier, an input vector comprising an output of the hidden layer; and
- determining, using the text classifier, a degree of association of the natural language text with a certain text category.
2. The method of claim 1, wherein the hidden layer comprises an activation function provided by a rectified linear unit.
3. The method of claim 1, wherein a first dimension of the input layer is equal to a second dimension of the output layer and is greater than a third dimension of the hidden layer.
4. The method of claim 1, further comprising:
- producing a feature vector comprising a plurality of term frequency-inverse document frequency (TF-IDF) values, each value reflecting a frequency of occurrence, in the natural language text, of a word identified by an index of the value in the feature vector; and
- producing the input vector by concatenating the output of the hidden layer and the feature vector.
5. The method of claim 1, further comprising:
- producing a plurality of classifier input vectors, wherein each classifier input vector comprises an output of the hidden layer; and
- training the text classifier using the plurality of classifier input vectors, wherein each classifier input vector is associated with a known category of a training natural language text that has been utilized for producing the output of the hidden layer.
6. The method of claim 1, further comprising:
- producing a plurality of classifier input vectors, wherein each classifier input vector comprises a combination of a feature vector representing a natural language text and an output of the hidden layer produced by processing the natural language text; and
- training the text classifier using the plurality of classifier input vectors, wherein each classifier input vector is associated with a known category of a training natural language text that has been utilized for producing the output of the hidden layer.
7. The method of claim 1, further comprising:
- producing a plurality of feature vectors, wherein each feature vector represents a training natural language text of a text corpus, wherein the text corpus comprises a first plurality of annotated natural language texts and a second plurality of un-annotated natural language texts;
- training the autoencoder using the plurality of feature vectors.
8. The method of claim 1, further comprising:
- performing, based on the degree of association, a natural language processing task.
9. A system, comprising:
- a memory;
- a processor, coupled to the memory, the processor configured to: receive a natural language text; process the natural language text by an autoencoder represented by an artificial neural network comprising an input layer, a hidden layer, and an output layer; feed, to a text classifier, an input vector comprising an output of the hidden layer; and determine, using the text classifier, a degree of association of the natural language text with a certain text category.
10. The system of claim 9, wherein the hidden layer comprtises an activation function provided by a rectified linear unit.
11. The system of claim 9, wherein a first dimension of the input layer is equal to a second dimension of the output layer and is greater than a third dimension of the hidden layer.
12. The system of claim 9, wherein the processor is further configured to:
- produce a feature vector comprising a plurality of term frequency-inverse document frequency (TF-IDF) values, each value reflecting a frequency of occurrence, in the natural language text, of a word identified by an index of the value in the feature vector; and
- producing the input vector by concatenating the output of the hidden layer and the feature vector.
13. The system of claim 9, wherein the processor is further configured to:
- produce a plurality of classifier input vectors, wherein each classifier input vector comprises an output of the hidden layer; and
- train the text classifier using the plurality of classifier input vectors, wherein each classifier input vector is associated with a known category of a training natural language text that has been utilized for producing the output of the hidden layer.
14. The system of claim 9, wherein the processor is further configured to:
- produce a plurality of classifier input vectors, wherein each classifier input vector comprises a combination of a feature vector representing a natural language text and an output of the hidden layer produced by processing the natural language text; and
- training the text classifier using the plurality of classifier input vectors, wherein each classifier input vector is associated with a known category of a training natural language text that has been utilized for producing the output of the hidden layer.
15. The system of claim 9, wherein the processor is further configured to:
- produce a plurality of feature vectors, wherein each feature vector represents a training natural language text of a text corpus, wherein the text corpus comprises a first plurality of annotated natural language texts and a second plurality of un-annotated natural language texts;
- training the autoencoder using the plurality of feature vectors.
16. The system of claim 9, wherein the processor is further configured to:
- perform, based on the degree of association, a natural language processing task.
17. A non-transitory computer-readable storage medium comprising executable instructions that, when executed by a computer system, cause the computer system to:
- receive a natural language text;
- process the natural language text by an autoencoder represented by an artificial neural network comprising an input layer, a hidden layer, and an output layer;
- feed, to a text classifier, an input vector comprising an output of the hidden layer; and
- determine, using the text classifier, a degree of association of the natural language text with a certain text category.
18. The non-transitory computer-readable storage medium of claim 17, further comprising executable instructions that, when executed by the computer system, cause the computer system to:
- perform, based on the degree of association, a natural language processing task.
19. The non-transitory computer-readable storage medium of claim 17, wherein a first dimension of the input layer is equal to a second dimension of the output layer and is greater than a third dimension of the hidden layer.
20. The non-transitory computer-readable storage medium of claim 17, further comprising executable instructions that, when executed by the computer system, cause the computer system to:
- produce a feature vector comprising a plurality of term frequency-inverse document frequency (TF-IDF) values, each value reflecting a frequency of occurrence, in the natural language text, of a word identified by an index of the value in the feature vector; and
- producing the input vector by concatenating the output of the hidden layer and the feature vector.
Type: Application
Filed: Oct 11, 2019
Publication Date: Feb 6, 2020
Patent Grant number: 11087093
Inventors: Konstantin Vladimirovich Anisimovich (Moscow), Evgenii Mikhailovich Indenbom (Moscow), Ivan Ivanovich Ivashnev (Smolensk)
Application Number: 16/599,685