Jump to content

Semantic search: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
m →‎Semantic search portals: Arranging search portals alphabetically.
Line 45: Line 45:


==Semantic search portals==
==Semantic search portals==
*[[SILVIA]] - semantic search indexing and image matching<ref>http://www.forbes.com/sites/karstenstrauss/2012/07/09/riding-the-wave-of-artificial-intelligence/</ref>
*[[NTENT]] -(Formerly Vertical Search Works) semantic search indexing and ad matching technology
*[[Bing]]
*[[Bing]]
*[[CMANTIK]] - semantic search in Wikipedia and news
*[http://www.findmycarrots.com FindMyCarrots] - semantic search engine for online travel
*[[Google]], particularly its new [[Knowledge Graph]] feature
*[[Google]], particularly its new [[Knowledge Graph]] feature
*[[GoPubMed]] - first semantic search engine on the Internet - launched in 2002
*[[GoPubMed]] - first semantic search engine on the Internet - launched in 2002
*[[Hakia]]
*[[Hakia]]
*[[iGlue]] - semantic search engine with realtime annotator plugin/bookmarklet which adds a smart layer to every website
*[[iGlue]] - semantic search engine with realtime annotator plugin/bookmarklet which adds a smart layer to every website
*[http://www.idmarch.org International Digital Media Archive] - Semantic document search engine, including an archive of full semantic metadata
*[[vLex]] – vLex Global Legal Intelligence
*[[Kosmix]] – social media semantic search
*[[Kosmix]] – social media semantic search
*[http://www.cs.helsinki.fi/u/lxwang/kvasir/ Kvasir] -a semantic recommendation system seamlessly integrated in web browsing
*[http://www.cs.helsinki.fi/u/lxwang/kvasir/ Kvasir] -a semantic recommendation system seamlessly integrated in web browsing
*[[Legal Intelligence]] - legal search
*[[Legal Intelligence]] - legal search
*[[Lexxe]] – beta in early 2011
*[[Lexxe]] – beta in early 2011
*[[NTENT]] -(Formerly Vertical Search Works) semantic search indexing and ad matching technology
*[[Rendipity]] - image semantic search
*[[SILVIA]] - semantic search indexing and image matching<ref>http://www.forbes.com/sites/karstenstrauss/2012/07/09/riding-the-wave-of-artificial-intelligence/</ref>
*[[Swoogle]]
*[[Swoogle]]
*[http://www.thinkglue.com thinkglue] - semantic video search engine
*[[vLex]] – vLex Global Legal Intelligence
*[[Yummly]] - food and recipe semantic search
*[[Yummly]] - food and recipe semantic search
*[[Rendipity]] - image semantic search
*[[CMANTIK]] - semantic search in Wikipedia and news
*[http://www.zaptravel.com Zaptravel] - Semantic search for travel and travel experiences
*[http://www.zaptravel.com Zaptravel] - Semantic search for travel and travel experiences
*[http://www.idmarch.org International Digital Media Archive] - Semantic document search engine, including an archive of full semantic metadata
*[http://www.thinkglue.com thinkglue] - semantic video search engine
*[http://www.findmycarrots.com FindMyCarrots] - semantic search engine for online travel


==Enterprise semantic search engines==
==Enterprise semantic search engines==

Revision as of 03:45, 8 February 2015

Semantic search seeks to improve search accuracy by understanding searcher intent and the contextual meaning of terms as they appear in the searchable dataspace, whether on the Web or within a closed system, to generate more relevant results. Author Seth Grimes lists "11 approaches that join semantics to search", and Hildebrand et al. provide an overview that lists semantic search systems and identifies other uses of semantics in the search process.[1] Semantic search systems consider various points including context of search, location, intent, variation of words, synonyms, generalized and specialized queries, concept matching and natural language queries to provide relevant search results.[2] Major web search engines like Google and Bing incorporate some elements of semantic search.

Guha et al. distinguish two major forms of search: navigational and research.[3] In navigational search, the user is using the search engine as a navigation tool to navigate to a particular intended document. Semantic search is not applicable to navigational searches. In research search, the user provides the search engine with a phrase which is intended to denote an object about which the user is trying to gather/research information. There is no particular document which the user knows about and is trying to get to. Rather, the user is trying to locate a number of documents which together will provide the desired information. Semantic search lends itself well with this approach that is closely related with exploratory search.

Rather than using ranking algorithms such as Google's PageRank to predict relevancy, semantic search uses semantics, or the science of meaning in language, to produce highly relevant search results. In most cases, the goal is to deliver the information queried by a user rather than have a user sort through a list of loosely related keyword results. However, Google itself has subsequently also announced its own Semantic Search project.[4]

Other authors primarily regard semantic search as a set of techniques for retrieving knowledge from richly structured data sources like ontologies as found on the Semantic Web. Such technologies enable the formal articulation of domain knowledge at a high level of expressiveness and could enable the user to specify his intent in more detail at query time.[5]

Disambiguation

In order to understand what a user is searching for, word sense disambiguation must occur. When a term is ambiguous, meaning it can have several meanings (for example, if one considers the lemma "bark", which can be understood as "the sound of a dog," "the skin of a tree," or "a three-masted sailing ship"), the disambiguation process is started, thanks to which the most probable meaning is chosen from all those possible.

Such processes make use of other information present in a semantic analysis system and takes into account the meanings of other words present in the sentence and in the rest of the text. The determination of every meaning, in substance, influences the disambiguation of the others, until a situation of maximum plausibility and coherence is reached for the sentence. All the fundamental information for the disambiguation process, that is, all the knowledge used by the system, is represented in the form of a semantic network, organized on a conceptual basis.

In a structure of this type, every lexical concept coincides therefore with a semantic network node and is linked to others by specific semantic relationships in a hierarchical and hereditary structure. In this way, each concept is enriched with the characteristics and meaning of the nearby nodes.

Every node of the network (called Synset) groups a set of synonyms which represent the same lexical concept (called Synsets) and can contain:

  • single lemmata ('seat', 'vacation'; 'work', 'quick'; 'quickly', 'more', etc.)
  • compounds ('non-stop', 'abat-jour', 'policeman')
  • collocations ('credit card', 'university degree', 'treasury stock', 'go forward', etc.)

The semantic relationships (links), which identify the semantic relationships between the synsets, are the order principals for the organization of the semantic network concepts.

Commonly used searching methodologies

Mäkelä describes five mainly used methodologies:[6]

  • RDF Path Traversal - traversing the net formed by a graph of information that uses the RDF data model.
  • Keyword to Concept Mapping[7]
  • Graph Patterns - used to formulate patterns for locating interesting connecting paths between resources. Also commonly used in data visualization.
  • Logics - by using inference based on OWL
  • Fuzzy concepts, fuzzy relations, and fuzzy logics[8]

Ten Defining Attributes

The attributes of semantic search (those qualities that make it distinct from non-semantic search) are not all necessarily advantages by definition. For example, some attributes may improve search accuracy because of an exhaustive reiterative process but by effect over-consume time and/or resources (processing power). Accordingly, these ten attributes are merely salient features although the underlying assumption is that under perfect conditions they are generally preferable.[9]

  • 1- Handling morphological variations
  • 2- Handling synonyms with correct senses
  • 3- Handling generalizations
  • 4- Handling concept matching
  • 5- Handling knowledge matching
  • 6- Handling natural language queries and questions
  • 7- Ability to point to uninterrupted paragraph and the most relevant sentence
  • 8- Ability to Customize and Organic Progress
  • 9- Ability to operate without relying on statistics, user behavior, and other artificial means
  • 10- Ability to detect its own performance

Semantic search portals

  • Bing
  • CMANTIK - semantic search in Wikipedia and news
  • FindMyCarrots - semantic search engine for online travel
  • Google, particularly its new Knowledge Graph feature
  • GoPubMed - first semantic search engine on the Internet - launched in 2002
  • Hakia
  • iGlue - semantic search engine with realtime annotator plugin/bookmarklet which adds a smart layer to every website
  • International Digital Media Archive - Semantic document search engine, including an archive of full semantic metadata
  • Kosmix – social media semantic search
  • Kvasir -a semantic recommendation system seamlessly integrated in web browsing
  • Legal Intelligence - legal search
  • Lexxe – beta in early 2011
  • NTENT -(Formerly Vertical Search Works) semantic search indexing and ad matching technology
  • Rendipity - image semantic search
  • SILVIA - semantic search indexing and image matching[10]
  • Swoogle
  • thinkglue - semantic video search engine
  • vLex – vLex Global Legal Intelligence
  • Yummly - food and recipe semantic search
  • Zaptravel - Semantic search for travel and travel experiences

Enterprise semantic search engines

See also

References

  1. ^ Grimes, Seth (January 21, 2010). "Breakthrough Analysis: Two + Nine Types of Semantic Search". InformationWeek. Retrieved March 25, 2012.
  2. ^ John, Tony (March 15, 2012). "What is Semantic Search?". Techulator. Retrieved July 13, 2012.
  3. ^ Guha, R.; McCool, Rob; Miller, Eric (May 24, 2003). "Semantic Search". WWW2003. Retrieved July 13, 2012.
  4. ^ Efrati, Amir (March 15, 2012). "Google Gives Search a Refresh". The Wall Street Journal. Retrieved July 13, 2012.
  5. ^ Ruotsalo, T. (May 2012). "Domain Specific Data Retrieval on the Semantic Web". ESWC2012. Retrieved August 14, 2012.
  6. ^ Mäkelä, Eetu. "Survey of Semantic Search Research" (PDF). Retrieved July 13, 2012.
  7. ^ Dong, Hai (2010). "A Human-Centered Semantic Service Platform for the Digital Ecosystems Environment". World Wide Web: Internet and Web Information Systems (WWW). Springer: 75–103. ISSN 1386-145X.
  8. ^ Portmann, Edy (2012). The FORA Framework. Springer. p. 204. ISBN 978-3-642-33232-6.
  9. ^ http://company.hakia.com/whatis.html
  10. ^ http://www.forbes.com/sites/karstenstrauss/2012/07/09/riding-the-wave-of-artificial-intelligence/

Several scientific events cover the topic of semantic search explicitly, such as the Semantic Search 2008 Workshop at ESWC'08 and the Workshop on Exploiting Semantic Annotations in Information Retrieval at ECIR'08.