← Search

Subhro Roy

9 accepted papers

2023

BenchCLAMP: A Benchmark for Evaluating Language Models on Syntactic and Semantic Parsing

NeurIPS 2023poster

Recent work has shown that generation from a prompted or fine-tuned language model can perform well at semantic parsing when the output is constrained to be a valid semantic representation. We introduce BenchCLAMP, a Benchmark to evaluate Constrained LAnguage Model Parsing, that includes context-fre…

2023

InstructExcel: A Benchmark for Natural Language Instruction in Excel

EMNLP 2023long findings

With the evolution of Large Language Models (LLMs) we can solve increasingly more complex NLP tasks across various domains, including spreadsheets. This work investigates whether LLMs can generate code (Excel OfficeScripts, a TypeScript API for executing many tasks in Excel) that solves Excel specif…

Cited by 0SourceScholar
2023

ZEROTOP: Zero-Shot Task-Oriented Semantic Parsing using Large Language Models

EMNLP 2023short main

We explore the use of large language models (LLMs) for zero-shot semantic parsing. Semantic parsing involves mapping natural language utterances to task-specific meaning representations. LLMs are generally trained on publicly available text and code and cannot be expected to directly generalize to d…

Cited by 0SourceScholar
2022

Addressing Resource and Privacy Constraints in Semantic Parsing Through Data Augmentation

ACL 2022findings

We introduce a novel setup for low-resource task-oriented semantic parsing which incorporates several constraints that may arise in real-world scenarios: (1) lack of similar datasets/models from a related domain, (2) inability to sample useful logical forms directly from a grammar, and (3) privacy r…

Cited by 3SourcePDFScholar
2021

Constrained Language Models Yield Few-Shot Semantic Parsers

EMNLP 2021main

We explore the use of large pretrained language models as few-shot semantic parsers. The goal in semantic parsing is to generate a structured meaning representation given a natural language input. However, language models are trained to generate natural language. To bridge the gap, we use language m…

2021

Value-Agnostic Conversational Semantic Parsing

ACL 2021long

Conversational semantic parsers map user utterances to executable programs given dialogue histories composed of previous utterances, programs, and system responses. Existing parsers typically condition on rich representations of history that include the complete set of values and computations previo…

2019

Inferring Task Goals and Constraints using Bayesian Nonparametric Inverse Reinforcement Learning

CoRL 2019

Recovering an unknown reward function for complex manipulation tasks is the fundamental problem of Inverse Reinforcement Learning (IRL). Often, the recovered reward function fails to explicitly capture implicit constraints (e.g., axis alignment, force, or relative alignment) between the manipulator,

Cited by 0SourcePDFScholar
2019

Task-Conditioned Variational Autoencoders for Learning Movement Primitives

CoRL 2019

Consider a task such as pouring liquid from a cup into a container. Some parameters, such as the location of the pour, are crucial to task success, while others, such as the length of the pour, can exhibit larger variation. In this work, we propose a method that differentiates between specified task

Cited by 0SourcePDFScholar
2018

Grounding Robot Plans from Natural Language Instructions with Incomplete World Knowledge

CoRL 2018

Our goal is to enable robots to interpret and execute high-level tasks conveyed using natural language instructions. For example, consider tasking a household robot to, “prepare my breakfast”, “clear the boxes on the table” or “make me a fruit milkshake”. Interpreting such underspecified instruction

Cited by 0SourcePDFScholar