scispace - formally typeset
R

Rodrigo Nogueira

Researcher at University of Waterloo

Publications -  65
Citations -  3474

Rodrigo Nogueira is an academic researcher from University of Waterloo. The author has contributed to research in topics: Ranking (information retrieval) & Language model. The author has an hindex of 18, co-authored 65 publications receiving 1830 citations. Previous affiliations of Rodrigo Nogueira include New York University & State University of Campinas.

Papers
More filters
Posted Content

Passage Re-ranking with BERT

TL;DR: A simple re-implementation of BERT for query-based passage re-ranking on the TREC-CAR dataset and the top entry in the leaderboard of the MS MARCO passage retrieval task, outperforming the previous state of the art by 27% in MRR@10.
Posted Content

Pretrained Transformers for Text Ranking: BERT and Beyond

TL;DR: This tutorial provides an overview of text ranking with neural network architectures known as transformers, of which BERT (Bidirectional Encoder Representations from Transformers) is the best-known example, and covers a wide range of techniques.
Journal ArticleDOI

Fingerprint Liveness Detection Using Convolutional Neural Networks

TL;DR: It is shown that pretrained CNNs can yield the state-of-the-art results with no need for architecture or hyperparameter selection, and data set augmentation is used to increase the classifiers performance, not only for deep architectures but also for shallow ones.
Posted Content

Document Expansion by Query Prediction.

TL;DR: A simple method that predicts which queries will be issued for a given document and then expands it with those predictions with a vanilla sequence-to-sequence model, trained using datasets consisting of pairs of query and relevant documents is proposed.
Posted Content

Multi-Stage Document Ranking with BERT.

TL;DR: This work proposes two variants of BERT, called monoBERT and duoBERT, that formulate the ranking problem as pointwise and pairwise classification, respectively, arranged in a multi-stage ranking architecture to form an end-to-end search system.