WO2008103961A1 - Diverse topic phrase extraction - Google Patents

Diverse topic phrase extraction Download PDF

Info

Publication number
WO2008103961A1
WO2008103961A1 PCT/US2008/054803 US2008054803W WO2008103961A1 WO 2008103961 A1 WO2008103961 A1 WO 2008103961A1 US 2008054803 W US2008054803 W US 2008054803W WO 2008103961 A1 WO2008103961 A1 WO 2008103961A1
Authority
WO
WIPO (PCT)
Prior art keywords
phrases
documents
latent
topic
phrase
Prior art date
Application number
PCT/US2008/054803
Other languages
French (fr)
Inventor
Benyu Zhang
Jilin Chen
Zheng Chen
Huajun Zeng
Jian Wang
Original Assignee
Microsoft Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corporation filed Critical Microsoft Corporation
Publication of WO2008103961A1 publication Critical patent/WO2008103961A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/258Heading extraction; Automatic titling; Numbering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • G06F40/295Named entity recognition

Definitions

  • a summary from a corpus is an abstraction of the text constructed from keywords. These keywords are extracted according to a certain importance measure. Previous work in keyword extraction has only considered frequency of occurrence in the corpus, and not the diversity of the keywords. As a result, common keywords are emphasized in the corpus while less obvious but equally pertinent, but less frequent, keywords or phrases are left unrevealed.
  • TF*PDF Term Frequency
  • PDF Proportional Document Frequency
  • This method gives extra weight to keywords appearing in many documents based on the assumption that words which appear in more documents are more important than others.
  • Another weighting method is Latent Semantic Analysis (LSA), which generates information on the interrelationships between keywords, documents, and concepts. LSA alone suffers from a similar problem as TF*PDF because it also relies only on document and keyword counts. As a result, relevant topics may again be obscured by the infrequency of their keywords in the corpus.
  • FIG. 1 illustrates an exemplary network architecture for implementing diverse topic phrase extraction.
  • FIG. 2 illustrates an exemplary client device implementing diverse topic phrase extraction.
  • FIG. 3 illustrates exemplary method(s) for implementing diverse topic phrase extraction.
  • FIG. 4 illustrates exemplary method(s) for implementing document re- weighting.
  • FIG. 5 illustrates exemplary method(s) for implementing phrase diversification.
  • FIG. 6 illustrates a flowchart representing an exemplary topic phrase extraction mechanism by LSA.
  • LSA involves a document-term matrix.
  • the document-term matrix is a product of three matrices, which individually relate to the documents, terms, and concepts respectively.
  • the concept provides an association between the document and the term.
  • the concept is attributed by a value, referred to as a singular value, indicative of the relevance of the term with the document under consideration.
  • an agent within the system performs techniques for candidate phrase generation, document re-weighting and phrase diversification.
  • Each document in a data set may pertain to one or more topics.
  • the topic can be correlated to numerous terms, for example, the words "graphics" and "electronics" would be closely related to documents that describe those related technologies.
  • Document re-weighting involves analyzing the document to determine words occurring within the document which are relevant to the topic of the document. The relevancy of such terms in such cases is not decided on the basis of the frequency of occurrence of words.
  • the respective agent in the system re-weights the documents and its corresponding attributes, the attributes indicating the relevance of the document to the topic.
  • the document re-weighting increases the association of the concept with the document, even though the term, associated with the concept, in consideration may not be frequently occurring in the document.
  • Phrase diversification involves reducing the redundancy amongst terms that are closely similar to each other in their meaning. For example, agents in the system can implement phrase diversification by maximizing the dissimilarities between the extracted phrases.
  • LSA latent semantic analysis
  • FIG. 1 illustrates an exemplary computer system 100 implementing diverse topic phrase extraction.
  • Computer system 100 includes a server computing device 102, other computing-based or client devices 104(a)-(n), and a collection server 106.
  • Server computing device 102, client devices 104(a)-(n), and collection server 106 can include personal computers (PCs), web servers, email servers, home entertainment devices, game consoles, set top boxes, and any other computing-based device known in the art.
  • the client devices 104(a)-(n) would be collectively referred to as client devices 104.
  • Each of the devices may be a collection of independent components.
  • the device can be incorporated or integrated with one another.
  • the computer system 100 can include any number of client devices 104.
  • computer system 100 can be a company network, including thousands of office PCs, various servers, and other computing-based devices spread throughout several countries. Alternately, in another possible implementation, system 100 can include a home network with a limited number of PCs belonging to a single family.
  • the client devices 104 can be coupled to each other in various combinations through a wired and/or wireless network, including a LAN, WAN, or any other networking technology known in the art.
  • the client devices 104 can also include a phrase extraction and re- weighting module 108, illustrated as re- weighting module 108 and a diversification module 110.
  • the phrase extraction and re- weighting module 108 and/or the diversification module 110 can be functional in one or more of the client devices 104 or the server computing device 102.
  • the phrase extraction and re- weighting module 108 is capable of managing one or more components performing functions related to implementing diverse topic phrase extraction, and more specifically, to implementing re-weighting of one or more documents.
  • the phrase extraction and re- weighting module 108 re- weights each document to strengthen topics whose related terms have lower frequency of occurrence. For example, to extract k phrases, we select the top k- latent topics with the largest singular values. The selected latent topics are then processed in decreasing order of their singular values, where the singular values represent each latent topic's importance in the dataset.
  • the diversification module 110 performs the function of phrase diversification, which in turn can reduce the redundancy while extracting phrases from a document collection.
  • the diversification module 110 implements phrase diversification by maximizing the dissimilarity between the extracted topic phrases.
  • the diversification module 110 can annotate the phrase in consideration, as being similar to a previous used phrase, and hence redundant. The manner in which the functions of document re- weighting and phrase diversification are performed are explained in further detail in conjunction with FIG. 2.
  • FIG. 2 illustrates relevant exemplary components of the client devices 104.
  • the client devices 104 can include one or more processor(s) 202 and a memory 204.
  • Processor(s) 202 may include microprocessors, microcomputers, microcontrollers, digital signal processors, central processing units, state machines, logic circuitries, and/or any devices that manipulate signals based on operational instructions.
  • processor(s) 202 are configured to fetch and execute computer-readable instructions stored in memory 204.
  • Memory 204 can include any computer-readable medium known in the art including, for example, volatile memory (e.g., RAM) and/or non- volatile memory (e.g., flash, etc.). As illustrated in FIG.
  • memory 204 also can include program(s) 206 and data 208.
  • Program(s) 206 include, for example, the phrase extraction and re-weighting module 108, the diversification module 110,and other application(s) 210.
  • Other application(s) 210 include programs that supplement applications on any computing based device such as process receiving applications, update applications, and such.
  • Data 208 include, for example, keyword data 212, document data 214, weighted data 216, and other data 218 as is well known in the art.
  • the phrase extraction and re- weighting module 108 and the diversification module 110 perform function related to document re- weighting and phrase diversification. The techniques for re-weighting and phrase diversification are applied to phrases or topic phrases.
  • the topic phrases from the documents can be extracted from the documents in consideration by implementing an extraction process, which can interchangeably be referred to as a baseline development procedure.
  • the baseline development procedure can be used for generating a set of candidate phrases, which include one or more constituent words.
  • the constituent words that occur in the documents can be either as part of a phrase or may be occurring at different locations within the document itself. In some cases one or more constituent words arranged one after the other, still may not form a proper phrase. Hence an association between the constituent words can be determined to indicate whether the constituent words so together placed, result in a proper meaningful phrase or not.
  • the phrases can be identified based on the degree of interdependence between the constituent words.
  • the candidate phrases can be used to evaluate the strength of word association, for example, indicating whether the constituent words convey a meaning or establish a context which is in conformance with a topic associated with the document.
  • the phrase extraction and re- weighting module 108 generates candidate phrases which are a statistical measure of the interdependence between the constituent words. For example, a specified bi-gram word sequence, say sequence xy, a parameter referred to as mutual information can be represented by the following Equation 1 :
  • NJN (NJN)(N IN) [0025]
  • MI indicates the mutual information
  • N ⁇ is the number of the bi-gram xy
  • N x and N y are the number of occurrences for word x and y
  • N is number of all words while N b denotes the number of bi-grams in the corpus.
  • the phrase extraction and re-weighting module 108 evaluates the number of occurrences of one or more contiguous word sequences. If the number of occurrences for such contiguous word sequences exceeds a threshold value, then the phrase extraction and re-weighting module 108 can identify the word sequence as a phrase.
  • the phrases can be extracted from one or more documents wherein the phrases include a more meaningful collection of words in relation to the constituent words.
  • the phrases that are extracted by the phrase extraction and re- weighting module 108 are stored as keyword data 212.
  • the phrase extraction and re- weighting module 108 ranks the phrase terms stored as keyword data 212. For example, the phrase extraction and re-weighting module 108 evaluates an average frequency of occurrence for the constituent words, and ranks the extracted phrases on the basis of the average frequency of occurrence. The phrases with the highest rank can then be selected for further analysis for topic phrase extraction. In an implementation, the phrase extraction and re- weighting module 108 can also associate one or more weights to the phrases depending on the number of the constituent words as longer phrases may be capable of conveying more information as compared to shorter phrases. For example, a phrase of n words W]W 2 W 3 ....w n can have an associated weighted average term frequency (referred to as WATF) represented by the following Equation 2:
  • WATF weighted average term frequency
  • N 1n is the frequency of w Mt the value of m ranging from 1 to n.
  • document re-weighting is implemented for imparting greater relevance to terms that have frequency of occurrence that is less than the frequency of occurrence of other terms. For example a word, even though it may not be the most frequent word in the document, may still be relevant to the document topic. Consequently, such words and their phrases can be relevant to the document.
  • document re-weighting includes extracting one or more phrases and selecting the top latent topics with largest singular values.
  • the concept of a latent topic and corresponding singular value is based on Latent Semantic Analysis (LSA).
  • LSA Latent Semantic Analysis
  • a document and term association can be represented by an LSA matrix which is again acquired by the multiplication of three matrices.
  • the three matrices can each relate to a document, one or more terms that are correlated with the document, and a concept that defines the correlation of the term with the documents.
  • the LSA matrix can be by the following Equation 3:
  • the LSA matrix is represented by the matrix A.
  • Matrices U, V and ⁇ denote the matrices that are indicative of the document, the term that is correlated with the document, and the concept that defines the association between the documents and the terms.
  • the LSA matrix A creates a mapping between the documents and the terms in a fixed dimensional space.
  • the various matrices can also be represented as follows:
  • Each of the matrices is represented above as a collection of column- wise vectors.
  • the matrix A creates a mapping of the documents and the terms in the fixed dimensional space, say a £-space.
  • a latent topic can thus be considered to be a triple ⁇ S 1 , a t , ⁇ t ) which corresponds to each of the dimension of the ⁇ -dimensional space.
  • the latent topic is indicative of a coherent concept in the one or more documents.
  • the value denoted as ⁇ t can be referred to as a singular value which denotes the importance of the term with respect to the one or more documents.
  • the phrase extraction and re-weighting module 108 extracts a fixed number of phrases, for example, k phrases.
  • the phrase extraction and re-weighting module 108 selects the top k latent topics or the coherent concept correlated to the document, with the largest singular value as denoted by ⁇ 2 .
  • the topics that are selected by the phrase extraction and re- weighting module 108 are stored as document data 214.
  • the selected latent topics that are stored in document data 214 are then processed. In one implementation, the latent topics are processed in the decreasing order of their singular value.
  • a phrase is extracted from the one or more latent topics.
  • the documents are then re-weighted according to the weights that are associated with the current latent topic.
  • the re-weighted value can be evaluated by calculating an LSA-weighted frequency which again defines a new level of importance or relevance of the term and the document.
  • the LSA-weighted frequency can be represented by the following Equation 4:
  • phrase diversification For implementing diverse topic phrase extraction, after re-weighting the documents, phrase diversification is performed. As indicated previously, phrase diversification reduces the redundancy between the extracted phrase topics, for example the topics that are extracted by the phrase extraction and re-weighting module 108. Phrase diversification can be implemented by measuring the dissimilarity between the extracted phrase topics. Depending on the measure of the dissimilarity, the extracted phrases can be classified as dissimilar, i.e. the meanings to which the phrases relate to are dissimilar. This reduces the redundancy amongst the extracted phrases.[stop]
  • the diversification module 110 can be instrumented to implement phrase diversification.
  • the diversification module 110 measures the dissimilarity score between the extracted phrases.
  • the diversification module 110 maximizes the dissimilarity between the extracted phrases by using a greedy algorithm.
  • the manner in which the dissimilarity can be greedily maximized can be performed by techniques known in the art.
  • the diversification module 110 measures the dissimilarity by ascertaining similarity of the extracted phrases to topics that have been used as previously selected topic phrases. On determining similarity between the extracted phrases and the previously selected topics, the diversification module 110 reduces the weighted frequency that is associated with the extracted phrases. A reduction in the weighted frequency of the extracted phrase results in the decrease in the contribution or importance of that phrase for that document.
  • the diversification module 110 reduces the value of the LS A- weighted frequency (as evaluated previously), while document re-weighting. In this manner, the weight associated with the extracted phrases is reduced, if it is found that the phrases are similar to previously selected phrases, and hence reducing redundancy.
  • dissimilarity can also be evaluated by comparing coordinates correlative to the dimensional space considered for latent semantic analysis (LSA). For example, consider two phrases P and Q, wherein P is composed of p terms with coordinates a ], ..., a p occurring sequentially and Q is composed of q terms with coordinates b h ...,b q occurring sequentially. In such a case, the dissimilarity score can be represented by the following Equation 5:
  • a ⁇ O for i ⁇ l or i>p, I) 1 O for i ⁇ l or i>q.
  • a : and b j are vectors and
  • the value of dissimilarity can be evaluated as sum of distances between corresponding terms in the two sequences with a displacement of ⁇ terms.
  • the dissimilarity score so evaluated would consider the ordering of words, i.e. the dissimilarity score so evaluated would also be lower for when one part of say phrase P is similar to another part of phrase Q.
  • the dissimilarity score for the phrases can be stored in document data 214 for further retrieval and analysis.
  • the dissimilarity score is used for evaluating a modified LS A- weighted frequency.
  • the diversification module 110 then ranks the phrases as per the evaluated LSA-weighted frequency for each of the latent topic that was associated with the phrases.
  • the modified LSA-weighted frequency in one implementation can be represented by the following Equation 6:
  • TejSelected Phrases J the dissimilarity score is the same as that represented by Equation 5.
  • P is a phrase under consideration
  • ⁇ Selected Phrases ⁇ is the set of all selected topic phrases from the previously selected latent topics.
  • diversification module 110 reduces the modified LS A- weighted frequency, thereby reducing the redundancy between the selected phrases.
  • Exemplary methods for implementing diverse topic phrase extraction are described with reference to Figs. 1 and 2. These exemplary methods may be described in the general context of computer executable instructions.
  • computer executable instructions can include routines, programs, objects, components, data structures, procedures, modules, functions, and the like that perform particular functions or implement particular abstract data types.
  • the methods may also be practiced in a distributed computing environment where functions are performed by remote processing devices that are linked through a communications network.
  • computer executable instructions may be located in both local and remote computer storage media, including memory storage devices.
  • FIG. 3 illustrates an exemplary method 300 being implemented by one or more program modules or agents residing on a computing device, for example, any one or more of the client devices 104.
  • the order in which the method is described is not intended to be construed as a limitation, and any number of the described method blocks can be combined in any order to implement the method, or an alternate method. Additionally, individual blocks may be deleted from the method without departing from the spirit and scope of the subject matter described herein.
  • the method can be implemented in any suitable hardware, software, firmware, or combination thereof.
  • one or more candidate phrases are generated.
  • phrase extraction and re-weighting module 108 generates one or more candidate phrases.
  • the candidate phrases from the documents can be extracted from the documents through an extraction process, which can interchangeably be referred to as a baseline development procedure.
  • the phrases can be identified based on the interdependence between the constituent words.
  • the candidate phrases can be used to evaluate the strength of word association, for example, indicating whether the constituent words convey a meaning or establish a context which is in conformance with a topic associated with the document.
  • the phrase extraction and re-weighting module 108 generates candidate phrases which are a statistical measure of the interdependence between the constituent words.
  • the phrase extraction and re- weighting module 108 ranks the phrase terms stored in the keyword data 212. For example, the phrase extraction and re-weighting module 108 evaluates an average frequency of occurrence for the constituent words, and ranks the extracted phrases on the basis of the average frequency of occurrence.
  • the phrases with the highest rank can then be selected for further analysis for topic phrase extraction.
  • the phrases generated in the previous step are re-weighted.
  • the phrase extraction and re-weighting module 108 implements re- weighting of documents.
  • document re-weighting is implemented for imparting greater relevance to terms that have a frequency of occurrence that is less than the frequency of occurrence of other terms. For example a word, even though it may not be the most frequent word in the document, it may still be relevant to the document topic. Consequently, such words and their phrases can be relevant to the document.
  • the process for re-weighting is further exemplified in conjunction with FIG. 4.
  • the redundancy between the weighted phrases is reduced.
  • the diversification module 110 can be instrumented to implement phrase diversification. Phrase diversification reduces the redundancy between the extracted phrase topics, for example the topics that are extracted by the phrase extraction and re- weighting module 108.
  • the diversification module 110 measures the dissimilarity score between the extracted phrases. In one implementation, the diversification module 110 maximizes the dissimilarity between the extracted phrases by using a greedy algorithm.
  • the process for re-weighting is further exemplified in conjunction with FIG. 5.
  • FIG. 4 illustrates an exemplary method 400 being implemented by one or more program modules or agents residing on a computing device for re-weighting of documents, for example, in any one or more of the client devices 104.
  • the order in which the method is described is not intended to be construed as a limitation, and any number of the described method blocks can be combined in any order to implement the method, or an alternate method. Additionally, individual blocks may be deleted from the method without departing from the spirit and scope of the subject matter described herein.
  • the method can be implemented in any suitable hardware, software, firmware, or combination thereof.
  • the top latent topics are selected based on their singular value.
  • the phrase extraction and re-weighting module 108 extracts a fixed number of phrases, say k phrases.
  • the phrase extraction and re-weighting module 108 selects the top k latent topics with the largest singular value.
  • the singular value denotes the importance of the term with respect to the one or more documents.
  • the topics that are selected by the phrase extraction and re-weighting module 108 are stored as document data 214.
  • the latent topics are processed in the decreasing order of their singular value.
  • the phrase extraction and re-weighting module 108 processes the selected latent topics that are stored in document data 214.
  • the processing of the latent topics is implemented in the decreasing order of their singular value.
  • the result of the processing performed by the phrase extraction and re-weighting module 108 I stored in weighted data 216.
  • one phrase is extracted from each of the latent topics.
  • the phrase extraction and re- weighting module 108 extracts one phrase from each of the latent topics.
  • the phrase extraction and re- weighting module 108 extracts the phrases from the latent topic on the basis of the singular value.
  • all the documents are re-weighted on the basis of the weights that are associated with the latent topics.
  • the phrase extraction and re- weighting module 108 evaluates the re-weighted value by calculating an
  • the weighted documents are stored in weighted data 216.
  • FIG. 5 illustrates an exemplary method 500 being implemented by one or more program modules or agents residing on a computing device for phrase diversification for reducing redundancy between extracted phrases, for example, in any one or more of the client devices 104.
  • a topic phrase is selected.
  • diversification module 110 can select a topic phrase from the weighted data 216.
  • the similarity between the topic phrase and previously selected phrases is evaluated.
  • the diversification module 110 measures the dissimilarity by ascertaining similarity of the extracted phrases to topics that have been used as previously selected topic phrases.
  • the diversification module 110 maximizes the dissimilarity between the extracted phrases by using a greedy algorithm. The manner in which the dissimilarity can be greedily maximized can be performed by techniques known in the art.
  • the weight associated with the topic phrases is reduced in the event that the topic phrase is similar to a previously selected phrase.
  • the diversification module 110 reduces the weighted frequency that is associated with the extracted phrases.
  • the diversification module 110 reduces the value of the LSA- weighted frequency (as evaluated previously), while document re-weighting. In this manner, the weight associated with the extracted phrases is reduced, if it is found that the phrases are similar to previously selected phrases, and hence reducing redundancy.
  • the dissimilarity score is used for evaluating a modified LS A- weighted frequency. The diversification module 110 then ranks the phrases as per the evaluated LSA-weighted frequency for each of the latent topic that was associated with the phrases.
  • the phrase is classified as dissimilar based on the evaluation of the above processes. For example, if the diversification module 110 evaluates that the topic phrase under consideration is far apart in terms of the meaning to which it correlates to, and then the topic phrase is classified as dissimilar. The relevancy, as indicated by their corresponding average weights, of the similar phrases is reduced on them being similar to the previously selected phrases.
  • Fig. 6 illustrates a flowchart representing an exemplary topic phrase extraction mechanism by LSA.
  • the flowchart is directed to an algorithm to perform a method for keyword extraction.
  • the algorithm implements the preparation of a corpus of documents for extraction of topic phrases.
  • the corpus of documents can be prepared by the phrase extraction and re- weighting module 108.
  • word sequences with certain frequency of occurrence and correlation are selected using LSA.
  • the phrase extraction and re -weighting module 108 selects word sequences with certain numbers of occurrence and mutual information as candidate phrases. The word sequences so selected are such that the ordering of the words result in phrases with meaningful concepts.
  • mutual information for word sequences can be evaluated by known techniques, such as those discussed in the article titled Parsing a Natural Language Using Mutual Information Statistics, by D.M. Magerman, M.P. Marcus, published in AAAI 1990.
  • latent topics associated with the corpus can be analyzed.
  • block 604 can be implemented along with block 606.
  • the latent topics of the corpus can be analyzed by representing the corpus as a document-term matrix.
  • the document term matrix is then used for abstracting first k latent topics with the largest singular values using Latent Semantic Analysis or LSA.
  • LSA Latent Semantic Analysis
  • a document and term association can be represented by an LSA matrix which is again acquired by the multiplication of three matrices.
  • the three matrices each relates to a document, one or more terms that are correlated with the document, and a concept that defines the correlation of the term with the documents.
  • the algorithm as illustrated evaluates the LSA weighted frequency for all latent topics.
  • the evaluation of the LSA weighted frequency aims to re-weigh the documents.
  • the re-weighting of documents results in imparting a new relevance of the term to the document.
  • the LSA- weighted frequency can be represented by Equation 4 as indicated above, which is as follows:
  • LSAF (> W 1 W 2 w « )
  • N hm is the term frequency of w m in a document.
  • the re-weighting accomplishes the strengthening of documents and increase the frequency of terms that appear in the specific document.
  • a careful analysis of the LSA matrix A would indicate that each of the latent topics is far apart from the other latent topics. This assures that different subset of documents will be strengthened even though the extracted phrase may be occurring only in certain portions of the documents in consideration.
  • all latent topics are sequentially processed.
  • the processing of the latent topics includes evaluating a modified LSA-weighted frequency.
  • Equation 6 is as follows:
  • the dissimilarity score is the same as that represented by Equation 5.
  • P is a phrase under consideration
  • ⁇ Selected Phrases ⁇ is the set of all selected topic phrases from the previously selected latent topics.
  • diversification module 110 reduces the modified LSA-weighted frequency, thereby reducing the redundancy between the selected phrases.
  • the modified LSA- weighted frequency is a function of the dissimilarity between the one or more of the extracted phrases.
  • the dissimilarity between the extracted phrases is indicative of the fact that the phrases are far apart from each other in terms of the concepts that they relate to.
  • a ⁇ O for i ⁇ l or i>p, I) 1 O for i ⁇ l or i>q.
  • a ⁇ and b are vectors and Ia 1 -O,
  • the value of dissimilarity can be evaluated as sum of distances between corresponding terms in the two sequences with a displacement of ⁇ terms.
  • the dissimilarity score so evaluated would consider the ordering of words, i.e. the dissimilarity score so evaluated would also be lower for when one part of say phrase P is similar to another part of phrase Q.
  • the dissimilarity score for the phrases can be stored in document data 214 for further retrieval and analysis.

Abstract

Systems and methods for implementing diverse topic phrase extraction are disclosed. According to one implementation, multiple word candidate phrases are extracted from a corpus and weighed. One or more documents are re-weighed to identify less obvious candidate topics using latent semantic analysis (LSA). Phrase diversification is then used to remove redundancy and select informative and distinct topic phrases.

Description

DIVERSE TOPIC PHRASE EXTRACTION
BACKGROUND
[0001] Traditionally a summary from a corpus, for example, a collection comprising of online documents, is an abstraction of the text constructed from keywords. These keywords are extracted according to a certain importance measure. Previous work in keyword extraction has only considered frequency of occurrence in the corpus, and not the diversity of the keywords. As a result, common keywords are emphasized in the corpus while less obvious but equally pertinent, but less frequent, keywords or phrases are left unrevealed.
[0002] For keyword extraction, most traditional methods have used supervised learning methods, which require manually labeled training samples. Only a few studies have been carried out on unsupervised keyword extraction problems for general content documents. For example, words may be ranked by a weighting method referred to as "TF*PDF," where "TF" refers to Term Frequency and "PDF" refers to Proportional Document Frequency. This method gives extra weight to keywords appearing in many documents based on the assumption that words which appear in more documents are more important than others. Another weighting method is Latent Semantic Analysis (LSA), which generates information on the interrelationships between keywords, documents, and concepts. LSA alone suffers from a similar problem as TF*PDF because it also relies only on document and keyword counts. As a result, relevant topics may again be obscured by the infrequency of their keywords in the corpus. SUMMARY
[0003] This summary is provided to introduce concepts for implementing diverse topic phrase extraction from a corpus, or collection of documents. These concepts are further described below in the detailed description. This summary is not intended to identify essential features of the claimed subject matter, nor is it intended for use in determining the scope of the claimed subject matter. [0004] Systems and methods for implementing diverse topic phrase extraction are disclosed. According to one embodiment, multiple word candidate phrases are extracted from a corpus and weighed. One or more documents are re-weighed to identify less obvious candidate topics using latent semantic analysis (LSA). Phrase diversification is then used to remove redundancy and select informative and distinct topic phrases.
BRIEF DESCRIPTION OF THE DRAWINGS
[0005] The detailed description is described with reference to the accompanying figures. In the figures, the left-most digit(s) of a reference number identifies the figure in which the reference number first appears. The same numbers are used throughout the drawings to reference like features and components. [0006] FIG. 1 illustrates an exemplary network architecture for implementing diverse topic phrase extraction.
[0007] FIG. 2 illustrates an exemplary client device implementing diverse topic phrase extraction. [0008] FIG. 3 illustrates exemplary method(s) for implementing diverse topic phrase extraction.
[0009] FIG. 4 illustrates exemplary method(s) for implementing document re- weighting.
[0010] FIG. 5 illustrates exemplary method(s) for implementing phrase diversification.
[0011] FIG. 6 illustrates a flowchart representing an exemplary topic phrase extraction mechanism by LSA.
DETAILED DESCRIPTION
[0012] Systems and methods for implementing diverse topic phrase extraction are described. For example, the methods and systems described implement phrase topic extraction by selecting word sequences with certain numbers of occurrence and mutual information as candidate topic phrases. The candidate topic phrases are analyzed using latent semantic analysis (LSA) and used to generate topic phrases related to the documents. Such techniques can establish a more informative association between the document and its terms by evaluating a concept or a context, which links the term with the document.
[0013] Generally LSA involves a document-term matrix. The document-term matrix is a product of three matrices, which individually relate to the documents, terms, and concepts respectively. The concept provides an association between the document and the term. The concept is attributed by a value, referred to as a singular value, indicative of the relevance of the term with the document under consideration. [0014] To implement diverse topic phrase extraction, an agent within the system performs techniques for candidate phrase generation, document re-weighting and phrase diversification. Each document in a data set may pertain to one or more topics. Moreover, the topic can be correlated to numerous terms, for example, the words "graphics" and "electronics" would be closely related to documents that describe those related technologies.
[0015] Document re-weighting involves analyzing the document to determine words occurring within the document which are relevant to the topic of the document. The relevancy of such terms in such cases is not decided on the basis of the frequency of occurrence of words. The respective agent in the system re-weights the documents and its corresponding attributes, the attributes indicating the relevance of the document to the topic. The document re-weighting increases the association of the concept with the document, even though the term, associated with the concept, in consideration may not be frequently occurring in the document. [0016] Phrase diversification involves reducing the redundancy amongst terms that are closely similar to each other in their meaning. For example, agents in the system can implement phrase diversification by maximizing the dissimilarities between the extracted phrases. Terms or keywords that are similar to previously used keywords or terms may result in a change in their relevance. While features and concepts of the described systems and methods for diverse topic phrase extraction from text collection using latent semantic analysis (LSA) can be implemented in any number of different environments, systems, computing-based systems, television-based entertainment systems, and/or other configurations, embodiments of diverse topic phrase extraction from text collection using LSA are described in the context of the following exemplary systems and environments.
Exemplary Architecture
[0017] FIG. 1 illustrates an exemplary computer system 100 implementing diverse topic phrase extraction. Computer system 100 includes a server computing device 102, other computing-based or client devices 104(a)-(n), and a collection server 106. Server computing device 102, client devices 104(a)-(n), and collection server 106 can include personal computers (PCs), web servers, email servers, home entertainment devices, game consoles, set top boxes, and any other computing-based device known in the art. For the purposes of description only, the client devices 104(a)-(n) would be collectively referred to as client devices 104. Each of the devices may be a collection of independent components. Furthermore, the device can be incorporated or integrated with one another. The computer system 100 can include any number of client devices 104. For example, in one implementation, computer system 100 can be a company network, including thousands of office PCs, various servers, and other computing-based devices spread throughout several countries. Alternately, in another possible implementation, system 100 can include a home network with a limited number of PCs belonging to a single family. The client devices 104 can be coupled to each other in various combinations through a wired and/or wireless network, including a LAN, WAN, or any other networking technology known in the art. [0018] The client devices 104 can also include a phrase extraction and re- weighting module 108, illustrated as re- weighting module 108 and a diversification module 110. The phrase extraction and re- weighting module 108 and/or the diversification module 110 can be functional in one or more of the client devices 104 or the server computing device 102.
[0019] The phrase extraction and re- weighting module 108, interchangeably referred to as re-weighting module 108, is capable of managing one or more components performing functions related to implementing diverse topic phrase extraction, and more specifically, to implementing re-weighting of one or more documents. The phrase extraction and re- weighting module 108 re- weights each document to strengthen topics whose related terms have lower frequency of occurrence. For example, to extract k phrases, we select the top k- latent topics with the largest singular values. The selected latent topics are then processed in decreasing order of their singular values, where the singular values represent each latent topic's importance in the dataset.
[0020] The diversification module 110 performs the function of phrase diversification, which in turn can reduce the redundancy while extracting phrases from a document collection. The diversification module 110 implements phrase diversification by maximizing the dissimilarity between the extracted topic phrases. Depending on the extent of dissimilarity between the phrases, the diversification module 110 can annotate the phrase in consideration, as being similar to a previous used phrase, and hence redundant. The manner in which the functions of document re- weighting and phrase diversification are performed are explained in further detail in conjunction with FIG. 2.
Exemplary System(s)
[0021] FIG. 2 illustrates relevant exemplary components of the client devices 104. The client devices 104 can include one or more processor(s) 202 and a memory 204. Processor(s) 202 may include microprocessors, microcomputers, microcontrollers, digital signal processors, central processing units, state machines, logic circuitries, and/or any devices that manipulate signals based on operational instructions. Among other capabilities, processor(s) 202 are configured to fetch and execute computer-readable instructions stored in memory 204. [0022] Memory 204 can include any computer-readable medium known in the art including, for example, volatile memory (e.g., RAM) and/or non- volatile memory (e.g., flash, etc.). As illustrated in FIG. 2, memory 204 also can include program(s) 206 and data 208. Program(s) 206 include, for example, the phrase extraction and re-weighting module 108, the diversification module 110,and other application(s) 210. Other application(s) 210 include programs that supplement applications on any computing based device such as process receiving applications, update applications, and such. Data 208 include, for example, keyword data 212, document data 214, weighted data 216, and other data 218 as is well known in the art. [0023] As indicated previously, the phrase extraction and re- weighting module 108 and the diversification module 110 perform function related to document re- weighting and phrase diversification. The techniques for re-weighting and phrase diversification are applied to phrases or topic phrases. The topic phrases from the documents can be extracted from the documents in consideration by implementing an extraction process, which can interchangeably be referred to as a baseline development procedure. The baseline development procedure can be used for generating a set of candidate phrases, which include one or more constituent words. The constituent words that occur in the documents can be either as part of a phrase or may be occurring at different locations within the document itself. In some cases one or more constituent words arranged one after the other, still may not form a proper phrase. Hence an association between the constituent words can be determined to indicate whether the constituent words so together placed, result in a proper meaningful phrase or not.
[0024] In one implementation, the phrases can be identified based on the degree of interdependence between the constituent words. In another implementation, the candidate phrases can be used to evaluate the strength of word association, for example, indicating whether the constituent words convey a meaning or establish a context which is in conformance with a topic associated with the document. In another implementation, the phrase extraction and re- weighting module 108 generates candidate phrases which are a statistical measure of the interdependence between the constituent words. For example, a specified bi-gram word sequence, say sequence xy, a parameter referred to as mutual information can be represented by the following Equation 1 :
N,JNh
Ml(x,y) * \og-
(NJN)(N IN) [0025] In the above expression MI indicates the mutual information, N^ is the number of the bi-gram xy; Nx and Ny are the number of occurrences for word x and y; N is number of all words while Nb denotes the number of bi-grams in the corpus. In one implementation, the phrase extraction and re-weighting module 108 evaluates the number of occurrences of one or more contiguous word sequences. If the number of occurrences for such contiguous word sequences exceeds a threshold value, then the phrase extraction and re-weighting module 108 can identify the word sequence as a phrase. In such a manner, the phrases can be extracted from one or more documents wherein the phrases include a more meaningful collection of words in relation to the constituent words. In one implementation, the phrases that are extracted by the phrase extraction and re- weighting module 108 are stored as keyword data 212.
[0026] In another possible implementation, the phrase extraction and re- weighting module 108 ranks the phrase terms stored as keyword data 212. For example, the phrase extraction and re-weighting module 108 evaluates an average frequency of occurrence for the constituent words, and ranks the extracted phrases on the basis of the average frequency of occurrence. The phrases with the highest rank can then be selected for further analysis for topic phrase extraction. In an implementation, the phrase extraction and re- weighting module 108 can also associate one or more weights to the phrases depending on the number of the constituent words as longer phrases may be capable of conveying more information as compared to shorter phrases. For example, a phrase of n words W]W2W3....wn can have an associated weighted average term frequency (referred to as WATF) represented by the following Equation 2:
Figure imgf000011_0001
[0027] For Equation 2, as illustrated above N1n is the frequency of wMt the value of m ranging from 1 to n.
[0028] As indicated previously, document re-weighting is implemented for imparting greater relevance to terms that have frequency of occurrence that is less than the frequency of occurrence of other terms. For example a word, even though it may not be the most frequent word in the document, may still be relevant to the document topic. Consequently, such words and their phrases can be relevant to the document.
[0029] To this end, document re-weighting includes extracting one or more phrases and selecting the top latent topics with largest singular values. The concept of a latent topic and corresponding singular value is based on Latent Semantic Analysis (LSA). Generally, in latent semantic analysis a document and term association can be represented by an LSA matrix which is again acquired by the multiplication of three matrices. The three matrices can each relate to a document, one or more terms that are correlated with the document, and a concept that defines the correlation of the term with the documents. In one implementation, the LSA matrix can be by the following Equation 3:
A * U∑ VT [0030] In the above expression the LSA matrix is represented by the matrix A. Matrices U, V and ∑ denote the matrices that are indicative of the document, the term that is correlated with the document, and the concept that defines the association between the documents and the terms. In this manner, the LSA matrix A creates a mapping between the documents and the terms in a fixed dimensional space. The various matrices can also be represented as follows:
U = (a1 ,..., ak ) v = (A ,-, βk)
Z = diag{el v..,^ }
[0031] Each of the matrices is represented above as a collection of column- wise vectors. As indicated above, the matrix A creates a mapping of the documents and the terms in the fixed dimensional space, say a £-space. A latent topic can thus be considered to be a triple { S1 , at , βt ) which corresponds to each of the dimension of the ^-dimensional space. The latent topic is indicative of a coherent concept in the one or more documents. The value denoted as εt can be referred to as a singular value which denotes the importance of the term with respect to the one or more documents.
[0032] Returning to the phrase extraction and re-weighting module 108, which is responsible for performing re-weighting of the one or more documents, the phrase extraction and re-weighting module 108 extracts a fixed number of phrases, for example, k phrases. The phrase extraction and re-weighting module 108 selects the top k latent topics or the coherent concept correlated to the document, with the largest singular value as denoted byε2 . The topics that are selected by the phrase extraction and re- weighting module 108 are stored as document data 214. The selected latent topics that are stored in document data 214 are then processed. In one implementation, the latent topics are processed in the decreasing order of their singular value. During processing, a phrase is extracted from the one or more latent topics. The documents are then re-weighted according to the weights that are associated with the current latent topic. In one implementation, the re-weighted value can be evaluated by calculating an LSA-weighted frequency which again defines a new level of importance or relevance of the term and the document. In another implementation, the LSA-weighted frequency can be represented by the following Equation 4:
LSAF [W1W2 - wn ) =
Figure imgf000013_0001
where N hm is the term frequency of wm in a document. The re-weighting accomplishes the strengthening of documents and increase the frequency of terms that appear in the specific document. In addition, a careful analysis of the LSA matrix A would indicate that each of the latent topics is far apart from the other latent topics. This assures that different subset of documents will be strengthened even though the extracted phrase may be occurring only in certain portions of the documents in consideration.
[0033] For implementing diverse topic phrase extraction, after re-weighting the documents, phrase diversification is performed. As indicated previously, phrase diversification reduces the redundancy between the extracted phrase topics, for example the topics that are extracted by the phrase extraction and re-weighting module 108. Phrase diversification can be implemented by measuring the dissimilarity between the extracted phrase topics. Depending on the measure of the dissimilarity, the extracted phrases can be classified as dissimilar, i.e. the meanings to which the phrases relate to are dissimilar. This reduces the redundancy amongst the extracted phrases.[stop]
[0034] To this end, the diversification module 110 can be instrumented to implement phrase diversification. The diversification module 110 measures the dissimilarity score between the extracted phrases. In one implementation, the diversification module 110 maximizes the dissimilarity between the extracted phrases by using a greedy algorithm. The manner in which the dissimilarity can be greedily maximized can be performed by techniques known in the art. [0035] The diversification module 110 measures the dissimilarity by ascertaining similarity of the extracted phrases to topics that have been used as previously selected topic phrases. On determining similarity between the extracted phrases and the previously selected topics, the diversification module 110 reduces the weighted frequency that is associated with the extracted phrases. A reduction in the weighted frequency of the extracted phrase results in the decrease in the contribution or importance of that phrase for that document. In one implementation, the diversification module 110 reduces the value of the LS A- weighted frequency (as evaluated previously), while document re-weighting. In this manner, the weight associated with the extracted phrases is reduced, if it is found that the phrases are similar to previously selected phrases, and hence reducing redundancy. [0036] In another implementation dissimilarity can also be evaluated by comparing coordinates correlative to the dimensional space considered for latent semantic analysis (LSA). For example, consider two phrases P and Q, wherein P is composed of p terms with coordinates a ], ..., ap occurring sequentially and Q is composed of q terms with coordinates bh ...,bq occurring sequentially. In such a case, the dissimilarity score can be represented by the following Equation 5:
Z)/S(P, ρ) = argmin ∑ 0, - Kβ
-q≤β≤P i =\-q
[0037] For the above equation, a^O for i<l or i>p, I)1=O for i<l or i>q. In this case, it can be gathered that a: and bj are vectors and |arbj| is their L-I norm. In this implementation, the value of dissimilarity can be evaluated as sum of distances between corresponding terms in the two sequences with a displacement of β terms. For the above expression, the dissimilarity score so evaluated would consider the ordering of words, i.e. the dissimilarity score so evaluated would also be lower for when one part of say phrase P is similar to another part of phrase Q. The dissimilarity score for the phrases can be stored in document data 214 for further retrieval and analysis.
[0038] In yet another implementation, the dissimilarity score is used for evaluating a modified LS A- weighted frequency. The diversification module 110 then ranks the phrases as per the evaluated LSA-weighted frequency for each of the latent topic that was associated with the phrases. The modified LSA-weighted frequency, in one implementation can be represented by the following Equation 6:
MLSAF(P) = LSAF(P). min DIS(P,τ)
TejSelected Phrases J [0039] For the above expression, the dissimilarity score is the same as that represented by Equation 5. In the above expression, P is a phrase under consideration, {Selected Phrases} is the set of all selected topic phrases from the previously selected latent topics. In another implementation, diversification module 110 reduces the modified LS A- weighted frequency, thereby reducing the redundancy between the selected phrases.
Exemplary Method(s)
[0040] Exemplary methods for implementing diverse topic phrase extraction are described with reference to Figs. 1 and 2. These exemplary methods may be described in the general context of computer executable instructions. Generally, computer executable instructions can include routines, programs, objects, components, data structures, procedures, modules, functions, and the like that perform particular functions or implement particular abstract data types. The methods may also be practiced in a distributed computing environment where functions are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, computer executable instructions may be located in both local and remote computer storage media, including memory storage devices.
[0041] FIG. 3 illustrates an exemplary method 300 being implemented by one or more program modules or agents residing on a computing device, for example, any one or more of the client devices 104. [0042] The order in which the method is described is not intended to be construed as a limitation, and any number of the described method blocks can be combined in any order to implement the method, or an alternate method. Additionally, individual blocks may be deleted from the method without departing from the spirit and scope of the subject matter described herein. Furthermore, the method can be implemented in any suitable hardware, software, firmware, or combination thereof.
[0043] At block 302, one or more candidate phrases are generated. For example, phrase extraction and re-weighting module 108 generates one or more candidate phrases. The candidate phrases from the documents can be extracted from the documents through an extraction process, which can interchangeably be referred to as a baseline development procedure.
[0044] In an implementation, the phrases can be identified based on the interdependence between the constituent words. The candidate phrases can be used to evaluate the strength of word association, for example, indicating whether the constituent words convey a meaning or establish a context which is in conformance with a topic associated with the document. In another implementation, the phrase extraction and re-weighting module 108 generates candidate phrases which are a statistical measure of the interdependence between the constituent words. [0045] In another possible implementation, the phrase extraction and re- weighting module 108 ranks the phrase terms stored in the keyword data 212. For example, the phrase extraction and re-weighting module 108 evaluates an average frequency of occurrence for the constituent words, and ranks the extracted phrases on the basis of the average frequency of occurrence. The phrases with the highest rank can then be selected for further analysis for topic phrase extraction. [0046] At block 304, the phrases generated in the previous step are re-weighted. For example, the phrase extraction and re-weighting module 108 implements re- weighting of documents. As indicated previously, document re-weighting is implemented for imparting greater relevance to terms that have a frequency of occurrence that is less than the frequency of occurrence of other terms. For example a word, even though it may not be the most frequent word in the document, it may still be relevant to the document topic. Consequently, such words and their phrases can be relevant to the document. The process for re-weighting is further exemplified in conjunction with FIG. 4.
[0047] At block 306, the redundancy between the weighted phrases is reduced. For example, the diversification module 110 can be instrumented to implement phrase diversification. Phrase diversification reduces the redundancy between the extracted phrase topics, for example the topics that are extracted by the phrase extraction and re- weighting module 108. The diversification module 110 measures the dissimilarity score between the extracted phrases. In one implementation, the diversification module 110 maximizes the dissimilarity between the extracted phrases by using a greedy algorithm. The process for re-weighting is further exemplified in conjunction with FIG. 5.
[0048] FIG. 4 illustrates an exemplary method 400 being implemented by one or more program modules or agents residing on a computing device for re-weighting of documents, for example, in any one or more of the client devices 104. [0049] The order in which the method is described is not intended to be construed as a limitation, and any number of the described method blocks can be combined in any order to implement the method, or an alternate method. Additionally, individual blocks may be deleted from the method without departing from the spirit and scope of the subject matter described herein. Furthermore, the method can be implemented in any suitable hardware, software, firmware, or combination thereof.
[0050] At block 402, the top latent topics are selected based on their singular value. For example, the phrase extraction and re-weighting module 108 extracts a fixed number of phrases, say k phrases. The phrase extraction and re-weighting module 108 selects the top k latent topics with the largest singular value. The singular value denotes the importance of the term with respect to the one or more documents. The topics that are selected by the phrase extraction and re-weighting module 108 are stored as document data 214.
[0051] At block 404, the latent topics are processed in the decreasing order of their singular value. For example, the phrase extraction and re-weighting module 108 processes the selected latent topics that are stored in document data 214. The processing of the latent topics is implemented in the decreasing order of their singular value. In one implementation, the result of the processing performed by the phrase extraction and re-weighting module 108 I stored in weighted data 216. [0052] At block 406, one phrase is extracted from each of the latent topics. For example, the phrase extraction and re- weighting module 108 extracts one phrase from each of the latent topics. In one implementation, the phrase extraction and re- weighting module 108 extracts the phrases from the latent topic on the basis of the singular value.
[0053] At block 408, all the documents are re-weighted on the basis of the weights that are associated with the latent topics. For example, the phrase extraction and re- weighting module 108 evaluates the re-weighted value by calculating an
LSA-weighted frequency which again defines a new level of importance or relevance of the term and the document. The re-weighting accomplishes the strengthening of documents and increase the frequency of terms that appear in the specific document. In one implementation, the weighted documents are stored in weighted data 216.
[0054] FIG. 5 illustrates an exemplary method 500 being implemented by one or more program modules or agents residing on a computing device for phrase diversification for reducing redundancy between extracted phrases, for example, in any one or more of the client devices 104.
[0055] The order in which the method is described is not intended to be construed as a limitation, and any number of the described method blocks can be combined in any order to implement the method, or an alternate method.
Additionally, individual blocks may be deleted from the method without departing from the spirit and scope of the subject matter described herein. Furthermore, the method can be implemented in any suitable hardware, software, firmware, or combination thereof.
[0056] At block 502, a topic phrase is selected. For example, diversification module 110 can select a topic phrase from the weighted data 216. [0057] At block 504, the similarity between the topic phrase and previously selected phrases is evaluated. For example, the diversification module 110 measures the dissimilarity by ascertaining similarity of the extracted phrases to topics that have been used as previously selected topic phrases. In one implementation, the diversification module 110 maximizes the dissimilarity between the extracted phrases by using a greedy algorithm. The manner in which the dissimilarity can be greedily maximized can be performed by techniques known in the art. [0058] At block 506, the weight associated with the topic phrases (as a part of the re-weighting process), is reduced in the event that the topic phrase is similar to a previously selected phrase. For example, on determining similarity between the extracted phrases and the previously selected topics, the diversification module 110 reduces the weighted frequency that is associated with the extracted phrases. In one implementation, the diversification module 110 reduces the value of the LSA- weighted frequency (as evaluated previously), while document re-weighting. In this manner, the weight associated with the extracted phrases is reduced, if it is found that the phrases are similar to previously selected phrases, and hence reducing redundancy. In yet another implementation, the dissimilarity score is used for evaluating a modified LS A- weighted frequency. The diversification module 110 then ranks the phrases as per the evaluated LSA-weighted frequency for each of the latent topic that was associated with the phrases.
[0059] At block 508, the phrase is classified as dissimilar based on the evaluation of the above processes. For example, if the diversification module 110 evaluates that the topic phrase under consideration is far apart in terms of the meaning to which it correlates to, and then the topic phrase is classified as dissimilar. The relevancy, as indicated by their corresponding average weights, of the similar phrases is reduced on them being similar to the previously selected phrases.
Exemplary Algorithm
[0060] Fig. 6 illustrates a flowchart representing an exemplary topic phrase extraction mechanism by LSA. The flowchart is directed to an algorithm to perform a method for keyword extraction.
[0061] At 602, the algorithm implements the preparation of a corpus of documents for extraction of topic phrases. In one implementation, the corpus of documents can be prepared by the phrase extraction and re- weighting module 108. [0062] At block 604, word sequences with certain frequency of occurrence and correlation are selected using LSA. In one implementation, the phrase extraction and re -weighting module 108 selects word sequences with certain numbers of occurrence and mutual information as candidate phrases. The word sequences so selected are such that the ordering of the words result in phrases with meaningful concepts. In one implementation, mutual information for word sequences can be evaluated by known techniques, such as those discussed in the article titled Parsing a Natural Language Using Mutual Information Statistics, by D.M. Magerman, M.P. Marcus, published in AAAI 1990.
[0063] At block 606, latent topics associated with the corpus can be analyzed. In one implementation, block 604 can be implemented along with block 606. In another implementation the latent topics of the corpus can be analyzed by representing the corpus as a document-term matrix. The document term matrix is then used for abstracting first k latent topics with the largest singular values using Latent Semantic Analysis or LSA. As indicated previously in LSA, a document and term association can be represented by an LSA matrix which is again acquired by the multiplication of three matrices. The three matrices each relates to a document, one or more terms that are correlated with the document, and a concept that defines the correlation of the term with the documents.
[0064] At block 608, the algorithm as illustrated evaluates the LSA weighted frequency for all latent topics. The evaluation of the LSA weighted frequency aims to re-weigh the documents. The re-weighting of documents results in imparting a new relevance of the term to the document. In another implementation, the LSA- weighted frequency can be represented by Equation 4 as indicated above, which is as follows:
LSAF (> W1 W2 w« )
Figure imgf000023_0001
where N hm is the term frequency of wm in a document. The re-weighting accomplishes the strengthening of documents and increase the frequency of terms that appear in the specific document. In addition, a careful analysis of the LSA matrix A would indicate that each of the latent topics is far apart from the other latent topics. This assures that different subset of documents will be strengthened even though the extracted phrase may be occurring only in certain portions of the documents in consideration. [0065] At block 610, all latent topics are sequentially processed. In one implementation, the processing of the latent topics includes evaluating a modified LSA-weighted frequency. The modified LSA-weighted frequency, in one implementation can be represented by Equation 6, which is as follows:
MLSAF(P) = LSAF(P). min DIS(P,τ)
TejSelected Phrases J
[0066] For the above expression, the dissimilarity score is the same as that represented by Equation 5. In the above expression, P is a phrase under consideration, {Selected Phrases} is the set of all selected topic phrases from the previously selected latent topics. In another implementation, diversification module 110 reduces the modified LSA-weighted frequency, thereby reducing the redundancy between the selected phrases. In yet another implementation, the modified LSA- weighted frequency is a function of the dissimilarity between the one or more of the extracted phrases. As mentioned previously, the dissimilarity between the extracted phrases is indicative of the fact that the phrases are far apart from each other in terms of the concepts that they relate to. For example, the dissimilarity score can be represented by Equation 5, which is as follows: p+q DIS (P9 Q) = argmin ∑ Ci1 - b,_β
-q≤β≤p 1 =i-q
[0067] For the above equation, a^O for i<l or i>p, I)1=O for i<l or i>q. In this case, it can be gathered that aλ and b, are vectors and Ia1-O, | is their L-I norm. In this implementation, the value of dissimilarity can be evaluated as sum of distances between corresponding terms in the two sequences with a displacement of β terms. For the above expression, the dissimilarity score so evaluated would consider the ordering of words, i.e. the dissimilarity score so evaluated would also be lower for when one part of say phrase P is similar to another part of phrase Q. The dissimilarity score for the phrases can be stored in document data 214 for further retrieval and analysis.
CONCLUSION
[0068] Although embodiments for implementing diverse topic phrase extraction have been described in language specific to structural features and/or methods, it is to be understood that the subject of the appended claims is not necessarily limited to the specific features or methods described. Rather, the specific features and methods are disclosed as exemplary implementations for implementing diverse topic phrase extraction.

Claims

1. A method of summarizing search results from a corpus comprising: re -weighting a plurality of weighted documents based at least in part on a latent topic to identify one or more topic phrases associated with candidate phrases occurring within one or more documents; filtering the documents having similar topic phrases to remove redundancy of the topic phrases.
2. The method of claim 1, wherein re-weighting comprises: selecting the one or more latent topics from the corpus, each of the latent topic being characterized by a singular value, wherein the singular value indicates the relevance of the topic phrases associated with the documents; arranging the latent topics based on the singular values; extracting at least one phrase from the latent topics.
3. The method of claim 1, wherein the contents associated with the documents are based at least on an association between a document and its constituent phrases.
4. The method of claim 3, wherein the association between the documents and the constituent phrases is implemented using latent semantic analysis.
5. The method of claim 2, further comprising associating a weighted frequency value based on the singular value and the associated latent topic.
6. The method of claim 1, wherein the filtering comprises: evaluating a dissimilarity score between one or more phrases in the documents; filtering phrases based at least on the basis of the dissimilarity score.
7. The method of claim 6, wherein the filtering comprises removing phrases with a high value of the dissimilarity score, the dissimilarity score indicating the extent of dissimilarity between the phrases.
8. A system comprising: one or more processors; a memory; a re-weighting module for identifying one or more topic phrases associated with at least one document; a diversification module for removing documents associated with one or more similar concepts to result in a list of documents with unlike concepts.
9. The system of claim 8, wherein the re- weighting module: associates the documents with a first weight factor on the basis of the concepts associated with the documents, the concepts being characterized by a latent topic; associates the documents with a second weight factor based at least on the latent topic.
10. The system of claim 9, wherein the re-weighting module further: arranges the latent topics based on the first weight factor; extracts at least one phrase from the latent topics.
11. The system of claim 8, wherein the concepts associated with the documents are based at least on an association between the document and its constituent phrases.
12. The system of claim 11, wherein the association is implemented using latent semantic analysis.
13. The system of claim 8, wherein the diversification module: calculates a similarity score between one or more phrases in the documents; and retains one or more phrases based on the similarity score.
14. The system of claim 13, wherein the diversification module removes phrases with similar values of a similarity score.
15. One or more computer-readable media comprising computer executable instructions that, when executed, direct a computing system to: re -weighting a plurality of documents in a corpus based at least in part on a latent topic to identify one or more concepts associated with the documents; filtering the documents associated with similar concepts to result in a document collection with unlike concepts.
16. The computer readable media of claim 15, wherein the re- weighting comprises: selecting the one or more latent topics from the corpus, each of the latent topic being characterized by a singular value, wherein the singular value indicates the relevance of the concepts associated with the documents; arranging the latent topics based on the singular values; and extracting at least one phrase from the latent topics.
17. The computer readable media of claim 15, wherein the concepts associated with the documents are based at least on an association implemented using latent semantic analysis.
18. The computer readable media of claim 15, wherein the filtering comprises: evaluating a dissimilarity score between one or more phrases in the documents; sifting phrases based at least on the basis of the dissimilarity score.
19. The computer readable media of claim 18, wherein the sifting comprises removing phrases with a high value of the dissimilarity score, the dissimilarity score indicating the extent of dissimilarity between the phrases.
20. The computer readable media of claim 18, wherein the dissimilarity score is dependent on order of appearance of words in the phrases.
PCT/US2008/054803 2007-02-22 2008-02-22 Diverse topic phrase extraction WO2008103961A1 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US89118907P 2007-02-22 2007-02-22
US60/891,189 2007-02-22
US11/859,461 2007-09-21
US11/859,461 US8280877B2 (en) 2007-02-22 2007-09-21 Diverse topic phrase extraction

Publications (1)

Publication Number Publication Date
WO2008103961A1 true WO2008103961A1 (en) 2008-08-28

Family

ID=39710538

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2008/054803 WO2008103961A1 (en) 2007-02-22 2008-02-22 Diverse topic phrase extraction

Country Status (2)

Country Link
US (1) US8280877B2 (en)
WO (1) WO2008103961A1 (en)

Families Citing this family (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1049030A1 (en) * 1999-04-28 2000-11-02 SER Systeme AG Produkte und Anwendungen der Datenverarbeitung Classification method and apparatus
EP1128278B1 (en) * 2000-02-23 2003-09-17 SER Solutions, Inc Method and apparatus for processing electronic documents
US9177828B2 (en) 2011-02-10 2015-11-03 Micron Technology, Inc. External gettering method and device
EP1182577A1 (en) 2000-08-18 2002-02-27 SER Systeme AG Produkte und Anwendungen der Datenverarbeitung Associative memory
ATE537507T1 (en) 2001-08-27 2011-12-15 Bdgb Entpr Software Sarl METHOD FOR AUTOMATICALLY INDEXING DOCUMENTS
US20080228700A1 (en) 2007-03-16 2008-09-18 Expanse Networks, Inc. Attribute Combination Discovery
US20090043752A1 (en) 2007-08-08 2009-02-12 Expanse Networks, Inc. Predicting Side Effect Attributes
US7917438B2 (en) 2008-09-10 2011-03-29 Expanse Networks, Inc. System for secure mobile healthcare selection
US8200509B2 (en) 2008-09-10 2012-06-12 Expanse Networks, Inc. Masked data record access
US8108406B2 (en) 2008-12-30 2012-01-31 Expanse Networks, Inc. Pangenetic web user behavior prediction system
US20100169338A1 (en) * 2008-12-30 2010-07-01 Expanse Networks, Inc. Pangenetic Web Search System
US8255403B2 (en) 2008-12-30 2012-08-28 Expanse Networks, Inc. Pangenetic web satisfaction prediction system
US8386519B2 (en) 2008-12-30 2013-02-26 Expanse Networks, Inc. Pangenetic web item recommendation system
KR20100095924A (en) * 2009-02-23 2010-09-01 삼성전자주식회사 Advertizement keyword extracting apparatus and method using situation of video
US9158833B2 (en) * 2009-11-02 2015-10-13 Harry Urbschat System and method for obtaining document information
US9152883B2 (en) * 2009-11-02 2015-10-06 Harry Urbschat System and method for increasing the accuracy of optical character recognition (OCR)
US9213756B2 (en) * 2009-11-02 2015-12-15 Harry Urbschat System and method of using dynamic variance networks
US8321357B2 (en) * 2009-09-30 2012-11-27 Lapir Gennady Method and system for extraction
US8392175B2 (en) * 2010-02-01 2013-03-05 Stratify, Inc. Phrase-based document clustering with automatic phrase extraction
US20120047172A1 (en) * 2010-08-23 2012-02-23 Google Inc. Parallel document mining
US8630975B1 (en) * 2010-12-06 2014-01-14 The Research Foundation For The State University Of New York Knowledge discovery from citation networks
US9256862B2 (en) * 2012-02-10 2016-02-09 International Business Machines Corporation Multi-tiered approach to E-mail prioritization
US9152953B2 (en) * 2012-02-10 2015-10-06 International Business Machines Corporation Multi-tiered approach to E-mail prioritization
US9043247B1 (en) * 2012-02-25 2015-05-26 Symantec Corporation Systems and methods for classifying documents for data loss prevention
JP6020161B2 (en) * 2012-12-28 2016-11-02 富士通株式会社 Graph creation program, information processing apparatus, and graph creation method
US9697821B2 (en) * 2013-01-29 2017-07-04 Tencent Technology (Shenzhen) Company Limited Method and system for building a topic specific language model for use in automatic speech recognition
IN2013MU02217A (en) * 2013-07-01 2015-06-12 Tata Consultancy Services Ltd
US9116630B2 (en) 2013-08-30 2015-08-25 Nimble Storage, Inc. Method and system for migrating data between storage devices of a storage array
RU2618374C1 (en) 2015-11-05 2017-05-03 Общество с ограниченной ответственностью "Аби ИнфоПоиск" Identifying collocations in the texts in natural language
CN107168943B (en) * 2017-04-07 2018-07-03 平安科技(深圳)有限公司 The method and apparatus of topic early warning
AU2018236707A1 (en) * 2017-09-22 2019-04-11 Accenture Global Solutions Limited Virtual artificial intelligence based consultant
US11270080B2 (en) * 2020-01-15 2022-03-08 International Business Machines Corporation Unintended bias detection in conversational agent platforms with machine learning model

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010064269A (en) * 1999-12-27 2001-07-09 오길록 3-D clustering representation system and method using hierarchical terms
KR20030082214A (en) * 2002-04-17 2003-10-22 정보통신연구진흥원 System for processing web documents based style and content information and method thereof
US20050234952A1 (en) * 2004-04-15 2005-10-20 Microsoft Corporation Content propagation for enhanced document retrieval

Family Cites Families (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5799268A (en) * 1994-09-28 1998-08-25 Apple Computer, Inc. Method for extracting knowledge from online documentation and creating a glossary, index, help database or the like
US6460036B1 (en) * 1994-11-29 2002-10-01 Pinpoint Incorporated System and method for providing customized electronic newspapers and target advertisements
US5659732A (en) * 1995-05-17 1997-08-19 Infoseek Corporation Document retrieval over networks wherein ranking and relevance scores are computed at the client for multiple database documents
US5963205A (en) * 1995-05-26 1999-10-05 Iconovex Corporation Automatic index creation for a word processor
US6098034A (en) * 1996-03-18 2000-08-01 Expert Ease Development, Ltd. Method for standardizing phrasing in a document
US5778363A (en) * 1996-12-30 1998-07-07 Intel Corporation Method for measuring thresholded relevance of a document to a specified topic
US6356864B1 (en) * 1997-07-25 2002-03-12 University Technology Corporation Methods for analysis and evaluation of the semantic content of a writing based on vector length
US6549897B1 (en) * 1998-10-09 2003-04-15 Microsoft Corporation Method and system for calculating phrase-document importance
US6480835B1 (en) * 1998-12-31 2002-11-12 Intel Corporation Method and system for searching on integrated metadata
US6510406B1 (en) * 1999-03-23 2003-01-21 Mathsoft, Inc. Inverse inference engine for high performance web search
US6665681B1 (en) * 1999-04-09 2003-12-16 Entrieva, Inc. System and method for generating a taxonomy from a plurality of documents
US7275061B1 (en) * 2000-04-13 2007-09-25 Indraweb.Com, Inc. Systems and methods for employing an orthogonal corpus for document indexing
AU2212801A (en) * 1999-12-07 2001-06-18 Qjunction Technology, Inc. Natural english language search and retrieval system and method
US6772141B1 (en) * 1999-12-14 2004-08-03 Novell, Inc. Method and apparatus for organizing and using indexes utilizing a search decision table
US7113910B1 (en) * 2000-02-18 2006-09-26 At&T Corp. Document expansion in speech retrieval
US6560597B1 (en) * 2000-03-21 2003-05-06 International Business Machines Corporation Concept decomposition using clustering
US6687696B2 (en) * 2000-07-26 2004-02-03 Recommind Inc. System and method for personalized search, information filtering, and for generating recommendations utilizing statistical latent class models
US7392238B1 (en) * 2000-08-23 2008-06-24 Intel Corporation Method and apparatus for concept-based searching across a network
US6751614B1 (en) * 2000-11-09 2004-06-15 Satyam Computer Services Limited Of Mayfair Centre System and method for topic-based document analysis for information filtering
US7607083B2 (en) * 2000-12-12 2009-10-20 Nec Corporation Test summarization using relevance measures and latent semantic analysis
US6778979B2 (en) * 2001-08-13 2004-08-17 Xerox Corporation System for automatically generating queries
US6778995B1 (en) * 2001-08-31 2004-08-17 Attenex Corporation System and method for efficiently generating cluster groupings in a multi-dimensional concept space
US6978274B1 (en) * 2001-08-31 2005-12-20 Attenex Corporation System and method for dynamically evaluating latent concepts in unstructured documents
US7206778B2 (en) * 2001-12-17 2007-04-17 Knova Software Inc. Text search ordered along one or more dimensions
AU2003201799A1 (en) * 2002-01-16 2003-07-30 Elucidon Ab Information data retrieval, where the data is organized in terms, documents and document corpora
US6847966B1 (en) * 2002-04-24 2005-01-25 Engenium Corporation Method and system for optimally searching a document database using a representative semantic space
US20040133574A1 (en) * 2003-01-07 2004-07-08 Science Applications International Corporaton Vector space method for secure information sharing
GB2399427A (en) * 2003-03-12 2004-09-15 Canon Kk Apparatus for and method of summarising text
US7606798B2 (en) * 2003-09-22 2009-10-20 Google Inc. Methods and systems for improving a search ranking using location awareness
US20050144162A1 (en) * 2003-12-29 2005-06-30 Ping Liang Advanced search, file system, and intelligent assistant agent
US8631001B2 (en) * 2004-03-31 2014-01-14 Google Inc. Systems and methods for weighting a search query result
US7565630B1 (en) * 2004-06-15 2009-07-21 Google Inc. Customization of search results for search queries received from third party sites
US7567959B2 (en) * 2004-07-26 2009-07-28 Google Inc. Multiple index based information retrieval system
US7440947B2 (en) * 2004-11-12 2008-10-21 Fuji Xerox Co., Ltd. System and method for identifying query-relevant keywords in documents with latent semantic analysis
US20060242190A1 (en) * 2005-04-26 2006-10-26 Content Analyst Comapny, Llc Latent semantic taxonomy generation
US7451124B2 (en) * 2005-05-12 2008-11-11 Xerox Corporation Method of analyzing documents
US7653627B2 (en) * 2005-05-13 2010-01-26 Microsoft Corporation System and method for utilizing the content of an online conversation to select advertising content and/or other relevant information for display
US8312034B2 (en) * 2005-06-24 2012-11-13 Purediscovery Corporation Concept bridge and method of operating the same
US20070078889A1 (en) * 2005-10-04 2007-04-05 Hoskinson Ronald A Method and system for automated knowledge extraction and organization
US7853485B2 (en) * 2005-11-22 2010-12-14 Nec Laboratories America, Inc. Methods and systems for utilizing content, dynamic patterns, and/or relational information for data analysis
WO2007064375A2 (en) * 2005-11-30 2007-06-07 Selective, Inc. Selective latent semantic indexing method for information retrieval applications
US20090024598A1 (en) * 2006-12-20 2009-01-22 Ying Xie System, method, and computer program product for information sorting and retrieval using a language-modeling kernel function
US20070174255A1 (en) * 2005-12-22 2007-07-26 Entrieva, Inc. Analyzing content to determine context and serving relevant content based on the context
US7769751B1 (en) * 2006-01-17 2010-08-03 Google Inc. Method and apparatus for classifying documents based on user inputs
US20070219986A1 (en) * 2006-03-20 2007-09-20 Babylon Ltd. Method and apparatus for extracting terms based on a displayed text
US8019754B2 (en) * 2006-04-03 2011-09-13 Needlebot Incorporated Method of searching text to find relevant content
US20070260597A1 (en) * 2006-05-02 2007-11-08 Mark Cramer Dynamic search engine results employing user behavior
US7752243B2 (en) * 2006-06-06 2010-07-06 University Of Regina Method and apparatus for construction and use of concept knowledge base
US8135709B2 (en) * 2006-07-05 2012-03-13 BNA (Llesiant Corporation) Relevance ranked faceted metadata search method
US20080127270A1 (en) * 2006-08-02 2008-05-29 Fuji Xerox Co., Ltd. Browsing video collections using hypervideo summaries derived from hierarchical clustering
US7937397B2 (en) * 2006-08-22 2011-05-03 Fuji Xerox Co., Ltd. Apparatus and method for term context modeling for information retrieval
US8433556B2 (en) * 2006-11-02 2013-04-30 University Of Southern California Semi-supervised training for statistical word alignment
US7783640B2 (en) * 2006-11-03 2010-08-24 Oracle International Corp. Document summarization
US7788264B2 (en) * 2006-11-29 2010-08-31 Nec Laboratories America, Inc. Systems and methods for classifying content using matrix factorization
US7836039B2 (en) * 2006-12-12 2010-11-16 International Business Machines Corporation Searching descendant pages for persistent keywords
US8095583B1 (en) * 2007-06-04 2012-01-10 Everest Michael T Chaotic and fractal field line calculations using decomposition and self winding

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010064269A (en) * 1999-12-27 2001-07-09 오길록 3-D clustering representation system and method using hierarchical terms
KR20030082214A (en) * 2002-04-17 2003-10-22 정보통신연구진흥원 System for processing web documents based style and content information and method thereof
US20050234952A1 (en) * 2004-04-15 2005-10-20 Microsoft Corporation Content propagation for enhanced document retrieval

Also Published As

Publication number Publication date
US20080208840A1 (en) 2008-08-28
US8280877B2 (en) 2012-10-02

Similar Documents

Publication Publication Date Title
US8280877B2 (en) Diverse topic phrase extraction
Rousseau et al. Main core retention on graph-of-words for single-document keyword extraction
CA2556202C (en) Method and apparatus for fundamental operations on token sequences: computing similarity, extracting term values, and searching efficiently
CN111373392B (en) Document sorting device
JP2020500371A (en) Apparatus and method for semantic search
WO2017013667A1 (en) Method for product search using the user-weighted, attribute-based, sort-ordering and system thereof
CN110188197B (en) Active learning method and device for labeling platform
WO2007070370A2 (en) Method and apparatus for constructing a compact similarity structure and for using the same in analyzing document relevance
CN102567308A (en) Information processing feature extracting method
CN112559684A (en) Keyword extraction and information retrieval method
CN112989208B (en) Information recommendation method and device, electronic equipment and storage medium
Rakholia et al. Classification of Gujarati Documents using Naï ve Bayes Classifier
JP2002245070A (en) Method and device for displaying data and medium for storing its processing program
JP5965260B2 (en) Document classification program and document classification apparatus
Basmatkar et al. An overview of contextual topic modeling using bidirectional encoder representations from transformers
CN114443847A (en) Text classification method, text processing method, text classification device, text processing device, computer equipment and storage medium
CN105653553B (en) Word weight generation method and device
JP2013222418A (en) Passage division method, device and program
CN113449063B (en) Method and device for constructing document structure information retrieval library
CN106951517B (en) Method for inquiring diversity of documents in narrow range
CN112069322B (en) Text multi-label analysis method and device, electronic equipment and storage medium
Siddiqi et al. Keyword and keyphrase extraction from single Hindi document using statistical approach
JP4567025B2 (en) Text classification device, text classification method, text classification program, and recording medium recording the program
CN107622129B (en) Method and device for organizing knowledge base and computer storage medium
CN113157857A (en) Hot topic detection method, device and equipment for news

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08730576

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08730576

Country of ref document: EP

Kind code of ref document: A1