paper-with-me

Papers

Developing a Meta-suggestion Engine for Search Queries

2021-10-25 · Seungmin Kim, EunChan Na, Seong Baeg Kim

Typically, search engines provide query suggestions to assist users in the search process. Query suggestions are very important for improving users search experience. However, most query suggestions are based on the user's search logs, and they can be influenced by infrequently searched queries. Depending on the user's query, query suggestions can be ineffective in global search engines but effective in a domestic search engine. Conversely, it can be effective in global engines and weak in domestic engines. In addition, log-based query suggestions require many search logs, which makes them difficult to construct outside of a large search engine. Some search engines do not provide query suggestions, making searches difficult for users. These query suggestion vulnerabilities degrade the user's search experience. In this study, we develop a meta-suggestion, a new query suggestion scheme. Similar to meta-searches, meta-suggestions retrieves candidate queries of suggestions from other search engines. Meta-suggestions generate suggestions by reranking the aggregated candidate queries. We develop a meta-suggestion engine (MSE) browser extension that generates meta-suggestions. It can provide query suggestions for any webpage and does not require a search log. Comparing our meta-suggestions to major search engines such as Google, showed a 17% performance improvement on normalized discounted cumulative gain (NDCG) and a 31% improvement on precision. If more detailed factors, such as user preferences are discovered through continued research, it is expected that user searches will greatly improve. An enhanced user search experience is possible if factors, such as user preference, are examined in future work.

📄 PDF Abstract BibTeX arXiv:2110.12594

Code (0)

등록된 구현이 없습니다.

Tasks

RerankingRe-Ranking

Similar Papers 제목 키워드 기반

Event-centric Query Suggestion for Online News

2022-01-12 · Sachin, Dhaval Patel

Query suggestion refers to the task of suggesting relevant and related queries to a search engine user to help in query formulation process and to expedite information retrieval with minimum amount of effort. It is highl…

ArticlesInformation RetrievalRetrieval

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…

A Hierarchical Recurrent Encoder-Decoder For Generative Context-Aware Query Suggestion

2015-07-08 · Alessandro Sordoni, Yoshua Bengio, Hossein Vahabi, Christina Lioma 외

Users may strive to formulate an adequate textual query for their information need. Search engines assist the users by presenting query suggestions. To preserve the original search intent, suggestions should be context-a…

Decoder

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

$Q_{bias}$ -- A Dataset on Media Bias in Search Queries and Query Suggestions

2023-11-29 · Fabian Haak, Philipp Schaer

This publication describes the motivation and generation of $Q_{bias}$, a large dataset of Google and Bing search queries, a scraping tool and dataset for biased news articles, as well as language models for the investig…

Articles