paper-with-me

Papers

Topical Result Caching in Web Search Engines

2020-01-09 · Ida Mele, Nicola Tonellotto, Ophir Frieder, Raffaele Perego

Caching search results is employed in information retrieval systems to expedite query processing and reduce back-end server workload. Motivated by the observation that queries belonging to different topics have different temporal-locality patterns, we investigate a novel caching model called STD (Static-Topic-Dynamic cache). It improves traditional SDC (Static-Dynamic Cache) that stores in a static cache the results of popular queries and manages the dynamic cache with a replacement policy for intercepting the temporal variations in the query stream. Our proposed caching scheme includes another layer for topic-based caching, where the entries are allocated to different topics (e.g., weather, education). The results of queries characterized by a topic are kept in the fraction of the cache dedicated to it. This permits to adapt the cache-space utilization to the temporal locality of the various topics and reduces cache misses due to those queries that are neither sufficiently popular to be in the static portion nor requested within short-time intervals to be in the dynamic portion. We simulate different configurations for STD using two real-world query streams. Experiments demonstrate that our approach outperforms SDC with an increase up to 3% in terms of hit rates, and up to 36% of gap reduction w.r.t. SDC from the theoretical optimal caching algorithm.

📄 PDF Abstract BibTeX arXiv:2001.03010

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRetrieval

Similar Papers 제목 키워드 기반

Evaluating Fairness in Argument Retrieval

2021-08-23 · Sachin Pathiyan Cherumanal, Damiano Spina, Falk Scholer, W. Bruce Croft

Existing commercial search engines often struggle to represent different perspectives of a search query. Argument retrieval systems address this limitation of search engines and provide both positive (PRO) and negative (…

Argument RetrievalDiversityFairnessRetrieval

Novelty in news search: a longitudinal study of the 2020 US elections

2022-11-09 · Roberto Ulloa, Mykola Makhortykh, Aleksandra Urman, Juhi Kulshrestha

The 2020 US elections news coverage was extensive, with new pieces of information generated rapidly. This evolving scenario presented an opportunity to study the performance of search engines in a context in which they h…

Driving the Herd: Search Engines as Content Influencers

2021-10-21 · Gregory Goren, Oren Kurland, Moshe Tennenholtz, Fiana Raiber

In competitive search settings such as the Web, many documents' authors (publishers) opt to have their documents highly ranked for some queries. To this end, they modify the documents - specifically, their content - in r…

A Survey on Inference Engines for Large Language Models: Perspectives on Optimization and Efficiency

2025-05-03 · Sihyeong Park, Sungryeol Jeon, Chaelyn Lee, Seokhun Jeon 외

Large language models (LLMs) are widely applied in chatbots, code generators, and search engines. Workloads such as chain-of-thought, complex reasoning, and agent services significantly increase the inference cost by inv…

Navigating the Post-API Dilemma | Search Engine Results Pages Present a Biased View of Social Media Data

2024-01-27 · Amrit Poudel, Tim Weninger

Recent decisions to discontinue access to social media APIs are having detrimental effects on Internet research and the field of computational social science as a whole. This lack of access to data has been dubbed the Po…