← Search

Manish Gupta

35 accepted papers

2026

In Agents We Trust, but Who Do Agents Trust? Latent Preferences Steer LLM Generations

ICLR 2026poster

Large Language Model (LLM) based agents are increasingly being deployed as user-friendly front-ends on online platforms, where they filter, prioritize, and recommend information retrieved from the platforms' back-end databases or via web search. In these scenarios, LLM agents act as decision assista…

Cited by 0SourcecodeScholar
2026

Linguistic Properties and Model Scale in Brain Encoding: From Small to Compressed Language Models

ICML 2026spotlight

Recent work has shown that scaling large language models (LLMs) improves their alignment with human brain activity, yet it remains unclear what drives these gains or which representational properties are responsible. Although larger models often yield better task performance and brain alignment, the…

Cited by 0SourceScholar
2026

Text2Arch: A Dataset for Generating Scientific Architecture Diagrams from Natural Language Descriptions

ICLR 2026poster

Communicating complex system designs or scientific processes through text alone is inefficient and prone to ambiguity. A system that automatically generates scientific architecture diagrams from text with high semantic fidelity can be useful in multiple applications like enterprise architecture visu…

Cited by 0SourceScholar
2025

Aligning Text/Speech Representations from Multimodal Models with MEG Brain Activity During Listening

EMNLP 2025

Although speech language models are expected to align well with brain language processing during speech comprehension, recent studies have found that they fail to capture brain-relevant semantics beyond low-level features. Surprisingly, text-based language models exhibit stronger alignment with brai

2025

Assess and Prompt: A Generative RL Framework for Improving Engagement in Online Mental Health Communities

EMNLP 2025

Online Mental Health Communities (OMHCs) provide crucial peer and expert support, yet many posts remain unanswered due to missing support attributes that signal the need for help. We present a novel framework that identifies these gaps and prompts users to enrich their posts, thereby improving engag

2025

Brain-Informed Fine-Tuning for Improved Multilingual Understanding in Language Models

NeurIPS 2025poster

Recent studies have demonstrated that fine-tuning language models with brain data can improve their semantic understanding, although these findings have so far been limited to English. Interestingly, similar to the shared multilingual embedding space of pretrained multilingual language models, human…

Cited by 0SourceScholar
2025

CoCoA: Confidence- and Context-Aware Adaptive Decoding for Resolving Knowledge Conflicts in Large Language Models

EMNLP 2025

Faithful generation in large language models (LLMs) is challenged by knowledge conflicts between parametric memory and external context. Existing contrastive decoding methods tuned specifically to handle conflict often lack adaptability and can degrade performance in low conflict settings. We introd

Cited by 0SourcePDFScholar
2025

Correlating instruction-tuning (in multimodal models) with vision-language processing (in the brain)

ICLR 2025poster

Transformer-based language models, though not explicitly trained to mimic brain recordings, have demonstrated surprising alignment with brain activity. Progress in these models—through increased size, instruction-tuning, and multimodality—has led to better representational alignment with neural data…

2025

LRPLAN: A Multi-Agent Collaboration of Large Language and Reasoning Models for Planning with Implicit & Explicit Constraints

EMNLP 2025

Our goal is to build language model based multi-agent systems for complex planning problems involving multiple explicit and implicit constraints, some of which may be commonsense. Our initial investigations reveal that large language models (LLMs) are often unable to maintain consistency across the

2025

MOGIC: Metadata-infused Oracle Guidance for Improved Extreme Classification

ICML 2025poster

Retrieval-augmented classification and generation models benefit from *early-stage fusion* of high-quality text-based metadata, often called memory, but face high latency and noise sensitivity. In extreme classification (XC), where low latency is crucial, existing methods use *late-stage fusion* for…

2025

Multi-modal brain encoding models for multi-modal stimuli

ICLR 2025poster

Despite participants engaging in unimodal stimuli, such as watching images or silent videos, recent work has demonstrated that multi-modal Transformer models can predict visual brain activity impressively well, even with incongruent modality representations. This raises the question of how accuratel…

2025

PatentLMM: Large Multimodal Model for Generating Descriptions for Patent Figures

AAAI 2025technical

Writing comprehensive and accurate descriptions of technical drawings in patent documents is crucial to effective knowledge sharing and enabling the replication and protection of intellectual property. However, automation of this task has been largely overlooked by the research community. To this en…

2025

SCULPT: Systematic Tuning of Long Prompts

ACL 2025long

Prompt optimization is essential for effective utilization of large language models (LLMs) across diverse tasks. While existing optimization methods are effective in optimizing short prompts, they struggle with longer, more complex ones, often risking information loss and being sensitive to small pe…

Cited by 0SourcePDFScholar
2025

TripCraft: A Benchmark for Spatio-Temporally Fine Grained Travel Planning

ACL 2025long

Recent advancements in probing Large Language Models (LLMs) have explored their latent potential as personalized travel planning agents, though this remains a rather nascent field. Existing benchmarks, such as TravelPlanner and TravelPlanner+, rely on semi-synthetic data as well ignoring several key…

2025

USDC: A Dataset of  ̲User  ̲Stance and  ̲Dogmatism in Long  ̲Conversations

ACL 2025finding

Analyzing user opinion changes in long conversation threads is extremely critical for applications like enhanced personalization, market research, political campaigns, customer service, targeted advertising, and content moderation. Unfortunately, previous studies on stance and dogmatism in user conv…

2024

Composite Sketch+Text Queries for Retrieving Objects with Elusive Names and Complex Interactions

AAAI 2024technical

Non-native speakers with limited vocabulary often struggle to name specific objects despite being able to visualize them, e.g., people outside Australia searching for ‘numbats.’ Further, users may want to search for such elusive objects with difficult-to-sketch interactions, e.g., “numbat digging in…

2024

ECIS-VQG: Generation of Entity-centric Information-seeking Questions from Videos

EMNLP 2024main

Previous studies on question generation from videos have mostly focused on generating questions about common objects and attributes and hence are not entity-centric. In this work, we focus on the generation of entity-centric information-seeking questions from videos. Such a system could be useful fo…

2024

Enhancing Tail Performance in Extreme Classifiers by Label Variance Reduction

ICLR 2024poster

Extreme Classification (XC) architectures, which utilize a massive One-vs-All (OvA) classifier layer at the output, have demonstrated remarkable performance on problems with large label sets. Nonetheless, these architectures falter on tail labels with few representative samples. This phenomenon has…

Cited by 7SourcePDFScholar
2024

OAK: Enriching Document Representations using Auxiliary Knowledge for Extreme Classification

ICML 2024poster

The objective in eXtreme Classification (XC) is to find relevant labels for a document from an exceptionally large label space. Most XC application scenarios have rich auxiliary data associated with the input documents, e.g., frequently clicked webpages for search queries in sponsored search. Unfort…

Cited by 2SourcePDFScholar
2023

Answer Mining from a Pool of Images: Towards Retrieval-Based Visual Question Answering

IJCAI 2023poster

We study visual question answering in a setting where the answer has to be mined from a pool of relevant and irrelevant images given as a context. For such a setting, a model must first retrieve relevant images from the pool and answer the question from these retrieved images. We refer to this probl…

2023

How does the brain process syntactic structure while listening?

ACL 2023findings

Syntactic parsing is the task of assigning a syntactic structure to a sentence. There are two popular syntactic parsing methods: constituency and dependency parsing. Recent works have used syntactic embeddings based on constituency trees, incremental top-down parsing, and other word syntactic featur…

Cited by 7SourcePDFScholar
2023

Joint processing of linguistic properties in brains and language models

NeurIPS 2023poster

Language models have been shown to be very effective in predicting brain recordings of subjects experiencing complex language stimuli. For a deeper understanding of this alignment, it is important to understand the correspondence between the detailed processing of linguistic information by the human…

2023

On Robustness of Finetuned Transformer-based NLP Models

EMNLP 2023long findings

Transformer-based pretrained models like BERT, GPT-2 and T5 have been finetuned for a large number of natural language processing (NLP) tasks, and have been shown to be very effective. However, while finetuning, what changes across layers in these models with respect to pretrained checkpoints is und…

Cited by 0SourcecodeScholar
2022

Neural Language Taskonomy: Which NLP Tasks are the most Predictive of fMRI Brain Activity?

NAACL 2022long

Several popular Transformer based language models have been found to be successful for text-driven brain encoding. However, existing literature leverages only pretrained text Transformer models and has not explored the efficacy of task-specific learned Transformer representations. In this work, we e…

2022

Representation Learning for Conversational Data using Discourse Mutual Information Maximization

NAACL 2022long

Although many pretrained models exist for text or images, there have been relatively fewer attempts to train representations specifically for dialog understanding. Prior works usually relied on finetuned representations based on generic text representation models like BERT or GPT-2. But such languag…

2022

Robust Outlier Detection by De-Biasing VAE Likelihoods

CVPR 2022poster

Deep networks often make confident, yet, incorrect, predictions when tested with outlier data that is far removed from their training distributions. Likelihoods computed by deep generative models (DGMs) are a candidate metric for outlier detection with unlabeled data. Yet, previous studies have show…

Cited by 17PDFcodeScholar
2020

AbuseAnalyzer: Abuse Detection, Severity and Target Prediction for Gab Posts

COLING 2020main

While extensive popularity of online social media platforms has made information dissemination faster, it has also resulted in widespread online abuse of different types like hate speech, offensive language, sexist and racist opinions, etc. Detection and curtailment of such abusive content is critic…

2020

Predicting Clickbait Strength in Online Social Media

COLING 2020main

Hoping for a large number of clicks and potentially high social shares, journalists of various news media outlets publish sensationalist headlines on social media. These headlines lure the readers to click on them and satisfy the curiosity gap in their mind. Low quality material pointed to by clickb…

Cited by 29SourcePDFScholar