-
Notifications
You must be signed in to change notification settings - Fork 0
Semantic Search
Ali Bartu Konca edited this page Mar 18, 2024
·
1 revision
- Semantic search is a search engine technology that interprets the meaning of words and phrases. The results of a semantic search will return content matching the meaning of a query, as opposed to content that literally matches words in the query.
- When a query is launched, the search engine transforms the query into embeddings, which are numerical representations of data and related contexts. They are stored in vectors.
- The kNN algorithm, or k-nearest neighbor algorithm, then matches vectors of existing documents (a semantic search concerns text) to the query vectors.
- The semantic search then generates results and ranks them based on conceptual relevance.
- Semantic Mapping Semantic mapping is about visualizing relationships between concepts and entities (as well as relationships between related concepts and entities).
- Semantic Coding The idea behind using code to express meaning (not just presentation).
- H1-H6 subheadings would map out the main topics of a document
- Other HTML tags would express more semantics, including:
- If someone is searching for [pizza], they may be looking to:
- Order a pizza
- Cook a pizza
From years of serving search results to users and analyzing their interactions with those search results, Google seems to know that the majority of people searching for [pizza] are interested in ordering pizza.
- A built semantic search system to understand example to understand "how to" process of semantic search.
Put simply, semantic analysis is an attempt to bridge the gap between search algorithm, web pages it returns and the search engine’s users:
- A human being wants to find something and a search engine has two tasks to solve – Understand what the user wants and match that intent to web documents that do the best job meeting it
- A search engine needs to understand what it is they want to find. The semantic analysis is used to better understand the search query intent
- A search engine needs to match that query intent with web pages it has in the index. The semantic coding can be used to explain to a search engine what it is on the page and whether it matches the query intent.
- Lab 5 meeting note
- Milestone 1 Report
- Communication Plan
- Requirements
- Community Features
- Mock-Ups
- Sequence Diagram
- Class Diagram
- Use Case Diagram
- RAM - Tradeverse
- Project Plan - Tradeverse
- W3C Standard - Annotation
- 13.10.2024 -- Sixth Meeting
- 08.10.2024 -- Fifth Meeting
- 06.10.2024 -- Fourth Meeting
- 04.10.2024 -- Third Meeting
- 01.10.2024 -- Second Meeting
- 24.09.2024 -- First Meeting
💻 Lab Reports
👨🏻💼👩🏻💼 User Scenarios
👤 Personal Pages
📝 Templates
Animal Trove Project
### 💻 Project- 1st Milestone Report
- 2nd Milestone Report
- 3rd Milestone Report
- Organization
- Requirements
- Elicitation Questions
- Scenerios
- Mockups
- Use Case Diagram
- Class Diagram
- Sequence Diagram
- RAM
- Project Plan
- User Tests
- Integration Tests
- Git Research
- Wikidata, Linked Data, SPARQL
- Web & Mobile Application Development
- API Development & Wikidata API
- Semantic Search
- Our Favorite Repositories