← Search

Dhruvesh Patel

9 accepted papers

2026

Insertion Based Sequence Generation with Learnable Order Dynamics

ICML 2026poster

In many domains generating variable length sequences through insertions provides greater flexibility over autoregressive models. However, the action space of insertion models is much larger than that of autoregressive models (ARMs) making the learning challenging. To address this, we incorporate tra…

Cited by 0SourceScholar
2024

Learning Representations for Hierarchies with Minimal Support

NeurIPS 2024poster

When training node embedding models to represent large directed graphs (digraphs), it is impossible to observe all entries of the adjacency matrix during training. As a consequence most methods employ sampling. For very large digraphs, however, this means many (most) entries may be unobserved during…

Cited by 0SourcePDFScholar
2023

Pretrained Language Models as Visual Planners for Human Assistance

ICCV 2023poster

In our pursuit of advancing multi-modal AI assistants capable of guiding users to achieve complex multi-step goals, we propose the task of 'Visual Planning for Assistance (VPA)'. Given a succinct natural language goal, e.g., "make a shelf", and a video of the user's progress so far, the aim of VPA i…

Cited by 43PDFcodeScholar
2022

Event-Event Relation Extraction using Probabilistic Box Embedding

ACL 2022short

To understand a story with multiple events, it is important to capture the proper relations across these events. However, existing event relation extraction (ERE) framework regards it as a multi-class classification task and do not guarantee any coherence between different relation types, such as an…

2022

Modeling Label Space Interactions in Multi-label Classification using Box Embeddings

ICLR 2022poster

Multi-label classification is a challenging structured prediction task in which a set of output class labels are predicted for each input. Real-world datasets often have natural or latent taxonomic relationships between labels, making it desirable for models to employ label representations capable o…

2022

Structured Energy Network As a Loss

NeurIPS 2022accept

Belanger & McCallum (2016) and Gygli et al. (2017) have shown that an energy network can capture arbitrary dependencies amongst the output variables in structured prediction; however, their reliance on gradient-based inference (GBI) makes the inference slow and unstable. In this work, we propose Str…

Cited by 4SourcePDFScholar
2022

Word2Box: Capturing Set-Theoretic Semantics of Words using Box Embeddings

ACL 2022long

Learning representations of words in a continuous space is perhaps the most fundamental task in NLP, however words interact in ways much richer than vector dot product similarity can provide. Many relationships between words can be expressed set-theoretically, for example, adjective-noun compounds (…

2021

Box Embeddings: An open-source library for representation learning using geometric structures

EMNLP 2021system demonstrations

A fundamental component to the success of modern representation learning is the ease of performing various vector operations. Recently, objects with more geometric structure (eg. distributions, complex or hyperbolic vectors, or regions such as cones, disks, or boxes) have been explored for their alt…

2021

Looking Beyond Sentence-Level Natural Language Inference for Question Answering and Text Summarization

NAACL 2021long

Natural Language Inference (NLI) has garnered significant attention in recent years; however, the promise of applying NLI breakthroughs to other downstream NLP tasks has remained unfulfilled. In this work, we use the multiple-choice reading comprehension (MCRC) and checking factual correctness of te…