← Search

Noam Wies

7 accepted papers

2024

Align With Purpose: Optimize Desired Properties in CTC Models with a General Plug-and-Play Framework

ICLR 2024poster

Connectionist Temporal Classification (CTC) is a widely used criterion for training supervised sequence-to-sequence (seq2seq) models. It learns the alignments between the input and output sequences by marginalizing over the perfect alignments (that yield the ground truth), at the expense of the impe…

Cited by 2SourcePDFScholar
2024

Fundamental Limitations of Alignment in Large Language Models

ICML 2024poster

An important aspect in developing language models that interact with humans is aligning their behavior to be useful and unharmful for their human users. This is usually achieved by tuning the model in a way that enhances desired behaviors and inhibits undesired ones, a process referred to as alignme…

2023

Sub-Task Decomposition Enables Learning in Sequence to Sequence Tasks

ICLR 2023poster

The field of Natural Language Processing (NLP) has experienced a dramatic leap in capabilities with the recent introduction of huge Language Models (LMs). Despite this success, natural language problems that involve several compounded steps are still practically unlearnable, even by the largest LMs.…

2022

The Inductive Bias of In-Context Learning: Rethinking Pretraining Example Design

ICLR 2022spotlight

Pretraining Neural Language Models (NLMs) over a large corpus involves chunking the text into training examples, which are contiguous text segments of sizes processable by the neural architecture. We highlight a bias introduced by this common practice: we prove that the pretrained NLM can model much…

Cited by 40SourcePDFScholar
2021

Which transformer architecture fits my data? A vocabulary bottleneck in self-attention

ICML 2021spotlight

After their successful debut in natural language processing, Transformer architectures are now becoming the de-facto standard in many domains. An obstacle for their deployment over new modalities is the architectural configuration: the optimal depth-to-width ratio has been shown to dramatically vary…

Cited by 26SourcePDFScholar