Semantic space

From HandWiki

Semantic spaces[note 1][1] in the natural language domain aim to create representations of natural language that are capable of capturing meaning. The original motivation for semantic spaces stems from two core challenges of natural language: Vocabulary mismatch (the fact that the same meaning can be expressed in many ways) and ambiguity of natural language (the fact that the same term can have several meanings). The application of semantic spaces in natural language processing (NLP) aims at overcoming limitations of rule-based or model-based approaches operating on the keyword level. The main drawback with these approaches is their brittleness, and the large manual effort required to create either rule-based NLP systems or training corpora for model learning.[2][3] Rule-based and machine learning based models are fixed on the keyword level and break down if the vocabulary differs from that defined in the rules or from the training material used for the statistical models.

Research in semantic spaces dates back more than 20 years. In 1996, two papers were published that raised a lot of attention around the general idea of creating semantic spaces: latent semantic analysis[4] and Hyperspace Analogue to Language.[5] However, their adoption was limited by the large computational effort required to construct and use those semantic spaces. A breakthrough with regard to the accuracy of modelling associative relations between words (e.g. "spider-web", "lighter-cigarette", as opposed to synonymous relations such as "whale-dolphin", "astronaut-driver") was achieved by explicit semantic analysis (ESA)[6] in 2007. ESA was a novel (non-machine learning) based approach that represented words in the form of vectors with 100,000 dimensions (where each dimension represents an Article in Wikipedia). However practical applications of the approach are limited due to the large number of required dimensions in the vectors.

More recently, advances in neural network techniques in combination with other new approaches (tensors) led to a host of new recent developments: Word2vec[7] from Google, GloVe[8] from Stanford University, and fastText[9] from Facebook AI Research (FAIR) labs.

See also

References

  1. also referred to as distributed semantic spaces or distributed semantic memory
  1. Baroni, Marco; Lenci, Alessandro (2010). "Distributional Memory: A General Framework for Corpus-Based Semantics". Computational Linguistics 36 (4): 673–721. doi:10.1162/coli_a_00016. 
  2. Scott C. Deerwester; Susan T. Dumais; Thomas K. Landauer; George W. Furnas; Richard A. Harshen (1990). "Indexing by Latent Semantic Analysis". Journal of the American Society for Information Science. http://lsa.colorado.edu/papers/JASIS.lsi.90.pdf. 
  3. Xing Wei; W. Bruce Croft (2007). "Investigating retrieval performance with manually-built topic models". Proceeding RIAO '07 Large Scale Semantic Access to Content (Text, Image, Video, and Sound). Riao '07: 333–349. http://dl.acm.org/citation.cfm?id=1931390.1931423. 
  4. "LSA: A Solution to Plato's Problem". http://lsa.colorado.edu/papers/plato/plato.annote.html. 
  5. Lund, Kevin; Burgess, Curt (1996-06-01). "Producing high-dimensional semantic spaces from lexical co-occurrence" (in en). Behavior Research Methods, Instruments, & Computers 28 (2): 203–208. doi:10.3758/BF03204766. ISSN 0743-3808. 
  6. Evgeniy Gabrilovich; Shaul Markovitch (2007). "Computing Semantic Relatedness using Wikipedia-based Explicit Semantic Analysis". Proc. 20th Int'l Joint Conf. On Artificial Intelligence (IJCAI). Pp. 1606–1611.. https://www.cs.technion.ac.il/~gabr/papers/ijcai-2007-sim.pdf. 
  7. Tomas Mikolov; Ilya Sutskever; Kai Chen; Greg Corrado; Jeffrey Dean (2013). "Distributed Representations of Words and Phrases and their Compositionality". arXiv:1310.4546 [cs.CL].
  8. "GloVe: Global Vectors for Word Representation". 2014. http://www-nlp.stanford.edu/pubs/glove.pdf. 
  9. Mannes, John (2 May 2017). "Facebook's fastText library is now optimized for mobile". https://techcrunch.com/2017/05/02/facebooks-fasttext-library-is-now-optimized-for-mobile/.