← Search

Adam Trischler

25 accepted papers

2024

Challenges to Evaluating the Generalization of Coreference Resolution Models: A Measurement Modeling Perspective

ACL 2024findings

It is increasingly common to evaluate the same coreference resolution (CR) model on multiple datasets. Do these multi-dataset evaluations allow us to draw meaningful conclusions about model generalization? Or, do they rather reflect the idiosyncrasies of a particular experimental setup (e.g., the sp…

2024

Think Before You Act: Decision Transformers with Working Memory

ICML 2024poster

Decision Transformer-based decision-making agents have shown the ability to generalize across multiple tasks. However, their performance relies on massive data and computation. We argue that this inefficiency stems from the forgetting phenomenon, in which a model memorizes its behaviors in parameter…

2023

Joint Prompt Optimization of Stacked LLMs using Variational Inference

NeurIPS 2023poster

Large language models (LLMs) can be seen as atomic units of computation mapping sequences to a distribution over sequences. Thus, they can be seen as stochastic language layers in a language network, where the learnable parameters are the natural language prompts at each layer. By stacking two such…

2023

Responsible AI Considerations in Text Summarization Research: A Review of Current Practices

EMNLP 2023long findings

AI and NLP publication venues have increasingly encouraged researchers to reflect on possible ethical considerations, adverse impacts, and other responsible AI issues their work might engender. However, for specific NLP tasks our understanding of how prevalent such issues are, or when and why these…

Cited by 0SourceScholar
2023

The KITMUS Test: Evaluating Knowledge Integration from Multiple Sources

ACL 2023long

Many state-of-the-art natural language understanding (NLU) models are based on pretrained neural language models. These models often make inferences using information from multiple sources. An important class of such inferences are those that require both background knowledge, presumably contained i…

2022

Deconstructing NLG Evaluation: Evaluation Practices, Assumptions, and Their Implications

NAACL 2022long

There are many ways to express similar things in text, which makes evaluating natural language generation (NLG) systems difficult. Compounding this difficulty is the need to assess varying quality criteria depending on the deployment setting. While the landscape of NLG evaluation has been well-mappe…

Cited by 36SourcePDFScholar
2021

ADEPT: An Adjective-Dependent Plausibility Task

ACL 2021long

A false contract is more likely to be rejected than a contract is, yet a false key is less likely than a key to open doors. While correctly interpreting and assessing the effects of such adjective-noun pairs (e.g., false key) on the plausibility of given events (e.g., opening doors) underpins many n…

2021

ALFWorld: Aligning Text and Embodied Environments for Interactive Learning

ICLR 2021poster

Given a simple request like Put a washed apple in the kitchen fridge, humans can reason in purely abstract terms by imagining action sequences and scoring their likelihood of success, prototypicality, and efficiency, all without moving a muscle. Once we see the kitchen in question, we can update our…

2021

An Empirical Study on Neural Keyphrase Generation

NAACL 2021long

Recent years have seen a flourishing of neural keyphrase generation (KPG) works, including the release of several large-scale datasets and a host of new models to tackle them. Model performance on KPG tasks has increased significantly with evolving deep learning research. However, there lacks a comp…

2021

Modeling Event Plausibility with Consistent Conceptual Abstraction

NAACL 2021long

Understanding natural language requires common sense, one aspect of which is the ability to discern the plausibility of events. While distributional models—most recently pre-trained, Transformer language models—have demonstrated improvements in modeling event plausibility, their performance still fa…

2020

An Analysis of Dataset Overlap on Winograd-Style Tasks

COLING 2020main

The Winograd Schema Challenge (WSC) and variants inspired by it have become important benchmarks for common-sense reasoning (CSR). Model performance on the WSC has quickly progressed from chance-level to near-human using neural language models trained on massive corpora. In this paper, we analyze th…

2020

Learning Dynamic Belief Graphs to Generalize on Text-Based Games

NeurIPS 2020poster

Playing text-based games requires skills in processing natural language and sequential decision making. Achieving human-level performance on text-based games remains an open challenge, and prior research has largely relied on hand-crafted structured representations and heuristics. In this work, we i…

2019

An Empirical Study of Example Forgetting during Deep Neural Network Learning

ICLR 2019poster

Inspired by the phenomenon of catastrophic forgetting, we investigate the learning dynamics of neural networks as they train on single classification tasks. Our goal is to understand whether a related phenomenon occurs when data does not undergo a clear distributional shift. We define a ``forgetting…

2019

Building Dynamic Knowledge Graphs from Text using Machine Reading Comprehension

ICLR 2019poster

We propose a neural machine-reading model that constructs dynamic knowledge graphs from procedural text. It builds these graphs recurrently for each step of the described procedure, and uses them to track the evolving states of participant entities. We harness and extend a recently proposed machine…

Cited by 95SourcePDFScholar
2019

Learning deep representations by mutual information estimation and maximization

ICLR 2019oral

This work investigates unsupervised learning of representations by maximizing mutual information between an input and the output of a deep neural network encoder. Importantly, we show that structure matters: incorporating knowledge about locality in the input into the objective can significantly imp…

2018

FigureQA: An Annotated Figure Dataset for Visual Reasoning

ICLR 2018workshop

We introduce FigureQA, a visual reasoning corpus of over one million question-answer pairs grounded in over 100,000 images. The images are synthetic, scientific-style figures from five classes: line plots, dot-line plots, vertical and horizontal bar graphs, and pie charts. We formulate our reasoning…

Cited by 360SourcecodeScholar
2018

Focused Hierarchical RNNs for Conditional Sequence Processing

ICML 2018oral

Recurrent Neural Networks (RNNs) with attention mechanisms have obtained state-of-the-art results for many sequence processing tasks. Most of these models use a simple form of encoder with attention that looks over the entire sequence and assigns a weight to each token independently. We present a me…

Cited by 28SourcePDFScholar
2018

Learning General Purpose Distributed Sentence Representations via Large Scale Multi-task Learning

ICLR 2018poster

A lot of the recent success in natural language processing (NLP) has been driven by distributed vector representations of words trained on large amounts of text in an unsupervised manner. These representations are typically used as general purpose features for words across a range of NLP problems. H…

Cited by 414SourcePDFScholar
2018

Rapid Adaptation with Conditionally Shifted Neurons

ICML 2018oral

We describe a mechanism by which artificial neural networks can learn rapid adaptation - the ability to adapt on the fly, with little data, to new tasks - that we call conditionally shifted neurons. We apply this mechanism in the framework of metalearning, where the aim is to replicate some of the f…

Cited by 366SourcePDFScholar
2018

Towards Text Generation with Adversarially Learned Neural Outlines

NeurIPS 2018poster

Recent progress in deep generative models has been fueled by two paradigms -- autoregressive and adversarial models. We propose a combination of both approaches with the goal of learning generative models of text. Our method first produces a high-level sentence outline and then generates words seque…

2018

Twin Networks: Matching the Future for Sequence Generation

ICLR 2018poster

We propose a simple technique for encouraging generative RNNs to plan ahead. We train a ``backward'' recurrent network to generate a given sequence in reverse order, and we encourage states of the forward model to predict cotemporal states of the backward model. The backward network is used only dur…

2017

Plan, Attend, Generate: Planning for Sequence-to-Sequence Models

NeurIPS 2017poster

We investigate the integration of a planning mechanism into sequence-to-sequence models using attention. We develop a model which can plan ahead in the future when it computes its alignments between input and output sequences, constructing a matrix of proposed future alignments and a commitment vect…