← Search

Yiqing Xie

13 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

CodeRAG-Bench: Can Retrieval Augment Code Generation?

NAACL 2025findings

While language models (LMs) excel at generating code, many programs are difficult to generate using only parametric knowledge. Despite the success of retrieval-augmented generation (RAG) in text-centric tasks, its potential for code generation remains under-explored. This work introduces CodeRAG-ben…

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

SACL: Understanding and Combating Textual Bias in Code Retrieval with Semantic-Augmented Reranking and Localization

EMNLP 2025

In this work, we conduct an in-depth analysis of code retrieval by systematically masking specific features while preserving code functionality. Our discoveries include: (1) although trained on code, current retrievers heavily rely on surface-level textual features (e.g., docstrings, identifier name

Cited by 0SourcePDFScholar
2025

TheAgentCompany: Benchmarking LLM Agents on Consequential Real World Tasks

NeurIPS 2025poster

We interact with computers on an everyday basis, be it in everyday life or work, and many aspects of work can be done entirely with access to a computer and the Internet. At the same time, thanks to improvements in large language models (LLMs), there has also been a rapid development in AI agents th…

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

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

Hierarchical Intention Tracking for Robust Human-Robot Collaboration in Industrial Assembly Tasks

ICRA 2023poster

Collaborative robots require effective human intention estimation to safely and smoothly work with humans in less structured tasks such as industrial assembly, where human intention continuously changes. We propose the concept of intention tracking and introduce a collaborative robot system that con…

Cited by 16SourceScholar
2023

Model-Generated Pretraining Signals Improves Zero-Shot Generalization of Text-to-Text Transformers

ACL 2023long

This paper explores the effectiveness of model-generated signals in improving zero-shot generalization of text-to-text Transformers such as T5. We study various designs to pretrain T5 using an auxiliary model to construct more challenging token replacements for the main model to denoise. Key aspects…

2022

Eider: Empowering Document-level Relation Extraction with Efficient Evidence Extraction and Inference-stage Fusion

ACL 2022findings

Document-level relation extraction (DocRE) aims to extract semantic relations among entity pairs in a document. Typical DocRE methods blindly take the full document as input, while a subset of the sentences in the document, noted as the evidence, are often sufficient for humans to predict the relati…

2022

Open-Vocabulary Argument Role Prediction For Event Extraction

EMNLP 2022finding

The argument role in event extraction refers to the relation between an event and an argument participating in it. Despite the great progress in event extraction, existing studies still depend on roles pre-defined by domain experts. These studies expose obvious weakness when extending to emerging ev…

2020

When Do GNNs Work: Understanding and Improving Neighborhood Aggregation

IJCAI 2020poster

Graph Neural Networks (GNNs) have been shown to be powerful in a wide range of graph-related tasks. While there exists various GNN models, a critical common ingredient is neighborhood aggregation, where the embedding of each node is updated by referring to the embedding of its neighbors. This paper…

Cited by 0SourcePDFScholar