paper-with-me

Papers

Compact Token Representations with Contextual Quantization for Efficient Document Re-ranking

2022-03-29 · ACL 2022 5 · Yingrui Yang, Yifan Qiao, Tao Yang

Transformer based re-ranking models can achieve high search relevance through context-aware soft matching of query tokens with document tokens. To alleviate runtime complexity of such inference, previous work has adopted a late interaction architecture with pre-computed contextual token representations at the cost of a large online storage. This paper proposes contextual quantization of token embeddings by decoupling document-specific and document-independent ranking contributions during codebook-based compression. This allows effective online decompression and embedding composition for better search relevance. This paper presents an evaluation of the above compact token representation model in terms of relevance and space efficiency.

📄 PDF Abstract BibTeX arXiv:2203.15328

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationRe-Ranking

Similar Papers 제목 키워드 기반

Compact Token Representations with Contextual Quantization for Efficient Document Re-ranking

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Transformer based re-ranking models can achieve high search relevance through context-aware soft matching of query tokens with document tokens. To alleviate runtime complexity of such inference, previous work has adopte…

QuantizationRe-Ranking

CompactPrompt: A Unified Pipeline for Prompt Data Compression in LLM Workflows

2025-10-20 · Joong Ho Choi, Jiayang Zhao, Jeel Shah, Ritvika Sonawane 외 arxiv

Large Language Models (LLMs) deliver powerful reasoning and generation capabilities but incur substantial run-time costs when operating in agentic workflows that chain together lengthy prompts and process rich data strea…

Beyond Post-Quantization: Native Hash Learning with a Dedicated HASH Token

2026-07-03 · Xinze Liu, Ding Wang, Hengjie Zhu, Dayan Wu arxiv

Efficient large-scale image retrieval requires compact representations that preserve semantic similarity under fast Hamming-space search. Deep hashing is appealing, but most existing CNN- and ViT-based methods still foll…

Semantic SimilarityCode GenerationImage Retrieval

ReaLM: Residual Quantization Bridging Knowledge Graph Embeddings and Large Language Models

2025-10-10 · Wenbin Guo, Xin Wang, Jiaoyan Chen, Lingbing Guo 외 arxiv

Large Language Models (LLMs) have recently emerged as a powerful paradigm for Knowledge Graph Completion (KGC), offering strong reasoning and generalization capabilities beyond traditional embedding-based approaches. How…

Knowledge Graph Completion

COIL: Revisit Exact Lexical Match in Information Retrieval with Contextualized Inverted List

2021-04-15 · NAACL 2021 4 · Luyu Gao, Zhuyun Dai, Jamie Callan

Classical information retrieval systems such as BM25 rely on exact lexical match and carry out search efficiently with inverted list index. Recent neural IR models shifts towards soft semantic matching all query document…

Information RetrievalRetrieval