← Search

Weizhou Shen

13 accepted papers

2026

SPELL: Self-Play Reinforcement Learning for Evolving Long-Context Language Models

ICLR 2026poster

Progress in long-context reasoning for large language models (LLMs) has lagged behind other recent advances. This gap arises not only from the intrinsic difficulty of processing long texts, but also from the scarcity of reliable human annotations and programmatically verifiable reward signals. In th…

Cited by 0SourcecodeScholar
2026

SoLoPO: Unlocking Long-Context Capabilities in LLMs via Short-to-Long Preference Optimization

ICLR 2026poster

Despite advances in pretraining with extended context sizes, large language models (LLMs) still face challenges in effectively utilizing real-world long-context information, primarily due to insufficient long-context alignment caused by data quality issues, training inefficiencies, and the lack of w…

Cited by 0SourcecodeScholar
2025

Mutual-Taught for Co-adapting Policy and Reward Models

ACL 2025long

During the preference optimization of large language models (LLMs), distribution shifts may arise between newly generated model samples and the data used to train the reward model (RM). This shift reduces the efficacy of the RM, which in turn negatively impacts the performance of the policy model (P…

2024

Mobile-Agent-v2: Mobile Device Operation Assistant with Effective Navigation via Multi-Agent Collaboration

NeurIPS 2024poster

Mobile device operation tasks are increasingly becoming a popular multi-modal AI application scenario. Current Multi-modal Large Language Models (MLLMs), constrained by their training data, lack the capability to function effectively as operation assistants. Instead, MLLM-based agents, which enhance…

2024

Small LLMs Are Weak Tool Learners: A Multi-LLM Agent

EMNLP 2024main

Large Language Model (LLM) agents significantly extend the capabilities of standalone LLMs, empowering them to interact with external tools (e.g., APIs, functions) and complete various tasks in a self-directed fashion. The challenge of tool use demands that LLMs not only understand user queries and…

2024

SocialBench: Sociality Evaluation of Role-Playing Conversational Agents

ACL 2024findings

Large language models (LLMs) have advanced the development of various AI conversational agents, including role-playing agents that mimic diverse characters and human behaviors. While prior research has predominantly focused on enhancing the conversational capability, role-specific knowledge and styl…

2023

Joint Generator-Ranker Learning for Natural Language Generation

ACL 2023findings

Generate-then-rank is a widely used mechanism for text generation, where a generator produces multiple text candidates and a ranker chooses the best one among the text candidates. However, existing methods usually train the generator and the ranker individually, neglecting the mutual feedback that c…

2023

Multi-Grained Knowledge Retrieval for End-to-End Task-Oriented Dialog

ACL 2023long

Retrieving proper domain knowledge from an external database lies at the heart of end-to-end task-oriented dialog systems to generate informative responses. Most existing systems blend knowledge retrieval with response generation and optimize them with direct supervision from reference responses, le…

2023

Retrieval-Generation Alignment for End-to-End Task-Oriented Dialogue System

EMNLP 2023long main

Developing an efficient retriever to retrieve knowledge from a large-scale knowledge base (KB) is critical for task-oriented dialogue systems to effectively handle localized and specialized tasks. However, widely used generative models such as T5 and ChatGPT often struggle to differentiate subtle di…

Cited by 0SourcecodeScholar
2021

DialogXL: All-in-One XLNet for Multi-Party Conversation Emotion Recognition

AAAI 2021technical

This paper presents our pioneering effort for emotion recognition in conversation (ERC) with pre-trained language models. Unlike regular documents, conversational utterances appear alternately from different parties and are usually organized as hierarchical structures in previous work. Such structur…

2021

Directed Acyclic Graph Network for Conversational Emotion Recognition

ACL 2021long

The modeling of conversational context plays a vital role in emotion recognition from conversation (ERC). In this paper, we put forward a novel idea of encoding the utterances with a directed acyclic graph (DAG) to better model the intrinsic structure within a conversation, and design a directed acy…

2020

Constituency Lattice Encoding for Aspect Term Extraction

COLING 2020main

One of the remaining challenges for aspect term extraction in sentiment analysis resides in the extraction of phrase-level aspect terms, which is non-trivial to determine the boundaries of such terms. In this paper, we aim to address this issue by incorporating the span annotations of constituents o…