paper-with-me

Papers

Compact-Table: Efficiently Filtering Table Constraints with Reversible Sparse Bit-Sets

2016-04-22 · Jordan Demeulenaere, Renaud Hartert, Christophe Lecoutre, Guillaume Perez, Laurent Perron, Jean-Charles Régin, Pierre Schaus

In this paper, we describe Compact-Table (CT), a bitwise algorithm to enforce Generalized Arc Consistency (GAC) on table con- straints. Although this algorithm is the default propagator for table constraints in or-tools and OscaR, two publicly available CP solvers, it has never been described so far. Importantly, CT has been recently improved further with the introduction of residues, resetting operations and a data-structure called reversible sparse bit-set, used to maintain tables of supports (following the idea of tabular reduction): tuples are invalidated incrementally on value removals by means of bit-set operations. The experimentation that we have conducted with OscaR shows that CT outperforms state-of-the-art algorithms STR2, STR3, GAC4R, MDD4R and AC5-TC on standard benchmarks.

📄 PDF Abstract BibTeX arXiv:1604.06641

Code (0)

등록된 구현이 없습니다.

Tasks

ARC

Similar Papers 제목 키워드 기반

LLMs Process Lists With General Filter Heads

2025-10-30 · Arnab Sen Sharma, Giordano Rogers, Natalie Shapira, David Bau arxiv

We investigate the mechanisms underlying a range of list-processing tasks in LLMs, and we find that LLMs have learned to encode a compact, causal representation of a general filtering operation that mirrors the generic "…

AutoRec: Autoencoders Meet Collaborative Filtering

2015-05-18 · Proceedings of the 24th International Conference on World Wide Web 2015 5 · Suvash Sedhain, Aditya Krishna Menon, Scott Sanner, Lexing Xie

This paper proposes AutoRec, a novel autoencoder framework for collaborative filtering (CF). Empirically, AutoRec’s compact and efficiently trainable model outperforms stateof-the-art CF techniques (biased matrix factori…

Collaborative FilteringRecommendation Systems

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…

Extending Confidence-Based Text2Cypher with Grammar and Schema Aware Filtering

2026-05-11 · Makbule Gulcin Ozsoy arxiv

Large language models (LLMs) allow users to query databases using natural language by translating questions into executable queries. Despite strong progress on tasks such as Text2SQL, Text2SPARQL, and Text2Cypher, most e…

GPU Accelerated Compact-Table Propagation

2025-07-24 · Enrico Santi, Fabio Tardivo, Agostino Dovier, Andrea Formisano arxiv

Constraint Programming developed within Logic Programming in the Eighties; nowadays all Prolog systems encompass modules capable of handling constraint programming on finite domains demanding their solution to a constrai…