← Search

Timo Schick

13 accepted papers

2024

LongForm: Effective Instruction Tuning with Reverse Instructions

EMNLP 2024finding

Instruction tuning enables language models to more effectively generalize and better follow user intent. However, obtaining instruction data is costly and challenging. Prior work employs methods such as expensive human annotation, crowd-sourced datasets with alignment issues, and generating noisy ex…

2024

Self-Alignment with Instruction Backtranslation

ICLR 2024oral

We present a scalable method to build a high quality instruction following language model by automatically labelling human-written text with corresponding instructions. Our approach, named instruction backtranslation, starts with a language model finetuned on a small amount of seed data, and a given…

Cited by 230SourcePDFScholar
2023

Active Learning Principles for In-Context Learning with Large Language Models

EMNLP 2023long findings

The remarkable advancements in large language models (LLMs) have significantly enhanced predictive performance in few-shot learning settings. By using only a small number of labeled examples, referred to as demonstrations, LLMs can effectively perform the task at hand through in-context learning. Ho…

Cited by 0SourceScholar
2023

PEER: A Collaborative Language Model

ICLR 2023top-25%

Textual content is often the output of a collaborative writing process: We start with an initial draft, ask for suggestions, and repeatedly make changes. Agnostic of this process, today’s language models are trained to generate only the final result. As a consequence, they lack several abilities cru…

Cited by 129SourcePDFScholar
2023

Task-aware Retrieval with Instructions

ACL 2023findings

We study the problem of retrieval with instructions, where users provide explicit descriptions of their intent along with their queries to guide a retrieval system. Our solution is a general-purpose task-aware retrieval system, trained using multi-task instruction tuning and can follow human-written…

2023

Toolformer: Language Models Can Teach Themselves to Use Tools

NeurIPS 2023oral

Language models (LMs) exhibit remarkable abilities to solve new tasks from just a few examples or textual instructions, especially at scale. They also, paradoxically, struggle with basic functionality, such as arithmetic or factual lookup, where much simpler and smaller specialized models excel. In…

Cited by 1684SourcePDFScholar
2023

Unnatural Instructions: Tuning Language Models with (Almost) No Human Labor

ACL 2023long

Instruction tuning enables pretrained language models to perform new tasks from inference-time natural language descriptions. These approaches rely on vast amounts of human supervision in the form of crowdsourced datasets or user interactions. In this work, we introduce Unnatural Instructions: a lar…

2022

CoDA21: Evaluating Language Understanding Capabilities of NLP Models With Context-Definition Alignment

ACL 2022short

Pretrained language models (PLMs) have achieved superhuman performance on many benchmarks, creating a need for harder tasks. We introduce CoDA21 (Context Definition Alignment), a challenging benchmark that measures natural language understanding (NLU) capabilities of PLMs: Given a definition and a c…

2022

Leveraging QA Datasets to Improve Generative Data Augmentation

EMNLP 2022main

The ability of generative language models (GLMs) to generate text has improved considerably in the last few years, enabling their use for generative data augmentation. In this work, we propose CONDA, an approach to further improve GLM’s ability to generate synthetic data by reformulating data genera…

2021

It’s Not Just Size That Matters: Small Language Models Are Also Few-Shot Learners

NAACL 2021long

When scaled to hundreds of billions of parameters, pretrained language models such as GPT-3 (Brown et al., 2020) achieve remarkable few-shot performance. However, enormous amounts of compute are required for training and applying such big models, resulting in a large carbon footprint and making it d…

2020

Automatically Identifying Words That Can Serve as Labels for Few-Shot Text Classification

COLING 2020main

A recent approach for few-shot text classification is to convert textual inputs to cloze questions that contain some form of task description, process them with a pretrained language model and map the predicted words to labels. Manually defining this mapping between words and labels requires both do…