paper-with-me

홈 › Papers

Chunked Lists versus Extensible Arrays for Text Inversion

2023-08-29 · David Hawking, Bodo Billerbeck

In our 2017 work on in-memory list-based text inversion [Hawking and Billerbeck. Efficient In-Memory, List-Based Text Inversion. ADCS 2017] we compared memory use and indexing speed of a considerable number of variants of chunked linked lists. In the present work we compare the best performing of those variants (FBB - dynamic Fibonacci chunking) with the extensible SQ array technique (SQA) presented in [Moffat and Mackenzie. Immediate-Access Indexing Using Space-Efficient Extensible Arrays. ADCS 2023].

📄 PDF Abstract BibTeX arXiv:2308.15498

Code (0)

등록된 구현이 없습니다.

Tasks

Chunking

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Recurrent Memory-Augmented Transformers with Chunked Attention for Long-Context Language Modeling

2025-07-01 · Ankit Kashyap arxiv

We present a Transformer architecture for long-context language modeling that combines global attention with two biologically inspired components: chunked local attention and a gated FIFO memory mechanism. This unified a…

Code Completion

VersusDebias: Universal Zero-Shot Debiasing for Text-to-Image Models via SLM-Based Prompt Engineering and Generative Adversary

2024-07-28 · Hanjun Luo, Ziye Deng, Haoyu Huang, Xuecheng Liu 외

With the rapid development of Text-to-Image (T2I) models, biases in human image generation against demographic social groups become a significant concern, impacting fairness and ethical standards in AI. Some researchers …

AttributeFairnessImage GenerationLanguage Modelling+2

CompactAttention: Accelerating Chunked Prefill with Block-Union KV Selection

2026-05-16 · Jiwon Song, Dongwon Jo, Beomseok Kang, Jae-Joon Kim arxiv

Chunked prefill has become a widely adopted serving strategy for long-context large language models, but efficient attention computation in this regime remains challenging. Existing sparse attention methods are primarily…

Optimal Decision Lists using SAT

2020-10-19 · Jinqiang Yu, Alexey Ignatiev, Pierre Le Bodic, Peter J. Stuckey

Decision lists are one of the most easily explainable machine learning models. Given the renewed emphasis on explainable machine learning decisions, this machine learning model is increasingly attractive, combining small…

BIG-bench Machine Learning

A Hierarchical Self-Attentive Model for Recommending User-Generated Item Lists

2019-12-30 · Yun He, Jianling Wang, Wei Niu, James Caverlee

User-generated item lists are a popular feature of many different platforms. Examples include lists of books on Goodreads, playlists on Spotify and YouTube, collections of images on Pinterest, and lists of answers on que…