← Search

Debarun Bhattacharjya

31 accepted papers

2026

Branch and Bound Search for Exact MAP Inference in Credal Networks

ICLR 2026poster

Credal networks extend Bayesian networks by incorporating imprecise probabilities through convex sets of probability distributions known as credal sets. MAP inference in credal networks, which seeks the most probable variable assignment given evidence, becomes inherently more difficult than in Bayes…

Cited by 0SourceScholar
2026

QueryGym: Step-by-Step Interaction with Relational Databases

AAAI 2026technical

We introduce QueryGym, an interactive environment for building, testing, and evaluating LLM-based query planning agents. Existing frameworks often tie agents to specific query language dialects or obscure their reasoning; QueryGym instead requires agents to construct explicit sequences of relational

Cited by 0SourcePDFScholar
2025

FactReasoner: A Probabilistic Approach to Long-Form Factuality Assessment for Large Language Models

EMNLP 2025

Large language models (LLMs) have achieved remarkable success in generative tasks, yet they often fall short in ensuring the factual accuracy of their outputs thus limiting their reliability in real-world applications where correctness is critical. In this paper, we present FactReasoner, a novel neu

2025

Knowledge Base Construction for Knowledge-Augmented Text-to-SQL

ACL 2025finding

Text-to-SQL aims to translate natural language queries into SQL statements, which is practical as it enables anyone to easily retrieve the desired information from databases. Recently, many existing approaches tackle this problem with Large Language Models (LLMs), leveraging their strong capability…

2025

Meta-D2AG: Causal Graph Learning with Interventional Dynamic Data

NeurIPS 2025poster

Causal discovery in the form of a directed acyclic graph (DAG) for dynamic time series data has been widely studied in various applications. Much of the existing work has focused on observational, offline, and/or stationary settings. In this work, we propose a dynamic DAG discovery algorithm, Meta-D…

Cited by 0SourceScholar
2025

Q-function Decomposition with Intervention Semantics for Factored Action Spaces

AISTATS 2025poster

Many practical reinforcement learning environments have a discrete factored action space that induces a large combinatorial set of actions, thereby posing significant challenges. Existing approaches leverage the regular structure of the action space and resort to a linear decomposition of Q-functio…

Cited by 0SourceScholar
2025

SIMBA UQ: Similarity-Based Aggregation for Uncertainty Quantification in Large Language Models

EMNLP 2025

When does a large language model (LLM) know what it does not know? Uncertainty quantification (UQ) provides measures of uncertainty, such as an estimate of the confidence in an LLM’s generated output, and is therefore increasingly recognized as a crucial component of trusted AI systems. Black-box UQ

Cited by 0SourcePDFScholar
2025

Shedding Light on Time Series Classification using Interpretability Gated Networks

ICLR 2025poster

In time-series classification, interpretable models can bring additional insights but be outperformed by deep models since human-understandable features have limited expressivity and flexibility. In this work, we present InterpGN, a framework that integrates an interpretable model and a deep neural…

Cited by 0SourcePDFScholar
2025

The Consistency Hypothesis in Uncertainty Quantification for Large Language Models

UAI 2025

Estimating the confidence of large language model (LLM) outputs is essential for real-world applications requiring high user trust. Black-box uncertainty quantification (UQ) methods, relying solely on model API access, have gained popularity due to their practical benefits. In this paper, we examine

Cited by 0SourcePDFScholar
2024

Abductive Reasoning in Logical Credal Networks

NeurIPS 2024poster

Logical Credal Networks or LCNs were recently introduced as a powerful probabilistic logic framework for representing and reasoning with imprecise knowledge. Unlike many existing formalisms, LCNs have the ability to represent cycles and allow specifying marginal and conditional probability bounds on…

Cited by 0SourcePDFScholar
2024

CHRONOS: A Schema-Based Event Understanding and Prediction System

AAAI 2024technical

Chronological and Hierarchical Reasoning Over Naturally Occurring Schemas (CHRONOS) is a system that combines language model-based natural language processing with symbolic knowledge representations to analyze and make predictions about newsworthy events. CHRONOS consists of an event-centric informa…

Cited by 1SourcePDFScholar
2023

Approximate Inference in Logical Credal Networks

IJCAI 2023poster

The Logical Credal Network or LCN is a recent probabilistic logic designed for effective aggregation and reasoning over multiple sources of imprecise knowledge. An LCN specifies a set of probability distributions over all interpretations of a set of logical formulas for which marginal and conditiona…

Cited by 3SourcePDFScholar
2023

Concurrent Multi-Label Prediction in Event Streams

AAAI 2023technical

Streams of irregularly occurring events are commonly modeled as a marked temporal point process. Many real-world datasets such as e-commerce transactions and electronic health records often involve events where multiple event types co-occur, e.g. multiple items purchased or multiple diseases diagnos…

2023

Pairwise Causality Guided Transformers for Event Sequences

NeurIPS 2023poster

Although pairwise causal relations have been extensively studied in observational longitudinal analyses across many disciplines, incorporating knowledge of causal pairs into deep learning models for temporal event sequences remains largely unexplored. In this paper, we propose a novel approach for e…

Cited by 3SourcePDFScholar
2023

Probabilistic Attention-to-Influence Neural Models for Event Sequences

ICML 2023poster

Discovering knowledge about which types of events influence others, using datasets of event sequences without time stamps, has several practical applications. While neural sequence models are able to capture complex and potentially long-range historical dependencies, they often lack the interpretabi…

Cited by 3SourcePDFScholar
2023

Probabilistic Rule Induction from Event Sequences with Logical Summary Markov Models

IJCAI 2023poster

Event sequences are widely available across application domains and there is a long history of models for representing and analyzing such datasets. Summary Markov models are a recent addition to the literature that help identify the subset of event types that influence event types of interest to a u…

Cited by 0SourcePDFScholar
2023

Score-Based Learning of Graphical Event Models with Background Knowledge Augmentation

AAAI 2023technical

Graphical event models (GEMs) are representations of temporal point process dynamics between different event types. Many real-world applications however involve limited event stream data, making it challenging to learn GEMs from data alone. In this paper, we introduce approaches that can work togeth…

2023

Weighted Clock Logic Point Process

ICLR 2023poster

Datasets involving multivariate event streams are prevalent in numerous applications. We present a novel framework for modeling temporal point processes called clock logic neural networks (CLNN) which learn weighted clock logic (wCL) formulas as interpretable temporal rules by which some events prom…

Cited by 7SourcePDFScholar
2022

IDYNO: Learning Nonparametric DAGs from Interventional Dynamic Data

ICML 2022spotlight

Causal discovery in the form of a directed acyclic graph (DAG) for time series data has been widely studied in various domains. The resulting DAG typically represents a dynamic Bayesian network (DBN), capturing both the instantaneous and time-delayed relationships among variables of interest. We pro…

2022

Knowledge-Based News Event Analysis and Forecasting Toolkit

IJCAI 2022poster

We present a toolkit for knowledge-based news event analysis and forecasting. The toolkit is powered by a Knowledge Graph (KG) of events curated from structured and unstructured sources of event-related knowledge. The toolkit provides functions for 1) mapping ongoing news headlines to concepts in th…

Cited by 10SourcePDFScholar
2022

Linearizing contextual bandits with latent state dynamics

UAI 2022poster

In many real-world applications of multi-armed bandit problems, both rewards and contexts are often influenced by confounding latent variables which evolve stochastically over time. While the observed contexts and rewards are nonlinearly related, we show that prior knowledge of latent causal structu…

2022

Logical Credal Networks

NeurIPS 2022accept

We introduce Logical Credal Networks (or LCNs for short) -- an expressive probabilistic logic that generalizes prior formalisms that combine logic and probability. Given imprecise information represented by probability bounds and conditional probability bounds on logic formulas, an LCN specifies a s…

Cited by 6SourcePDFScholar
2021

Causal Inference for Event Pairs in Multivariate Point Processes

NeurIPS 2021poster

Causal inference and discovery from observational data has been extensively studied across multiple fields. However, most prior work has focused on independent and identically distributed (i.i.d.) data. In this paper, we propose a formalization for causal inference between pairs of event variables i…

Cited by 15SourcePDFScholar
2021

Ordinal Historical Dependence in Graphical Event Models with Tree Representations

AAAI 2021technical

Graphical event models are representations that capture process independence between different types of events in multivariate temporal point processes. The literature consists of various parametric models and approaches to learn them from multivariate event stream data. Since these models are inter…

2020

Cause-Effect Association between Event Pairs in Event Datasets

IJCAI 2020poster

Causal discovery from observational data has been intensely studied across fields of study. In this paper, we consider datasets involving irregular occurrences of various types of events over the timeline. We propose a suite of scores and related algorithms for estimating the cause-effect associatio…

Cited by 0SourcePDFScholar
2020

Order-Dependent Event Models for Agent Interactions

IJCAI 2020poster

In multivariate event data, the instantaneous rate of an event's occurrence may be sensitive to the temporal sequence in which other influencing events have occurred in the history. For example, an agent’s actions are typically driven by preceding actions taken by the agent as well as those of other…

Cited by 0SourcePDFScholar