paper-with-me

홈 › Papers

The Power of Selecting Key Blocks with Local Pre-ranking for Long Document Information Retrieval

2021-11-18 · Minghan Li, Diana Nicoleta Popa, Johan Chagnon, Yagmur Gizem Cinar, Eric Gaussier

On a wide range of natural language processing and information retrieval tasks, transformer-based models, particularly pre-trained language models like BERT, have demonstrated tremendous effectiveness. Due to the quadratic complexity of the self-attention mechanism, however, such models have difficulties processing long documents. Recent works dealing with this issue include truncating long documents, in which case one loses potential relevant information, segmenting them into several passages, which may lead to miss some information and high computational complexity when the number of passages is large, or modifying the self-attention mechanism to make it sparser as in sparse-attention models, at the risk again of missing some information. We follow here a slightly different approach in which one first selects key blocks of a long document by local query-block pre-ranking, and then few blocks are aggregated to form a short document that can be processed by a model such as BERT. Experiments conducted on standard Information Retrieval datasets demonstrate the effectiveness of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2111.09852

Code (1)

lmh0921/keyb 공식 구현 pytorch

Tasks

Information RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

KeyB2: Selecting Key Blocks is Also Important for Long Document Ranking with Large Language Models

2024-11-09 · Minghan Li, Eric Gaussier, Juntao Li, Guodong Zhou

The rapid development of large language models (LLMs) like Llama has significantly advanced information retrieval (IR) systems. However, using LLMs for long documents, as in RankLLaMA, remains challenging due to computat…

Document RankingGPUInformation RetrievalReranking+1

SAS: Simple Attention Sparsification via End-to-End Optimization of Context Ranking

2026-09-11 · Zhiwei Li, Lei Zhu, Hao Gu, Xiang Hu 외 hf

Post-training attention sparsification reduces the quadratic cumulative attention cost of pretrained Transformers by selecting a small set of context units (tokens or blocks) for each query. Existing trainable methods us…

Long-Context Understanding

Multi-Power Level $Q$-Learning Algorithm for Random Access in NOMA mMTC Systems

2023-01-12 · Giovanni Maciel Ferreira Silva, Taufik Abrão

The massive machine-type communications (mMTC) service will be part of new services planned to integrate the fifth generation of wireless communication (B5G). In mMTC, thousands of devices sporadically access available r…

Q-Learning

An Efficient Coarse-to-Fine Facet-Aware Unsupervised Summarization Framework based on Semantic Blocks

2022-08-17 · COLING 2022 10 · Xinnian Liang, Jing Li, Shuangzhi Wu, Jiali Zeng 외

Unsupervised summarization methods have achieved remarkable results by incorporating representations from pre-trained language models. However, existing methods fail to consider efficiency and effectiveness at the same t…

Document Summarization

Global-to-Local or Local-to-Global? Enhancing Image Retrieval with Efficient Local Search and Effective Global Re-ranking

2025-09-04 · Dror Aiger, Bingyi Cao, Kaifeng Chen, Andre Araujo arxiv

The dominant paradigm in image retrieval systems today is to search large databases using global image features, and re-rank those initial results with local image feature matching techniques. This design, dubbed global-…

Computational EfficiencyImage Retrieval