← Search

Carolyn Rose

16 accepted papers

2026

Hybrid-Gym: Training Coding Agents to Generalize Across Tasks

ICML 2026poster

Coding agents are increasingly used for a wide range of real-world tasks, from adding features and documentation to creating programs from scratch. Ideally, the agent should perform well across all the diverse tasks. However, most prior work concentrates on issue solving, and such single-task traini…

Cited by 0SourceScholar
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

Improving Model Factuality with Fine-grained Critique-based Evaluator

ACL 2025long

Factuality evaluation aims to detect factual errors produced by language models (LMs) and hence guide the development of more factual models. Towards this goal, we train a factuality evaluator, FenCE, that provides LM generators with claim-level factuality feedback. In particular, we train FenCE to…

2025

Let Them Down Easy! Contextual Effects of LLM Guardrails on User Perceptions and Preferences

EMNLP 2025

Current LLMs are trained to refuse potentially harmful input queries regardless of whether users actually had harmful intents, causing a tradeoff between safety and user experience. Through a study of 480 participants evaluating 3,840 query-response pairs, we examine how different refusal strategies

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…

2025

SOCIAL SCAFFOLDS: A Generalization Framework for Social Understanding Tasks

EMNLP 2025

Effective human communication in social settings is contingent on recognizing subtle cues, such as intents or implications. Without such cues, NLP models risk missing social signals, instead relying on surface patterns. We introduce SOCIAL SCAFFOLDS, an automated framework for facilitating generaliz

2025

Where is this coming from? Making groundedness count in the evaluation of Document VQA models

NAACL 2025findings

Document Visual Question Answering (VQA) models have evolved at an impressive rate over the past few years, coming close to or matching human performance on some benchmarks. We argue that common evaluation metrics used by popular benchmarks do not account for the semantic and multimodal groundedness…

Cited by 0SourcePDFScholar
2024

AliGATr: Graph-based layout generation for form understanding

EMNLP 2024finding

Forms constitute a large portion of layout-rich documents that convey information through key-value pairs. Form understanding involves two main tasks, namely, the identification of keys and values (a.k.a Key Information Extraction or KIE) and the association of keys to corresponding values (a.k.a. R…

Cited by 1SourcePDFScholar
2024

DocLens: Multi-aspect Fine-grained Medical Text Evaluation

ACL 2024long

Medical text generation aims to assist with administrative work and highlight salient information to support decision-making.To reflect the specific requirements of medical text, in this paper, we propose a set of metrics to evaluate the completeness, conciseness, and attribution of the generated te…

2024

Leveraging Machine-Generated Rationales to Facilitate Social Meaning Detection in Conversations

ACL 2024long

We present a generalizable classification approach that leverages Large Language Models (LLMs) to facilitate the detection of implicitly encoded social meaning in conversations. We design a multi-faceted prompt to extract a textual explanation of the reasoning that connects visible cues to underlyin…

2024

Towards a new research agenda for multimodal enterprise document understanding: What are we missing?

ACL 2024findings

The field of multimodal document understanding has produced a suite of models that have achieved stellar performance across several tasks, even coming close to human performance on certain benchmarks. Nevertheless, the application of these models to real-world enterprise datasets remains constrained…

Cited by 0SourcePDFScholar
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
2022

PerKGQA: Question Answering over Personalized Knowledge Graphs

NAACL 2022findings

Previous studies on question answering over knowledge graphs have typically operated over a single knowledge graph (KG). This KG is assumed to be known a priori and is lever- aged similarly for all users’ queries during inference. However, such an assumption is not applicable to real-world settings,…