← Search

Atharva Naik

9 accepted papers

2026

PRAGWORLD: A Benchmark Evaluating LLMs’ Local World Model Under Minimal Linguistic Alterations and Conversational Dynamics

AAAI 2026technical

Real-world conversations are rich with pragmatic elements, such as entity mentions, references, and implicatures. Understanding such nuances is a requirement for successful natural communication, and often requires building a local _world model_ which encodes such elements and captures the dynamics

Cited by 0SourcePDFScholar
2025

An Empirical Study on Strong-Weak Model Collaboration for Repo-level Code Generation

EMNLP 2025

We study cost-efficient collaboration between strong and weak language models for repository-level code generation, where the weak model handles simpler tasks at lower cost, and the most challenging tasks are delegated to the strong model. While many works propose architectures for this task, few an

2025

CRScore: Grounding Automated Evaluation of Code Review Comments in Code Claims and Smells

NAACL 2025long

The task of automated code review has recently gained a lot of attention from the machine learning community. However, current review comment evaluation metrics rely on comparisons with a human-written reference for a given code change (also called a diff ). Furthermore, code review is a one-to-many…

2025

Programming by Example meets Historical Linguistics: A Large Language Model Based Approach to Sound Law Induction

ACL 2025long

Historical linguists have long written “programs” that convert reconstructed words in an ancestor language into their attested descendants via ordered string rewrite functions (called sound laws) However, writing these programs is time-consuming, motivating the development of automated Sound Law Ind…

2024

SkillCLIP: Skill Aware Modality Fusion Visual Question Answering (Student Abstract)

AAAI 2024technical

When humans are posed with a difficult problem, they often approach it by identifying key skills, honing them, and finally effectively combining them. We propose a novel method and apply it for the VizWiz VQA task to predict the visual skills needed to answer a question, and leverage expert modules…

2023

Data Augmentation for Code Translation with Comparable Corpora and Multiple References

EMNLP 2023long findings

One major challenge of translating code between programming languages is that parallel training data is often limited. To overcome this challenge, we present two data augmentation techniques, one that builds comparable corpora (i.e., code pairs with similar functionality), and another that augments…

Cited by 0SourcecodeScholar
2023

Weakly Supervised Explainable Phrasal Reasoning with Neural Fuzzy Logic

ICLR 2023poster

Natural language inference (NLI) aims to determine the logical relationship between two sentences, such as Entailment, Contradiction, and Neutral. In recent years, deep learning models have become a prevailing approach to NLI, but they lack interpretability and explainability. In this work, we addre…

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

Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks

EMNLP 2022main

How well can NLP models generalize to a variety of unseen tasks when provided with task instructions? To address this question, we first introduce Super-NaturalInstructions, a benchmark of 1,616 diverse NLP tasks and their expert-written instructions. Our collection covers 76 distinct task types, in…