Latent semantic analysis

Latent semantic analysis (LSA) is a technique in natural language processing, in particular distributional semantics, of analyzing relationships between a set of documents and the terms they contain by producing a set of concepts related to the documents and terms. LSA assumes that words that are close in meaning will occur in similar pieces of text (the distributional hypothesis). A matrix containing word counts per document (rows represent unique words and columns represent each document) is constructed from a large piece of text and a mathematical technique called singular value decomposition (SVD) is used to reduce the number of rows while preserving the similarity structure among columns. Documents are then compared by cosine similarity between any two columns. Values close to 1 represent very similar documents while values close to 0 represent very dissimilar documents.[1]

An information retrieval technique using latent semantic structure was patented in 1988[2] by Scott Deerwester, Susan Dumais, George Furnas, Richard Harshman, Thomas Landauer, Karen Lochbaum and Lynn Streeter. In the context of its application to information retrieval, it is sometimes called latent semantic indexing (LSI).[3]

Overview

Animation of the topic detection process in a document-word matrix. Every column corresponds to a document, every row to a word. A cell stores the weighting of a word in a document (e.g. by tf-idf), dark cells indicate high weights. LSA groups both documents that contain similar words, as well as words that occur in a similar set of documents. The resulting patterns are used to detect latent components.[4]

Occurrence matrix

LSA can use a document-term matrix which describes the occurrences of terms in documents; it is a sparse matrix whose rows correspond to terms and whose columns correspond to documents. A typical example of the weighting of the elements of the matrix is tf-idf (term frequency–inverse document frequency): the weight of an element of the matrix is proportional to the number of times the terms appear in each document, where rare terms are upweighted to reflect their relative importance.

This matrix is also common to standard semantic models, though it is not necessarily explicitly expressed as a matrix, since the mathematical properties of matrices are not always used.

Rank lowering

After the construction of the occurrence matrix, LSA finds a low-rank approximation[5] to the term-document matrix. There could be various reasons for these approximations:

  • The original term-document matrix is presumed too large for the computing resources; in this case, the approximated low rank matrix is interpreted as an approximation (a "least and necessary evil").
  • The original term-document matrix is presumed noisy: for example, anecdotal instances of terms are to be eliminated. From this point of view, the approximated matrix is interpreted as a de-noisified matrix (a better matrix than the original).
  • The original term-document matrix is presumed overly sparse relative to the "true" term-document matrix. That is, the original matrix lists only the words actually in each document, whereas we might be interested in all words related to each document—generally a much larger set due to synonymy.

The consequence of the rank lowering is that some dimensions are combined and depend on more than one term:

{(car), (truck), (flower)} → {(1.3452 * car + 0.2828 * truck), (flower)}

This mitigates the problem of identifying synonymy, as the rank lowering is expected to merge the dimensions associated with terms that have similar meanings. It also partially mitigates the problem with polysemy, since components of polysemous words that point in the "right" direction are added to the components of words that share a similar meaning. Conversely, components that point in other directions tend to either simply cancel out, or, at worst, to be smaller than components in the directions corresponding to the intended sense.

Derivation

Let be a matrix where element describes the occurrence of term in document (this can be, for example, the frequency). will look like this:

Now a row in this matrix will be a vector corresponding to a term, giving its relation to each document:

Likewise, a column in this matrix will be a vector corresponding to a document, giving its relation to each term:

Now the dot product between two term vectors gives the correlation between the terms over the set of documents. The matrix product contains all these dot products. Element (which is equal to element ) contains the dot product (). Likewise, the matrix contains the dot products between all the document vectors, giving their correlation over the terms: .

Now, from the theory of linear algebra, there exists a decomposition of such that and are orthogonal matrices and is a diagonal matrix. This is called a singular value decomposition (SVD):

The matrix products giving us the term and document correlations then become

Since and are diagonal we see that must contain the eigenvectors of , while must be the eigenvectors of . Both products have the same non-zero eigenvalues, given by the non-zero entries of , or equally, by the non-zero entries of . Now the decomposition looks like this:

The values are called the singular values, and and the left and right singular vectors. Notice the only part of that contributes to is the row. Let this row vector be called . Likewise, the only part of that contributes to is the column, . These are not the eigenvectors, but depend on all the eigenvectors.

It turns out that when you select the largest singular values, and their corresponding singular vectors from and , you get the rank approximation to with the smallest error (Frobenius norm). This approximation has a minimal error. But more importantly we can now treat the term and document vectors as a "semantic space". The row "term" vector then has entries mapping it to a lower-dimensional space. These new dimensions do not relate to any comprehensible concepts. They are a lower-dimensional approximation of the higher-dimensional space. Likewise, the "document" vector is an approximation in this lower-dimensional space. We write this approximation as

You can now do the following:

  • See how related documents and are in the low-dimensional space by comparing the vectors and (typically by cosine similarity).
  • Comparing terms and by comparing the vectors and . Note that is now a column vector.
  • Documents and term vector representations can be clustered using traditional clustering algorithms like k-means using similarity measures like cosine.
  • Given a query, view this as a mini document, and compare it to your documents in the low-dimensional space.

To do the latter, you must first translate your query into the low-dimensional space. It is then intuitive that you must use the same transformation that you use on your documents:

Note here that the inverse of the diagonal matrix may be found by inverting each nonzero value within the matrix.

This means that if you have a query vector , you must do the translation before you compare it with the document vectors in the low-dimensional space. You can do the same for pseudo term vectors:

Applications

The new low-dimensional space typically can be used to:

  • Compare the documents in the low-dimensional space (data clustering, document classification).
  • Find similar documents across languages, after analyzing a base set of translated documents (cross-language information retrieval).
  • Find relations between terms (synonymy and polysemy).
  • Given a query of terms, translate it into the low-dimensional space, and find matching documents (information retrieval).
  • Find the best similarity between small groups of terms, in a semantic way (i.e. in a context of a knowledge corpus), as for example in multi choice questions MCQ answering model.[6]
  • Expand the feature space of machine learning / text mining systems [7]
  • Analyze word association in text corpus [8]

Synonymy and polysemy are fundamental problems in natural language processing:

  • Synonymy is the phenomenon where different words describe the same idea. Thus, a query in a search engine may fail to retrieve a relevant document that does not contain the words which appeared in the query. For example, a search for "doctors" may not return a document containing the word "physicians", even though the words have the same meaning.
  • Polysemy is the phenomenon where the same word has multiple meanings. So a search may retrieve irrelevant documents containing the desired words in the wrong meaning. For example, a botanist and a computer scientist looking for the word "tree" probably desire different sets of documents.

Commercial applications

LSA has been used to assist in performing prior art searches for patents.[9]

Applications in human memory

The use of Latent Semantic Analysis has been prevalent in the study of human memory, especially in areas of free recall and memory search. There is a positive correlation between the semantic similarity of two words (as measured by LSA) and the probability that the words would be recalled one after another in free recall tasks using study lists of random common nouns. They also noted that in these situations, the inter-response time between the similar words was much quicker than between dissimilar words. These findings are referred to as the Semantic Proximity Effect.[10]

When participants made mistakes in recalling studied items, these mistakes tended to be items that were more semantically related to the desired item and found in a previously studied list. These prior-list intrusions, as they have come to be called, seem to compete with items on the current list for recall.[11]

Another model, termed Word Association Spaces (WAS) is also used in memory studies by collecting free association data from a series of experiments and which includes measures of word relatedness for over 72,000 distinct word pairs.[12]

Implementation

The SVD is typically computed using large matrix methods (for example, Lanczos methods) but may also be computed incrementally and with greatly reduced resources via a neural network-like approach, which does not require the large, full-rank matrix to be held in memory.[13] A fast, incremental, low-memory, large-matrix SVD algorithm has been developed.[14] MATLAB[15] and Python[16] implementations of these fast algorithms are available. Unlike Gorrell and Webb's (2005) stochastic approximation, Brand's algorithm (2003) provides an exact solution. In recent years progress has been made to reduce the computational complexity of SVD; for instance, by using a parallel ARPACK algorithm to perform parallel eigenvalue decomposition it is possible to speed up the SVD computation cost while providing comparable prediction quality.[17]

Limitations

Some of LSA's drawbacks include:

  • The resulting dimensions might be difficult to interpret. For instance, in
{(car), (truck), (flower)} ↦ {(1.3452 * car + 0.2828 * truck), (flower)}
the (1.3452 * car + 0.2828 * truck) component could be interpreted as "vehicle". However, it is very likely that cases close to
{(car), (bottle), (flower)} ↦ {(1.3452 * car + 0.2828 * bottle), (flower)}
will occur. This leads to results which can be justified on the mathematical level, but have no immediately obvious meaning in natural language. Though, the (1.3452 * car + 0.2828 * bottle) component could be justified because both bottles and cars have transparent and opaque parts, are man made and with high probability contain logos/words on their surface; thus, in many ways these two concepts "share semantics." That is, within a language in question, there may not be a readily available word to assign and explainability becomes an analysis task as opposed to simple word/class/concept assignment task.
  • LSA can only partially capture polysemy (i.e., multiple meanings of a word) because each occurrence of a word is treated as having the same meaning due to the word being represented as a single point in space. For example, the occurrence of "chair" in a document containing "The Chair of the Board" and in a separate document containing "the chair maker" are considered the same. The behavior results in the vector representation being an average of all the word's different meanings in the corpus, which can make it difficult for comparison.[18] However, the effect is often lessened due to words having a predominant sense throughout a corpus (i.e. not all meanings are equally likely).
  • Limitations of bag of words model (BOW), where a text is represented as an unordered collection of words. To address some of the limitation of bag of words model (BOW), multi-gram dictionary can be used to find direct and indirect association as well as higher-order co-occurrences among terms.[19]
  • The probabilistic model of LSA does not match observed data: LSA assumes that words and documents form a joint Gaussian model (ergodic hypothesis), while a Poisson distribution has been observed. Thus, a newer alternative is probabilistic latent semantic analysis, based on a multinomial model, which is reported to give better results than standard LSA.[20]

Alternative methods

Semantic hashing

In semantic hashing [21] documents are mapped to memory addresses by means of a neural network in such a way that semantically similar documents are located at nearby addresses. Deep neural network essentially builds a graphical model of the word-count vectors obtained from a large set of documents. Documents similar to a query document can then be found by simply accessing all the addresses that differ by only a few bits from the address of the query document. This way of extending the efficiency of hash-coding to approximate matching is much faster than locality sensitive hashing, which is the fastest current method. [clarification needed]

Latent semantic indexing

Latent semantic indexing (LSI) is an indexing and retrieval method that uses a mathematical technique called singular value decomposition (SVD) to identify patterns in the relationships between the terms and concepts contained in an unstructured collection of text. LSI is based on the principle that words that are used in the same contexts tend to have similar meanings. A key feature of LSI is its ability to extract the conceptual content of a body of text by establishing associations between those terms that occur in similar contexts.[22]

LSI is also an application of correspondence analysis, a multivariate statistical technique developed by Jean-Paul Benzécri[23] in the early 1970s, to a contingency table built from word counts in documents.

Called "latent semantic indexing" because of its ability to correlate semantically related terms that are latent in a collection of text, it was first applied to text at Bellcore in the late 1980s. The method, also called latent semantic analysis (LSA), uncovers the underlying latent semantic structure in the usage of words in a body of text and how it can be used to extract the meaning of the text in response to user queries, commonly referred to as concept searches. Queries, or concept searches, against a set of documents that have undergone LSI will return results that are conceptually similar in meaning to the search criteria even if the results don’t share a specific word or words with the search criteria.

Benefits of LSI

LSI helps overcome synonymy by increasing recall, one of the most problematic constraints of Boolean keyword queries and vector space models.[18] Synonymy is often the cause of mismatches in the vocabulary used by the authors of documents and the users of information retrieval systems.[24] As a result, Boolean or keyword queries often return irrelevant results and miss information that is relevant.

LSI is also used to perform automated document categorization. In fact, several experiments have demonstrated that there are a number of correlations between the way LSI and humans process and categorize text.[25] Document categorization is the assignment of documents to one or more predefined categories based on their similarity to the conceptual content of the categories.[26] LSI uses example documents to establish the conceptual basis for each category. During categorization processing, the concepts contained in the documents being categorized are compared to the concepts contained in the example items, and a category (or categories) is assigned to the documents based on the similarities between the concepts they contain and the concepts that are contained in the example documents.

Dynamic clustering based on the conceptual content of documents can also be accomplished using LSI. Clustering is a way to group documents based on their conceptual similarity to each other without using example documents to establish the conceptual basis for each cluster. This is very useful when dealing with an unknown collection of unstructured text.

Because it uses a strictly mathematical approach, LSI is inherently independent of language. This enables LSI to elicit the semantic content of information written in any language without requiring the use of auxiliary structures, such as dictionaries and thesauri. LSI can also perform cross-linguistic concept searching and example-based categorization. For example, queries can be made in one language, such as English, and conceptually similar results will be returned even if they are composed of an entirely different language or of multiple languages.[citation needed]

LSI is not restricted to working only with words. It can also process arbitrary character strings. Any object that can be expressed as text can be represented in an LSI vector space. For example, tests with MEDLINE abstracts have shown that LSI is able to effectively classify genes based on conceptual modeling of the biological information contained in the titles and abstracts of the MEDLINE citations.[27]

LSI automatically adapts to new and changing terminology, and has been shown to be very tolerant of noise (i.e., misspelled words, typographical errors, unreadable characters, etc.).[28] This is especially important for applications using text derived from Optical Character Recognition (OCR) and speech-to-text conversion. LSI also deals effectively with sparse, ambiguous, and contradictory data.

Text does not need to be in sentence form for LSI to be effective. It can work with lists, free-form notes, email, Web-based content, etc. As long as a collection of text contains multiple terms, LSI can be used to identify patterns in the relationships between the important terms and concepts contained in the text.

LSI has proven to be a useful solution to a number of conceptual matching problems.[29][30] The technique has been shown to capture key relationship information, including causal, goal-oriented, and taxonomic information.[31]

LSI timeline

  • Mid-1960s – Factor analysis technique first described and tested (H. Borko and M. Bernick)
  • 1988 – Seminal paper on LSI technique published [22]
  • 1989 – Original patent granted [22]
  • 1992 – First use of LSI to assign articles to reviewers[32]
  • 1994 – Patent granted for the cross-lingual application of LSI (Landauer et al.)
  • 1995 – First use of LSI for grading essays (Foltz, et al., Landauer et al.)
  • 1999 – First implementation of LSI technology for intelligence community for analyzing unstructured text (SAIC).
  • 2002 – LSI-based product offering to intelligence-based government agencies (SAIC)

Mathematics of LSI

LSI uses common linear algebra techniques to learn the conceptual correlations in a collection of text. In general, the process involves constructing a weighted term-document matrix, performing a Singular Value Decomposition on the matrix, and using the matrix to identify the concepts contained in the text.

Term-document matrix

LSI begins by constructing a term-document matrix, , to identify the occurrences of the unique terms within a collection of documents. In a term-document matrix, each term is represented by a row, and each document is represented by a column, with each matrix cell, , initially representing the number of times the associated term appears in the indicated document, . This matrix is usually very large and very sparse.

Once a term-document matrix is constructed, local and global weighting functions can be applied to it to condition the data. The weighting functions transform each cell, of , to be the product of a local term weight, , which describes the relative frequency of a term in a document, and a global weight, , which describes the relative frequency of the term within the entire collection of documents.

Some common local weighting functions[33] are defined in the following table.

Binary if the term exists in the document, or else
TermFrequency , the number of occurrences of term in document
Log
Augnorm

Some common global weighting functions are defined in the following table.

Binary
Normal
GfIdf , where is the total number of times term occurs in the whole collection, and is the number of documents in which term occurs.
Idf (Inverse Document Frequency)
Entropy , where

Empirical studies with LSI report that the Log and Entropy weighting functions work well, in practice, with many data sets.[34] In other words, each entry of is computed as:

Rank-reduced singular value decomposition

A rank-reduced, singular value decomposition is performed on the matrix to determine patterns in the relationships between the terms and concepts contained in the text. The SVD forms the foundation for LSI.[35] It computes the term and document vector spaces by approximating the single term-frequency matrix, , into three other matrices— an m by r term-concept vector matrix , an r by r singular values matrix , and a n by r concept-document vector matrix, , which satisfy the following relations:

In the formula, A is the supplied m by n weighted matrix of term frequencies in a collection of text where m is the number of unique terms, and n is the number of documents. T is a computed m by r matrix of term vectors where r is the rank of A—a measure of its unique dimensions ≤ min(m,n). S is a computed r by r diagonal matrix of decreasing singular values, and D is a computed n by r matrix of document vectors.

The SVD is then truncated to reduce the rank by keeping only the largest k « r diagonal entries in the singular value matrix S, where k is typically on the order 100 to 300 dimensions. This effectively reduces the term and document vector matrix sizes to m by k and n by k respectively. The SVD operation, along with this reduction, has the effect of preserving the most important semantic information in the text while reducing noise and other undesirable artifacts of the original space of A. This reduced set of matrices is often denoted with a modified formula such as:

A ≈ Ak = Tk Sk DkT

Efficient LSI algorithms only compute the first k singular values and term and document vectors as opposed to computing a full SVD and then truncating it.

Note that this rank reduction is essentially the same as doing Principal Component Analysis (PCA) on the matrix A, except that PCA subtracts off the means. PCA loses the sparseness of the A matrix, which can make it infeasible for large lexicons.

Querying and augmenting LSI vector spaces

The computed Tk and Dk matrices define the term and document vector spaces, which with the computed singular values, Sk, embody the conceptual information derived from the document collection. The similarity of terms or documents within these spaces is a factor of how close they are to each other in these spaces, typically computed as a function of the angle between the corresponding vectors.

The same steps are used to locate the vectors representing the text of queries and new documents within the document space of an existing LSI index. By a simple transformation of the A = T S DT equation into the equivalent D = AT T S−1 equation, a new vector, d, for a query or for a new document can be created by computing a new column in A and then multiplying the new column by T S−1. The new column in A is computed using the originally derived global term weights and applying the same local weighting function to the terms in the query or in the new document.

A drawback to computing vectors in this way, when adding new searchable documents, is that terms that were not known during the SVD phase for the original index are ignored. These terms will have no impact on the global weights and learned correlations derived from the original collection of text. However, the computed vectors for the new text are still very relevant for similarity comparisons with all other document vectors.

The process of augmenting the document vector spaces for an LSI index with new documents in this manner is called folding in. Although the folding-in process does not account for the new semantic content of the new text, adding a substantial number of documents in this way will still provide good results for queries as long as the terms and concepts they contain are well represented within the LSI index to which they are being added. When the terms and concepts of a new set of documents need to be included in an LSI index, either the term-document matrix, and the SVD, must be recomputed or an incremental update method (such as the one described in [14]) is needed.

Additional uses of LSI

It is generally acknowledged that the ability to work with text on a semantic basis is essential to modern information retrieval systems. As a result, the use of LSI has significantly expanded in recent years as earlier challenges in scalability and performance have been overcome.

LSI is being used in a variety of information retrieval and text processing applications, although its primary application has been for concept searching and automated document categorization.[36] Below are some other ways in which LSI is being used:

  • Information discovery[37] (eDiscovery, Government/Intelligence community, Publishing)
  • Automated document classification (eDiscovery, Government/Intelligence community, Publishing)[38]
  • Text summarization[39] (eDiscovery, Publishing)
  • Relationship discovery[40] (Government, Intelligence community, Social Networking)
  • Automatic generation of link charts of individuals and organizations[41] (Government, Intelligence community)
  • Matching technical papers and grants with reviewers[42] (Government)
  • Online customer support[43] (Customer Management)
  • Determining document authorship[44] (Education)
  • Automatic keyword annotation of images[45]
  • Understanding software source code[46] (Software Engineering)
  • Filtering spam[47] (System Administration)
  • Information visualization[48]
  • Essay scoring[49] (Education)
  • Literature-based discovery[50]
  • Stock returns prediction[7]
  • Dream Content Analysis (Psychology) [8]

LSI is increasingly being used for electronic document discovery (eDiscovery) to help enterprises prepare for litigation. In eDiscovery, the ability to cluster, categorize, and search large collections of unstructured text on a conceptual basis is essential. Concept-based searching using LSI has been applied to the eDiscovery process by leading providers as early as 2003.[51]

Challenges to LSI

Early challenges to LSI focused on scalability and performance. LSI requires relatively high computational performance and memory in comparison to other information retrieval techniques.[52] However, with the implementation of modern high-speed processors and the availability of inexpensive memory, these considerations have been largely overcome. Real-world applications involving more than 30 million documents that were fully processed through the matrix and SVD computations are common in some LSI applications. A fully scalable (unlimited number of documents, online training) implementation of LSI is contained in the open source gensim software package.[53]

Another challenge to LSI has been the alleged difficulty in determining the optimal number of dimensions to use for performing the SVD. As a general rule, fewer dimensions allow for broader comparisons of the concepts contained in a collection of text, while a higher number of dimensions enable more specific (or more relevant) comparisons of concepts. The actual number of dimensions that can be used is limited by the number of documents in the collection. Research has demonstrated that around 300 dimensions will usually provide the best results with moderate-sized document collections (hundreds of thousands of documents) and perhaps 400 dimensions for larger document collections (millions of documents).[54] However, recent studies indicate that 50-1000 dimensions are suitable depending on the size and nature of the document collection.[55] Checking the proportion of variance retained, similar to PCA or factor analysis, to determine the optimal dimensionality is not suitable for LSI. Using a synonym test or prediction of missing words are two possible methods to find the correct dimensionality.[56] When LSI topics are used as features in supervised learning methods, one can use prediction error measurements to find the ideal dimensionality.

See also

References

  1. ^ Susan T. Dumais (2005). "Latent Semantic Analysis". Annual Review of Information Science and Technology. 38: 188–230. doi:10.1002/aris.1440380105.
  2. ^ "US Patent 4,839,853". Archived from the original on 2017-12-02. (now expired)
  3. ^ "The Latent Semantic Indexing home page".
  4. ^ "image". topicmodels.west.uni-koblenz.de. Archived from the original on 17 March 2023.
  5. ^ Markovsky I. (2012) Low-Rank Approximation: Algorithms, Implementation, Applications, Springer, 2012, ISBN 978-1-4471-2226-5 [page needed]
  6. ^ Alain Lifchitz; Sandra Jhean-Larose; Guy Denhière (2009). "Effect of tuned parameters on an LSA multiple choice questions answering model" (PDF). Behavior Research Methods. 41 (4): 1201–1209. arXiv:0811.0146. doi:10.3758/BRM.41.4.1201. PMID 19897829. S2CID 480826.
  7. ^ a b Ramiro H. Gálvez; Agustín Gravano (2017). "Assessing the usefulness of online message board mining in automatic stock prediction systems". Journal of Computational Science. 19: 1877–7503. doi:10.1016/j.jocs.2017.01.001. hdl:11336/60065.
  8. ^ a b Altszyler, E.; Ribeiro, S.; Sigman, M.; Fernández Slezak, D. (2017). "The interpretation of dream meaning: Resolving ambiguity using Latent Semantic Analysis in a small corpus of text". Consciousness and Cognition. 56: 178–187. arXiv:1610.01520. doi:10.1016/j.concog.2017.09.004. PMID 28943127. S2CID 195347873.
  9. ^ Gerry J. Elman (October 2007). "Automated Patent Examination Support - A proposal". Biotechnology Law Report. 26 (5): 435–436. doi:10.1089/blr.2007.9896.
  10. ^ Marc W. Howard; Michael J. Kahana (1999). "Contextual Variability and Serial Position Effects in Free Recall" (PDF). APA PsycNet Direct.
  11. ^ Franklin M. Zaromb; et al. (2006). Temporal Associations and Prior-List Intrusions in Free Recall (PDF). Interspeech'2005.
  12. ^ Nelson, Douglas. "The University of South Florida Word Association, Rhyme and Word Fragment Norms". Retrieved May 8, 2011.
  13. ^ Geneviève Gorrell; Brandyn Webb (2005). "Generalized Hebbian Algorithm for Latent Semantic Analysis" (PDF). Interspeech'2005. Archived from the original (PDF) on 2008-12-21.
  14. ^ a b Matthew Brand (2006). "Fast Low-Rank Modifications of the Thin Singular Value Decomposition". Linear Algebra and Its Applications. 415: 20–30. doi:10.1016/j.laa.2005.07.021.
  15. ^ "MATLAB". Archived from the original on 2014-02-28.
  16. ^ Python
  17. ^ Ding, Yaguang; Zhu, Guofeng; Cui, Chenyang; Zhou, Jian; Tao, Liang (2011). "A parallel implementation of Singular Value Decomposition based on Map-Reduce and PARPACK". Proceedings of 2011 International Conference on Computer Science and Network Technology. pp. 739–741. doi:10.1109/ICCSNT.2011.6182070. ISBN 978-1-4577-1587-7. S2CID 15281129.
  18. ^ a b Deerwester, Scott; Dumais, Susan T.; Furnas, George W.; Landauer, Thomas K.; Harshman, Richard (1990). "Indexing by latent semantic analysis". Journal of the American Society for Information Science. 41 (6): 391–407. CiteSeerX 10.1.1.108.8490. doi:10.1002/(SICI)1097-4571(199009)41:6<391::AID-ASI1>3.0.CO;2-9.
  19. ^ Abedi, Vida; Yeasin, Mohammed; Zand, Ramin (27 November 2014). "Empirical study using network of semantically related associations in bridging the knowledge gap". Journal of Translational Medicine. 12 (1): 324. doi:10.1186/s12967-014-0324-9. PMC 4252998. PMID 25428570.
  20. ^ Thomas Hofmann (1999). "Probabilistic Latent Semantic Analysis". Uncertainty in Artificial Intelligence. arXiv:1301.6705.
  21. ^ Salakhutdinov, Ruslan, and Geoffrey Hinton. "Semantic hashing." RBM 500.3 (2007): 500.
  22. ^ a b c Deerwester, S., et al, Improving Information Retrieval with Latent Semantic Indexing, Proceedings of the 51st Annual Meeting of the American Society for Information Science 25, 1988, pp. 36–40.
  23. ^ Benzécri, J.-P. (1973). L'Analyse des Données. Volume II. L'Analyse des Correspondences. Paris, France: Dunod.
  24. ^ Furnas, G. W.; Landauer, T. K.; Gomez, L. M.; Dumais, S. T. (1987). "The vocabulary problem in human-system communication". Communications of the ACM. 30 (11): 964–971. CiteSeerX 10.1.1.118.4768. doi:10.1145/32206.32212. S2CID 3002280.
  25. ^ Landauer, T., et al., Learning Human-like Knowledge by Singular Value Decomposition: A Progress Report, M. I. Jordan, M. J. Kearns & S. A. Solla (Eds.), Advances in Neural Information Processing Systems 10, Cambridge: MIT Press, 1998, pp. 45–51.
  26. ^ Dumais, S.; Platt, J.; Heckerman, D.; Sahami, M. (1998). "Inductive learning algorithms and representations for text categorization" (PDF). Proceedings of the seventh international conference on Information and knowledge management - CIKM '98. pp. 148. CiteSeerX 10.1.1.80.8909. doi:10.1145/288627.288651. ISBN 978-1581130614. S2CID 617436.
  27. ^ Homayouni, R.; Heinrich, K.; Wei, L.; Berry, M. W. (2004). "Gene clustering by Latent Semantic Indexing of MEDLINE abstracts". Bioinformatics. 21 (1): 104–115. doi:10.1093/bioinformatics/bth464. PMID 15308538.
  28. ^ Price, R. J.; Zukas, A. E. (2005). "Application of Latent Semantic Indexing to Processing of Noisy Text". Intelligence and Security Informatics. Lecture Notes in Computer Science. Vol. 3495. p. 602. doi:10.1007/11427995_68. ISBN 978-3-540-25999-2.
  29. ^ Ding, C., A Similarity-based Probability Model for Latent Semantic Indexing, Proceedings of the 22nd International ACM SIGIR Conference on Research and Development in Information Retrieval, 1999, pp. 59–65.
  30. ^ Bartell, B., Cottrell, G., and Belew, R., Latent Semantic Indexing is an Optimal Special Case of Multidimensional Scaling[dead link], Proceedings, ACM SIGIR Conference on Research and Development in Information Retrieval, 1992, pp. 161–167.
  31. ^ Graesser, A.; Karnavat, A. (2000). "Latent Semantic Analysis Captures Causal, Goal-oriented, and Taxonomic Structures". Proceedings of CogSci 2000: 184–189. CiteSeerX 10.1.1.23.5444.
  32. ^ Dumais, S.; Nielsen, J. (1992). "Automating the assignment of submitted manuscripts to reviewers". Proceedings of the 15th annual international ACM SIGIR conference on Research and development in information retrieval - SIGIR '92. pp. 233–244. CiteSeerX 10.1.1.16.9793. doi:10.1145/133160.133205. ISBN 978-0897915236. S2CID 15038631.
  33. ^ Berry, M. W., and Browne, M., Understanding Search Engines: Mathematical Modeling and Text Retrieval, Society for Industrial and Applied Mathematics, Philadelphia, (2005).
  34. ^ Landauer, T., et al., Handbook of Latent Semantic Analysis, Lawrence Erlbaum Associates, 2007.
  35. ^ Berry, Michael W., Dumais, Susan T., O'Brien, Gavin W., Using Linear Algebra for Intelligent Information Retrieval, December 1994, SIAM Review 37:4 (1995), pp. 573–595.
  36. ^ Dumais, S., Latent Semantic Analysis, ARIST Review of Information Science and Technology, vol. 38, 2004, Chapter 4.
  37. ^ Best Practices Commentary on the Use of Search and Information Retrieval Methods in E-Discovery, the Sedona Conference, 2007, pp. 189–223.
  38. ^ Foltz, P. W. and Dumais, S. T. Personalized Information Delivery: An analysis of information filtering methods, Communications of the ACM, 1992, 34(12), 51-60.
  39. ^ Gong, Y., and Liu, X., Creating Generic Text Summaries, Proceedings, Sixth International Conference on Document Analysis and Recognition, 2001, pp. 903–907.
  40. ^ Bradford, R., Efficient Discovery of New Information in Large Text Databases, Proceedings, IEEE International Conference on Intelligence and Security Informatics, Atlanta, Georgia, LNCS Vol. 3495, Springer, 2005, pp. 374–380.
  41. ^ Bradford, R. B. (2006). "Application of Latent Semantic Indexing in Generating Graphs of Terrorist Networks". Intelligence and Security Informatics. Lecture Notes in Computer Science. Vol. 3975. pp. 674–675. doi:10.1007/11760146_84. ISBN 978-3-540-34478-0.
  42. ^ Yarowsky, D., and Florian, R., Taking the Load off the Conference Chairs: Towards a Digital Paper-routing Assistant, Proceedings of the 1999 Joint SIGDAT Conference on Empirical Methods in NLP and Very-Large Corpora, 1999, pp. 220–230.
  43. ^ Caron, J., Applying LSA to Online Customer Support: A Trial Study, Unpublished Master's Thesis, May 2000.
  44. ^ Soboroff, I., et al, Visualizing Document Authorship Using N-grams and Latent Semantic Indexing, Workshop on New Paradigms in Information Visualization and Manipulation, 1997, pp. 43–48.
  45. ^ Monay, F., and Gatica-Perez, D., On Image Auto-annotation with Latent Space Models, Proceedings of the 11th ACM international conference on Multimedia, Berkeley, CA, 2003, pp. 275–278.
  46. ^ Maletic, J.; Marcus, A. (November 13–15, 2000). "Using latent semantic analysis to identify similarities in source code to support program understanding". Proceedings 12th IEEE Internationals Conference on Tools with Artificial Intelligence. ICTAI 2000. pp. 46–53. CiteSeerX 10.1.1.36.6652. doi:10.1109/TAI.2000.889845. ISBN 978-0-7695-0909-9. S2CID 10354564.
  47. ^ Gee, K., Using Latent Semantic Indexing to Filter Spam, in: Proceedings, 2003 ACM Symposium on Applied Computing, Melbourne, Florida, pp. 460–464.
  48. ^ Landauer, T., Laham, D., and Derr, M., From Paragraph to Graph: Latent Semantic Analysis for Information Visualization, Proceedings of the National Academy of Sciences, 101, 2004, pp. 5214–5219.
  49. ^ Foltz, Peter W., Laham, Darrell, and Landauer, Thomas K., Automated Essay Scoring: Applications to Educational Technology, Proceedings of EdMedia, 1999.
  50. ^ Gordon, M., and Dumais, S., Using Latent Semantic Indexing for Literature Based Discovery, Journal of the American Society for Information Science, 49(8), 1998, pp. 674–685.
  51. ^ There Has to be a Better Way to Search, 2008, White Paper, Fios, Inc.
  52. ^ Karypis, G., Han, E., Fast Supervised Dimensionality Reduction Algorithm with Applications to Document Categorization and Retrieval, Proceedings of CIKM-00, 9th ACM Conference on Information and Knowledge Management.
  53. ^ Radim Řehůřek (2011). "Subspace Tracking for Latent Semantic Analysis". Advances in Information Retrieval. Lecture Notes in Computer Science. Vol. 6611. pp. 289–300. doi:10.1007/978-3-642-20161-5_29. ISBN 978-3-642-20160-8.
  54. ^ Bradford, R., An Empirical Study of Required Dimensionality for Large-scale Latent Semantic Indexing Applications, Proceedings of the 17th ACM Conference on Information and Knowledge Management, Napa Valley, California, USA, 2008, pp. 153–162.
  55. ^ Landauer, Thomas K., and Dumais, Susan T., Latent Semantic Analysis, Scholarpedia, 3(11):4356, 2008.
  56. ^ Landauer, T. K., Foltz, P. W., & Laham, D. (1998). Introduction to Latent Semantic Analysis. Discourse Processes, 25, 259-284

Further reading

Articles on LSA

Talks and demonstrations

Implementations

Due to its cross-domain applications in Information Retrieval, Natural Language Processing (NLP), Cognitive Science and Computational Linguistics, LSA has been implemented to support many different kinds of applications.

  • Sense Clusters, an Information Retrieval-oriented perl implementation of LSA
  • S-Space Package, a Computational Linguistics and Cognitive Science-oriented Java implementation of LSA
  • Semantic Vectors applies Random Projection, LSA, and Reflective Random Indexing to Lucene term-document matrices
  • Infomap Project, an NLP-oriented C implementation of LSA (superseded by semanticvectors project)
  • Text to Matrix Generator Archived 2013-01-07 at archive.today, A MATLAB Toolbox for generating term-document matrices from text collections, with support for LSA
  • Gensim contains a Python implementation of LSA for matrices larger than RAM.

Read other articles:

2004 studio album by Işın Karacaİçinde Aşk VarStudio album by Işın KaracaReleased16 December 2004 [1]GenrePopLength45:15LabelSeyhan Müzik, İmajProducerIşın KaracaIşın Karaca chronology Anadilim Aşk(2001) İçinde Aşk Var(2004) Başka 33/3(2006) İçinde Aşk Var (English: There's Love Inside) is Işın Karaca's second solo album which was released on 16 December 2004. There's also a song written by herself in the album. Other writers are: Sezen Aksu, Aysel Güre...

 

 

American diplomat and academic (born 1956) R. Nicholas BurnsOfficial portrait, 202213th United States Ambassador to ChinaIncumbentAssumed office April 1, 2022PresidentJoe BidenPreceded byTerry BranstadUnder Secretary of State for Political AffairsIn officeMarch 18, 2005 – February 29, 2008PresidentGeorge W. BushPreceded byMarc GrossmanSucceeded byWilliam J. BurnsUnited States Ambassador to NATOIn officeAugust 7, 2001 – March 7, 2005PresidentGeorge W. BushPreceded byS...

 

 

Pangeran DashoJigyel Ugyen WangchuckPangeran Bhutan, HRH Pangeran Jigyel Ugyen Wangchuck, 2016Lahir16 Juli 1984 (umur 39)KebangsaanBhutanOrang tuaRaja Jigme Singye Wangchuck dan Ratu Ashi Dorji Wangmo Wangchuck Pangeran Dasho Jigyel Ugyen Wangchuck (lahir 16 Juli 1984[1]) adalah pewaris tahta sementara Bhutan, setelah ayahnya turun tahta pada tanggal 14 Desember 2006 dan digantikan oleh saudaranya sebagai Raja Jigme Khesar Namgyal Wangchuck. Pangeran Jigyel Ugyen adalah putra ke...

Chronologies Chronologie du sport 1900 1901 1902  1903  1904 1905 1906Mois :Jan - Fév - Mar - Avr - Mai - Juin Juil - Aoû - Sep - Oct - Nov - Déc 1902 ◄◄ 1903 en sport ►► 1904 Chronologie dans le monde 1900 1901 1902  1903  1904 1905 1906Décennies :1870 1880 1890  1900  1910 1920 1930Siècles :XVIIIe XIXe  XXe  XXIe XXIIeMillénaires :-Ier Ier  IIe  IIIe Chronologies géographiques Afrique Afrique du Sud, Algé...

 

 

此條目可参照英語維基百科相應條目来扩充。 (2021年5月6日)若您熟悉来源语言和主题,请协助参考外语维基百科扩充条目。请勿直接提交机械翻译,也不要翻译不可靠、低品质内容。依版权协议,译文需在编辑摘要注明来源,或于讨论页顶部标记{{Translated page}}标签。 约翰斯顿环礁Kalama Atoll 美國本土外小島嶼 Johnston Atoll 旗幟颂歌:《星條旗》The Star-Spangled Banner約翰斯頓環礁�...

 

 

Not to be confused with Chika Yoshida. Japanese YouTuber BilingirlPersonal informationBornChika Yoshida (吉田 千佳[1], Yoshida Chika) (1984-12-31) December 31, 1984 (age 39)Nagasaki Prefecture, JapanNationalityJapaneseOccupationYouTuberWebsitewww.bilingirl-chika.comYouTube informationAlso known asBilingirlChannel Bilingirl Chika Years active2011–presentGenres Educational vlog Subscribers1.56 million[2]Total views489 million[2]NetworkYoshidamasaki I...

2010 World JuniorChampionships in AthleticsTrack events100 mmenwomen200 mmenwomen400 mmenwomen800 mmenwomen1500 mmenwomen3000 mwomen5000 mmenwomen10,000 mmen100 m hurdleswomen110 m hurdlesmen400 m hurdlesmenwomen3000 msteeplechasemenwomen4 × 100 m relaymenwomen4 × 400 m relaymenwomen10,000 m walkmenwomenField eventsHigh jumpmenwomenPole vaultmenwomenLong jumpmenwomenTriple jumpmenwomenShot putmenwomenDiscus throwmenwomenHammer throwmenwomenJavelin throwmenwomenCombined eventsHeptathlonwome...

 

 

Cet article est une ébauche concernant une actrice chilienne. Vous pouvez partager vos connaissances en l’améliorant (comment ?) selon les conventions filmographiques. Claudia Di GirólamoClaudia Di GirólamoBiographieNaissance 30 décembre 1956 (67 ans)VitacuraNationalité chilienneDomicile SantiagoFormation Université du Chili (1975-1978)Collegi de Teatre de Barcelona (d) (2005)Activités Actrice (depuis 1978), metteuse en scène (depuis 1996), dramaturge (depuis 2011)Pério...

 

 

Women's freestyle 48 kg at the 2007 World ChampionshipsVenueHeydar Aliyev Sports and Concert ComplexDates21 September 2007Competitors38 from 38 nationsMedalists  Chiharu Icho   Japan Iryna Merleni   Ukraine Mayelis Caripá   Venezuela Li Xiaomei   China← 20062008 → 2007 World Wrestling ChampionshipsFreestyleGreco-RomanWomen55 kg55 kg48 kg60 kg60 kg51 kg66 kg66 kg55 kg74 kg74 kg59 kg84 kg84 k...

Nation of Islam (NOI) Mosque in Chicago, Illinois, U.S. Mosque MaryamMosque Maryam in February of 2009ReligionAffiliationNation of Islam (formerly Greek Orthodox)LeadershipMinister Louis FarrakhanLocationLocation7351 S. Stony Island AvenueMunicipalityChicagoStateIllinoisGeographic coordinates41°45′39″N 87°35′6.2″W / 41.76083°N 87.585056°W / 41.76083; -87.585056SpecificationsDome(s)1Minaret(s)0Websitewww.noi.org Part of a series on theNation of Islam Influen...

 

 

玉依毘売 / 玉依姫神祇 国津神全名 玉依毘売 / 玉依姫別名 玉依毘売命神格 巫女、蛇神(龍神)陵所 日南市に伝承あり父 大綿津見神(綿津見大神、海童、豊玉彦)配偶者 鵜草葺不合命、火折尊(『先代旧事本紀』)子 五瀬命稲氷命御毛沼命若御毛沼命(神武天皇)武位起命(『先代旧事本紀』)宮 綿津見神の宮、宮浦神社神社 霧島神宮、高千穂神社等関連氏族 皇�...

 

 

1953 novelty song by Jimmy Kennedy and Nat Simon Constantinople (song) redirects here. For the Decemberists song, see Picaresqueties. For the Al Stewart song, see 24 Carrots. Canadian singing quartet The Four Lads, original artists of the song Istanbul with lyrics by Irish songwriter Jimmy Kennedy. Istanbul (Not Constantinople) is a 1953 novelty song, with lyrics by Jimmy Kennedy and music by Nat Simon. It was written on the 500th anniversary of the fall of Constantinople to the Ottomans. The...

Die Welt in 100 Jahren (The World In 100 Years), buku yang membahas ilmu-ilmu masa depan dunia Bagian dari seri tentangUtopia Mitos dan Religius Arkadia Kota Kaisar Cloud cuckoo land Cockaigne Eden Taman para dewa Zaman keemasan Ketumati Kerajaan Allah Opona Mag Mell Mahoroba Merry England Mezzoramia Gunung Penglai Neverland Yerusalem Baru Sion Fiksi utopis Teoretis Dausuva Heterotopia Kota ideal Pantisokrasi Sosiologi utopis sejati Sforzinda Studi utopis Millenarianism Teori Internasional Ke...

 

 

French painter Edmond Aman-JeanAgence de presse Meurisse (Paris 1918)Born13 November 1858Died25 January 1936ParisNationalityFrenchEducationÉcole nationale supérieure des Beaux-ArtsOccupation(s)Painter, French art criticsKnown forportrait of a womanMovementsymbolist painterHonoursCommandeur de la Légion d'honneurSignature Edmond Aman-Jean (13 November 1858, Chevry-Cossigny – 25 January 1936, Paris) was a French symbolist painter, who co-founded the Salon des Tuileries in 1923. ...

 

 

Questa voce o sezione sull'argomento centri abitati della Campania non cita le fonti necessarie o quelle presenti sono insufficienti. Puoi migliorare questa voce aggiungendo citazioni da fonti attendibili secondo le linee guida sull'uso delle fonti. Grottaminardacomune Grottaminarda – VedutaIl centro abitato e l'agro di Grottaminarda osservati dalle colline di Ariano Irpino LocalizzazioneStato Italia Regione Campania Provincia Avellino AmministrazioneSindacoMarcantonio Sp...

Exegesis of the Quran For other uses, see Tafsir (disambiguation). Quran History Waḥy First revelation Asbab al-Nuzul Historicity Manuscripts Samarkand Kufic Quran Sanaa manuscript Topkapi manuscript Birmingham manuscript Divisions Surah List Meccan Medinan Āyah Juz' Muqatta'at Content Prophets No compulsion Women Animals Legends Miracles Parables Science Eschatology God Reading Qāriʾ Hifz Tajwid Tarteel Ahruf Qira'at Translations List English Ahmadiyya Exegesis List Hermeneutics Esoteri...

 

 

Use of various control systems for operating equipment For a hierarchical presentation of automation topics, see Outline of automation. For other uses, see Automation (disambiguation). Automate redirects here. For other uses, see Automate (disambiguation). Not to be confused with Automaton. Part of a series onAutomation Automation in general Banking Building Home Highway system Laboratory Library Broadcast Mix Pool cleaner Pop music Reasoning Semi-automation Telephone Attendant Switchboard Te...

 

 

Cet article est une ébauche concernant la Serbie et un monastère. Vous pouvez partager vos connaissances en l’améliorant (comment ?) selon les recommandations des projets correspondants. Monastère de Preradovac L'église du monastère. Présentation Nom local Манастир ПрерадовацManastir Preradovac Culte Orthodoxe serbe Type Monastère Rattachement Éparchie de Šumadija Début de la construction XIIIe siècle Fin des travaux 2004 Géographie Pays Serbie Dist...

  ميّز عن انفجار مدينة الصدر 2018. تفجيرات بغداد 2018 المعلومات الموقع ساحة الطيران، الرصافة، بغداد التاريخ 15 يناير، 2018 الخسائر الوفيات 38 الإصابات 105 المنفذون تنظيم الدولة الإسلامية تعديل مصدري - تعديل   تفجيرات بغداد 2018 هما تفجيرين انتحاريين وقعا في ساحة الطيران في جان...

 

 

Rock composed of angular fragments Basalt breccia in the Canary Islands; green groundmass is composed of epidote Megabreccia (left) at Titus Canyon Narrows, Death Valley National Park, California Tertiary breccia at Resting Springs Pass, Mojave Desert, California Unusual breccia cemented by azurite and malachite, Morenci Mine, Arizona Breccia (/ˈbrɛtʃiə, ˈbrɛʃ-/) is a rock composed of large angular broken fragments of minerals or rocks cemented together by a fine-grained matrix. The wo...