Skip to main content

Showing 1–48 of 48 results for author: Metzler, D

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.09824  [pdf, other

    cs.CL

    Impact of Preference Noise on the Alignment Performance of Generative Language Models

    Authors: Yang Gao, Dana Alon, Donald Metzler

    Abstract: A key requirement in developing Generative Language Models (GLMs) is to have their values aligned with human values. Preference-based alignment is a widely used paradigm for this purpose, in which preferences over generation pairs are first elicited from human annotators or AI systems, and then fed into some alignment techniques, e.g., Direct Preference Optimization. However, a substantial percent… ▽ More

    Submitted 15 April, 2024; originally announced April 2024.

  2. arXiv:2404.05530  [pdf, other

    cs.CL cs.AI cs.CR cs.LG

    Best-of-Venom: Attacking RLHF by Injecting Poisoned Preference Data

    Authors: Tim Baumgärtner, Yang Gao, Dana Alon, Donald Metzler

    Abstract: Reinforcement Learning from Human Feedback (RLHF) is a popular method for aligning Language Models (LM) with human values and preferences. RLHF requires a large number of preference pairs as training data, which are often used in both the Supervised Fine-Tuning and Reward Model training, and therefore publicly available datasets are commonly used. In this work, we study to what extent a malicious… ▽ More

    Submitted 8 April, 2024; originally announced April 2024.

  3. arXiv:2311.04886  [pdf, other

    cs.CL cs.AI cs.LG

    SEMQA: Semi-Extractive Multi-Source Question Answering

    Authors: Tal Schuster, Adam D. Lelkes, Haitian Sun, Jai Gupta, Jonathan Berant, William W. Cohen, Donald Metzler

    Abstract: Recently proposed long-form question answering (QA) systems, supported by large language models (LLMs), have shown promising capabilities. Yet, attributing and verifying their generated abstractive answers can be difficult, and automatically evaluating their accuracy remains an ongoing challenge. In this work, we introduce a new QA task for answering multi-answer questions by summarizing multipl… ▽ More

    Submitted 30 June, 2024; v1 submitted 8 November, 2023; originally announced November 2023.

    Comments: NAACL 2024

  4. arXiv:2310.14408  [pdf, other

    cs.IR

    PaRaDe: Passage Ranking using Demonstrations with Large Language Models

    Authors: Andrew Drozdov, Honglei Zhuang, Zhuyun Dai, Zhen Qin, Razieh Rahimi, Xuanhui Wang, Dana Alon, Mohit Iyyer, Andrew McCallum, Donald Metzler, Kai Hui

    Abstract: Recent studies show that large language models (LLMs) can be instructed to effectively perform zero-shot passage re-ranking, in which the results of a first stage retrieval method, such as BM25, are rated and reordered to improve relevance. In this work, we improve LLM-based re-ranking by algorithmically selecting few-shot demonstrations to include in the prompt. Our analysis investigates the cond… ▽ More

    Submitted 22 October, 2023; originally announced October 2023.

    Comments: Findings of EMNLP 2023

  5. arXiv:2309.10539  [pdf, other

    cs.CL cs.AI

    OpenMSD: Towards Multilingual Scientific Documents Similarity Measurement

    Authors: Yang Gao, Ji Ma, Ivan Korotkov, Keith Hall, Dana Alon, Don Metzler

    Abstract: We develop and evaluate multilingual scientific documents similarity measurement models in this work. Such models can be used to find related works in different languages, which can help multilingual researchers find and explore papers more efficiently. We propose the first multilingual scientific documents dataset, Open-access Multilingual Scientific Documents (OpenMSD), which has 74M papers in 1… ▽ More

    Submitted 19 September, 2023; originally announced September 2023.

    Comments: Scripts for constructing the OpenMSD dataset is available at: https://github.com/google-research/google-research/tree/master/OpenMSD

  6. arXiv:2306.17563  [pdf, other

    cs.IR cs.CL cs.LG

    Large Language Models are Effective Text Rankers with Pairwise Ranking Prompting

    Authors: Zhen Qin, Rolf Jagerman, Kai Hui, Honglei Zhuang, Junru Wu, Le Yan, Jiaming Shen, Tianqi Liu, Jialu Liu, Donald Metzler, Xuanhui Wang, Michael Bendersky

    Abstract: Ranking documents using Large Language Models (LLMs) by directly feeding the query and candidate documents into the prompt is an interesting and practical problem. However, researchers have found it difficult to outperform fine-tuned baseline rankers on benchmark datasets. We analyze pointwise and listwise ranking prompts used by existing methods and argue that off-the-shelf LLMs do not fully unde… ▽ More

    Submitted 28 March, 2024; v1 submitted 30 June, 2023; originally announced June 2023.

    Comments: Accepted to NAACL 2024. Corrected results of RankT5 on TREC-DL19

  7. arXiv:2306.02887  [pdf, ps, other

    cs.IR cs.CL

    Gen-IR @ SIGIR 2023: The First Workshop on Generative Information Retrieval

    Authors: Gabriel Bénédict, Ruqing Zhang, Donald Metzler

    Abstract: Generative information retrieval (IR) has experienced substantial growth across multiple research communities (e.g., information retrieval, computer vision, natural language processing, and machine learning), and has been highly visible in the popular press. Theoretical, empirical, and actual user-facing products have been released that retrieve documents (via generation) or directly generate answ… ▽ More

    Submitted 13 June, 2023; v1 submitted 5 June, 2023; originally announced June 2023.

    Comments: Accepted SIGIR 23 workshop

  8. arXiv:2305.19585  [pdf, other

    cs.CL cs.LG

    LAIT: Efficient Multi-Segment Encoding in Transformers with Layer-Adjustable Interaction

    Authors: Jeremiah Milbauer, Annie Louis, Mohammad Javad Hosseini, Alex Fabrikant, Donald Metzler, Tal Schuster

    Abstract: Transformer encoders contextualize token representations by attending to all other tokens at each layer, leading to quadratic increase in compute effort with the input length. In practice, however, the input text of many NLP tasks can be seen as a sequence of related segments (e.g., the sequence of sentences within a passage, or the hypothesis and premise in NLI). While attending across these segm… ▽ More

    Submitted 31 May, 2023; originally announced May 2023.

    Comments: ACL 2023

  9. arXiv:2305.11841  [pdf, other

    cs.IR cs.CL

    How Does Generative Retrieval Scale to Millions of Passages?

    Authors: Ronak Pradeep, Kai Hui, Jai Gupta, Adam D. Lelkes, Honglei Zhuang, Jimmy Lin, Donald Metzler, Vinh Q. Tran

    Abstract: Popularized by the Differentiable Search Index, the emerging paradigm of generative retrieval re-frames the classic information retrieval problem into a sequence-to-sequence modeling task, forgoing external indices and encoding an entire document corpus within a single Transformer. Although many different approaches have been proposed to improve the effectiveness of generative retrieval, they have… ▽ More

    Submitted 19 May, 2023; originally announced May 2023.

  10. arXiv:2212.13898  [pdf, other

    cs.IR cs.AI cs.LG

    Dense Feature Memory Augmented Transformers for COVID-19 Vaccination Search Classification

    Authors: Jai Gupta, Yi Tay, Chaitanya Kamath, Vinh Q. Tran, Donald Metzler, Shailesh Bavadekar, Mimi Sun, Evgeniy Gabrilovich

    Abstract: With the devastating outbreak of COVID-19, vaccines are one of the crucial lines of defense against mass infection in this global pandemic. Given the protection they provide, vaccines are becoming mandatory in certain social and professional settings. This paper presents a classification model for detecting COVID-19 vaccination related search queries, a machine learning model that is used to gener… ▽ More

    Submitted 16 December, 2022; originally announced December 2022.

    Comments: EMNLP 2022

    MSC Class: I.2.7

  11. arXiv:2212.09744  [pdf, other

    cs.CL cs.AI cs.IR cs.LG

    DSI++: Updating Transformer Memory with New Documents

    Authors: Sanket Vaibhav Mehta, Jai Gupta, Yi Tay, Mostafa Dehghani, Vinh Q. Tran, Jinfeng Rao, Marc Najork, Emma Strubell, Donald Metzler

    Abstract: Differentiable Search Indices (DSIs) encode a corpus of documents in model parameters and use the same model to answer user queries directly. Despite the strong performance of DSI models, deploying them in situations where the corpus changes over time is computationally expensive because reindexing the corpus requires re-training the model. In this work, we introduce DSI++, a continual learning ch… ▽ More

    Submitted 8 December, 2023; v1 submitted 19 December, 2022; originally announced December 2022.

    Comments: Accepted at EMNLP 2023 main conference

  12. arXiv:2212.08037  [pdf, other

    cs.CL

    Attributed Question Answering: Evaluation and Modeling for Attributed Large Language Models

    Authors: Bernd Bohnet, Vinh Q. Tran, Pat Verga, Roee Aharoni, Daniel Andor, Livio Baldini Soares, Massimiliano Ciaramita, Jacob Eisenstein, Kuzman Ganchev, Jonathan Herzig, Kai Hui, Tom Kwiatkowski, Ji Ma, Jianmo Ni, Lierni Sestorain Saralegui, Tal Schuster, William W. Cohen, Michael Collins, Dipanjan Das, Donald Metzler, Slav Petrov, Kellie Webster

    Abstract: Large language models (LLMs) have shown impressive results while requiring little or no direct supervision. Further, there is mounting evidence that LLMs may have potential in information-seeking scenarios. We believe the ability of an LLM to attribute the text that it generates is likely to be crucial in this setting. We formulate and study Attributed QA as a key first step in the development of… ▽ More

    Submitted 10 February, 2023; v1 submitted 15 December, 2022; originally announced December 2022.

  13. arXiv:2210.11399  [pdf, other

    cs.CL cs.AI cs.LG

    Transcending Scaling Laws with 0.1% Extra Compute

    Authors: Yi Tay, Jason Wei, Hyung Won Chung, Vinh Q. Tran, David R. So, Siamak Shakeri, Xavier Garcia, Huaixiu Steven Zheng, Jinfeng Rao, Aakanksha Chowdhery, Denny Zhou, Donald Metzler, Slav Petrov, Neil Houlsby, Quoc V. Le, Mostafa Dehghani

    Abstract: Scaling language models improves performance but comes with significant computational costs. This paper proposes UL2R, a method that substantially improves existing language models and their scaling curves with a relatively tiny amount of extra compute. The key idea is to continue training a state-of-the-art large language model (e.g., PaLM) on a few more steps with UL2's mixture-of-denoiser objec… ▽ More

    Submitted 16 November, 2022; v1 submitted 20 October, 2022; originally announced October 2022.

    Comments: V2 has updated references/related work

  14. arXiv:2210.05145  [pdf, other

    cs.IR cs.CL

    Retrieval Augmentation for T5 Re-ranker using External Sources

    Authors: Kai Hui, Tao Chen, Zhen Qin, Honglei Zhuang, Fernando Diaz, Mike Bendersky, Don Metzler

    Abstract: Retrieval augmentation has shown promising improvements in different tasks. However, whether such augmentation can assist a large language model based re-ranker remains unclear. We investigate how to augment T5-based re-rankers using high-quality information retrieved from two external corpora -- a commercial web search engine and Wikipedia. We empirically demonstrate how retrieval augmentation ca… ▽ More

    Submitted 11 October, 2022; originally announced October 2022.

  15. arXiv:2207.10551  [pdf, other

    cs.LG cs.CL

    Scaling Laws vs Model Architectures: How does Inductive Bias Influence Scaling?

    Authors: Yi Tay, Mostafa Dehghani, Samira Abnar, Hyung Won Chung, William Fedus, Jinfeng Rao, Sharan Narang, Vinh Q. Tran, Dani Yogatama, Donald Metzler

    Abstract: There have been a lot of interest in the scaling properties of Transformer models. However, not much has been done on the front of investigating the effect of scaling properties of different inductive biases and model architectures. Do model architectures scale differently? If so, how does inductive bias affect scaling behaviour? How does this influence upstream (pretraining) and downstream (trans… ▽ More

    Submitted 21 July, 2022; originally announced July 2022.

  16. arXiv:2207.07061  [pdf, other

    cs.CL cs.LG

    Confident Adaptive Language Modeling

    Authors: Tal Schuster, Adam Fisch, Jai Gupta, Mostafa Dehghani, Dara Bahri, Vinh Q. Tran, Yi Tay, Donald Metzler

    Abstract: Recent advances in Transformer-based large language models (LLMs) have led to significant performance improvements across many tasks. These gains come with a drastic increase in the models' size, potentially leading to slow and costly use at inference time. In practice, however, the series of generations made by LLMs is composed of varying levels of difficulty. While certain predictions truly bene… ▽ More

    Submitted 25 October, 2022; v1 submitted 14 July, 2022; originally announced July 2022.

    Comments: NeurIPS 2022 (selected as Oral)

  17. arXiv:2206.07682  [pdf, other

    cs.CL

    Emergent Abilities of Large Language Models

    Authors: Jason Wei, Yi Tay, Rishi Bommasani, Colin Raffel, Barret Zoph, Sebastian Borgeaud, Dani Yogatama, Maarten Bosma, Denny Zhou, Donald Metzler, Ed H. Chi, Tatsunori Hashimoto, Oriol Vinyals, Percy Liang, Jeff Dean, William Fedus

    Abstract: Scaling up language models has been shown to predictably improve performance and sample efficiency on a wide range of downstream tasks. This paper instead discusses an unpredictable phenomenon that we refer to as emergent abilities of large language models. We consider an ability to be emergent if it is not present in smaller models but is present in larger models. Thus, emergent abilities cannot… ▽ More

    Submitted 26 October, 2022; v1 submitted 15 June, 2022; originally announced June 2022.

    Comments: Transactions on Machine Learning Research (TMLR), 2022

  18. arXiv:2205.05131  [pdf, other

    cs.CL

    UL2: Unifying Language Learning Paradigms

    Authors: Yi Tay, Mostafa Dehghani, Vinh Q. Tran, Xavier Garcia, Jason Wei, Xuezhi Wang, Hyung Won Chung, Siamak Shakeri, Dara Bahri, Tal Schuster, Huaixiu Steven Zheng, Denny Zhou, Neil Houlsby, Donald Metzler

    Abstract: Existing pre-trained models are generally geared towards a particular class of problems. To date, there seems to be still no consensus on what the right architecture and pre-training setup should be. This paper presents a unified framework for pre-training models that are universally effective across datasets and setups. We begin by disentangling architectural archetypes with pre-training objectiv… ▽ More

    Submitted 28 February, 2023; v1 submitted 10 May, 2022; originally announced May 2022.

    Comments: Updated Q1 2023 with Flan-UL2 20B release! :)

  19. arXiv:2205.01230  [pdf, other

    cs.LG cs.CL cs.IR

    Retrieval-Enhanced Machine Learning

    Authors: Hamed Zamani, Fernando Diaz, Mostafa Dehghani, Donald Metzler, Michael Bendersky

    Abstract: Although information access systems have long supported people in accomplishing a wide range of tasks, we propose broadening the scope of users of information access systems to include task-driven machines, such as machine learning models. In this way, the core principles of indexing, representation, retrieval, and ranking can be applied and extended to substantially improve model generalization,… ▽ More

    Submitted 2 May, 2022; originally announced May 2022.

    Comments: To appear in proceedings of ACM SIGIR 2022

  20. arXiv:2204.11458  [pdf, other

    cs.CL cs.IR

    ED2LM: Encoder-Decoder to Language Model for Faster Document Re-ranking Inference

    Authors: Kai Hui, Honglei Zhuang, Tao Chen, Zhen Qin, Jing Lu, Dara Bahri, Ji Ma, Jai Prakash Gupta, Cicero Nogueira dos Santos, Yi Tay, Don Metzler

    Abstract: State-of-the-art neural models typically encode document-query pairs using cross-attention for re-ranking. To this end, models generally utilize an encoder-only (like BERT) paradigm or an encoder-decoder (like T5) approach. These paradigms, however, are not without flaws, i.e., running the model on all query-document pairs at inference-time incurs a significant computational cost. This paper propo… ▽ More

    Submitted 25 April, 2022; originally announced April 2022.

    Comments: Findings of ACL 2022

  21. arXiv:2204.07447  [pdf, other

    cs.CL cs.LG

    Stretching Sentence-pair NLI Models to Reason over Long Documents and Clusters

    Authors: Tal Schuster, Sihao Chen, Senaka Buthpitiya, Alex Fabrikant, Donald Metzler

    Abstract: Natural Language Inference (NLI) has been extensively studied by the NLP community as a framework for estimating the semantic relation between sentence pairs. While early work identified certain biases in NLI models, recent advancements in modeling and datasets demonstrated promising performance. In this work, we further explore the direct zero-shot applicability of NLI models to real applications… ▽ More

    Submitted 1 November, 2022; v1 submitted 15 April, 2022; originally announced April 2022.

    Comments: Findings of EMNLP 2022

  22. arXiv:2203.00759  [pdf, other

    cs.CL cs.LG

    HyperPrompt: Prompt-based Task-Conditioning of Transformers

    Authors: Yun He, Huaixiu Steven Zheng, Yi Tay, Jai Gupta, Yu Du, Vamsi Aribandi, Zhe Zhao, YaGuang Li, Zhao Chen, Donald Metzler, Heng-Tze Cheng, Ed H. Chi

    Abstract: Prompt-Tuning is a new paradigm for finetuning pre-trained language models in a parameter-efficient way. Here, we explore the use of HyperNetworks to generate hyper-prompts: we propose HyperPrompt, a novel architecture for prompt-based task-conditioning of self-attention in Transformers. The hyper-prompts are end-to-end learnable via generation by a HyperNetwork. HyperPrompt allows the network to… ▽ More

    Submitted 14 June, 2022; v1 submitted 1 March, 2022; originally announced March 2022.

    Comments: Accepted to ICML 2022

  23. arXiv:2202.11176  [pdf, other

    cs.CL cs.AI cs.CY cs.LG

    A New Generation of Perspective API: Efficient Multilingual Character-level Transformers

    Authors: Alyssa Lees, Vinh Q. Tran, Yi Tay, Jeffrey Sorensen, Jai Gupta, Donald Metzler, Lucy Vasserman

    Abstract: On the world wide web, toxic content detectors are a crucial line of defense against potentially hateful and offensive messages. As such, building highly effective classifiers that enable a safer internet is an important research area. Moreover, the web is a highly multilingual, cross-cultural community that develops its own lingo over time. As such, it is crucial to develop models that are effect… ▽ More

    Submitted 22 February, 2022; originally announced February 2022.

  24. arXiv:2202.06991  [pdf, other

    cs.CL cs.AI cs.IR cs.LG

    Transformer Memory as a Differentiable Search Index

    Authors: Yi Tay, Vinh Q. Tran, Mostafa Dehghani, Jianmo Ni, Dara Bahri, Harsh Mehta, Zhen Qin, Kai Hui, Zhe Zhao, Jai Gupta, Tal Schuster, William W. Cohen, Donald Metzler

    Abstract: In this paper, we demonstrate that information retrieval can be accomplished with a single Transformer, in which all information about the corpus is encoded in the parameters of the model. To this end, we introduce the Differentiable Search Index (DSI), a new paradigm that learns a text-to-text model that maps string queries directly to relevant docids; in other words, a DSI model answers queries… ▽ More

    Submitted 21 October, 2022; v1 submitted 14 February, 2022; originally announced February 2022.

    Comments: NeurIPS 2022

  25. arXiv:2201.01745  [pdf, other

    cs.IR cs.CL

    Atomized Search Length: Beyond User Models

    Authors: John Alex, Keith Hall, Donald Metzler

    Abstract: We argue that current IR metrics, modeled on optimizing user experience, measure too narrow a portion of the IR space. If IR systems are weak, these metrics undersample or completely filter out the deeper documents that need improvement. If IR systems are relatively strong, these metrics undersample deeper relevant documents that could underpin even stronger IR systems, ones that could present con… ▽ More

    Submitted 5 January, 2022; originally announced January 2022.

    Comments: 13 pages, 6 figures

  26. arXiv:2111.10952  [pdf, other

    cs.CL cs.LG

    ExT5: Towards Extreme Multi-Task Scaling for Transfer Learning

    Authors: Vamsi Aribandi, Yi Tay, Tal Schuster, Jinfeng Rao, Huaixiu Steven Zheng, Sanket Vaibhav Mehta, Honglei Zhuang, Vinh Q. Tran, Dara Bahri, Jianmo Ni, Jai Gupta, Kai Hui, Sebastian Ruder, Donald Metzler

    Abstract: Despite the recent success of multi-task learning and transfer learning for natural language processing (NLP), few works have systematically studied the effect of scaling up the number of tasks during pre-training. Towards this goal, this paper introduces ExMix (Extreme Mixture): a massive collection of 107 supervised NLP tasks across diverse domains and task-families. Using ExMix, we study the ef… ▽ More

    Submitted 29 January, 2022; v1 submitted 21 November, 2021; originally announced November 2021.

    Comments: ICLR 2022; see https://youtu.be/FbRcbM4T-50 for a video overview of the paper

  27. arXiv:2109.10686  [pdf, other

    cs.CL cs.AI cs.CV cs.LG

    Scale Efficiently: Insights from Pre-training and Fine-tuning Transformers

    Authors: Yi Tay, Mostafa Dehghani, Jinfeng Rao, William Fedus, Samira Abnar, Hyung Won Chung, Sharan Narang, Dani Yogatama, Ashish Vaswani, Donald Metzler

    Abstract: There remain many open questions pertaining to the scaling behaviour of Transformer architectures. These scaling decisions and findings can be critical, as training runs often come with an associated computational cost which have both financial and/or environmental impact. The goal of this paper is to present scaling insights from pretraining and finetuning Transformers. While Kaplan et al. presen… ▽ More

    Submitted 30 January, 2022; v1 submitted 22 September, 2021; originally announced September 2021.

    Comments: ICLR 2022 + Updated Checkpoint Release

  28. arXiv:2107.07002  [pdf, other

    cs.LG cs.AI cs.CL cs.CV cs.IR

    The Benchmark Lottery

    Authors: Mostafa Dehghani, Yi Tay, Alexey A. Gritsenko, Zhe Zhao, Neil Houlsby, Fernando Diaz, Donald Metzler, Oriol Vinyals

    Abstract: The world of empirical machine learning (ML) strongly relies on benchmarks in order to determine the relative effectiveness of different algorithms and methods. This paper proposes the notion of "a benchmark lottery" that describes the overall fragility of the ML benchmarking process. The benchmark lottery postulates that many factors, other than fundamental algorithmic superiority, may lead to a… ▽ More

    Submitted 14 July, 2021; originally announced July 2021.

  29. arXiv:2106.15147  [pdf, other

    cs.LG cs.AI

    SCARF: Self-Supervised Contrastive Learning using Random Feature Corruption

    Authors: Dara Bahri, Heinrich Jiang, Yi Tay, Donald Metzler

    Abstract: Self-supervised contrastive representation learning has proved incredibly successful in the vision and natural language domains, enabling state-of-the-art performance with orders of magnitude less labeled data. However, such methods are domain-specific and little has been done to leverage this technique on real-world tabular datasets. We propose SCARF, a simple, widely-applicable technique for con… ▽ More

    Submitted 15 March, 2022; v1 submitted 29 June, 2021; originally announced June 2021.

    Comments: ICLR 2022 Spotlight

  30. arXiv:2106.12672  [pdf, other

    cs.CL cs.AI cs.LG

    Charformer: Fast Character Transformers via Gradient-based Subword Tokenization

    Authors: Yi Tay, Vinh Q. Tran, Sebastian Ruder, Jai Gupta, Hyung Won Chung, Dara Bahri, Zhen Qin, Simon Baumgartner, Cong Yu, Donald Metzler

    Abstract: State-of-the-art models in natural language processing rely on separate rigid subword tokenization algorithms, which limit their generalization ability and adaptation to new settings. In this paper, we propose a new model inductive bias that learns a subword tokenization end-to-end as part of the model. To this end, we introduce a soft gradient-based subword tokenization module (GBST) that automat… ▽ More

    Submitted 23 February, 2022; v1 submitted 23 June, 2021; originally announced June 2021.

    Comments: ICLR 2022 Camera Ready

  31. How Reliable are Model Diagnostics?

    Authors: Vamsi Aribandi, Yi Tay, Donald Metzler

    Abstract: In the pursuit of a deeper understanding of a model's behaviour, there is recent impetus for developing suites of probes aimed at diagnosing models beyond simple metrics like accuracy or BLEU. This paper takes a step back and asks an important and timely question: how reliable are these diagnostics in providing insight into models and training setups? We critically examine three recent diagnostic… ▽ More

    Submitted 12 May, 2021; originally announced May 2021.

    Comments: ACL 2021 Findings

  32. arXiv:2105.03322  [pdf, other

    cs.CL cs.LG

    Are Pre-trained Convolutions Better than Pre-trained Transformers?

    Authors: Yi Tay, Mostafa Dehghani, Jai Gupta, Dara Bahri, Vamsi Aribandi, Zhen Qin, Donald Metzler

    Abstract: In the era of pre-trained language models, Transformers are the de facto choice of model architectures. While recent research has shown promise in entirely convolutional, or CNN, architectures, they have not been explored using the pre-train-fine-tune paradigm. In the context of language models, are convolutional models competitive to Transformers when pre-trained? This paper investigates this res… ▽ More

    Submitted 30 January, 2022; v1 submitted 7 May, 2021; originally announced May 2021.

    Comments: ACL'21 + updated code/ckpt pointers

  33. Rethinking Search: Making Domain Experts out of Dilettantes

    Authors: Donald Metzler, Yi Tay, Dara Bahri, Marc Najork

    Abstract: When experiencing an information need, users want to engage with a domain expert, but often turn to an information retrieval system, such as a search engine, instead. Classical information retrieval systems do not answer information needs directly, but instead provide references to (hopefully authoritative) answers. Successful question answering systems offer a limited corpus created on-demand by… ▽ More

    Submitted 21 July, 2021; v1 submitted 5 May, 2021; originally announced May 2021.

    Journal ref: SIGIR Forum 55, 1, Article 13 (June 2021), 27 pages

  34. arXiv:2103.01075  [pdf, other

    cs.CV cs.AI cs.CL cs.LG

    OmniNet: Omnidirectional Representations from Transformers

    Authors: Yi Tay, Mostafa Dehghani, Vamsi Aribandi, Jai Gupta, Philip Pham, Zhen Qin, Dara Bahri, Da-Cheng Juan, Donald Metzler

    Abstract: This paper proposes Omnidirectional Representations from Transformers (OmniNet). In OmniNet, instead of maintaining a strictly horizontal receptive field, each token is allowed to attend to all tokens in the entire network. This process can also be interpreted as a form of extreme or intensive attention mechanism that has the receptive field of the entire width and depth of the network. To this en… ▽ More

    Submitted 1 March, 2021; originally announced March 2021.

  35. arXiv:2102.05131  [pdf, other

    cs.LG cs.AI stat.ML

    Label Smoothed Embedding Hypothesis for Out-of-Distribution Detection

    Authors: Dara Bahri, Heinrich Jiang, Yi Tay, Donald Metzler

    Abstract: Detecting out-of-distribution (OOD) examples is critical in many applications. We propose an unsupervised method to detect OOD samples using a $k$-NN density estimate with respect to a classification model's intermediate activations on in-distribution samples. We leverage a recent insight about label smoothing, which we call the \emph{Label Smoothed Embedding Hypothesis}, and show that one of the… ▽ More

    Submitted 9 February, 2021; originally announced February 2021.

  36. arXiv:2012.00857  [pdf, other

    cs.CL cs.AI cs.LG

    StructFormer: Joint Unsupervised Induction of Dependency and Constituency Structure from Masked Language Modeling

    Authors: Yikang Shen, Yi Tay, Che Zheng, Dara Bahri, Donald Metzler, Aaron Courville

    Abstract: There are two major classes of natural language grammar -- the dependency grammar that models one-to-one correspondences between words and the constituency grammar that models the assembly of one or several corresponded words. While previous unsupervised parsing methods mostly focus on only inducing one class of grammars, we introduce a novel model, StructFormer, that can simultaneously induce dep… ▽ More

    Submitted 10 July, 2021; v1 submitted 1 December, 2020; originally announced December 2020.

    Comments: Published as a conference paper at ACL 2021

  37. arXiv:2011.04006  [pdf, other

    cs.LG cs.AI cs.CL cs.CV cs.IR

    Long Range Arena: A Benchmark for Efficient Transformers

    Authors: Yi Tay, Mostafa Dehghani, Samira Abnar, Yikang Shen, Dara Bahri, Philip Pham, Jinfeng Rao, Liu Yang, Sebastian Ruder, Donald Metzler

    Abstract: Transformers do not scale very well to long sequence lengths largely because of quadratic self-attention complexity. In the recent months, a wide spectrum of efficient, fast Transformers have been proposed to tackle this problem, more often than not claiming superior or comparable model quality to vanilla Transformer models. To this date, there is no well-established consensus on how to evaluate t… ▽ More

    Submitted 8 November, 2020; originally announced November 2020.

  38. arXiv:2010.09797  [pdf, other

    cs.IR cs.LG stat.AP

    Surprise: Result List Truncation via Extreme Value Theory

    Authors: Dara Bahri, Che Zheng, Yi Tay, Donald Metzler, Andrew Tomkins

    Abstract: Work in information retrieval has largely been centered around ranking and relevance: given a query, return some number of results ordered by relevance to the user. The problem of result list truncation, or where to truncate the ranked list of results, however, has received less attention despite being crucial in a variety of applications. Such truncation is a balancing act between the overall rel… ▽ More

    Submitted 19 October, 2020; originally announced October 2020.

  39. arXiv:2009.06732  [pdf, other

    cs.LG cs.AI cs.CL cs.CV cs.IR

    Efficient Transformers: A Survey

    Authors: Yi Tay, Mostafa Dehghani, Dara Bahri, Donald Metzler

    Abstract: Transformer model architectures have garnered immense interest lately due to their effectiveness across a range of domains like language, vision and reinforcement learning. In the field of natural language processing for example, Transformers have become an indispensable staple in the modern deep learning stack. Recently, a dizzying number of "X-former" models have been proposed - Reformer, Linfor… ▽ More

    Submitted 14 March, 2022; v1 submitted 14 September, 2020; originally announced September 2020.

    Comments: Version 2: 2022 edition

  40. arXiv:2008.13533  [pdf, other

    cs.CL cs.LG stat.ML

    Generative Models are Unsupervised Predictors of Page Quality: A Colossal-Scale Study

    Authors: Dara Bahri, Yi Tay, Che Zheng, Donald Metzler, Cliff Brunk, Andrew Tomkins

    Abstract: Large generative language models such as GPT-2 are well-known for their ability to generate text as well as their utility in supervised downstream tasks via fine-tuning. Our work is twofold: firstly we demonstrate via human evaluation that classifiers trained to discriminate between human and machine-generated text emerge as unsupervised predictors of "page quality", able to detect low quality con… ▽ More

    Submitted 17 August, 2020; originally announced August 2020.

  41. arXiv:2007.05891  [pdf, other

    cs.CL cs.IR cs.LG

    HyperGrid: Efficient Multi-Task Transformers with Grid-wise Decomposable Hyper Projections

    Authors: Yi Tay, Zhe Zhao, Dara Bahri, Donald Metzler, Da-Cheng Juan

    Abstract: Achieving state-of-the-art performance on natural language understanding tasks typically relies on fine-tuning a fresh model for every task. Consequently, this approach leads to a higher overall parameter cost, along with higher technical maintenance for serving multiple models. Learning a single multi-task model that is able to do well for all the tasks has been a challenging and yet attractive p… ▽ More

    Submitted 11 July, 2020; originally announced July 2020.

  42. arXiv:2005.00743  [pdf, other

    cs.CL cs.IR cs.LG

    Synthesizer: Rethinking Self-Attention in Transformer Models

    Authors: Yi Tay, Dara Bahri, Donald Metzler, Da-Cheng Juan, Zhe Zhao, Che Zheng

    Abstract: The dot product self-attention is known to be central and indispensable to state-of-the-art Transformer models. But is it really required? This paper investigates the true importance and contribution of the dot product-based self-attention mechanism on the performance of Transformer models. Via extensive experiments, we find that (1) random alignment matrices surprisingly perform quite competitive… ▽ More

    Submitted 24 May, 2021; v1 submitted 2 May, 2020; originally announced May 2020.

    Comments: ICML 2021

  43. arXiv:2004.13012  [pdf, other

    cs.IR cs.CL cs.LG stat.ML

    Choppy: Cut Transformer For Ranked List Truncation

    Authors: Dara Bahri, Yi Tay, Che Zheng, Donald Metzler, Andrew Tomkins

    Abstract: Work in information retrieval has traditionally focused on ranking and relevance: given a query, return some number of results ordered by relevance to the user. However, the problem of determining how many results to return, i.e. how to optimally truncate the ranked result list, has received less attention despite being of critical importance in a range of applications. Such truncation is a balanc… ▽ More

    Submitted 25 April, 2020; originally announced April 2020.

    Comments: SIGIR 2020

  44. arXiv:2004.06201  [pdf, ps, other

    cs.CL cs.IR cs.LG

    Reverse Engineering Configurations of Neural Text Generation Models

    Authors: Yi Tay, Dara Bahri, Che Zheng, Clifford Brunk, Donald Metzler, Andrew Tomkins

    Abstract: This paper seeks to develop a deeper understanding of the fundamental properties of neural text generations models. The study of artifacts that emerge in machine generated text as a result of modeling choices is a nascent research area. Previously, the extent and degree to which these artifacts surface in generated text has not been well studied. In the spirit of better understanding generative te… ▽ More

    Submitted 13 April, 2020; originally announced April 2020.

    Comments: ACL 2020

  45. arXiv:2002.11296  [pdf, other

    cs.LG cs.CL

    Sparse Sinkhorn Attention

    Authors: Yi Tay, Dara Bahri, Liu Yang, Donald Metzler, Da-Cheng Juan

    Abstract: We propose Sparse Sinkhorn Attention, a new efficient and sparse method for learning to attend. Our method is based on differentiable sorting of internal representations. Concretely, we introduce a meta sorting network that learns to generate latent permutations over sequences. Given sorted sequences, we are then able to compute quasi-global attention with only local windows, improving the memory… ▽ More

    Submitted 25 February, 2020; originally announced February 2020.

  46. arXiv:1911.09732  [pdf, other

    cs.IR cs.CL cs.LG

    Separate and Attend in Personal Email Search

    Authors: Yu Meng, Maryam Karimzadehgan, Honglei Zhuang, Donald Metzler

    Abstract: In personal email search, user queries often impose different requirements on different aspects of the retrieved emails. For example, the query "my recent flight to the US" requires emails to be ranked based on both textual contents and recency of the email documents, while other queries such as "medical history" do not impose any constraints on the recency of the email. Recent deep learning-to-ra… ▽ More

    Submitted 21 November, 2019; originally announced November 2019.

    Comments: WSDM 2020

  47. Domain Adaptation for Enterprise Email Search

    Authors: Brandon Tran, Maryam Karimzadehgan, Rama Kumar Pasumarthi, Michael Bendersky, Donald Metzler

    Abstract: In the enterprise email search setting, the same search engine often powers multiple enterprises from various industries: technology, education, manufacturing, etc. However, using the same global ranking model across different enterprises may result in suboptimal search quality, due to the corpora differences and distinct information needs. On the other hand, training an individual ranking model f… ▽ More

    Submitted 18 June, 2019; originally announced June 2019.

    Comments: Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval

    Journal ref: Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval, 2019

  48. Multi-Task Learning for Email Search Ranking with Auxiliary Query Clustering

    Authors: Jiaming Shen, Maryam Karimzadehgan, Michael Bendersky, Zhen Qin, Donald Metzler

    Abstract: User information needs vary significantly across different tasks, and therefore their queries will also differ considerably in their expressiveness and semantics. Many studies have been proposed to model such query diversity by obtaining query types and building query-dependent ranking models. These studies typically require either a labeled query dataset or clicks from multiple users aggregated o… ▽ More

    Submitted 14 September, 2018; originally announced September 2018.

    Comments: CIKM 2018