← Search

Yuchen Shi

6 accepted papers

2026

CUARewardBench: Benchmark for Evaluating Reward Models on Computer-using Agent Trajectories

ICML 2026poster

Computer-using agents (CUAs) enable task completion through natural interaction with operating systems and software interfaces. While script-based verifiers are widely adopted for evaluation, they suffer from limited scalability and inability to provide step-wise assessment. Reward models offer prom…

Cited by 0SourceScholar
2026

Learn the Ropes, Then Trust the Wins: Self-imitation with Progressive Exploration for Agentic Reinforcement Learning

ICLR 2026poster

Reinforcement learning (RL) is the dominant paradigm for sharpening strategic tool use capabilities of LLMs on long-horizon, sparsely-rewarded agent tasks, yet it faces a fundamental challenge of exploration-exploitation trade-off. Existing studies stimulate exploration through the lens of policy en…

Cited by 0SourcecodeScholar
2025

Incentivizing Reasoning for Advanced Instruction-Following of Large Language Models

NeurIPS 2025poster

Existing large language models (LLMs) face challenges of following complex instructions, especially when multiple constraints are present and organized in paralleling, chaining, and branching structures. One intuitive solution, namely chain-of-thought (CoT), is expected to universally improve capabi…

Cited by 0SourcecodeScholar
2025

LTD-Bench: Evaluating Large Language Models by Letting Them Draw

NeurIPS 2025poster

Current evaluation paradigms for large language models (LLMs) represent a critical blind spot in AI research—relying on opaque numerical metrics that conceal fundamental limitations in spatial reasoning while providing no intuitive understanding of model capabilities. This deficiency creates a dange…

Cited by 0SourcecodeScholar
2024

Negation Triplet Extraction with Syntactic Dependency and Semantic Consistency

COLING 2024main

Previous works of negation understanding mainly focus on negation cue detection and scope resolution, without identifying negation subject which is also significant to the downstream tasks. In this paper, we propose a new negation triplet extraction (NTE) task which aims to extract negation subject…

2024

ToNER: Type-oriented Named Entity Recognition with Generative Language Model

COLING 2024main

In recent years, the fine-tuned generative models have been proven more powerful than the previous tagging-based or span-based models on named entity recognition (NER) task. It has also been found that the information related to entities, such as entity types, can prompt a model to achieve NER bette…