← Search

Yingwei Ma

10 accepted papers

2026

DOCKSMITH: Scaling Reliable Coding Environments via an Agentic Docker Builder

ICML 2026poster

Reliable Docker-based environment construction is a dominant bottleneck for scaling execution-grounded training and evaluation of software engineering agents. We introduce DockSmith, a specialized agentic Docker builder designed to address this challenge. DockSmith treats environment construction no…

Cited by 0SourceScholar
2026

ExtendAttack: Attacking Servers of LRMs via Extending Reasoning

AAAI 2026technical

Large Reasoning Models (LRMs) have demonstrated promising performance in complex tasks. However, the resource-consuming reasoning processes may be exploited by attackers to maliciously occupy the resources of the servers, leading to a crash, like the DDoS attack in cyber. To this end, we propose a n

Cited by 0SourcePDFScholar
2026

Kimi-Dev: Agentless Training as Skill Prior for SWE-agents

ICLR 2026poster

Large Language Models (LLMs) are increasingly applied to software engineering (SWE), with SWE-bench as a key benchmark. Solutions are split into SWE-Agent frameworks with multi-turn interactions and workflow-based Agentless methods with single-turn verifiable steps. We argue these paradigms are not…

Cited by 0SourcecodeScholar
2026

Large Language Model Unlearning for Source Code

AAAI 2026technical

While Large Language Models (LLMs) excel at code generation, their inherent tendency toward verbatim memorization of training data introduces critical risks like copyright infringement, insecurity emission, and deprecated API utilization, etc. A straightforward yet promising defense is unlearning, i

Cited by 0SourcePDFScholar
2025

FlipAttack: Jailbreak LLMs via Flipping

ICML 2025poster

This paper proposes a simple yet effective jailbreak attack named FlipAttack against black-box LLMs. First, from the autoregressive nature, we reveal that LLMs tend to understand the text from left to right and find that they struggle to comprehend the text when the perturbation is added to the left…

2025

Scaling Offline Model-Based RL via Jointly-Optimized World-Action Model Pretraining

ICLR 2025poster

A significant aspiration of offline reinforcement learning (RL) is to develop a generalist agent with high capabilities from large and heterogeneous datasets. However, prior approaches that scale offline RL either rely heavily on expert trajectories or struggle to generalize to diverse unseen tasks.…

2024

At Which Training Stage Does Code Data Help LLMs Reasoning?

ICLR 2024spotlight

Large Language models (LLMs) have exhibited remarkable reasoning capabilities and become the foundation of language technologies. Inspired by the great success of code data in training LLMs, we naturally wonder at which training stage introducing code data can really help LLMs reasoning. To this end…

2024

End-to-end Learnable Clustering for Intent Learning in Recommendation

NeurIPS 2024poster

Intent learning, which aims to learn users' intents for user understanding and item recommendation, has become a hot research spot in recent years. However, existing methods suffer from complex and cumbersome alternating optimization, limiting performance and scalability. To this end, we propose a n…