paper-with-me

Papers

Query-based versus resource-based cache strategies in tag-based browsing systems

2025-01-26 · Joaquín Gayoso-Cabada, Mercedes Gómez-Albarrán, José-Luis Sierra

Tag-based browsing is a popular interaction model for navigating digital libraries. According to this model, users select descriptive tags to filter resources in the collections. Typical implementations of the model are based on inverted indexes. However, these implementations can require a considerable amount of set operations to update the browsing state. To palliate this inconven-ience, it is possible to adopt suitable cache strategies. In this paper we describe and compare two of these strategies: (i) a query-based strategy, according to which previously computed browsing states are indexed by sets of selected tags; and (ii) a resource-based strategy, according to which browsing states are in-dexed by sets of filtered resources. Our comparison focused on runtime perfor-mance, and was carried out empirically, using a real-world web-based collec-tion in the field of digital humanities. The results obtained show that the re-source-based strategy clearly outperforms the query-based one.

📄 PDF Abstract BibTeX arXiv:2501.15481

Code (0)

등록된 구현이 없습니다.

Tasks

DescriptiveTAG

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Internal APIs Are All You Need: Shadow APIs, Shared Discovery, and the Case Against Browser-First Agent Architectures

2026-04-01 · Lewis Tham, Nicholas Mac Gregor Garcia, Jungpil Hahn arxiv

Autonomous agents increasingly interact with the web, yet most websites remain designed for human browsers -- a fundamental mismatch that the emerging ``Agentic Web'' must resolve. Agents must repeatedly browse pages, in…

Conceptual Analysis of Hypertext

2018-10-16 · Robert E. Kent, Christian Neuss

In this chapter tools and techniques from the mathematical theory of formal concept analysis are applied to hypertext systems in general, and the World Wide Web in particular. Various processes for the conceptual structu…

Effectively Compress KV Heads for LLM

2024-06-11 · Hao Yu, Zelan Yang, Shen Li, Yong Li 외

The advent of pre-trained large language models (LLMs) has revolutionized various natural language processing tasks. These models predominantly employ an auto-regressive decoding mechanism that utilizes Key-Value (KV) ca…

TinyServe: Query-Aware Cache Selection for Efficient LLM Serving

2025-08-28 · Dong Liu, Yanxuan Yu arxiv

Serving large language models (LLMs) efficiently remains challenging due to the high memory and latency overhead of key-value (KV) cache access during autoregressive decoding. We present \textbf{TinyServe}, a lightweight…

Mask Tokens as Prophet: Fine-Grained Cache Eviction for Efficient dLLM Inference

2025-10-10 · Jianuo Huang, Yaojie Zhang, Yicun Yang, Benhao Huang 외 arxiv

Diffusion large language models (dLLMs) present a promising alternative to dominant autoregressive models (ARMs) by the ability of parallel decoding at the expense of substantial computation and memory costs. Specificall…