ABOUT SEARCHING AND SEARCH PRACTICIES

437 bookmarks
Custom sorting
SIGIR eCom
SIGIR eCom
·sigir-ecom.github.io·
SIGIR eCom
SIGIR eCom
SIGIR eCom
·sigir-ecom.github.io·
SIGIR eCom
SIGIR eCom
SIGIR eCom
·sigir-ecom.github.io·
SIGIR eCom
Search at Slack - Slack Engineering
Search at Slack - Slack Engineering
On average, 20% of a knowledge worker’s day is spent looking for the information they need to get their work done. If you think about a typical work week, that means an entire day is dedicated to this task! To help our users find more time in their day, the Search, Learning, and Intelligence team set […]
·slack.engineering·
Search at Slack - Slack Engineering
What is Presentation Bias in search?
What is Presentation Bias in search?
Let’s explore this key bias in search systems towards the old algorithm and how to overcome it!
·softwaredoug.com·
What is Presentation Bias in search?
Implementing a Linkedin like search as you type with Elasticsearch
Implementing a Linkedin like search as you type with Elasticsearch
TLDR; When searching across most social networks, your direct contacts will be ranked higher than other users. Let’s take a look at the search of Linkedin and see if we can replicate something similar with Elasticsearch. Note, that this post only deals with autocomplete/search as you type suggestions and will not deep dive into the search results once a search has been sent, resulting in a search result page. Let’s look at Linkedin So let’s check out this search response.
·spinscale.de·
Implementing a Linkedin like search as you type with Elasticsearch
AutoSuggest Retrieval & Ranking (Part 2)
AutoSuggest Retrieval & Ranking (Part 2)
We’ll be focusing on the algorithms or techniques that we used to convert the corpus into a full fledged autocomplete suggester.
·tech.olx.com·
AutoSuggest Retrieval & Ranking (Part 2)
Building Corpus for AutoSuggest (Part 1)
Building Corpus for AutoSuggest (Part 1)
This is the first post in a series describing the work that we did at OLX for improving the user search experience by enhancing the…
·tech.olx.com·
Building Corpus for AutoSuggest (Part 1)
Embedding for spelling correction
Embedding for spelling correction
Automatic spelling correction, despite being worked on since the 70’s, remain hard to solve in the absence of significant user data.
·towardsdatascience.com·
Embedding for spelling correction
Knowledge graphs applied in the retail industry
Knowledge graphs applied in the retail industry
TL;DR: Knowledge graphs are becoming increasingly popular in tech. We explore how they can be used in the retail industry to enrich data…
·towardsdatascience.com·
Knowledge graphs applied in the retail industry
Query Segmentation and Spelling Correction
Query Segmentation and Spelling Correction
In English Language, people generally type the queries which are separated by space, but sometimes and somehow this space is found to be…
·towardsdatascience.com·
Query Segmentation and Spelling Correction
Locality Sensitive Hashing
Locality Sensitive Hashing
An effective way of reducing the dimensionality of your data
·towardsdatascience.com·
Locality Sensitive Hashing
Autosuggest for Search : Query-based vs. Content-based
Autosuggest for Search : Query-based vs. Content-based
Most search boxes feature an autosuggestion or search query typeahead service to offer suggestions of the terms to search to the end users. If you don’t
·web.archive.org·
Autosuggest for Search : Query-based vs. Content-based
Home
Home
·activate-conf.com·
Home
Interactions with Search Systems
Interactions with Search Systems
Cambridge Core - Computing and Society - Interactions with Search Systems
·cambridge.org·
Interactions with Search Systems
Better than Average: Sort by Best Rating with Elasticsearch
Better than Average: Sort by Best Rating with Elasticsearch
People want to buy things that have many great reviews. But when sorting by average rating, the best results are buried by things that have one or two perfect reviews. You can solve this problem by ba...
·elastic.co·
Better than Average: Sort by Best Rating with Elasticsearch