← Search

Soumen Chakrabarti

36 accepted papers

2026

A Dense Subset Index for Collective Query Coverage

ICLR 2026poster

In traditional information retrieval, corpus items compete with each other to occupy top ranks in response to a query. In contrast, in many recent retrieval scenarios associated with complex, multi-hop question answering or text-to-SQL, items are not self-complete: they must instead collaborate, i.…

Cited by 0SourcecodeScholar
2026

Exchangeability of GNN Representations with Applications to Graph Retrieval

ICLR 2026oral

In this work, we discover a probabilistic symmetry, called as exchangeability in graph neural networks (GNNs). Specifically, we show that the trained node embedding computed using a large family of graph neural networks, learned under standard optimization tools, are exchangeable random variables.…

Cited by 0SourceScholar
2026

Position: Neural Approximation Is Rarely Justified for Hard Combinatorial Problems

ICML 2026poster

In recent years, there has been a surge in the application of neural approaches to NP-hard combinatorial problems such as subgraph isomorphism, maximum clique and the travelling salesman problem in graphs. These approaches are often evaluated as complete replacements of established combinatorial sol…

Cited by 0SourceScholar
2025

Charting the Design Space of Neural Graph Representations for Subgraph Matching

ICLR 2025poster

Subgraph matching is vital in knowledge graph (KG) question answering, molecule design, scene graph, code and circuit search, etc. Neural methods have shown promising results for subgraph matching. Our study of recent systems suggests refactoring them into a unified design space for graph matching n…

Cited by 0SourcePDFScholar
2025

Clique Number Estimation via Differentiable Functions of Adjacency Matrix Permutations

ICLR 2025poster

Estimating the clique number in a graph is central to various applications, e.g., community detection, graph retrieval, etc. Existing estimators often rely on non-differentiable combinatorial components. Here, we propose a full differentiable estimator for clique number estimation, which can be tra…

Cited by 1SourcePDFScholar
2025

Dense Retrieval with Quantity Comparison Intent

ACL 2025finding

Pre-trained language models (PLMs) fragment numerals and units that express quantities in arbitrary ways, depending on their subword vocabulary. Consequently, they are unable to contextualize the fragment embeddings well enough to be proficient with dense retrieval in domains like e-commerce and fin…

Cited by 0SourcePDFScholar
2025

Diverse In-Context Example Selection After Decomposing Programs and Aligned Utterances Improves Semantic Parsing

NAACL 2025long

LLMs are increasingly used as seq2seq translators from natural language utterances to structured programs, a process called semantic interpretation. Unlike atomic labels or token sequences, programs are naturally represented as abstract syntax trees (ASTs). Such structured representation raises nove…

2025

Efficient Continual Pre-training of LLMs for Low-resource Languages

NAACL 2025industry

Open-source large language models (Os-LLMs) propel the democratization of natural language research by giving the flexibility to augment or update model parameters for performance improvement. Nevertheless, like proprietary LLMs, Os-LLMs offer poorer performance on low-resource languages (LRLs) than…

Cited by 2SourcePDFScholar
2025

MutantPrompt: Prompt Optimization via Mutation Under a Budget on Modest-sized LMs

ACL 2025finding

Prompts serve as a critical instruction interface to unlock the diverse capabilities of Large Language Models (LLMs), thus directly influencing the quality of their outputs. While prompt engineering has shown great promise, identifying optimal prompts remains a significant challenge, particularly fo…

Cited by 0SourcePDFScholar
2025

Position: Graph Matching Systems Deserve Better Benchmarks

ICML 2025poster

Data sets used in recent work on graph similarity scoring and matching tasks suffer from significant limitations. Using Graph Edit Distance (GED) as a showcase, we highlight pervasive issues such as train-test leakage and poor generalization, which have misguided the community's understanding and a…

Cited by 3SourcePDFScholar
2024

Cost-Performance Optimization for Processing Low-Resource Language Tasks Using Commercial LLMs

EMNLP 2024finding

Large Language Models (LLMs) exhibit impressive zero/few-shot inference and generation quality for high-resource languages (HRLs). A few of them have been trained on low-resource languages (LRLs) and give decent performance. Owing to the prohibitive costs of training LLMs, they are usually used as a…

2024

Frugal LMs Trained to Invoke Symbolic Solvers Achieve Parameter-Efficient Arithmetic Reasoning

AAAI 2024technical

Large Language Models (LLM) exhibit zero-shot mathematical reasoning capacity as a behavior emergent with scale, commonly manifesting as chain-of-thoughts (CoT) reasoning. However, multiple empirical findings suggest that this prowess is exclusive to LLMs that have exorbitant sizes (beyond 50 billio…

2024

Graph Edit Distance with General Costs Using Neural Set Divergence

NeurIPS 2024poster

Graph Edit Distance (GED) measures the (dis-)similarity between two given graphs in terms of the minimum-cost edit sequence, which transforms one graph to the other. GED is related to other notions of graph similarity, such as graph and subgraph isomorphism, maximum common subgraph, etc. However, th…

2024

Iteratively Refined Early Interaction Alignment for Subgraph Matching based Graph Retrieval

NeurIPS 2024poster

Graph retrieval based on subgraph isomorphism has several real-world applications such as scene graph retrieval, molecular fingerprint detection and circuit design. Roy et al. [35] proposed IsoNet, a late interaction model for subgraph matching, which first computes the node and edge embeddings of e…

2023

CRUSH4SQL: Collective Retrieval Using Schema Hallucination For Text2SQL

EMNLP 2023long main

Existing Text-to-SQL generators require the entire schema to be encoded with the user text. This is expensive or impractical for large databases with tens of thousands of columns. Standard dense retrieval techniques are inadequate for schema subsetting of a large structured database, where the cor…

Cited by 0SourcecodeScholar
2023

Entropy-guided Vocabulary Augmentation of Multilingual Language Models for Low-resource Tasks

ACL 2023findings

Multilingual language models (MLLMs) like mBERTpromise to extend the benefits of NLP research to low-resource languages (LRLs). However, LRL words are under-represented in the wordpiece/subword vocabularies of MLLMs. This leads to many LRL words getting replaced by UNK, or concatenated from morpholo…

2023

Locality Sensitive Hashing in Fourier Frequency Domain For Soft Set Containment Search

NeurIPS 2023spotlight

In many search applications related to passage retrieval, text entailment, and subgraph search, the query and each 'document' is a set of elements, with a document being relevant if it contains the query. These elements are not represented by atomic IDs, but by embedded representations, thereby ext…

2023

Multi-Row, Multi-Span Distant Supervision For Table+Text Question Answering

ACL 2023long

Question answering (QA) over tables and linked text, also called TextTableQA, has witnessed significant research in recent years, as tables are often found embedded in documents along with related text. HybridQA and OTT-QA are the two best-known TextTableQA datasets, with questions that are best ans…

Cited by 6SourcePDFScholar
2023

Small Language Models Fine-tuned to Coordinate Larger Language Models improve Complex Reasoning

EMNLP 2023long main

Large Language Models (LLMs) prompted to generate chain-of-thought (CoT) exhibit impressive reasoning capabilities. Recent attempts at prompt decomposition toward solving complex, multi-step reasoning problems depend on the ability of the LLM to simultaneously decompose and solve the problem. A sign…

Cited by 0SourcecodeScholar
2023

Structured Case-Based Reasoning for Inference-Time Adaptation of Text-to-SQL Parsers

AAAI 2023technical

Inference-time adaptation methods for semantic parsing are useful for leveraging examples from newly-observed domains without repeated fine-tuning. Existing approaches typically bias the decoder by simply concatenating input-output example pairs (cases) from the new domain at the encoder’s input in…

2023

mOKB6: A Multilingual Open Knowledge Base Completion Benchmark

ACL 2023short

Automated completion of open knowledge bases (Open KBs), which are constructed from triples of the form (subject phrase, relation phrase, object phrase), obtained via open information extraction (Open IE) system, are useful for discovering novel facts that may not be directly present in the text. Ho…

2022

AIT-QA: Question Answering Dataset over Complex Tables in the Airline Industry

NAACL 2022industry

Table Question Answering (Table QA) systems have been shown to be highly accurate when trained and tested on open-domain datasets built on top of Wikipedia tables. However, it is not clear whether their performance remains the same when applied to domain-specific scientific and business documents, e…

2022

Alignment-Augmented Consistent Translation for Multilingual Open Information Extraction

ACL 2022long

Progress with supervised Open Information Extraction (OpenIE) has been primarily limited to English due to the scarcity of training data in other languages. In this paper, we explore techniques to automatically convert English text for training OpenIE systems in other languages. We introduce the Ali…

2022

Interpretable Neural Subgraph Matching for Graph Retrieval

AAAI 2022technical

Given a query graph and a database of corpus graphs, a graph retrieval system aims to deliver the most relevant corpus graphs. Graph retrieval based on subgraph matching has a wide variety of applications, e.g., molecular fingerprint detection, circuit design, software analysis, and question answeri…

2022

Joint Completion and Alignment of Multilingual Knowledge Graphs

EMNLP 2022main

Knowledge Graph Completion (KGC) predicts missing facts in an incomplete Knowledge Graph (KG). Multilingual KGs associate entities and relations with surface forms written in different languages. An entity or relation may be associated with distinct IDs in different KGs, necessitating entity alignme…

2022

Maximum Common Subgraph Guided Graph Retrieval: Late and Early Interaction Networks

NeurIPS 2022accept

The graph retrieval problem is to search in a large corpus of graphs for ones that are most similar to a query graph. A common consideration for scoring similarity is the maximum common subgraph (MCS) between the query and corpus graphs, usually counting the number of common edges (i.e., MCES). In…

Cited by 6SourcePDFScholar
2022

Neural Estimation of Submodular Functions with Applications to Differentiable Subset Selection

NeurIPS 2022accept

Submodular functions and variants, through their ability to characterize diversity and coverage, have emerged as a key tool for data selection and summarization. Many recent approaches to learn submodular functions suffer from limited expressiveness. In this work, we propose FlexSubNet, a family of…

Cited by 4SourcePDFScholar
2022

VarScene: A Deep Generative Model for Realistic Scene Graph Synthesis

ICML 2022spotlight

Scene graphs are powerful abstractions that capture relationships between objects in images by modeling objects as nodes and relationships as edges. Generation of realistic synthetic scene graphs has applications like scene synthesis and data augmentation for supervised learning. Existing graph gene…

2021

Active Assessment of Prediction Services as Accuracy Surface Over Attribute Combinations

NeurIPS 2021poster

Our goal is to evaluate the accuracy of a black-box classification model, not as a single aggregate on a given test data distribution, but as a surface over a large number of combinations of attributes characterizing multiple test data distributions. Such attributed accuracy measures become importa…

2021

Adversarial Permutation Guided Node Representations for Link Prediction

AAAI 2021technical

After observing a snapshot of a social network, a link prediction (LP) algorithm identifies node pairs between which new edges will likely materialize in future. Most LP algorithms estimate a score for currently non-neighboring node pairs, and rank them by this score. Recent LP systems compute thi…

Cited by 19SourcePDFScholar
2021

Redesigning the Transformer Architecture with Insights from Multi-particle Dynamical Systems

NeurIPS 2021spotlight

The Transformer and its variants have been proven to be efficient sequence learners in many different domains. Despite their staggering success, a critical issue has been the enormous number of parameters that must be trained (ranging from $10^7$ to $10^{11}$) along with the quadratic complexity of…

2021

Topic Transferable Table Question Answering

EMNLP 2021main

Weakly-supervised table question-answering (TableQA) models have achieved state-of-art performance by using pre-trained BERT transformer to jointly encoding a question and a table to produce structured query for the question. However, in practical settings TableQA systems are deployed over table cor…

2018

Generalizing Across Domains via Cross-Gradient Training

ICLR 2018poster

We present CROSSGRAD , a method to use multi-domain training data to learn a classifier that generalizes to new domains. CROSSGRAD does not need an adaptation phase via labeled or unlabeled data, or domain features in the new domain. Most existing domain adaptation methods attempt to erase domain si…