paper-with-me

Papers

Query Completion Using Bandits for Engines Aggregation

2017-09-13 · Durand Audrey, Beaumont Jean-Alexandre, Gagne Christian, Lemay Michel, Paquet Sebastien

Assisting users by suggesting completed queries as they type is a common feature of search systems known as query auto-completion. A query auto-completion engine may use prior signals and available information (e.g., user is anonymous, user has a history, user visited the site before the search or not, etc.) in order to improve its recommendations. There are many possible strategies for query auto-completion and a challenge is to design one optimal engine that considers and uses all available information. When different strategies are used to produce the suggestions, it becomes hard to rank these heterogeneous suggestions. An alternative strategy could be to aggregate several engines in order to enhance the diversity of recommendations by combining the capacity of each engine to digest available information differently, while keeping the simplicity of each engine. The main objective of this research is therefore to find such mixture of query completion engines that would beat any engine taken alone. We tackle this problem under the bandits setting and evaluate four strategies to overcome this challenge. Experiments conducted on three real datasets show that a mixture of engines can outperform a single engine.

📄 PDF Abstract BibTeX arXiv:1709.04095

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

Reducing Misinformation in Query Autocompletions

2020-07-06 · Djoerd Hiemstra

Query autocompletions help users of search engines to speed up their searches by recommending completions of partially typed queries in a drop down box. These recommended query autocompletions are usually based on large …

Misinformation

Personalized neural language models for real-world query auto completion

2018-04-17 · NAACL 2018 6 · Nicolas Fiorini, Zhiyong Lu

Query auto completion (QAC) systems are a standard part of search engines in industry, helping users formulate their query. Such systems update their suggestions after the user types each character, predicting the user's…

DiversityLanguage ModelingLanguage Modelling

Efficient and Effective SPARQL Autocompletion on Very Large Knowledge Graphs

2022-10-17 · International Conference on Information & Knowledge Management (CIKM) 2022 10 · Hannah Bast, Johannes Kalmbach, Theresa Klumpp, Florian Kramer 외

We show how to achieve fast autocompletion for SPARQL queries on very large knowledge graphs. At any position in the body of a SPARQL query, the autocompletion suggests matching subjects, predicates, or objects. The sugg…

Knowledge Graphs

Efficient SPARQL Autocompletion via SPARQL

2021-04-29 · Hannah Bast, Johannes Kalmbach, Theresa Klumpp, Florian Kramer 외

We show how to achieve fast autocompletion for SPARQL queries on very large knowledge bases. At any position in the body of a SPARQL query, the autocompletion suggests matching subjects, predicates, or objects. The sugge…

Efficient and Effective Query Auto-Completion

2020-05-13 · Simon Gog, Giulio Ermanno Pibiri, Rossano Venturini

Query Auto-Completion (QAC) is an ubiquitous feature of modern textual search systems, suggesting possible ways of completing the query being typed by the user. Efficiency is crucial to make the system have a real-time r…