← Search

Megh Thakkar

15 accepted papers

2025

ChartGemma: Visual Instruction-tuning for Chart Reasoning in the Wild

COLING 2025industry

Given the ubiquity of charts as a data analysis, visualization, and decision-making tool across industries and sciences, there has been a growing interest in developing pre-trained foundation models as well as general purpose instruction-tuned models for chart understanding and reasoning. However, e…

2025

ChartQAPro: A More Diverse and Challenging Benchmark for Chart Question Answering

ACL 2025finding

Charts are ubiquitous, as people often use them to analyze data, answer questions, and discover critical insights. However, performing complex analytical tasks with charts requires significant perceptual and cognitive effort. Chart Question Answering (CQA) systems automate this process by enabling m…

2025

Combining Domain and Alignment Vectors Provides Better Knowledge-Safety Trade-offs in LLMs

ACL 2025short

There is a growing interest in training domain-expert LLMs that excel in specific technical fields compared to their general-purpose instruction-tuned counterparts. However, these expert models are not either explicitly trained to be safe, or experience a loss in their safety abilities in the proces…

2025

How to Train Your LLM Web Agent: A Statistical Diagnosis

NeurIPS 2025poster

Large language model (LLM) agents for web interfaces have advanced rapidly, yet open-source systems still lag behind proprietary agents. Bridging this gap is key to enabling customizable, efficient, and privacy-preserving agents. Two challenges hinder progress: the reproducibility issues in RL and L…

Cited by 0SourceScholar
2024

A Deep Dive into the Trade-Offs of Parameter-Efficient Preference Alignment Techniques

ACL 2024long

Large language models are first pre-trained on trillions of tokens and then instruction-tuned or aligned to specific preferences. While pre-training remains out of reach for most researchers due to the compute required, fine-tuning has become affordable thanks to parameter-efficient methods such as…

2024

AdaPT: A Set of Guidelines for Hyperbolic Multimodal Multilingual NLP

NAACL 2024findings

The Euclidean space is the familiar space for training neural models and performing arithmetic operations.However, many data types inherently possess complex geometries, and model training methods involve operating over their latent representations, which cannot be effectively captured in the Euclid…

2024

WorkArena++: Towards Compositional Planning and Reasoning-based Common Knowledge Work Tasks

NeurIPS 2024poster

The ability of large language models (LLMs) to mimic human-like intelligence has led to a surge in LLM-based autonomous agents. Though recent LLMs seem capable of planning and reasoning given user instructions, their effectiveness in applying these capabilities for autonomous task solving remains u…

2023

Randomized Smoothing with Masked Inference for Adversarially Robust Text Classifications

ACL 2023long

Large-scale pre-trained language models have shown outstanding performance in a variety of NLP tasks. However, they are also known to be significantly brittle against specifically crafted adversarial examples, leading to increasing interest in probing the adversarial robustness of NLP systems. We in…

2023

Self-Influence Guided Data Reweighting for Language Model Pre-training

EMNLP 2023long main

Language Models (LMs) pre-trained with selfsupervision on large text corpora have become the default starting point for developing models for various NLP tasks. Once the pre-training corpus has been assembled, all data samples in the corpus are treated with equal importance during LM pre-training. H…

Cited by 0SourceScholar
2023

Towards Robust Low-Resource Fine-Tuning with Multi-View Compressed Representations

ACL 2023long

Due to the huge amount of parameters, finetuning of pretrained language models (PLMs) is prone to overfitting in the low resource scenarios. In this work, we present a novel method that operates on the hidden representations of a PLM to reduce overfitting. During fine-tuning, our method inserts rand…

2022

CIAug: Equipping Interpolative Augmentation with Curriculum Learning

NAACL 2022long

Interpolative data augmentation has proven to be effective for NLP tasks. Despite its merits, the sample selection process in mixup is random, which might make it difficult for the model to generalize better and converge faster. We propose CIAug, a novel curriculum-based learning method that builds…

2022

Chart-to-Text: A Large-Scale Benchmark for Chart Summarization

ACL 2022long

Charts are commonly used for exploring data and communicating insights. Generating natural language summaries from charts can be very helpful for people in inferring key insights that would otherwise require a lot of cognitive and perceptual efforts. We present Chart-to-text, a large-scale benchmark…

Cited by 151SourcePDFScholar
2022

DMix: Adaptive Distance-aware Interpolative Mixup

ACL 2022short

Interpolation-based regularisation methods such as Mixup, which generate virtual training samples, have proven to be effective for various tasks and modalities. We extend Mixup and propose DMix, an adaptive distance-aware interpolative Mixup that selects samples based on their diversity in the embed…

2022

Tweet Based Reach Aware Temporal Attention Network for NFT Valuation

EMNLP 2022finding

Non-Fungible Tokens (NFTs) are a relatively unexplored class of assets. Designing strategies to forecast NFT trends is an intricate task due to its extremely volatile nature. The market is largely driven by public sentiment and “hype”, which in turn has a high correlation with conversations taking p…

Cited by 4SourcePDFScholar
2021

HypMix: Hyperbolic Interpolative Data Augmentation

EMNLP 2021main

Interpolation-based regularisation methods for data augmentation have proven to be effective for various tasks and modalities. These methods involve performing mathematical operations over the raw input samples or their latent states representations - vectors that often possess complex hierarchical…