← Search

Mark Riedl

12 accepted papers

2025

Making Large Language Models into World Models with Precondition and Effect Knowledge

COLING 2025main

World models, which encapsulate the dynamics of how actions affect environments, are foundational to the functioning of intelligent agents. In this work, we explore the potential of Large Language Models (LLMs) to operate as world models. Although LLMs are not inherently designed to model real-world…

2025

Novelty Detection in Reinforcement Learning with World Models

ICML 2025spotlight

Reinforcement learning (RL) using world models has found significant recent successes. However, when a sudden change to world mechanics or properties occurs then agent performance and reliability can dramatically decline. We refer to the sudden change in visual properties or state transitions as nov…

Cited by 0SourcePDFScholar
2024

Leftover Lunch: Advantage-based Offline Reinforcement Learning for Language Models

ICLR 2024poster

Reinforcement Learning with Human Feedback (RLHF) is the most prominent method for Language Model (LM) alignment. However, RLHF is an unstable and data-hungry process that continually requires new high-quality LM-generated data for finetuning. We introduce Advantage-Leftover Lunch RL (A-LoL), a new…

2022

Calibrating Trust of Multi-Hop Question Answering Systems with Decompositional Probes

EMNLP 2022finding

Multi-hop Question Answering (QA) is a challenging task since it requires an accurate aggregation of information from multiple context paragraphs and a thorough understanding of the underlying reasoning chains. Recent work in multi-hop QA has shown that performance can be boosted by first decomposin…

2022

Guiding Neural Story Generation with Reader Models

EMNLP 2022finding

Automated storytelling has long captured the attention of researchers for the ubiquity of narratives in everyday life. However, it is challenging to maintain coherence and stay on-topictoward a specific ending when generating narratives with neural language models. In this paper, we introduce Story…

2022

Inferring the Reader: Guiding Automated Story Generation with Commonsense Reasoning

EMNLP 2022finding

Transformer-based language model approaches to automated story generation currently provide state-of-the-art results. However, they still suffer from plot incoherence when generatingnarratives over time, and critically lack basiccommonsense reasoning. Furthermore, existing methods generally focus on…

2022

Inherently Explainable Reinforcement Learning in Natural Language

NeurIPS 2022accept

We focus on the task of creating a reinforcement learning agent that is inherently explainable---with the ability to produce immediate local explanations by thinking out loud while performing a task and analyzing entire trajectories post-hoc to produce temporally extended explanations. This Hierarch…

2022

Reframing Human-AI Collaboration for Generating Free-Text Explanations

NAACL 2022long

Large language models are increasingly capable of generating fluent-appearing text with relatively little task-specific supervision. But can these models accurately explain classification decisions? We consider the task of generating free-text explanations using human-written examples in a few-shot…

2022

Situated Dialogue Learning through Procedural Environment Generation

ACL 2022long

We teach goal-driven agents to interactively act and speak in situated environments by training on generated curriculums. Our agents operate in LIGHT (Urbanek et al. 2019)—a large-scale crowd-sourced fantasy text adventure game wherein an agent perceives and interacts with the world through textual…

Cited by 15SourcePDFScholar
2021

Just Say No: Analyzing the Stance of Neural Dialogue Generation in Offensive Contexts

EMNLP 2021main

Dialogue models trained on human conversations inadvertently learn to generate toxic responses. In addition to producing explicitly offensive utterances, these models can also implicitly insult a group or individual by aligning themselves with an offensive statement. To better understand the dynamic…