collaborators

15 papers

cs.CL2026

Convolution for Large Language Models

Yuchuan Tian, Yingte Shu, Wei He +7

Large language models (LLMs) largely rely on Transformers, where self-attention provides global token interaction but does not explicitly encode the locality of natural language. W…

cs.CL2026

Agentic Routing: The Harness-Native Data Flywheel

Xinchen Liu, Hang Zhou, Yingjie Zong +12

The paper introduces a step‑level routing framework for large language model agents that selects the most suitable model(s) based on the full execution harness state, using logged…

cs.CR2026

SafeClawBench: Separating Semantic, Audit-Evidence, and Sandbox Harm in Tool-Using LLM Agents

Yuchuan Tian, Mengyu Zheng, Haocheng Mei +5

Tool-using language-model agents introduce security failures that go beyond unsafe text: they can disclose protected objects, write persistent memory, send messages, modify databas…

cs.LG2026

Claw-SWE-Bench: A Benchmark for Evaluating OpenClaw-style Agent Harnesses on Coding Tasks

Mengyu Zheng, Kai Han, Boxun Li +13

General-purpose agents such as OpenClaw are increasingly used as autonomous tool users, but their coding ability is difficult to measure under SWE-bench: a generic agent does not b…

cs.CV2026

Circle-RoPE: Cone-like Decoupled Rotary Positional Embedding for Large Vision-Language Models

Chengcheng Wang, Jianyuan Guo, Hongguang Li +4

Rotary Position Embedding (RoPE) is widely adopted in large language models, but when applied to vision-language models (VLMs) it couples text and image position indices and can in…

cs.CL2026

DLLM Agent: See Farther, Run Faster

Huiling Zhen, Weizhe Lin, Renxi Liu +15

Diffusion large language models (DLLMs) have emerged as an alternative to autoregressive (AR) decoding with appealing efficiency and modeling properties, yet their implications for…