← Search

Balasubramaniam Srinivasan

12 accepted papers

2025

A Systematic Survey of Automatic Prompt Optimization Techniques

EMNLP 2025

Since the advent of large language models (LLMs), prompt engineering has been a crucial step for eliciting desired responses for various Natural Language Processing (NLP) tasks. However, prompt engineering remains an impediment for end users due to rapid advances in models, tasks, and associated bes

Cited by 0SourcePDFScholar
2025

DiscoverGPT: Multi-task Fine-tuning Large Language Model for Related Table Discovery

NAACL 2025findings

Natural language understanding over tabular data has played a significant role in data discovery tasks such as joinable and unionable table search. State-of-the-art approaches adopt large language models (LLMs) pre-trained over massive text corpora to learn and evaluate the table semantic relatednes…

Cited by 0SourcePDFScholar
2024

BioBridge: Bridging Biomedical Foundation Models via Knowledge Graphs

ICLR 2024poster

Foundation models (FMs) learn from large volumes of unlabeled data to demonstrate superior performance across a wide range of tasks. However, FMs developed for biomedical domains have largely remained unimodal, i.e., independently trained and used for tasks on protein sequences alone, small molecule…

2024

CoverICL: Selective Annotation for In-Context Learning via Active Graph Coverage

EMNLP 2024main

In-context learning (ICL) adapts Large Language Models (LLMs) to new tasks, without requiring any parameter updates, but few annotated examples as input. In this work, we investigate selective annotation for ICL, where there is a limited budget for annotating examples, similar to low-budget active l…

Cited by 1SourcePDFScholar
2024

Mixed-Type Tabular Data Synthesis with Score-based Diffusion in Latent Space

ICLR 2024oral

Recent advances in tabular data generation have greatly enhanced synthetic data quality. However, extending diffusion models to tabular data is challenging due to the intricately varied distributions and a blend of data types of tabular data. This paper introduces TabSyn, a methodology that synthesi…

2024

OpenTab: Advancing Large Language Models as Open-domain Table Reasoners

ICLR 2024poster

Large Language Models (LLMs) trained on large volumes of data excel at various natural language tasks, but they cannot handle tasks requiring knowledge that has not been trained on previously. One solution is to use a retriever that fetches relevant information to expand LLM's knowledge scope. Howev…

2023

HyTrel: Hypergraph-enhanced Tabular Data Representation Learning

NeurIPS 2023spotlight

Language models pretrained on large collections of tabular data have demonstrated their effectiveness in several downstream tasks. However, many of these models do not take into account the row/column permutation invariances, hierarchical structure, etc. that exist in tabular data. To alleviate thes…

2023

NameGuess: Column Name Expansion for Tabular Data

EMNLP 2023long main

Recent advances in large language models have revolutionized many sectors, including the database industry. One common challenge when dealing with large volumes of tabular data is the pervasive use of abbreviated column names, which can negatively impact performance on various data search, access, a…

Cited by 0SourcecodeScholar
2022

Equivariant Subgraph Aggregation Networks

ICLR 2022spotlight

Message-passing neural networks (MPNNs) are the leading architecture for deep learning on graph-structured data, in large part due to their simplicity and scalability. Unfortunately, it was shown that these architectures are limited in their expressive power. This paper proposes a novel framework ca…

2020

On the Equivalence between Positional Node Embeddings and Structural Graph Representations

ICLR 2020poster

This work provides the first unifying theoretical framework for node (positional) embeddings and structural graph representations, bridging methods like matrix factorization and graph neural networks. Using invariant theory, we show that relationship between structural representations and node embed…

Cited by 162SourceScholar
2019

Janossy Pooling: Learning Deep Permutation-Invariant Functions for Variable-Size Inputs

ICLR 2019poster

We consider a simple and overarching representation for permutation-invariant functions of sequences (or set functions). Our approach, which we call Janossy pooling, expresses a permutation-invariant function as the average of a permutation-sensitive function applied to all reorderings of the input…

Cited by 238SourcePDFScholar
2019

Relational Pooling for Graph Representations

ICML 2019oral

This work generalizes graph neural networks (GNNs) beyond those based on the Weisfeiler-Lehman (WL) algorithm, graph Laplacians, and diffusions. Our approach, denoted Relational Pooling (RP), draws from the theory of finite partial exchangeability to provide a framework with maximal representation p…