← Search

Changzhi Sun

18 accepted papers

2026

Group Verification-based Policy Optimization for Interactive Coding Agents

ICLR 2026poster

Recent advancements in reinforcement learning from verifiable rewards (RLVR), particularly through Group Relative Policy Optimization (GRPO), have significantly improved the capabilities of large language models (LLMs) for interactive coding agents. However, these methods overlook process-verifiable…

Cited by 0SourceScholar
2026

PDFBench: A Benchmark for De Novo Protein Design from Function

ICML 2026poster

Function-guided protein design is a crucial task with significant applications in drug discovery and enzyme engineering. However, the field lacks a unified and comprehensive evaluation framework. Current models are assessed using inconsistent and limited subsets of metrics, which prevents fair compa…

Cited by 0SourceScholar
2025

Logic-Regularized Verifier Elicits Reasoning from LLMs

ACL 2025long

Verifiers are crucial components for enhancing modern LLMs’ reasoning capability. Typical verifiers require resource-intensive supervised dataset construction, which is costly and faces limitations in data diversity. In this paper, we propose LOVER, an unsupervised verifier regularized by logical ru…

2025

Protein Design with Dynamic Protein Vocabulary

NeurIPS 2025spotlight

Protein design is a fundamental challenge in biotechnology, aiming to design novel sequences with specific functions within the vast space of possible proteins. Recent advances in deep generative models have enabled function-based protein design from textual descriptions, yet struggle with structura…

Cited by 0SourceScholar
2025

ReactGPT: Understanding of Chemical Reactions via In-Context Tuning

AAAI 2025technical

The interdisciplinary field of chemistry and artificial intelligence (AI) is an active area of research aimed at accelerating scientific discovery. Large language Models (LLMs) have shown significant promise in biochemical tasks, especially the molecule caption translation, which aims to align betwe…

2025

Semantic Attention and LLM-based Layout Guidance for Text-to-Image Generation

ICASSP 2025accepted

Diffusion models have substantially advanced text-to-image generation, achieving remarkable performance in creating high-quality images from textual prompts. However, they often struggle with accurately generating images representing spatial locations described or implied in the prompts. To address…

Cited by 0SourceScholar
2025

TASO: Task-Aligned Sparse Optimization for Parameter-Efficient Model Adaptation

EMNLP 2025

LoRA has become one of the most widely used parameter-efficient fine-tuning methods due to its simplicity and effectiveness. However, numerous studies have shown that LoRA often introduces substantial parameter redundancy, which not only increases the number of trainable parameters but also hinders

Cited by 0SourcePDFScholar
2024

ANALOGYKB: Unlocking Analogical Reasoning of Language Models with A Million-scale Knowledge Base

ACL 2024long

Analogical reasoning is a fundamental cognitive ability of humans. However, current language models (LMs) still struggle to achieve human-like performance in analogical reasoning tasks due to a lack of resources for model training. In this work, we address this gap by proposing ANALOGYKB, a million-…

2024

From Coarse to Fine: A Distillation Method for Fine-Grained Emotion-Causal Span Pair Extraction in Conversation

AAAI 2024technical

We study the problem of extracting emotions and the causes behind these emotions in conversations. Existing methods either tackle them separately or jointly model them at the coarse-grained level of emotions (fewer emotion categories) and causes (utterance-level causes). In this work, we aim to joi…

2024

Investigating and Mitigating Object Hallucinations in Pretrained Vision-Language (CLIP) Models

EMNLP 2024main

Large Vision-Language Models (LVLMs) have achieved impressive performance, yet research has pointed out a serious issue with object hallucinations within these models. However, there is no clear conclusion as to which part of the model these hallucinations originate from. In this paper, we present a…

2023

Converge to the Truth: Factual Error Correction via Iterative Constrained Editing

AAAI 2023technical

Given a possibly false claim sentence, how can we automatically correct it with minimal editing? Existing methods either require a large number of pairs of false and corrected claims for supervised training or do not handle well errors spanning over multiple tokens within an utterance. In this paper…

2022

Causal Intervention Improves Implicit Sentiment Analysis

COLING 2022main

Despite having achieved great success for sentiment analysis, existing neural models struggle with implicit sentiment analysis. It is because they may latch onto spurious correlations (“shortcuts”, e.g., focusing only on explicit sentiment words), resulting in undermining the effectiveness and robus…

2022

E-KAR: A Benchmark for Rationalizing Natural Language Analogical Reasoning

ACL 2022findings

The ability to recognize analogies is fundamental to human cognition. Existing benchmarks to test word analogy do not reveal the underneath process of analogical reasoning of neural models. Holding the belief that models capable of reasoning should be right for the right reasons, we propose a first-…

Cited by 35SourcePDFScholar
2022

Few Clean Instances Help Denoising Distant Supervision

COLING 2022main

Existing distantly supervised relation extractors usually rely on noisy data for both model training and evaluation, which may lead to garbage-in-garbage-out systems. To alleviate the problem, we study whether a small clean dataset could help improve the quality of distantly supervised models. We sh…

2022

LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification

AAAI 2022technical

Given a natural language statement, how to verify its veracity against a large-scale textual knowledge source like Wikipedia? Most existing neural models make predictions without giving clues about which part of a false claim goes wrong. In this paper, we propose LOREN, an approach for interpretable…

2021

Learning Logic Rules for Document-Level Relation Extraction

EMNLP 2021main

Document-level relation extraction aims to identify relations between entities in a whole document. Prior efforts to capture long-range dependencies have relied heavily on implicitly powerful representations learned through (graph) neural networks, which makes the model less transparent. To tackle t…

2021

UniRE: A Unified Label Space for Entity Relation Extraction

ACL 2021long

Many joint entity relation extraction models setup two separated label spaces for the two sub-tasks (i.e., entity detection and relation classification). We argue that this setting may hinder the information interaction between entities and relations. In this work, we propose to eliminate the differ…