KEYWORD EXTRACTION METHOD, KEYWORD EXTRACTION DEVICE AND COMPUTER-READABLE STORAGE MEDIUM

Information

  • Patent Application
  • 20200250376
  • Publication Number
    20200250376
  • Date Filed
    April 22, 2020
    4 years ago
  • Date Published
    August 06, 2020
    4 years ago
Abstract
A keyword extraction method includes: extracting candidate words from an original document to form a first word set; acquiring the first correlation degree between each candidate word in the first word set and the original document, and based on which determining a second word set; generating predicted words forming a third word set through a prediction model; determining a union set of the second and third word sets, acquiring the second correlation degree between each of the candidate keywords in the union set and the original document, acquiring a divergence of each candidate keyword in the union set; and selecting candidate keywords from the union set as keywords based on the second correlation degree and the divergence. Keyword redundancy can be avoided through the divergence of keywords. The final keywords are not affected by the frequency of candidate words, and the expression mode of keywords can be enriched.
Description
CROSS-REFERENCE TO RELATED APPLICATION

This application claims priority to Chinese Patent Application No. 201911285457.0 filed on Dec. 13, 2019, the disclosure of which is hereby incorporated by reference in its entirety.


BACKGROUND

With the explosive growth of textual data on the Internet, it is often needed to extract keywords that summarize the core point of an article in order to achieve functions such as accurate recommendation and key point annotation.


SUMMARY

Various embodiments of the present disclosure provide a keyword extraction method, a keyword extraction device, and a computer-readable storage medium.


According to a first aspect of the embodiments of the present disclosure, there is provided a keyword extraction method including: receiving an original document; extracting candidate words from the original document, the extracted candidate words forming a first word set; acquiring the first correlation degree between each candidate word in the first word set and the original document, and determining a second word set according to the first correlation degree, the second word set being a subset of the first word set; generating predicted words through a prediction model based on the original document, the obtained predicted words forming a third word set; determining a union set of the second word set and the third word set; acquiring the second correlation degree between each of the candidate keywords in the union set and the original document; acquiring a divergence of each of the candidate keywords in the union set; and selecting at least one candidate keyword from the union set as keywords, based on the second correlation degree and the divergence, to form a keyword set for the original document.


In some embodiments, the selecting the at least one candidate keyword from the union set as the keywords, based on the second correlation degree and the divergence, to form the keyword set of the original document includes: determining whether the second correlation degree between each candidate keyword in the union set is greater than a preset correlation threshold, and determining whether the divergence of each candidate keyword in the union set is greater than a preset divergence threshold; selecting at least one candidate keyword from the union set, the second correlation degree between the at least one candidate keyword being greater than the preset correlation threshold and the divergence of the at least one candidate keyword being greater than the preset divergence threshold; and taking the at least one candidate keyword as the keyword.


In some embodiments, before the determining whether the second correlation degree between each candidate keyword in the union set is greater than the preset correlation threshold, the method further includes: multiplying the second correlation degree between portion of candidate keywords from the third word set in the union set by a compensation factor greater than 1, to get a product as a finally determined second correlation degree, in which the compensation factor is.


In some embodiments, the acquiring the divergence of each candidate keyword in the union set includes: determining current to-be-determined candidate keyword from the union set; acquiring a correlation degree between the current to-be-determined candidate keyword and the original document and a correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set; and determining a divergence of the current to-be-determined candidate keyword based on the correlation degree between the current to-be-determined candidate keyword and the original document, the correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set, and a preset divergence, until the divergence of each candidate keyword in the union set is determined.


In some embodiments, the divergence of the current to-be-determined candidate keyword is calculated by a formula:









S
1



(

x
,
D

)


=



arg





max


x


Ω

\

θ







[



(

1
-
λ

)



S


(

x
,
D

)



-

λ







max

y

θ









Y
sim



(

x
,
y

)





]


;




wherein x indicates a word feature vector of the current to-be-determined candidate keyword; y represents a word feature vector of the selected keyword in the keyword set; S1(x, D) denotes the divergence of the current to-be-determined candidate keyword; S(x, D) indicates the correlation degree between the current to-be-determined candidate keyword and the original document; Ysim(x, y) represents the correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set; λ denotes the preset divergence; and λ is greater than or equal to 0 and less than or equal to 1.


In some embodiments, the extracting the candidate words from the original document includes: extracting a plurality of candidate words matched with a preset phrase granularity from the original document according to candidate word extraction rules determined based on the preset phrase granularity; wherein the candidate words matched with the preset phrase granularity include: nominal words, or nominal phrases combined from modifying words and nominal words.


In some embodiments, the method further includes: extracting verbal, nominal or modifying words from the original document to form a denoised document; calculating a document feature vector of the denoised document via a vector generation model based on unlabeled/untagged corpus training; extracting nominal words or nominal phrases combined from modifying words with nominal phrases from the denoised document to form a to-be-clustered word set; and acquiring a word feature vector of each to-be-clustered word in the to-be-clustered word set via the vector generation model, clustering the to-be-clustered words according to the word feature vectors to form a plurality of cluster sets for the original document.


In some embodiments, the acquiring the first correlation degree between each candidate word in the first word set and the original document includes: calculating the first correlation degree between each candidate word and the original document according to the document feature vector, the plurality of cluster sets, and the word feature vector of each candidate word in the first word set; and the acquiring the second correlation degree between each of the candidate keywords in the union set and the original document includes: calculating the second correlation degree between the candidate keyword and the original document according to the document feature vector, the plurality of cluster sets, and the word feature vector of each candidate keyword in the union set.


In some embodiments, the first correlation degree or the second correlation degree is calculated according to a formula:








S


(

z
,
D

)


=


α
·


Y
sim



(

z
,

V
0


)



+

β
·





i
=
1

M








Y
sim



(

z
,

C
i


)



M




;




wherein z indicates a word feature vector of each candidate word in the first word set or a word feature vector of any candidate keyword in the union set; S(z, D) represents the first correlation degree or the second correlation degree; α denotes a first weight coefficient; β indicates a second weight coefficient; Ysim( ) represents a similarity function; V0 denotes the document feature vector; Ci denotes a cluster feature vector of the i-th cluster set; M is number of the cluster sets; i and M are positive integers.


In some embodiments, the prediction model includes a bilateral network and a unilateral recurrent neural network (RNN); and the generating the predicted words through the prediction model based on the original document includes: calculating original word feature vector of the original document via the vector generation model; obtaining a memory representation vector via the bilateral network based on the original word feature vector; and generating the predicted words via the unilateral RNN based on the memory representation vector and the document feature vector.


In some embodiments, the prediction model is obtained by acquiring a training set having a plurality of training corpora and one or more labeled keywords corresponding to each training corpus; obtaining a training word feature vector of each word in the training corpora and a first corpus feature of the training corpus through the vector generation model; obtaining a second corpus feature of an original corpus via the bilateral network based on the training word feature vector; obtaining output keywords via the unilateral RNN based on the first corpus features and the second corpus features; and calculating loss based on the labeled keywords and the output keywords, and adjusting parameters of the prediction model according to the loss.


In some embodiments, the determining the second word set according to the first correlation degree includes: selecting candidate words with the first correlation degree greater than a first preset correlation value, to form the second word set; or selecting candidate words with the first correlation degree listed before a first preset position in an order from high correlation degree to low correlation degree, to form the second word set; or selecting candidate words with the first correlation degree in a previous first preset proportion part in the order from high correlation degree to low correlation degree, to form the second word set.


According to a second aspect of the embodiments of the present disclosure, there is provided a keyword extraction device including: a processor and memory storing instructions for execution by the processor configured to: receive an original document; extract candidate words from the original document, the extracted candidate words forming a first word set; acquire a first correlation degree between each candidate word in the first word set and the original document; determine a second word set according to the first correlation degree, the second word set being a subset of the first word set; generate predicted words through a prediction model based on the original document, the obtained predicted words forming a third word set; determine a union set of the second word set and the third word set; acquire the second correlation degree between each of the candidate keywords in the union set and the original document; acquire a divergence of each candidate keyword in the union set; and select at least one candidate keyword from the union set as keywords, based on the second correlation degree and the divergence, to form a keyword set for the original document.


In some embodiments, the processor is further configured to: determine whether the second correlation degree between each candidate keyword in the union set is greater than a preset correlation degree threshold; determine whether the divergence of each candidate keyword in the union set is greater than a preset divergence threshold; and select at least one candidate keyword from the union set, the second correlation degree between the at least one candidate keyword being greater than the preset correlation degree threshold and the divergence is greater than the preset divergence threshold, and to take the at least one candidate keyword as the keyword.


In some embodiments, processor is further configured to: multiply the second correlation degree between portion of candidate keywords from the third word set in the union set by a compensation factor greater than 1 to get a product as a finally determined second correlation degree.


In some embodiments, the processor is further configured to: determine current to-be-determined candidate keyword from the union set; acquire a correlation degree between the current to-be-determined candidate keyword and the original document and the correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set; and determine a divergence of the current to-be-determined candidate keyword according to the correlation degree between the current to-be-determined candidate keyword and the original document, the correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set, and a preset divergence, until the divergence of each candidate keyword in the union set is determined.


In some embodiments, the processor is further configured to: extract a plurality of candidate words matched with a preset phrase granularity from the original document according to candidate word extraction rules determined based on the preset phrase granularity; wherein the candidate words matched with the preset phrase granularity include: nominal words, or nominal phrases combined from modifying words with nominal words.


In some embodiments, the processor is further configured to: form a denoised document by extracting verbal, nominal or modifying words from the original document; calculate a document feature vector of the denoised document via a vector generation model based on unlabeled corpus training; and extract nominal words or nominal phrases combined from modifying words and nominal words from the denoised document to form a to-be-clustered word set, acquire a word feature vector of each to-be-clustered word in the to-be-clustered word set via the vector generation model, cluster the to-be-clustered words according to the word feature vectors to form a plurality of cluster sets for the original document.


In some embodiments, the processor is further configured to: calculate the first correlation degree between each candidate word and the original document according to the document feature vector, the plurality of cluster sets and the word feature vector of each candidate word in the first word set; and calculate the second correlation degree between each of the candidate keywords and the original document according to the document feature vector, the plurality of cluster sets and the word feature vector of each candidate keyword in the union set.


In some embodiments, the prediction model includes a bilateral network and a unilateral RNN; and the processor is further configured to: calculate original word feature vector of the original document via the vector generation model; obtain a memory representation vector via the bilateral network based on the original word feature vector; and generate the predicted words via the unilateral RNN based on the memory representation vector and the document feature vector.


In some embodiments, the prediction model is obtained by acquiring a training set having a plurality of training corpora and one or more labeled keywords corresponding to each training corpus; obtaining a training word feature vector of each word in the training corpus and a first corpus feature of the training corpus through the vector generation model; obtaining a second corpus feature of an original corpus via the bilateral network based on the training word feature vector; obtaining output keywords via the unilateral RNN based on the first corpus features and the second corpus features; and calculating loss based on the labeled keywords and the output keywords, and adjusting the parameters of the prediction model according to the loss.


According to a third aspect of the embodiments of the present disclosure, there is provided a computer-readable storage medium having stored therein instructions and implementing the keyword extraction method according to the first aspect when the instructions are executed by a processor.


It should be understood that the above general description and the following detailed description are exemplary and explanatory, and are not intended to limit the present disclosure.





BRIEF DESCRIPTION OF THE DRAWINGS

The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate embodiments consistent with the disclosure and, together with the disclosure, serve to explain the principles of the disclosure.



FIG. 1 is a flowchart illustrating a keyword extraction method in accordance with some embodiments.



FIG. 2 is a flowchart illustrating another keyword extraction method in accordance with some embodiments.



FIG. 3 is a schematic block diagram illustrating a prediction model in accordance with some embodiments.



FIG. 4 is a schematic block diagram illustrating a keyword extraction device in accordance with some embodiments.



FIG. 5 is a schematic block diagram illustrating another keyword extraction device in accordance with some embodiments.



FIG. 6 is a schematic block diagram illustrating a device in accordance with some embodiments.



FIG. 7 is a schematic block diagram illustrating an electronic device in accordance with some embodiments.





DETAILED DESCRIPTION

Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. The following description refers to the accompanying drawings in which the same numbers in different drawings represent the same or similar elements unless otherwise represented. The implementations set forth in the following description of exemplary embodiments do not represent all implementations consistent with the invention. Instead, they are merely examples of devices and methods consistent with aspects related to the invention as recited in the appended claims.


Keyword extraction sometimes has strong subjectivity in operation, and it may be difficult to obtain available labeled corpora. Some extraction methods have low accuracy and take long time on calculation.


Keyword extraction typically includes two methods: the first method is keyword extraction for words appearing in the text; and the second method is keyword generation for words not appearing in the text.


There are many implementations for keyword extraction in the first method, specifically including: statistics-based method, graph-based method and sequence labeling-based method. Herein, the statistics-based method highly depends on the design of statistical features by experts, while the graph-based method generally has high time complexity (generally above O(n2)). The two methods have some common defects. For example, not all filtered keywords have semantic relationship with the text, and frequent words tend to be used as keywords. The sequence labeling-based method is a supervised method that relies on labeled corpora and is only suitable for tasks in the field of training corpus.


There are also many implementations for keyword generation in the second method, specifically including: translation-alignment-based method and sequence-to-sequence (seq2seq)-based method. Both methods rely on a large number of labeled corpora with high computational complexity, and are only applicable to the field of training corpus.


These keyword extraction methods have the following disadvantages. For example, the traditional keyword extraction method has low accuracy and low coverage rate. The method based on statistical features and graph random walk cannot guarantee the semantic relationships between the extracted keywords and the article, especially in the case of multiple topics in the article. These keyword extraction methods are difficult to control the similarity between keywords, tend to generate redundant keywords, more inclined to extract high-frequency common words not necessarily suitable for generalizing the semantics of the article. The keyword generation and keyword extraction are not in the same semantic framework, which makes it difficult to combine and complement the two frameworks.


In order to solve the above problems, the embodiments of the present disclosure provide a keyword extraction method 10. The method may run on a mobile terminal such as a mobile phone, and may also run on a network-side device such as a server, a processing center, etc. Referring to FIG. 1, the keyword extraction method 10 comprises the steps S11 to S16. Moreover, the sequence of operating steps of the method in the embodiments of the present disclosure is not limited to the described sequence in the embodiments. The steps will be described in detail hereinafter.


Step S11: receiving an original document.


The original document to be processed may be acquired locally or be acquired from a network side or other databases.


Step S12: extracting candidate words from the original document, wherein the extracted candidate words form a first word set.


The candidate keywords can be highly efficiently acquired by directly extracting the candidate words from the original document.


In some embodiments, in the step S12, a plurality of candidate words matched with a preset phrase granularity may be extracted from the original document according to candidate extraction rules determined according to the preset phrase granularity; wherein, the candidate words matched with the preset phrase granularity include nominal words, or nominal phrases combined from modifying words with nominal words.


In the embodiment, the granularity may be preset, and candidate words which are nouns and adjectives are extracted from the original document according to the candidate word extraction rules; or candidate words which are nouns are extracted from the original document according to the candidate word extraction rules.


Herein, the process of extracting the candidate words with preset part-of-speech (for example, the preset part-of-speech is noun and adjective, or, the preset part-of-speech is noun) from the original document includes one of the following two approach.


First approach: performing manual part-of-speech tagging on the original document, and extracting the candidate words with the preset part-of-speech from the document in which part-of-speech of words have been tagged/labeled. All the words are labeled with corresponding part-of-speech in the process of manual part-of-speech tagging, or only words corresponding to the preset part-of-speech are labeled.


Second approach: performing part-of-speech tagging on the original document via part-of-speech tagging software. The candidate words with the preset part-of-speech are extracted from the document in which part-of-speech of words have been labeled. In the process of tagging via the part-of-speech tagging software, the range of the part-of-speech required to be labeled is set. The range may be set to be all the parts of speech and may also be set to be the preset part-of-speech.


The candidate word extraction rules are determined according to at least one of number of words, frequency of occurrence, and frequency of occurrence of synonyms.


In this method, multiple parameters are set in the candidate word extraction rules. The multiple parameters not only involve the parameter of the frequency of occurrence (namely the frequency of occurrence of the same word) but also involve relevant parameters including the number of words and the synonym concept, so the extracted candidate words are not just words with the single characteristic that the word appears most frequently or relatively frequently in the text, but are more diverse and multifaceted candidate words for which the concept of synonymy are taken into account. The candidate words selected by this method can better reflect the subject in the text, compared with the prior art.


Step S13: acquiring the first correlation degree between each candidate word in the first word set and the original document, and determining a second word set according to the first correlation degree, wherein the second word set is a subset of the first word set.


After acquiring the candidate words from the original document, primary screening is performed on each candidate word in the first word set composed of the candidate words, according to the correlation degree between the candidate word and the original document, to form the second word set. As the candidate words in the second word set are all from the first word set, the second word set can be considered as a subset of the first word set.


In some embodiments, the step S13 may adopt at least one of the following approaches.


First approach: selecting candidate words of which the first correlation degree is greater than the preset correlation value, to form the second word set. For example, the first preset correlation value is 80%, and candidate words of which the first correlation degree is greater than the first preset correlation value are selected.


Second approach: selecting candidate words of which the first correlation degree is listed before the first preset position in an order from high correlation degree to low correlation degree, to form the second word set. For example, the first preset position refers to the 6th position in the order; and when the order of the first correlation degree and the original document from high correlation degree to low correlation degree includes 30 positions in total, candidate words of which the first correlation degree and the original document is at the previous five positions, are selected.


Third approach: selecting candidate words of which the first correlation degree is in a previous first preset proportion part in an order from high correlation degree to low correlation degree, to form the second word set. For example, the first preset proportion refers to 10% in the order; and when the order of the first correlation degree and the original document from high correlation degree to low correlation degree includes 30 positions in total, candidate words of which the first correlation degree and the original document is at the previous three positions, are selected.


By adopting the above three approaches, candidate words with appropriate precision and/or a proper number of candidate words can be selected from the first word set as required to form the second word set.


Step S14: generating predicted words through a prediction model based on the original document, wherein the obtained predicted words form a third word set.


The structure and the training mode of the prediction model are described in detail hereinafter. In the embodiment, the keywords of the original document can be generated through the prediction model, and the obtained predicted words form the third word set. As the predicted words are generated through the prediction model, the predicted words may not exist in the direct recording of the original document, thereby avoiding the problem of limitation or inaccuracy caused by the fact that the final keywords obtained in some related arts are only originally recorded words.


Step S15: determining a union set of the second word set and the third word set; step S16: acquiring a second correlation degree between each of the candidate keywords in the union set and the original document; and step S17: acquiring a divergence of each candidate keywords in the union set.


The second word set and the third word set are combined. As there may be same candidate keywords, the union set is taken.


Step S18: selecting at least one candidate keyword from the union set as keywords, based on the second correlation degree and the divergence, to form a keyword set for the original document.


The second correlation degree between each of the candidate keywords and the original document and the divergence thereof are respectively acquired, and the candidate keywords are further selected based on the second correlation degree and the divergence to obtain keywords that are associated with and divergent from the original document, thereby ensuring that the obtained keywords are accurate and can more comprehensively cover the original document.


In some embodiments, the step S18 may include: determining whether the second correlation degree between each candidate keyword in the union set is greater than a preset correlation degree threshold, and determining whether the divergence of each candidate keyword in the union set is greater than a preset divergence threshold; selecting at least one candidate keyword from the union set, the second correlation degree thereof is greater than the preset correlation degree threshold and the divergence is greater than the preset divergence threshold thereof; and taking the at least one candidate keyword as a keyword. This method may be adopted to select keywords which are not only close to the meaning of the original document but also divergent, and select a plurality of keywords by means of multiple iterations, and the iteration times may be determined according to the number of required keywords or the total word number of keywords.


In some other embodiments, before determining whether the second correlation degree between each candidate keyword in the union set is greater than the preset correlation degree threshold, the second correlation degree between portion of candidate keywords from the third word set in the union set is multiplied by a compensation factor greater than 1 to get a product as a finally determined second correlation degree. The candidate words from the third word set are generated through the prediction model and may not exist in the direct recording of the original document. Thus, there may be error in the process of calculating the correlation degree, and the correlation degree may be lower than the correlation degree between some candidate keywords that are directly recorded in the original document. Therefore, in the embodiment, the second correlation degree between the candidate keywords from the third word set are compensated by being multiplied by a compensation factor such as 1.2, and the product value after multiplying is taken as the final value of the second correlation degree between the candidate keyword, thereby ensuring the result be more accurate.


In any foregoing embodiments of the present disclosure, the selection of the keywords according to the divergence can solve the problem of keyword extraction redundancy and solve the problem that the traditional method is more inclined to select high-frequency words as this method is not affected by the frequency of the candidate words. Moreover, in the embodiment of the present disclosure, the keyword extraction as described in the step S12 and the keyword generation as described in the step S14 are simultaneously adopted and combined with complementary effect.


For example, although an original document is an article introducing long short-term memory (LSTM) focusing on the specific discussion techniques of LSTM without words such as “neural network” and “artificial intelligence”, the keywords finally selected using this method include the words such “neural network”, “artificial intelligence” in the word correlation topology. Although these words do not appear in the original document, they can reflect the subject of the original document at different meaning levels.


In some embodiments, referring to FIG. 2, the keyword extraction method 10 not only comprises the above steps but also comprises: step S21: extracting verbal, nominal or modifying words from the original document to form a denoised document; step S22: calculating the document feature vector of the denoised document via a vector generation model based on unlabeled/untagged corpus training; step S23: extracting nominal words or nominal phrases combined from modifying words and nominal words from the denoised document to form a to-be-clustered word set; and step S24: acquiring a word feature vector of each to-be-clustered word in the to-be-clustered word set via the vector generation model, clustering the to-be-clustered words according to the word feature vectors to form a plurality of cluster sets of the original document.


Herein, there are many clustering methods: for example, K-means clustering method, mean shift clustering method, density-based clustering method, expectation maximum (EM) clustering method based on Gaussian mixture model, agglomerative hierarchical clustering method, and graph community detection clustering method. Before clustering, the number of target clustering centers may be preset (for example, set to be 3). In the process of setting the number of the target clustering centers, the number may be set according to the number of words in a document to be clustered. The more the number of words is, the larger the set number of the target clustering centers. Various above clustering methods capable of providing clustering centers can achieve similar effects. The K-means clustering method has the following advantages, such as stable effect, low time complexity of implementation, and capability of specifying the clusters.


The step S22 of calculating the document feature vector of the denoised document via the vector generation model based on unlabeled corpus training may include one of the following approaches.


First approach: calculating the document feature vector of the denoised document via a sentence-to-vector model. For example, the sentence-to-vector model is sent2vec model.


Second approach: calculating the word feature vector of each word in the denoised document via a word-to-vector model. The mean value of the word feature vectors of all the words in the denoised document is taken as the document feature vector of the denoised document. For example, the word-to-vector model is word2vec model.


In some embodiments, the step of calculating the document feature vector of the denoised document via the sentence-to-vector model in the first approach includes preparation phase and training phase. More specifically:


In the preparation phase, a corpus, the word number of which is larger than the preset number of words related to the field of the original document (for example: an unlabeled corpus with more than 1 million sentences), is prepared. The language of this corpus is the same as the original document. For example, when the original document is in Chinese, the prepared corpus is also in Chinese. That is to say, when the original document is in English, the prepared corpus is also in English. This corpus is usually an unlabeled corpus. This corpus is required to include all words in the word correlation topology, and each word in the word correlation topology appears in the corpus no less than the preset times (for example, 50 times). When the sentence-to-vector model is existing software, related systems and model software, such as python3.5 and sent2vec tool software, are installed.


In the training phase, the corpus is trained via model software. The following example illustrates the specific process of using the sent2vec tool software in the training phase.


Step 1: cleaning the prepared corpus to ensure that each sentence in the cleaned corpus is a natural language sentence with correct syntax and clear semantics. The specific cleaning method includes removing special characters, programming languages (such as html statements) and other parts that cannot effectively express the subject of the corpus.


Step 2: performing sentence division on the cleaned corpus, such that sentences are separated from each other with first preset symbols (such as line break).


Step 3: performing word division on each separated sentence in the corpus obtained after sentence division, such that words are separated from each other with second preset symbols (such as white space). Open source software may be adopted for word division, and the weight of the words in the word correlation topology may be enhanced.


Step 4: encoding the corpus content obtained after word division in utf-8 encoding format, and storing the encoded content in .txt format file.


Step 5: making sure the computer has a memory of more than 16 GB and running the sent2vec tool software. Related parameters necessary for software operation are set. For example, the following settings are performed: the minimum number of occurrences of words in the corpus (minCount) is set to be 10; the word or document vector dimension (dim) is set to be 500; the maximum number of conjunctions (wordNgrams) is set to be 2, in which conjunction refers to take two common words connected together as one word; the number of negative samples (neg) during training is set to be 10; the number of randomly deactivated words (dropoutK) during training is set to be 4; the number of cached words (bucket) during training is set to be 1,000,000; and the maximum number of words (maxVocabSize) retained by the sent2vec model is set to be 500,000.


S6: loading the .txt format file, and training the sent2vec model by using the corpus after word division. After successful training, the successfully trained sent2vec model is stored in .bin format.


In some embodiments, the step of acquiring the first correlation degree between each candidate word in the first word set and the original document in the step S13 may include: calculating the first correlation degree between each candidate word and the original document according to the document feature vector, the plurality of cluster sets, and the word feature vector of each candidate word in the first word set. The step of acquiring the second correlation degree between each of the candidate keywords in the union set and the original document in the step S15 may include: calculating the second correlation degree between each of the candidate keywords and the original document according to the document feature vector, the plurality of cluster sets, and the word feature vector of each candidate keyword in the union set.


There are many methods for calculating the correlation degree between one word and one document, for example, methods such as term frequency-inverse document frequency (TF-IDF) algorithm, latent semantic indexing (ISI) algorithm or word mover's distance (WMD).


In the embodiments of the present disclosure, there is provided a method for calculating the correlation degree between the word and the document, more specifically:


In the step S13, the first correlation degree between the candidate word and the original document may be calculated by the following formula (1):










S


(

z
,
D

)


=


α
·


Y
sim



(

z
,

V
0


)



+

β
·





i
=
1

M








Y
sim



(

z
,

C
i


)



M







(
1
)







in the formula (1), wherein z indicates a word feature vector of each candidate word in the first word set; S(z, D) represents the first correlation degree or the second correlation degree; α denotes a first weight coefficient; β indicates a second weight coefficient; Ysim( ) represents a similarity function; V0 denotes the document feature vector; Ci denotes a cluster feature vector of the i-th cluster set; M is number of the cluster sets; i and M are positive integers.


The similarity function, such as cosine similarity function, Euclidean distance, Manhattan distance, Chebyshev distance, Minkowski distance, Hamming distance, Jaccard distance, etc. can characterize the similarity of two vectors.


The above formula (1) may be used for calculating the correlation degree between the word in any word set and the document.


In the step S15, the second correlation degree between the candidate keyword and the original document may also be calculated by the above formula (1), wherein in the formula (1), z indicates a word feature vector of any candidate keyword in the union set; S(z, D) represents the first correlation degree or the second correlation degree; α denotes the first weight coefficient; β indicates the second weight coefficient; Ysim( ) represents the similarity function; V0 denotes the document feature vector; Ci denotes the cluster feature vector of the i-th cluster set; M is the number of the cluster sets; and i and M are positive integers.


The above method of calculating the correlation degree between the word and the document by adoption of the formula (1) is implemented on the basis of adopting the sent2vec model and performing clustering. Based on the basis for optimizing the vector representation at the document or sentence level via the sent2vec model, clustering is adopted to achieve effective classification, so that words can be better mapped in the same semantic space. The correlation degree between the word and the document feature vector and the correlation degree between the word and the clustering feature vector are combined in the formula (1) to more accurately express the correlation degree between the word and the document.


In some embodiments, the prediction model includes a bilateral network and a unilateral RNN. The step of generating the predicted words via the prediction model in the step S14 may include calculating original word feature vector of the original document via a vector generation model, obtaining a memory representation vector via the bilateral network based on the original word feature vector, and generating the predicted words via the unilateral RNN based on the memory representation vector and the document feature vector.


Herein, the prediction model may adopt an Encoder-Decoder keyword generation model. The architectural principles thereof may refer to FIG. 3. The training process may be as follows: acquiring a training set having a plurality of training corpora and one or more labeled keywords corresponding to each training corpus; obtaining a training word feature vector of each word in the training corpus and a first corpus feature of the training corpus through the vector generation model; obtaining a second corpus feature of an original corpus via the bilateral network based on the training word feature vector; obtaining output keywords via the unilateral RNN based on the first corpus features and the second corpus features; and calculating loss based on the labeled keywords and the output keywords, and adjusting parameters of the prediction model according to the loss.


An example of the training process is illustratively described hereinafter, which includes:


step a: preparing a corpus with keyword tagging (more than 20,000 samples), and ensuring that the type of corpus is consistent, such as academic articles, media news, etc., in which each sample includes 3-5 keywords.


step b: performing data preprocessing on the labeled corpus, which includes performing word division on all the labeled corpora via a word divider the same as that in the training phase. Taking sample A={text; keyword 1, . . . , keyword n} as an example, one sample is split into multiple one-to-one samples A1={text; keyword 1}, . . . , AN={text; keyword n} and merged into a new corpus.


step c: generating word vectors via trained sent2vec, and inputting the word vectors into Encoder. Herein, Encoder may adopt a bidirectional gated recurrent unit (Bi-GRU) or a bidirectional long short-term memory (Bi-LSTM). Taking Bi-GRU as an example, the output of one direction may be represented by ui=BiGRU(xi, {right arrow over (ui−1)}, custom-character), i=1, 2, . . . , L, wherein xi indicates the current input ith keyword; {right arrow over (ui−1)}, custom-character are respectively forward output of the previous word and reverse output of the next word; ui represents the forward output of the current ith keyword; bidirectional output is ui=[{right arrow over (ui)}; custom-character], namely the forward output and the reverse output of the word are spliced to obtain the bidirectional output of the ith keyword; and the outputs of keywords at the beginning and the end are spliced to obtain the memory representation vector c1=[u1; uL] of the text. As the outputs of the keywords at the beginning and the end include sequence information of the text, the outputs of the keywords at the beginning and the end can be spliced to obtain a simple vector representation of the text.


step d: generating the document feature vector c2 of the denoised document via the trained sent2vec.


step e: taking c1 and c2 as input and inputting them into Decoder, in which Decoder adopts a bilateral RNN to output the generated keywords. The specific mode may be expressed as the following two equations. One equation is st=f(yt−1, st−1, c1, c2), wherein the inputs are the previous keyword yt−1, the output of the previous word St−1, and the feature vector expressions c1, c2 of the text obtained in the previous steps. For example, in the process of calculating the first keyword, only the feature vector expressions c1, c2 of the text obtained in the previous steps may be inputted to generate the vector expression st of the predicted keyword by this formula. Another equation is p(yt|y1, . . . , t−1, x)=g(yt−1, st, c1, c2), wherein the inputs are respectively the previous keyword yt−1, the vector expression st of the keyword, and the feature vector expressions c1, c2 of the text; and the obtained output is the text expression yt of the current keyword generated based on the above features.


step f: comparing the labeled/tagged keywords with the generated keywords, adjusting model parameters and training the model through multiple iterations.


The trained prediction model can generate the keywords based on the original document, so the embodiments of the keyword extraction method in the present disclosure can generate reliable keywords without being affected by the frequency of candidate words, thereby solving the problem of selecting high-frequency words in the traditional method.


In some embodiments, the step of acquiring the divergence of each candidate keyword in the union set in the step S15 may include: determining current to-be-determined candidate keyword from the union set; acquiring a correlation degree between the current to-be-determined candidate keyword and the original document and the correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set; and determining a divergence of the current to-be-determined candidate keyword based on the correlation degree between the current to-be-determined candidate keyword and the original document, the correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set, and a preset divergence, until the divergence of each candidate keyword in the union set is determined.


The above method is adopted to sequentially calculate the divergence of each candidate keyword, and take the divergence as the basis for selecting the keywords of the original document, so as to avoid the problem of selecting too many redundant keywords.


In some embodiments, the divergence may be calculated by the following formula (2):











S
1



(

x
,
D

)


=



arg





max


x


Ω

\

θ







[



(

1
-
λ

)



S


(

x
,
D

)



-

λ







max

y

θ









Y
sim



(

x
,
y

)





]





(
2
)







wherein x indicates a word feature vector of the current to-be-determined candidate keyword; y represents a word feature vector of the selected keyword in the keyword set; S1(x, D) denotes the divergence of the current to-be-determined candidate keyword; S(x, D) indicates the correlation degree between the current to-be-determined candidate keyword and the original document; Ysim(x, y) represents the correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set; λ denotes the preset divergence; λ is greater than or equal to 0 and less than or equal to 1. When λ is larger, the divergence of the keyword is higher.


Based on the similar invention concept, FIG. 4 shows a keyword extraction device 100. Referring to FIG. 4, the keyword extraction device 100 comprises: a receiving module configured to receive an original document; an extraction module 110 configured to extract candidate words from the original document, the extracted candidate words forming a first word set; a first acquisition module 120 configured to acquire a first correlation degree between each candidate word in the first word set and the original document; a first determination module 130 configured to determine a second word set according to the first correlation degree, the second word set being a subset of the first word set; a prediction module 140 configured to generate predicted words through a prediction model based on the original document, the obtained predicted words forming a third word set; a second determination module 150 configured to determine an union set of the second word set and the third word set; a second acquisition module 160 configured to acquire the second correlation degree between each of the candidate keywords in the union set and the original document; a divergence acquisition module 170 configured to acquire a divergence of each candidate keyword in the union set; and a first selection module 180 configured to select at least one candidate keyword from the union set as keywords, based on the second correlation degree and the divergence, to form a keyword set for the original document.


In some embodiments, the first selection module 180 includes: a first determination module configured to determine whether the second correlation degree between each candidate keyword in the union set is greater than a preset correlation degree threshold; a second determination module configured to determine whether the divergence of each candidate keyword in the union set is greater than a preset divergence threshold; and a second selection module configured to select at least one candidate keyword from the union set, the second correlation degree between the at least one candidate keyword being greater than the preset correlation degree threshold and the divergence of the at least one candidate keyword being greater than the preset divergence threshold, and to take the at least one candidate keyword as the keyword.


In some embodiments, the first selection module 180 further includes: a weighting module configured to multiply the second correlation degree between portion of candidate keywords from the third word set in the union set by a compensation factor greater than 1 to get a product as a finally determined second correlation degree.


In some embodiments, the divergence acquisition module 170 includes: a third determination module configured to determine current to-be-determined candidate keyword from the union set; a third acquisition module configured to acquire a correlation degree between the current to-be-determined candidate keyword and the original document and a correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set; and a divergence determination module configured to determine the divergence of the current to-be-determined candidate keyword according to the correlation degree between the current to-be-determined candidate keyword and the original document, the correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set, and a preset divergence, until the divergence of each candidate keyword in the union set is determined.


In some embodiments, the divergence determination module 170 is further configured to calculate the divergence of the current to-be-determined candidate keyword according to the following formula:









S
1



(

x
,
D

)


=



arg





max


x


Ω

\

θ







[



(

1
-
λ

)



S


(

x
,
D

)



-

λ







max

y

θ









Y
sim



(

x
,
y

)





]


;




wherein x indicates a word feature vector of the current to-be-determined candidate keyword; y represents a word feature vector of the selected keyword in the keyword set; S1(x, D) denotes the divergence of the current to-be-determined candidate keyword; S(x, D) indicates the correlation degree between the current to-be-determined candidate keyword and the original document; Ysim(x, y) represents the correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set; λ denotes the preset divergence; and λ is greater than or equal to 0 and less than or equal to 1.


In some embodiments, the extraction module 110 is also configured to: extract a plurality of candidate words matched with a preset phrase granularity from the original document according to candidate word extraction rules determined according to the preset phrase granularity; wherein the candidate words matched with the preset phrase granularity include: nominal words, or nominal phrases combined from modifying words with nominal words.


In some embodiments, referring to FIG. 5, the keyword extraction device 100 further comprises: a first forming module 210 configured to form a denoised document by extracting verbal, nominal or modifying words from the original document; a calculating module 220 configured to calculate a document feature vector of the denoised document via a vector generation model based on unlabeled corpus training; and a clustering module 230 configured to extract nominal words or nominal phrases combined from modifying words and nominal words from the denoised document to form a to-be-clustered word set, acquire the word feature vector of each to-be-clustered word in the to-be-clustered word set via the vector generation model, cluster the to-be-clustered words according to the word feature vectors to form a plurality of cluster sets of the original document.


In some embodiments, the first acquisition module 120 includes a second calculating module configured to calculate the first correlation degree between each candidate word and the original document according to the document feature vector, the plurality of cluster sets and the word feature vector of each candidate word in the first word set. The second acquisition module 160 includes a third calculating module configured to calculate the second correlation degree between each of the candidate keywords and the original document according to the document feature vector, the plurality of cluster sets and the word feature vector of each candidate keyword in the union set.


In some embodiments, the second calculating module calculates the first correlation degree according to the following formula, and the third calculating module calculates the second correlation degree according to the following formula:








S


(

z
,
D

)


=


α
·


Y
sim



(

z
,

V
0


)



+

β
·





i
=
1

M








Y
sim



(

z
,

C
i


)



M




;




wherein z indicates a word feature vector of each candidate word in the first word set or a word feature vector of any candidate keyword in the union set; S(z, D) represents the first correlation degree or the second correlation degree; α denotes a first weight coefficient; β indicates a second weight coefficient; Ysim( ) represents a similarity function; V0 denotes the document feature vector; Ci denotes a cluster feature vector of the i-th cluster set; M is number of the cluster sets; i and M are positive integers.


In some embodiments, the prediction model includes a bilateral network and a unilateral RNN. The prediction module 140 includes: a word vector generation unit configured to calculate original word feature vector of the original document via the vector generation model; a coding unit configured to obtain a memory representation vector via the bilateral network based on the original word feature vector; and a decoding unit configured to generate the predicted words via the unilateral RNN based on the memory representation vector and the document feature vector.


In some embodiments, the prediction model is obtained by acquiring a training set having a plurality of training corpora and one or more labeled keywords corresponding to each training corpus; obtaining a training word feature vector of each word in the training corpus and a first corpus feature of the training corpus through the vector generation model; obtaining a second corpus feature of an original corpus via the bilateral network based on the training word feature vector; obtaining output keywords via the unilateral RNN based on the first corpus features and the second corpus features; and calculating loss based on the labeled keywords and the output keywords, and adjusting parameters of the prediction model according to the loss.


In some embodiments, the first determination module 130 includes: a second forming module configured to select candidate words, with the first correlation degree greater than the first preset correlation value, to form the second word set; or a third forming module configured to select candidate words with the first correlation degree listed before the first preset position in an order from high correlation degree to low correlation degree, to form the second word set; or a fourth forming module configured to select candidate words with the first correlation degree in a previous first preset proportion part in the order from high correlation degree to low correlation degree, to form the second word set.


Regarding the keyword extraction device 100 in the above embodiment, the specific manner in which each unit operates has been described in detail in the embodiment of the method, and will not be explained in detail herein.



FIG. 6 is a block diagram illustrating the device provided by any foregoing embodiment in accordance with some embodiments. For example, the device 300 may be a mobile phone, a computer, a digital broadcasting terminal, a messaging device, a game console, a tablet, a medical device, a fitness apparatus, a personal digital assistant, and the like.


Referring to FIG. 6, the device 300 may comprise one or more of a processing assembly 302, a memory 304, a power assembly 306, a multi-media assembly 308, an audio assembly 310, an input/output (I/O) interface 312, a sensor assembly 314 and a communication assembly 316.


The processing assembly 302 typically controls overall operations of the device 300, such as the operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing assembly 302 may include one or more processors 320 to execute instructions to perform all or part of the steps in the above described methods. Moreover, the processing assembly 302 may include one or more modules which facilitate the interaction between the processing assembly 302 and other assemblies. For example, the processing assembly 302 may include a multimedia module to facilitate the interaction between the multimedia assembly 308 and the processing assembly 302.


The memory 304 is configured to store various types of data to support the operation of the device 300. Examples of such data include instructions for any applications or methods operated on the device 300, contact data, phonebook data, messages, pictures, video, etc. The memory 304 may be implemented using any type of volatile or non-volatile memory devices, or a combination thereof, such as a static random access memory (SRAM), an electrically erasable programmable read-only memory (EEPROM), an erasable programmable read-only memory (EPROM), a programmable read-only memory (PROM), a read-only memory (ROM), a magnetic memory, a flash memory, a magnetic or optical disk.


The power assembly 306 provides power to various assemblies of the device 300. The power assembly 306 may include a power management system, one or more power sources, and any other assemblies associated with the generation, management, and distribution of power in the device 300.


The multimedia assembly 308 includes a screen providing an output interface between the device 300 and the user. In some embodiments, the screen may include a liquid crystal display (LCD) and a touch panel (TP). In some embodiments, organic light-emitting diode (OLED) or other types of displays can be employed.


If the screen includes the touch panel, the screen may be implemented as a touch screen to receive input signals from the user. The touch panel includes one or more touch sensors to sense touches, swipes, and gestures on the touch panel. The touch sensors may not only sense a boundary of a touch or swipe action, but also sense a period of time and a pressure associated with the touch or swipe action. In some embodiments, the multimedia assembly 308 includes a front camera and/or a rear camera. The front camera and the rear camera may receive an external multimedia datum while the device 300 is in an operation mode, such as a photographing mode or a video mode. Each of the front camera and the rear camera may be a fixed optical lens system or have focus and optical zoom capability.


The audio assembly 310 is configured to output and/or input audio signals. For example, the audio assembly 310 includes a microphone (MIC) configured to receive an external audio signal when the device 300 is in an operation mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may be further stored in the memory 304 or transmitted via the communication assembly 316. In some embodiments, the audio assembly 310 further includes a speaker to output audio signals.


The I/O interface 312 provides an interface between the processing assembly 302 and peripheral interface modules, such as a keyboard, a click wheel, buttons, and the like. The buttons may include, but are not limited to, a home button, a volume button, a starting button, and a locking button.


The sensor assembly 314 includes one or more sensors to provide status assessments of various aspects of the device 300. For example, the sensor assembly 314 may detect an open/closed status of the device 300, relative positioning of assemblies, e.g., the display and the keypad, of the device 300, a change in position of the device 300 or a assembly of the device 300, a presence or absence of user contact with the device 300, an orientation or an acceleration/deceleration of the device 300, and a change in temperature of the device 300. The sensor assembly 314 may include a proximity sensor configured to detect the presence of nearby objects without any physical contact. The sensor assembly 314 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 314 may also include an accelerometer sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.


The communication assembly 316 is configured to facilitate communication, wired or wirelessly, between the device 300 and other devices. The device 300 can access a wireless network based on a communication standard, such as Wi-Fi, 2G, 3G, 4G, 5G, or a combination thereof. In one exemplary embodiment, the communication assembly 316 receives a broadcast signal or broadcast associated information from an external broadcast management system via a broadcast channel. In one exemplary embodiment, the communication assembly 316 further includes a near field communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on a radio frequency identification (RFID) technology, an infrared data correlation (IrDA) technology, an ultra-wideband (UWB) technology, a Bluetooth (BT) technology, and other technologies.


In exemplary embodiments, the device 300 may be implemented with one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable gate arrays (FPGAs), controllers, micro-controllers, microprocessors, or other electronic assemblies or processing circuits, for performing the above described methods.


In exemplary embodiments, there is also provided a computer-readable storage medium including instructions, such as included in the memory 304, executable by the processor 320 in the device 300, for performing the above-described methods. For example, the non-transitory computer-readable storage medium may be a ROM, a random-access memory (RAM), a CD-ROM, a magnetic tape, a floppy disc, an optical data storage device, and the like.



FIG. 7 is a block diagram illustrating an electronic device 400 in accordance with some embodiments. For example, the device 400 may be provided as a server. Referring to FIG. 7, the device 400 comprises a processing assembly 422 which includes one or more processors, and a memory resource represented by a memory 432 which is configured to store instructions, e.g., applications, executed by the processing assembly 422. The applications stored in the memory 432 may include one or more modules each of which corresponds to one group of instructions. In addition, the processing assembly 422 is configured to execute the instructions to implement the above-mentioned method.


The device 400 may further comprise one power assembly 426 which is configured to implement the power management of the device 300, one wired or wireless network interface 450 which is configured to connect the device 400 to the network, and one I/O interface 458. The device 400 may operate an operating system such as Windows Server™, Mac OS X™, Unix™, Linux™ or FreeBSD™ stored in the memory 432.


Various embodiments of the present disclosure can have the following advantages: solving the problem of keyword redundancy by adjusting the semantic divergence of keywords; and solving the problem of selecting high-frequency words, without influence from the frequency of candidate words.


Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed here. This application is intended to cover any variations, uses, or adaptations of the invention following the general principles thereof and including such departures from the present disclosure as come within known or customary practice in the art. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims.


It will be appreciated that the present invention is not limited to the exact construction that has been described above and illustrated in the accompanying drawings, and that various modifications and changes can be made without departing from the scope thereof. It is intended that the scope of the invention only be limited by the appended claims.


While this specification contains many specific implementation details, these should not be construed as limitations on the scope of any claims, but rather as descriptions of features specific to particular implementations. Certain features that are described in this specification in the context of separate implementations can also be implemented in combination in a single implementation. Conversely, various features that are described in the context of a single implementation can also be implemented in multiple implementations separately or in any suitable subcombination.


Moreover, although features can be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can in some cases be excised from the combination, and the claimed combination can be directed to a subcombination or variation of a subcombination.


Similarly, while operations are depicted in the drawings in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. In certain circumstances, multitasking and parallel processing can be advantageous. Moreover, the separation of various system components in the implementations described above should not be understood as requiring such separation in all implementations, and it should be understood that the described program components and systems can generally be integrated together in a single software product or packaged into multiple software products.


As such, particular implementations of the subject matter have been described. Other implementations are within the scope of the following claims. In some cases, the actions recited in the claims can be performed in a different order and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In certain implementations, multitasking or parallel processing can be utilized.


The above description includes part of embodiments of the present disclosure, and not limits the present disclosure. Any modifications, equivalent substitutions, improvements, etc., within the spirit and principles of the present disclosure, are included in the scope of protection of the present disclosure.


It is apparent that those of ordinary skill in the art can make various modifications and variations to the embodiments of the disclosure without departing from the spirit and scope of the disclosure. Thus, it is intended that the present disclosure cover the modifications and the modifications.


Various embodiments in this specification have been described in a progressive manner, where descriptions of some embodiments focus on the differences from other embodiments, and same or similar parts among the different embodiments are sometimes described together in only one embodiment.


It should also be noted that in the present disclosure, relational terms such as first and second, etc., are only used to distinguish one entity or operation from another entity or operation, and do not necessarily require or imply these entities having such an order or sequence. It does not necessarily require or imply that any such actual relationship or order exists between these entities or operations.


Moreover, the terms “include,” “including,” or any other variations thereof are intended to cover a non-exclusive inclusion within a process, method, article, or apparatus that comprises a list of elements including not only those elements but also those that are not explicitly listed, or other elements that are inherent to such processes, methods, goods, or device.


In the case of no more limitation, the element defined by the sentence “includes a . . . ” does not exclude the existence of another identical element in the process, the method, or the device including the element.


Specific examples are used herein to describe the principles and implementations of some embodiments. The description is only used to help convey understanding of the possible methods and concepts. Meanwhile, those of ordinary skill in the art can change the specific manners of implementation and application thereof without departing from the spirit of the disclosure. The contents of this specification therefore should not be construed as limiting the disclosure.


For example, in the description of the present disclosure, the terms “some embodiments,” or “example,” and the like may indicate a specific feature described in connection with the embodiment or example, a structure, a material or feature included in at least one embodiment or example. In the present disclosure, the schematic representation of the above terms is not necessarily directed to the same embodiment or example.


Moreover, the particular features, structures, materials, or characteristics described can be combined in a suitable manner in any one or more embodiments or examples. In addition, various embodiments or examples described in the specification, as well as features of various embodiments or examples, can be combined and reorganized.


In the descriptions, with respect to circuit(s), unit(s), device(s), component(s), etc., in some occurrences singular forms are used, and in some other occurrences plural forms are used in the descriptions of various embodiments. It should be noted; however, the single or plural forms are not limiting but rather are for illustrative purposes. Unless it is expressly stated that a single unit, device, or component etc. is employed, or it is expressly stated that a plurality of module, devices or components, etc. are employed, the circuit(s), unit(s), device(s), component(s), etc. can be singular, or plural.


Based on various embodiments of the present disclosure, the disclosed apparatuses, devices, and methods can be implemented in other manners. For example, the abovementioned devices can employ various methods of use or implementation as disclosed herein.


In the present disclosure, the terms “installed,” “connected,” “coupled,” “fixed” and the like shall be understood broadly, and may be either a fixed connection or a detachable connection, or integrated, unless otherwise explicitly defined. These terms can refer to mechanical or electrical connections, or both. Such connections can be direct connections or indirect connections through an intermediate medium. These terms can also refer to the internal connections or the interactions between elements. The specific meanings of the above terms in the present disclosure can be understood by those of ordinary skill in the art on a case-by-case basis.


Dividing the device into different “regions,” “module,” “components” or “layers,” etc. merely reflect various logical functions according to some embodiments, and actual implementations can have other divisions of “regions,” “module,” “components” or “layers,” etc. realizing similar functions as described above, or without divisions. For example, multiple regions, module, or layers, etc. can be combined or can be integrated into another system. In addition, some features can be omitted, and some steps in the methods can be skipped.


Those of ordinary skill in the art will appreciate that the module, components, regions, or layers, etc. in the devices provided by various embodiments described above can be provided in the one or more devices described above. They can also be located in one or multiple devices that is (are) different from the example embodiments described above or illustrated in the accompanying drawings. For example, the module, regions, or layers, etc. in various embodiments described above can be integrated into one module or divided into several sub-modules.


The various device components, modules, module, blocks, or portions may have modular configurations, or are composed of discrete components, but nonetheless can be referred to as “modules” in general. In other words, the “components,” “modules,” “blocks,” “portions,” or “module” referred to herein may or may not be in modular forms.


Moreover, the terms “first” and “second” are used for descriptive purposes only and are not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated. Thus, elements referred to as “first” and “second” may include one or more of the features either explicitly or implicitly. In the description of the present disclosure, “a plurality” indicates two or more unless specifically defined otherwise.


The order of the various embodiments described above are only for the purpose of illustration, and do not represent preference of embodiments.


Although specific embodiments have been described above in detail, the description is merely for purposes of illustration. It should be appreciated, therefore, that many aspects described above are not intended as required or essential elements unless explicitly stated otherwise.


Various modifications of, and equivalent acts corresponding to the disclosed aspects of the exemplary embodiments can be made in addition to those described above by a person of ordinary skill in the art having the benefit of the present disclosure without departing from the spirit and scope of the disclosure contemplated by this disclosure and as defined in the following claims. As such, the scope of this disclosure is to be accorded the broadest reasonable interpretation so as to encompass such modifications and equivalent structures.

Claims
  • 1. A keyword extraction method, comprising: receiving an original document;extracting candidate words from the original document, the extracted candidate words forming a first word set;acquiring a first correlation degree between each candidate word in the first word set and the original document, and determining a second word set according to the first correlation degree, the second word set being a subset of the first word set;generating predicted words through a prediction model based on the original document, the predicted words forming a third word set;determining a union set of the second word set and the third word set, acquiring a second correlation degree between each candidate keyword in the union set and the original document, and acquiring a divergence of each candidate keyword in the union set; andselecting at least one candidate keyword from the union set as keywords, based on the second correlation degree and the divergence, to form a keyword set for the original document.
  • 2. The keyword extraction method according to claim 1, wherein the selecting at least one candidate keyword from the union set as keywords, based on the second correlation degree and the divergence, to form the keyword set of the original document comprises: determining whether the second correlation degree between each candidate keyword in the union set is greater than a preset correlation threshold, and determining whether the divergence of each candidate keyword in the union set is greater than a preset divergence threshold;selecting at least one candidate keyword from the union set, the second correlation degree between the at least one candidate keyword being greater than the preset correlation threshold and the divergence of the at least one candidate keyword being greater than the preset divergence threshold; andtaking the at least one candidate keyword as the keyword.
  • 3. The keyword extraction method according to claim 2, prior to the determining whether the second correlation degree between each candidate keyword in the union set is greater than the preset correlation threshold, further comprising: multiplying the second correlation degree between portion of candidate keywords from the third word set in the union set by a compensation factor greater than 1, to get a product as a finally determined second correlation degree.
  • 4. The keyword extraction method according to claim 1, wherein the acquiring the divergence of each candidate keyword in the union set comprises: determining current to-be-determined candidate keyword from the union set;acquiring a correlation degree between the current to-be-determined candidate keyword and the original document and a correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set; anddetermining a divergence of the current to-be-determined candidate keyword based on the correlation degree between the current to-be-determined candidate keyword and the original document, the correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set, and a preset divergence, until the divergence of each candidate keyword in the union set is determined.
  • 5. The keyword extraction method according to claim 1, wherein the extracting the candidate words from the original document comprises: extracting a plurality of candidate words matched with a preset phrase granularity from the original document according to candidate word extraction rules determined according to the preset phrase granularity;wherein the candidate words matched with the preset phrase granularity comprise nominal words, or nominal phrases combined from modifying words and nominal words.
  • 6. The keyword extraction method according to claim 1, further comprising: extracting verbal, nominal or modifying words from the original document to form a denoised document;calculating a document feature vector of the denoised document via a vector generation model based on untagged corpus training;extracting nominal words or nominal phrases combined from modifying words and nominal phrases from the denoised document to form a to-be-clustered word set; andacquiring a word feature vector of each to-be-clustered word in the to-be-clustered word set via the vector generation model, clustering the to-be-clustered words according to the word feature vectors to form a plurality of cluster sets for the original document.
  • 7. The keyword extraction method according to claim 6, wherein the acquiring the first correlation degree between each candidate word in the first word set and the original document comprises:calculating the first correlation degree between each candidate word and the original document according to the document feature vector, the plurality of cluster sets, and the word feature vector of each candidate word in the first word set;andthe acquiring the second correlation degree between each of the candidate keywords in the union set and the original document comprises:calculating the second correlation degree between each of the candidate keywords and the original document according to the document feature vector, the plurality of cluster sets, and the word feature vector of each candidate keyword in the union set.
  • 8. The keyword extraction method according to claim 6, wherein the prediction model comprises a bilateral network and a unilateral recurrent neural network (RNN); and the generating the predicted words through the prediction model based on the original document comprises: calculating original word feature vector of the original document via the vector generation model;obtaining a memory representation vector via the bilateral network based on the original word feature vector; andgenerating the predicted words via the unilateral RNN based on the memory representation vector and the document feature vector.
  • 9. The keyword extraction method according to claim 8, wherein the prediction model is obtained by: acquiring a training set having a plurality of training corpora and one or more labeled keywords corresponding to each training corpus;obtaining a training word feature vector of each word in the training corpus and a first corpus feature of the training corpus through the vector generation model;obtaining a second corpus feature of an original corpus via the bilateral network based on the training word feature vector;obtaining output keywords via the unilateral RNN based on the first corpus features and the second corpus features; andcalculating loss based on the labeled keywords and the output keywords, and adjusting parameters of the prediction model according to the loss.
  • 10. The keyword extraction method according to claim 1, wherein the determining the second word set according to the first correlation degree comprises: selecting candidate words with the first correlation degree greater than a first preset correlation value, to form the second word set; orselecting candidate words with the first correlation degree listed before a first preset position in an order from high correlation degree to low correlation degree, to form the second word set; orselecting candidate words with the first correlation degree in a previous first preset proportion part in the order from high correlation degree to low correlation degree, to form the second word set.
  • 11. A keyword extraction device, comprising: a processor; andmemory storing instructions for execution by the processor configured to:receive an original document;extract candidate words from the original document, the extracted candidate words forming a first word set;acquire a first correlation degree between each candidate word in the first word set and the original document;determine a second word set according to the first correlation degree, the second word set being a subset of the first word set;generate predicted words through a prediction model based on the original document, the obtained predicted words forming a third word set;determine a union set of the second word set and the third word set;acquire the second correlation degree between each of the candidate keywords in the union set and the original document;acquire a divergence of each candidate keyword in the union set; andselect at least one candidate keyword from the union set as keywords, based on the second correlation degree and the divergence, to form a keyword set for the original document.
  • 12. The keyword extraction device according to claim 11, wherein the processor is further configured to: determine whether the second correlation degree between each candidate keyword in the union set is greater than a preset correlation degree threshold;determine whether the divergence of each candidate keyword in the union set is greater than a preset divergence threshold; andselect at least one candidate keyword from the union set, the second correlation degree between the at least one candidate keyword being greater than the preset correlation degree threshold and the divergence of the at least one candidate keyword being greater than the preset divergence threshold, and to take the at least one candidate keyword as the keyword.
  • 13. The keyword extraction device according to claim 12, wherein the processor is further configured to: multiply the second correlation degree between portion of candidate keywords from the third word set in the union set by a compensation factor greater than 1 to get a product as a finally determined second correlation degree.
  • 14. The keyword extraction device according to claim 11, wherein the processor is further configured to: determine current to-be-determined candidate keyword from the union set;acquire a correlation degree between the current to-be-determined candidate keyword and the original document and a correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set; anddetermine a divergence of the current to-be-determined candidate keyword according to the correlation degree between the current to-be-determined candidate keyword and the original document, the correlation degree between the current to-be-determined candidate keyword and the selected keyword in the keyword set, and a preset divergence, until the divergence of each candidate keyword in the union set is determined.
  • 15. The keyword extraction device according to claim 11, wherein the processor is further configured to: extract a plurality of candidate words matched with a preset phrase granularity from the original document according to candidate word extraction rules determined according to the preset phrase granularity;wherein the candidate words matched with the preset phrase granularity comprise: nominal words, or nominal phrases combined from modifying words and nominal words.
  • 16. The keyword extraction device according to claim 11, wherein the processor is further configured to: form a denoised document by extracting verbal, nominal or modifying words from the original document;calculate a document feature vector of the denoised document via a vector generation model based on unlabeled corpus training; andextract nominal words or nominal phrases combined from modifying words and nominal words from the denoised document to form a to-be-clustered word set, acquire a word feature vector of each to-be-clustered word in the to-be-clustered word set via the vector generation model, cluster the to-be-clustered words according to the word feature vectors to form a plurality of cluster sets for the original document.
  • 17. The keyword extraction device according to claim 16, wherein the processor is further configured to: calculate the first correlation degree between each candidate word and the original document according to the document feature vector, the plurality of cluster sets and the word feature vector of each candidate word in the first word set; andcalculate the second correlation degree between each of the candidate keywords and the original document according to the document feature vector, the plurality of cluster sets and the word feature vector of each candidate keyword in the union set.
  • 18. The keyword extraction device according to claim 16, wherein the prediction model comprises a bilateral network and a unilateral RNN; and the processor is further configured to: calculate original word feature vector of the original document via the vector generation model;obtain a memory representation vector via the bilateral network based on the original word feature vector; andgenerate the predicted words via the unilateral RNN based on the memory representation vector and the document feature vector; andwherein the prediction model is obtained by:acquiring a training set having a plurality of training corpora and one or more labeled keywords corresponding to each training corpus;obtaining a training word feature vector of each word in the training corpus and a first corpus feature of the training corpus through the vector generation model;obtaining a second corpus feature of an original corpus via the bilateral network based on the training word feature vector;obtaining output keywords via the unilateral RNN based on the first corpus features and the second corpus features; andcalculating loss based on the labeled keywords and the output keywords, and adjusting parameters of the prediction model according to the loss.
  • 19. A non-transitory computer-readable storage medium having stored therein instructions, implementing the keyword extraction method according to claim 1 when the instructions are executed by a processor.
  • 20. A keyword extraction system implementing the method according to claim 1, comprising a display screen configured to display the keyword set thereon, and a processing circuit configured to: avoid keyword redundancy through the divergence of keywords, wherein the keyword set is not affected by frequency of the candidate words;calculate the first or second correlation degree according to:
Priority Claims (1)
Number Date Country Kind
201911285457.0 Dec 2019 CN national