← Search

Jinfeng Rao

7 accepted papers

2023

DSI++: Updating Transformer Memory with New Documents

EMNLP 2023long main

Differentiable Search Indices (DSIs) encode a corpus of documents in the parameters of a model and use the same model to map queries directly to relevant document identifiers. Despite the solid performance of DSI models, successfully deploying them in scenarios where document corpora change with tim…

Cited by 0SourceScholar
2023

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

EMNLP 2023long findings

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…

Cited by 0SourceScholar
2023

Transcending Scaling Laws with 0.1% Extra Compute

EMNLP 2023long main

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-o…

Cited by 0SourceScholar
2022

ExT5: Towards Extreme Multi-Task Scaling for Transfer Learning

ICLR 2022poster

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 collectio…

Cited by 222SourcePDFScholar
2022

Improving Compositional Generalization with Self-Training for Data-to-Text Generation

ACL 2022long

Data-to-text generation focuses on generating fluent natural language responses from structured meaning representations (MRs). Such representations are compositional and it is costly to collect responses for all possible combinations of atomic meaning schemata, thereby necessitating few-shot general…

2022

Scale Efficiently: Insights from Pretraining and Finetuning Transformers

ICLR 2022poster

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…

2021

Long Range Arena : A Benchmark for Efficient Transformers

ICLR 2021poster

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 v…