← Search

Huanran Zheng

5 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
2024

MiLoRA: Efficient Mixture of Low-Rank Adaptation for Large Language Models Fine-tuning

EMNLP 2024finding

Low-rank adaptation (LoRA) and its mixture-of-experts (MOE) variants are highly effective parameter-efficient fine-tuning (PEFT) methods. However, they introduce significant latency in multi-tenant settings due to the LoRA modules and MOE routers added to multiple linear modules in the Transformer l…

2024

SCA: Selective Compression Attention for Efficiently Extending the Context Window of Large Language Models

EMNLP 2024finding

Large language models (LLMs) have achieved impressive performance across various domains, but the limited context window and the expensive computational cost of processing long texts restrict their more comprehensive application. In this paper, we propose Selective Compression Attention (SCA), a gen…

Cited by 1SourcePDFScholar
2022

Candidate Soups: Fusing Candidate Results Improves Translation Quality for Non-Autoregressive Translation

EMNLP 2022main

Non-autoregressive translation (NAT) model achieves a much faster inference speed than the autoregressive translation (AT) model because it can simultaneously predict all tokens during inference. However, its translation quality suffers from degradation compared to AT. And existing NAT methods only…