← Search

Dani Yogatama

22 accepted papers

2025

DeLLMa: Decision Making Under Uncertainty with Large Language Models

ICLR 2025spotlight

The potential of large language models (LLMs) as decision support tools is increasingly being explored in fields such as business, engineering, and medicine, which often face challenging tasks of *decision-making under uncertainty*. In this paper, we show that directly prompting LLMs on these types…

Cited by 5SourcePDFScholar
2025

The Rotary Position Embedding May Cause Dimension Inefficiency in Attention Heads for Long-Distance Retrieval

ACL 2025finding

The Rotary Position Embedding (RoPE) is widely used in the attention heads of many large language models (LLM). It rotates dimensions in the query and the key vectors by different angles according to their positions in the input sequence. For long context modeling, the range of positions may vary a…

Cited by 0SourcePDFScholar
2025

The Semantic Hub Hypothesis: Language Models Share Semantic Representations Across Languages and Modalities

ICLR 2025poster

Modern language models can process inputs across diverse languages and modalities. We hypothesize that models acquire this capability through learning a _shared representation space_ across heterogeneous data types (e.g., different languages and modalities), which places semantically similar inputs…

2024

Interpretable Diffusion via Information Decomposition

ICLR 2024poster

Denoising diffusion models enable conditional generation and density modeling of complex relationships like images and text. However, the nature of the learned relationships is opaque making it difficult to understand precisely what relationships between words and parts of an image are captured, or…

2024

On Retrieval Augmentation and the Limitations of Language Model Training

NAACL 2024short

Augmenting a language model (LM) with k-nearest neighbors (kNN) retrieval on its training data alone can decrease its perplexity, though the underlying reasons for this remain elusive. In this work, we rule out one previously posited possibility — the “softmax bottleneck.” We then create a new datas…

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

The Distributional Hypothesis Does Not Fully Explain the Benefits of Masked Language Model Pretraining

EMNLP 2023long main

We analyze the masked language modeling pretraining objective function from the perspective of the Distributional Hypothesis. We investigate whether the better sample efficiency and the better generalization capability of models pretrained with masked language modeling can be attributed to the seman…

Cited by 0SourcecodeScholar
2022

A Contrastive Framework for Neural Text Generation

NeurIPS 2022accept

Text generation is of great importance to many natural language processing applications. However, maximization-based decoding methods (e.g., beam search) of neural language models often lead to degenerate solutions---the generated text is unnatural and contains undesirable repetitions. Existing appr…

2022

ABC: Attention with Bounded-memory Control

ACL 2022long

Transformer architectures have achieved state- of-the-art results on a variety of natural language processing (NLP) tasks. However, their attention mechanism comes with a quadratic complexity in sequence lengths, making the computational overhead prohibitive, especially for long sequences. Attention…

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

End-to-End Training of Multi-Document Reader and Retriever for Open-Domain Question Answering

NeurIPS 2021poster

We present an end-to-end differentiable training method for retrieval-augmented open-domain question answering systems that combine information from multiple retrieved documents when generating answers. We model retrieval decisions as latent variables over sets of relevant documents. Since marginali…

2021

Finetuning Pretrained Transformers into RNNs

EMNLP 2021main

Transformers have outperformed recurrent neural networks (RNNs) in natural language generation. But this comes with a signifi- cant computational cost, as the attention mechanism’s complexity scales quadratically with sequence length. Efficient transformer variants have received increasing interest…

2021

LiRo: Benchmark and leaderboard for Romanian language tasks

NeurIPS 2021poster

Recent advances in NLP have been sustained by the availability of large amounts of data and standardized benchmarks, which are not available for many languages. As a small step towards addressing this we propose LiRo, a platform for benchmarking models on the Romanian language on nine standard tasks…

Cited by 32SourcecodeScholar
2021

Mind the Gap: Assessing Temporal Generalization in Neural Language Models

NeurIPS 2021spotlight

Our world is open-ended, non-stationary, and constantly evolving; thus what we talk about and how we talk about it change over time. This inherent dynamic nature of language contrasts with the current static language modelling paradigm, which trains and evaluates models on utterances from overlappin…

2020

A Mutual Information Maximization Perspective of Language Representation Learning

ICLR 2020spotlight

We show state-of-the-art word representation learning methods maximize an objective function that is a lower bound on the mutual information between different parts of a word sequence (i.e., a sentence). Our formulation provides an alternative perspective that unifies classical word embedding models…

Cited by 77SourceScholar
2019

Episodic Memory in Lifelong Language Learning

NeurIPS 2019poster

We introduce a lifelong language learning setup where a model needs to learn from a stream of text examples without any dataset identifier. We propose an episodic memory model that performs sparse experience replay and local adaptation to mitigate catastrophic forgetting in this setup. Experiments o…

2019

Variational Smoothing in Recurrent Neural Network Language Models

ICLR 2019poster

We present a new theoretical perspective of data noising in recurrent neural network language models (Xie et al., 2017). We show that each variant of data noising is an instance of Bayesian recurrent neural networks with a particular variational distribution (i.e., a mixture of Gaussians whose weig…

Cited by 3SourcePDFScholar
2018

Memory Architectures in Recurrent Neural Network Language Models

ICLR 2018poster

We compare and analyze sequential, random access, and stack memory architectures for recurrent neural network language models. Our experiments on the Penn Treebank and Wikitext-2 datasets show that stack-based memory architectures consistently achieve the best performance in terms of held out perple…

Cited by 63SourcePDFScholar
2017

Learning to Compose Words into Sentences with Reinforcement Learning

ICLR 2017poster

We use reinforcement learning to learn tree-structured neural networks for computing representations of natural language sentences. In contrast with prior work on tree-structured models, in which the trees are either provided as input or predicted using supervision from explicit treebank annotations…

Cited by 208SourceScholar
2016

Deep Speech 2 : End-to-End Speech Recognition in English and Mandarin

ICML 2016poster

We show that an end-to-end deep learning approach can be used to recognize either English or Mandarin Chinese speech–two vastly different languages. Because it replaces entire pipelines of hand-engineered components with neural networks, end-to-end learning allows us to handle a diverse variety of s…

2015

Learning Word Representations with Hierarchical Sparse Coding

ICML 2015poster

We propose a new method for learning word representations using hierarchical regularization in sparse coding inspired by the linguistic study of word meanings. We show an efficient learning algorithm based on stochastic proximal methods that is significantly faster than previous approaches, making i…

Cited by 75SourcePDFScholar