← Search

Navin Goyal

15 accepted papers

2026

Characterizing Deep Research: A Benchmark and Formal Definition

ICLR 2026poster

Information tasks such as writing surveys or analytical reports require complex search and reasoning, and have recently been grouped under the umbrella of _deep research_ --- a term also adopted by recent models targeting these capabilities. Despite growing interest, the scope of the deep research t…

Cited by 0SourcecodeScholar
2025

For Better or for Worse, Transformers Seek Patterns for Memorization

NeurIPS 2025poster

Memorization in language models is a critical yet poorly understood phenomenon. In this work, we investigate memorization in transformer-based language models by analyzing their memorization dynamics during training over multiple epochs. We find that memorization is neither a constant accumulation o…

Cited by 0SourcecodeScholar
2024

InversionView: A General-Purpose Method for Reading Information from Neural Activations

NeurIPS 2024poster

The inner workings of neural networks can be better understood if we can fully decipher the information encoded in neural activations. In this paper, we argue that this information is embodied by the subset of inputs that give rise to similar activations. We propose InversionView, which allows us t…

2023

Monitor-Guided Decoding of Code LMs with Static Analysis of Repository Context

NeurIPS 2023poster

Language models of code (LMs) work well when the surrounding code provides sufficient context. This is not true when it becomes necessary to use types, functionality or APIs defined elsewhere in the repository or a linked library, especially those not seen during training. LMs suffer from limited aw…

2022

Learning and Generalization in Overparameterized Normalizing Flows

AISTATS 2022poster

In supervised learning, it is known that overparameterized neural networks with one hidden layer provably and efficiently learn and generalize, when trained using stochastic gradient descent with a sufficiently small learning rate and suitable initialization. In contrast, the benefit of overparamete…

2022

Revisiting the Compositional Generalization Abilities of Neural Sequence Models

ACL 2022short

Compositional generalization is a fundamental trait in humans, allowing us to effortlessly combine known phrases to form novel sentences. Recent works have claimed that standard seq-to-seq models severely lack the ability to compositionally generalize. In this paper, we focus on one-shot primitive g…

2022

Robust identifiability in linear structural equation models of causal inference

UAI 2022poster

We consider the problem of robust parameter estimation from observational data in the context of linear structural equation models (LSEMs). Under various conditions on LSEMs and the model parameters the prior work provides efficient algorithms to recover the parameters. However, these results are of…

Cited by 2SourcePDFScholar
2022

When Can Transformers Ground and Compose: Insights from Compositional Generalization Benchmarks

EMNLP 2022main

Humans can reason compositionally whilst grounding language utterances to the real world. Recent benchmarks like ReaSCAN (Wu et al., 2021) use navigation tasks grounded in a grid world to assess whether neural models exhibit similar capabilities. In this work, we present a simple transformer-based m…

2021

Are NLP Models really able to Solve Simple Math Word Problems?

NAACL 2021long

The problem of designing NLP solvers for math word problems (MWP) has seen sustained research activity and steady gains in the test accuracy. Since existing solvers achieve high performance on the benchmark datasets for elementary level MWPs containing one-unknown arithmetic word problems, such prob…

2020

Effect of Activation Functions on the Training of Overparametrized Neural Nets

ICLR 2020poster

It is well-known that overparametrized neural networks trained using gradient based methods quickly achieve small training error with appropriate hyperparameter settings. Recent papers have proved this statement theoretically for highly overparametrized networks under reasonable assumptions. These r…

Cited by 36SourceScholar
2020

On the Practical Ability of Recurrent Neural Networks to Recognize Hierarchical Languages

COLING 2020main

While recurrent models have been effective in NLP tasks, their performance on context-free languages (CFLs) has been found to be quite weak. Given that CFLs are believed to capture important phenomena such as hierarchical structure in natural languages, this discrepancy in performance calls for an e…

2019

Stability of Linear Structural Equation Models of Causal Inference

UAI 2019poster

We consider numerical stability of the parameter recovery problem in Linear Structural Equation Model (LSEM) of causal inference. Numerical stability is essential for the recovered parameters to be reliable. A long line of work starting from Wright (1920) has focused on understanding which sub-class…

Cited by 3SourcePDFScholar
2016

Non-negative Matrix Factorization under Heavy Noise

ICML 2016poster

The Noisy Non-negative Matrix factorization (NMF) is: given a data matrix A (d x n), find non-negative matrices B;C (d x k, k x n respy.) so that A = BC +N, where N is a noise matrix. Existing polynomial time algorithms with proven error guarantees require EACH column N_⋅j to have l1 norm much small…

Cited by 15SourcePDFScholar