paper-with-me

홈 › Papers

Wacky Weights in Learned Sparse Representations and the Revenge of Score-at-a-Time Query Evaluation

2021-10-22 · Joel Mackenzie, Andrew Trotman, Jimmy Lin

Recent advances in retrieval models based on learned sparse representations generated by transformers have led us to, once again, consider score-at-a-time query evaluation techniques for the top-k retrieval problem. Previous studies comparing document-at-a-time and score-at-a-time approaches have consistently found that the former approach yields lower mean query latency, although the latter approach has more predictable query latency. In our experiments with four different retrieval models that exploit representational learning with bags of words, we find that transformers generate "wacky weights" that appear to greatly reduce the opportunities for skipping and early exiting optimizations that lie at the core of standard document-at-a-time techniques. As a result, score-at-a-time approaches appear to be more competitive in terms of query evaluation latency than in previous studies. We find that, if an effectiveness loss of up to three percent can be tolerated, a score-at-a-time approach can yield substantial gains in mean query latency while at the same time dramatically reducing tail latency.

📄 PDF Abstract BibTeX arXiv:2110.11540

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

Early exiting Exit whenever the model is confident enough allowing early exiting from hidden layers

Similar Papers 제목 키워드 기반

Expert-augmented actor-critic for ViZDoom and Montezumas Revenge

2018-09-10 · Michał Garmulewicz, Henryk Michalewski, Piotr Miłoś

We propose an expert-augmented actor-critic algorithm, which we evaluate on two environments with sparse rewards: Montezumas Revenge and a demanding maze from the ViZDoom suite. In the case of Montezumas Revenge, an agen…

Building Large Corpora from the Web Using a New Efficient Tool Chain

2012-05-01 · LREC 2012 5 · Rol Sch{\"a}fer, , Felix Bildhauer

Over the last decade, methods of web corpus construction and the evaluation of web corpora have been actively researched. Prominently, the WaCky initiative has provided both theoretical results and a set of web corpora f…

Text Detection

Dual Skipping Guidance for Document Retrieval with Learned Sparse Representations

2022-04-23 · Yifan Qiao, Yingrui Yang, Haixin Lin, Tianbo Xiong 외

This paper proposes a dual skipping guidance scheme with hybrid scoring to accelerate document retrieval that uses learned sparse representations while still delivering a good relevance. This scheme uses both lexical BM2…

Retrieval

Deep Abstract Q-Networks

2017-10-02 · Melrose Roderick, Christopher Grimm, Stefanie Tellex

We examine the problem of learning and planning on high-dimensional domains with long horizons and sparse rewards. Recent approaches have shown great successes in many Atari 2600 domains. However, domains with long horiz…

Deep Reinforcement LearningMontezuma's RevengeReinforcement Learning

Learning Montezuma's Revenge from a Single Demonstration

2018-12-08 · Tim Salimans, Richard Chen

We propose a new method for learning from a single demonstration to solve hard exploration tasks like the Atari game Montezuma's Revenge. Instead of imitating human demonstrations, as proposed in other recent works, our …

Montezuma's Revengereinforcement-learningReinforcement LearningReinforcement Learning (RL)