← Search

Rajarshi Das

12 accepted papers

2025

Constrained Decoding with Speculative Lookaheads

NAACL 2025long

Constrained decoding with lookahead heuristics (CDLH) is a highly effective method for aligning LLM generations to human preferences. However, the extensive lookahead roll-out operations for each generated token makes CDLH prohibitively expensive, resulting in low adoption in practice. In contrast,…

2025

Searching for Optimal Solutions with LLMs via Bayesian Optimization

ICLR 2025poster

Scaling test-time compute to search for optimal solutions is an important step towards building generally-capable language models that can reason. Recent work, however, shows that tasks of varying complexity require distinct search strategies to solve optimally, thus making it challenging to design…

Cited by 2SourcePDFScholar
2024

Bring Your Own KG: Self-Supervised Program Synthesis for Zero-Shot KGQA

NAACL 2024findings

We present BYOKG, a universal question-answering (QA) system that can operate on any knowledge graph (KG), requires no human-annotated training data, and can be ready to use within a day—attributes that are out-of-scope for current KGQA systems. BYOKG draws inspiration from the remarkable ability of…

2023

Machine Reading Comprehension using Case-based Reasoning

EMNLP 2023long findings

We present an accurate and interpretable method for answer extraction in machine reading comprehension that is reminiscent of case-based reasoning (CBR) from classical AI. Our method (CBR-MRC) builds upon the hypothesis that contextualized answers to similar questions share semantic similarities wit…

Cited by 0SourceScholar
2023

When Not to Trust Language Models: Investigating Effectiveness of Parametric and Non-Parametric Memories

ACL 2023long

Despite their impressive performance on diverse tasks, large language models (LMs) still struggle with tasks requiring rich world knowledge, implying the difficulty of encoding a wealth of world knowledge in their parameters. This paper aims to understand LMs’ strengths and limitations in memorizing…

2022

Calibration of Machine Reading Systems at Scale

ACL 2022findings

In typical machine learning systems, an estimate of the probability of the prediction is used to assess the system’s confidence in the prediction. This confidence measure is usually uncalibrated; i.e. the system’s confidence in the prediction does not match the true probability of the predicted outp…

Cited by 9SourcePDFScholar
2022

DISAPERE: A Dataset for Discourse Structure in Peer Review Discussions

NAACL 2022long

At the foundation of scientific evaluation is the labor-intensive process of peer review. This critical task requires participants to consume vast amounts of highly technical text. Prior work has annotated different aspects of review argumentation, but discourse relations between reviews and rebutta…

Cited by 27SourcePDFScholar
2022

Knowledge Base Question Answering by Case-based Reasoning over Subgraphs

ICML 2022spotlight

Question answering (QA) over knowledge bases (KBs) is challenging because of the diverse, essentially unbounded, types of reasoning patterns needed. However, we hypothesize in a large KB, reasoning patterns required to answer a query type reoccur for various entities in their respective subgraph nei…

2021

Case-based Reasoning for Natural Language Queries over Knowledge Bases

EMNLP 2021main

It is often challenging to solve a complex problem from scratch, but much easier if we can access other similar problems with their solutions — a paradigm known as case-based reasoning (CBR). We propose a neuro-symbolic CBR approach (CBR-KBQA) for question answering over large knowledge bases. CBR-K…

Cited by 81SourcePDFScholar
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

Multi-step Retriever-Reader Interaction for Scalable Open-domain Question Answering

ICLR 2019poster

This paper introduces a new framework for open-domain question answering in which the retriever and the reader \emph{iteratively interact} with each other. The framework is agnostic to the architecture of the machine reading model provided it has \emph{access} to the token-level hidden representatio…

2018

Go for a Walk and Arrive at the Answer: Reasoning Over Paths in Knowledge Bases using Reinforcement Learning

ICLR 2018poster

Knowledge bases (KB), both automatically and manually constructed, are often incomplete --- many valid facts can be inferred from the KB by synthesizing existing information. A popular approach to KB completion is to infer new relations by combinatory reasoning over the information found along other…