← Search

Palash Goyal

16 accepted papers

2026

TFRBench: A Reasoning Benchmark for Evaluating Forecasting Systems

ICML 2026poster

We introduce TFRBench, the first benchmark designed to evaluate the reasoning capabilities of forecasting systems. Traditionally, time-series forecasting has been evaluated solely on numerical accuracy, treating foundation models as "black boxes." Unlike existing benchmarks, TFRBench provides a prot…

Cited by 0SourceScholar
2026

The ACE Protocol: Operationalizing Language Model Activations for Better Calibration and Utility

ICML 2026poster

As language models improve and become increasingly deployed to solve a variety of tasks, trustworthiness becomes essential. Calibration is a good proxy for trust: well-calibrated confidence estimates help inform the risk versus reward trade-off when trusting a specific model output. Unfortunately, e…

Cited by 0SourceScholar
2026

Watch and Learn: Learning to Use Computers from Online Videos

CVPR 2026

Computer-using agents (CUAs) must plan task workflows across diverse and evolving applications, yet progress is limited by the lack of large-scale, high-quality training data. Existing datasets are narrow, static, and costly to annotate, while synthetic data often yields oversimplified or misaligned

Cited by 0SourceScholar
2025

Heterogeneous Swarms: Jointly Optimizing Model Roles and Weights for Multi-LLM Systems

NeurIPS 2025poster

We propose Heterogeneous Swarms, an algorithm to design multi-LLM systems by jointly optimizing model roles and weights. We represent multi-LLM systems as directed acyclic graphs (DAGs) of LLMs with topological message passing for collaborative generation. Given a pool of LLM experts and a utility f…

Cited by 0SourceScholar
2025

PLAN-TUNING: Post-Training Language Models to Learn Step-by-Step Planning for Complex Problem Solving

EMNLP 2025

Recently, decomposing complex problems into simple subtasks–a crucial part of human-like natural planning–to solve the given problem has significantly boosted the performance of large language models (LLMs). However, leveraging such planning structures during post-training to boost the performance o

Cited by 0SourcePDFScholar
2025

PlanGEN: A Multi-Agent Framework for Generating Planning and Reasoning Trajectories for Complex Problem Solving

EMNLP 2025

Recent agent frameworks and inference-time algorithms often struggle with natural planning problems due to limitations in verifying generated plans or reasoning and varying complexity of instances within a single task. Many existing methods for these tasks either perform task-level verification with

Cited by 0SourcePDFScholar
2024

Attribute Controlled Fine-tuning for Large Language Models: A Case Study on Detoxification

EMNLP 2024finding

We propose a constraint learning schema forfine-tuning Large Language Models (LLMs)with attribute control. Given a training corpusand control criteria formulated as a sequence-level constraint on model outputs, our methodfine-tunes the LLM on the training corpus whileenhancing constraint satisfactio…

Cited by 0SourcePDFScholar
2024

Data Advisor: Dynamic Data Curation for Safety Alignment of Large Language Models

EMNLP 2024main

Data are crucial element in large language model (LLM) alignment. Recent studies have explored using LLMs for efficient data collection. However, LLM-generated data often suffers from quality issues, with underrepresented or absent aspects and low-quality datapoints. To address these problems, we pr…

2024

FLIRT: Feedback Loop In-context Red Teaming

EMNLP 2024main

Warning: this paper contains content that may be inappropriate or offensive.As generative models become available for public use in various applications, testing and analyzing vulnerabilities of these models has become a priority. In this work, we propose an automatic red teaming framework that eval…

2024

MICo: Preventative Detoxification of Large Language Models through Inhibition Control

NAACL 2024findings

Large Language Models (LLMs) are powerful tools which have been both dominant and commonplace in the field of Artificial Intelligence. Yet, LLMs have a tendency to devolve into toxic degeneration, wherein otherwise safe and unproblematic models begin generating toxic content. For the sake of social…

Cited by 2SourcePDFScholar
2024

The steerability of large language models toward data-driven personas

NAACL 2024long

Large language models (LLMs) are known to generate biased responses where the opinions of certain groups and populations are underrepresented. Here, we present a novel approach to achieve controllable generation of specific viewpoints using LLMs, that can be leveraged to produce multiple perspective…

Cited by 26SourcePDFScholar
2024

Tokenization Matters: Navigating Data-Scarce Tokenization for Gender Inclusive Language Technologies

NAACL 2024findings

Gender-inclusive NLP research has documented the harmful limitations of gender binary-centric large language models (LLM), such as the inability to correctly use gender-diverse English neopronouns (e.g., xe, zir, fae). While data scarcity is a known culprit, the precise mechanisms through which scar…

2023

Resolving Ambiguities in Text-to-Image Generative Models

ACL 2023long

Natural language often contains ambiguities that can lead to misinterpretation and miscommunication. While humans can handle ambiguities effectively by asking clarifying questions and/or relying on contextual cues and common-sense knowledge, resolving ambiguities can be notoriously hard for machines…