← Search

Roma Patel

14 accepted papers

2026

Decoding Safety Feedback from Diverse Raters: A Data-driven Lens on Responsiveness to Severity

ICML 2026poster

Ensuring the safety of Generative AI requires a nuanced understanding of pluralistic viewpoints. In this paper, we introduce a novel data-driven approach for analyzing ordinal safety ratings in pluralistic settings. Specifically, we address the challenge of interpreting nuanced differences in safety…

Cited by 0SourceScholar
2026

Is This Just Fantasy? Language Model Representations Reflect Human Judgments of Event Plausibility

ICLR 2026poster

Language models (LMs) are used for a diverse range of tasks, from question answering to writing fantastical stories. In order to reliably accomplish these tasks, LMs must be able to discern the modal category of a sentence (i.e., whether it describes something that is possible, impossible, completel…

Cited by 0SourceScholar
2025

Value Profiles for Encoding Human Variation

EMNLP 2025

Modelling human variation in rating tasks is crucial for enabling AI systems for personalization, pluralistic model alignment, and computational social science. We propose representing individuals using value profiles – natural language descriptions of underlying values compressed from in-context de

Cited by 0SourcePDFScholar
2025

Whose View of Safety? A Deep DIVE Dataset for Pluralistic Alignment of Text-to-Image Models

NeurIPS 2025spotlight

Current text-to-image (T2I) models often fail to account for diverse human experiences, leading to misaligned systems. We advocate for pluralism in AI alignment, where an AI understands and is steerable towards diverse, and often conflicting, human values. Our work provides three core contributions…

Cited by 0SourceScholar
2023

Pragmatics in Language Grounding: Phenomena, Tasks, and Modeling Approaches

EMNLP 2023long findings

People rely heavily on context to enrich meaning beyond what is literally said, enabling concise but effective communication. To interact successfully and naturally with people, user-facing artificial intelligence systems will require similar skills in pragmatics: relying on various types of context…

Cited by 0SourceScholar
2023

RLang: A Declarative Language for Describing Partial World Knowledge to Reinforcement Learning Agents

ICML 2023poster

We introduce RLang, a domain-specific language (DSL) for communicating domain knowledge to an RL agent. Unlike existing RL DSLs that ground to $\textit{single}$ elements of a decision-making formalism (e.g., the reward function or policy), RLang can specify information about every element of a Marko…

Cited by 2SourcePDFScholar
2023

Skill Generalization with Verbs

IROS 2023poster

It is imperative that robots can understand natural language commands issued by humans. Such commands typically contain verbs that signify what action should be performed on a given object and that are applicable to many objects. We propose a method for generalizing manipulation skills to novel obje…

Cited by 2SourceScholar
2022

Generalizing to New Domains by Mapping Natural Language to Lifted LTL

ICRA 2022poster

Recent work on using natural language to specify commands to robots has grounded that language to LTL. However, mapping natural language task specifications to LTL task specifications using language models require probability distributions over finite vocabulary. Existing state-of-the-art methods ha…

Cited by 16SourceScholar
2021

Game-theoretic Vocabulary Selection via the Shapley Value and Banzhaf Index

NAACL 2021long

The input vocabulary and the representations learned are crucial to the performance of neural NLP models. Using the full vocabulary results in less explainable and more memory intensive models, with the embedding layer often constituting the majority of model parameters. It is thus common to use a s…

Cited by 25SourcePDFScholar
2021

“Was it “stated” or was it “claimed”?: How linguistic bias affects generative language models

EMNLP 2021main

People use language in subtle and nuanced ways to convey their beliefs. For instance, saying claimed instead of said casts doubt on the truthfulness of the underlying proposition, thus representing the author’s opinion on the matter. Several works have identified such linguistic classes of words tha…

Cited by 20SourcePDFScholar
2020

Grounding Language to Non-Markovian Tasks with No Supervision of Task Specifications

RSS 2020poster

Natural language instructions often exhibit sequential constraints rather than being simply goal-oriented, for example ``go around the lake and then travel north until the intersection''. Existing approaches map these kinds of natural language expressions to Linear Temporal Logic expressions but req…

Cited by 34SourcePDFScholar
2020

Robot Object Retrieval with Contextual Natural Language Queries

RSS 2020poster

Natural language object retrieval is a highly useful yet challenging task for robots in human-centric environments. Previous work has primarily focused on commands specifying the desired object's type such as "scissors" and/or visual attributes such as "red," thus limiting the robot to only known ob…

2019

Planning with State Abstractions for Non-Markovian Task Specifications

RSS 2019poster

Often times, we specify tasks for a robot using temporal language that can also span different levels of abstraction. The example command "go to the kitchen before going to the second floor" contains spatial abstraction, given that "floor" consists of individual rooms that can also be referred to in…