← Search

Yongliang Shen

53 accepted papers

2026

Beyond Literal Translation: Evaluating Cultural Effectiveness in Social Media UGC

ICML 2026poster

Social media platforms enable large-scale cross-lingual communication, yet translating user-generated content (UGC) remains challenging due to its informal style, culture-laden expressions, and interaction-driven nuances. While recent LLMs have advanced translation quality, existing benchmarks and m…

Cited by 0SourceScholar
2026

Context-Aware Reaonser : Enhancing Contextual Reasoning in Multimodal Large Language Models

ICML 2026poster

Multimodal large language models (MLLMs) have demonstrated remarkable reasoning capabilities over internalized knowledge. However, current research overlooks contextual reasoning, the ability to reason based on the relevant information present in the context. To investigate this issue, we construct …

Cited by 0SourceScholar
2026

GUI-G²: Gaussian Reward Modeling for GUI Grounding

AAAI 2026technical

Graphical User Interface (GUI) grounding maps natural language instructions to precise interface locations for autonomous interaction. Current reinforcement learning approaches use binary rewards that treat elements as hit-or-miss targets, creating sparse signals that ignore the continuous nature of

Cited by 0SourcePDFScholar
2026

GUI-SAGE: Enhancing GUI Automation with Self-Explanatory Learning

CVPR 2026

Reinforcement learning with verifiable rewards (RLVR) has shown promise for GUI automation, enabling agents to learn from binary task completion signals. However, when task difficulty exceeds model capacity, on-policy exploration fails to discover correct actions, creating zero-advantage traps that

Cited by 0SourceScholar
2026

IWR-Bench: Can LVLMs reconstruct interactive webpage from a user interaction video?

ICLR 2026poster

The webpage-to-code task requires models to understand visual representations of webpages and generate corresponding code. However, existing benchmarks primarily focus on static screenshot-to-code tasks, thereby overlooking the dynamic interactions fundamental to real-world web applications. To addr…

Cited by 0SourcecodeScholar
2026

InftyThink+: Effective and Efficient Infinite-Horizon Reasoning via Reinforcement Learning

ICML 2026poster

Large reasoning models achieve strong performance by scaling inference-time chain-of-thought, but this paradigm suffers from quadratic cost, context length limits, and degraded reasoning due to lost-in-the-middle effects. Iterative reasoning mitigates these issues by periodically summarizing interme…

Cited by 0SourceScholar
2026

InftyThink: Breaking the Length Limits of Long-Context Reasoning in Large Language Models

ICLR 2026poster

Advanced reasoning in large language models has achieved remarkable performance on challenging tasks, but the prevailing long-context reasoning paradigm faces critical limitations: quadratic computational scaling with sequence length, reasoning constrained by maximum context boundaries, and performa…

Cited by 0SourcecodeScholar
2026

MathFimer: Enhancing Mathematical Reasoning by Expanding Reasoning Steps through Fill-in-the-Middle Task

ICLR 2026poster

Mathematical reasoning represents a critical frontier in advancing large language models (LLMs). While step-by-step approaches have emerged as the dominant paradigm for mathematical problem-solving in LLMs, the quality of reasoning steps in training data fundamentally constrains model performance. R…

Cited by 0SourceScholar
2026

Milestone-Guided Policy Learning for Long-Horizon Language Agents

ICML 2026poster

While long-horizon agentic tasks require language agents to perform dozens of sequential decisions, training such agents with reinforcement learning remains challenging. We identify two root causes: credit misattribution, where correct early actions are penalized due to terminal failures, and sample…

Cited by 0SourceScholar
2026

SpatialLadder: Progressive Training for Spatial Reasoning in Vision-Language Models

ICLR 2026poster

Spatial reasoning remains a fundamental challenge for Vision-Language Models (VLMs), with current approaches struggling to achieve robust performance despite recent advances. We identify that this limitation stems from a critical gap: existing methods attempt to learn spatial reasoning directly with…

Cited by 0SourcecodeScholar
2026

Test-Time Reinforcement Learning for GUI Grounding via Region Consistency

AAAI 2026technical

Graphical User Interface (GUI) grounding, the task of mapping natural language instructions to precise screen coordinates, is fundamental to autonomous GUI agents. While existing methods achieve strong performance through extensive supervised training or reinforcement learning with labeled rewards,

Cited by 0SourcePDFScholar
2026

Time Is a Feature: Exploiting Temporal Dynamics in Diffusion Language Models

ICLR 2026poster

Diffusion large language models (dLLMs) generate text through iterative denoising, yet current decoding strategies discard rich intermediate predictions in favor of the final output. Our work here reveals a critical phenomenon, temporal oscillation, where correct answers often emerge in the middle p…

Cited by 0SourceScholar
2026

VerifyBench: Benchmarking Reference-based Reward Systems for Large Language Models

ICLR 2026poster

Large reasoning models such as OpenAI o1 and DeepSeek-R1 have demonstrated remarkable performance in complex reasoning tasks. A critical component of their training is the incorporation of reference-based reward systems within reinforcement learning (RL), where model outputs are evaluated against gr…

Cited by 0SourcecodeScholar
2025

2.5 Years in Class: A Multimodal Textbook for Vision-Language Pretraining

ICCV 2025poster

Compared to image-text pair data, interleaved corpora enable Vision-Language Models (VLMs) to understand the world more naturally like humans. However, such existing datasets are crawled from webpage, facing challenges like low knowledge density, loose image-text relations, and poor logical coherenc…

2025

AskToAct: Enhancing LLMs Tool Use via Self-Correcting Clarification

EMNLP 2025

Large language models (LLMs) have demonstrated remarkable capabilities in tool learning. In real-world scenarios, user queries are often ambiguous and incomplete, requiring effective clarification. However, existing interactive clarification approaches face two critical limitations: reliance on manu

Cited by 0SourcePDFScholar
2025

Chain-of-Model Learning for Language Model

NeurIPS 2025poster

In this paper, we propose a novel learning paradigm, termed *Chain-of-Model* (CoM), which incorporates the causal relationship into the hidden states of each layer as a chain style. thereby introducing great scaling efficiency in model training and inference flexibility in deployment.We introduce th…

Cited by 0SourceScholar
2025

DB-Explore: Automated Database Exploration and Instruction Synthesis for Text-to-SQL

EMNLP 2025

Recent text-to-SQL systems powered by large language models (LLMs) have demonstrated remarkable performance in translating natural language queries into SQL.However, these systems often struggle with complex database structures and domain-specific queries, as they primarily focus on enhancing logica

Cited by 0SourcePDFScholar
2025

EASYTOOL: Enhancing LLM-based Agents with Concise Tool Instruction

NAACL 2025long

There has been a rising interest in utilizing tools in applications of autonomous agents based on large language models (LLMs) to address intricate real-world tasks. To develop LLMbased agents, it usually requires LLMs to understand many tool functions from different tool documentations. However, th…

2025

Let LRMs Break Free from Overthinking via Self-Braking Tuning

NeurIPS 2025poster

Large reasoning models (LRMs), such as OpenAI o1 and DeepSeek-R1, have significantly enhanced their reasoning capabilities by generating longer chains of thought, demonstrating outstanding performance across a variety of tasks. However, this performance gain comes at the cost of a substantial increa…

Cited by 0SourceScholar
2025

Logic: Long-form Outline Generation via Imitative and Critical Self-refinement

EMNLP 2025

Long-form outline generation for expository articles requires both comprehensive knowledge coverage and logical coherence, which is essential for creating detailed Wikipedia-like content. However, existing methods face critical limitations: outlines generated in the pre-writing stage often have low

Cited by 0SourcePDFScholar
2025

Mind the Gap: Bridging Thought Leap for Improved Chain-of-Thought Tuning

NeurIPS 2025poster

Large language models (LLMs) have achieved remarkable progress on mathematical tasks through Chain-of-Thought (CoT) reasoning. However, existing mathematical CoT datasets often suffer from **Thought Leaps** due to experts omitting intermediate steps, which negatively impacts model learning and gener…

Cited by 0SourceScholar
2025

STaR-SQL: Self-Taught Reasoner for Text-to-SQL

ACL 2025long

Generating step-by-step “chain-of-thought” rationales has proven effective for improving the performance of large language models on complex reasoning tasks. However, applying such techniques to structured tasks, such as text-to-SQL, remains largely unexplored. In this paper, we introduce Self-Taugh…

Cited by 0SourcePDFScholar
2025

Scaling LLMs’ Social Reasoning: Sprinkle Cognitive “Aha Moment” into Fundamental Long-thought Logical Capabilities

ACL 2025finding

Humans continually engage in reasoning about others’ mental states, a capability known as Theory of Mind (ToM), is essential for social interactions. While this social reasoning capability emerges naturally in human cognitive development, how has the social reasoning capability of Large Language Mod…

Cited by 0SourcePDFScholar
2024

Advancing Process Verification for Large Language Models via Tree-Based Preference Learning

EMNLP 2024main

Large Language Models (LLMs) have demonstrated remarkable potential in handling complex reasoning tasks by generating step-by-step rationales. Some methods have proven effective in boosting accuracy by introducing extra verifiers to assess these paths. However, existing verifiers, typically trained…

Cited by 6SourcePDFScholar
2024

Agent-Pro: Learning to Evolve via Policy-Level Reflection and Optimization

ACL 2024long

Large Language Models (LLMs) exhibit robust problem-solving capabilities for diverse tasks. However, most LLM-based agents are designed as specific task solvers with sophisticated prompt engineering, rather than agents capable of learning and evolving through interactions. These task solvers necessi…

2024

Insert or Attach: Taxonomy Completion via Box Embedding

ACL 2024long

Taxonomy completion, enriching existing taxonomies by inserting new concepts as parents or attaching them as children, has gained significant interest. Previous approaches embed concepts as vectors in Euclidean space, which makes it difficult to model asymmetric relations in taxonomy. In addition, t…

2024

Learning Global Controller in Latent Space for Parameter-Efficient Fine-Tuning

ACL 2024long

While large language models (LLMs) have showcased remarkable prowess in various natural language processing tasks, their training costs are exorbitant. Consequently, a plethora of parameter-efficient fine-tuning methods have emerged to tailor large models for downstream tasks, including low-rank tra…

Cited by 2SourcePDFScholar
2024

Multimodal Self-Instruct: Synthetic Abstract Image and Visual Reasoning Instruction Using Language Model

EMNLP 2024main

Although most current large multimodal models (LMMs) can already understand photos of natural scenes and portraits, their understanding of abstract images, e.g., charts, maps, or layouts, and visual reasoning capabilities remains quite rudimentary. They often struggle with simple daily tasks, such a…

2024

Progressive Tuning: Towards Generic Sentiment Abilities for Large Language Models

ACL 2024findings

Understanding sentiment is arguably an advanced and important capability of AI agents in the physical world. In previous works, many efforts have been devoted to individual sentiment subtasks, without considering interrelated sentiment knowledge among these subtasks. Although some recent works model…

Cited by 2SourcePDFScholar
2024

Self-Contrast: Better Reflection Through Inconsistent Solving Perspectives

ACL 2024long

The reflection capacity of Large Language Model (LLM) has garnered extensive attention. A post-hoc prompting strategy, e.g., reflexion and self-refine, refines LLM’s response based on self-evaluated or external feedback. However, recent research indicates without external feedback, LLM’s intrinsic r…

2024

TaskBench: Benchmarking Large Language Models for Task Automation

NeurIPS 2024poster

In recent years, the remarkable progress of large language models (LLMs) has sparked interest in task automation, which involves decomposing complex tasks described by user instructions into sub-tasks and invoking external tools to execute them, playing a central role in autonomous agents. However,…

2024

TimeToM: Temporal Space is the Key to Unlocking the Door of Large Language Models’ Theory-of-Mind

ACL 2024findings

Theory of Mind (ToM)—the cognitive ability to reason about mental states of ourselves and others, is the foundation of social interaction. Although ToM comes naturally to humans, it poses a significant challenge to even the most advanced Large Language Models (LLMs). Due to the complex logical chain…

Cited by 8SourcePDFScholar
2023

An Expression Tree Decoding Strategy for Mathematical Equation Generation

EMNLP 2023long main

Generating mathematical equations from natural language requires an accurate understanding of the relations among math expressions. Existing approaches can be broadly categorized into token-level and expression-level generation. The former treats equations as a mathematical language, sequentially ge…

Cited by 0SourceScholar
2023

DiffusionNER: Boundary Diffusion for Named Entity Recognition

ACL 2023long

In this paper, we propose DiffusionNER, which formulates the named entity recognition task as a boundary-denoising diffusion process and thus generates named entities from noisy spans. During training, DiffusionNER gradually adds noises to the golden entity boundaries by a fixed forward diffusion pr…

2023

Enhancing Emotion Recognition in Conversation via Multi-view Feature Alignment and Memorization

EMNLP 2023long findings

Emotion recognition in conversation (ERC) has attracted increasing attention in natural language processing community. Previous work commonly first extract semantic-view features via fine-tuning PLMs, then models context-view features based on the obtained semantic-view features by various graph neu…

Cited by 0SourceScholar
2023

HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face

NeurIPS 2023poster

Solving complicated AI tasks with different domains and modalities is a key step toward artificial general intelligence. While there are numerous AI models available for various domains and modalities, they cannot handle complicated AI tasks autonomously. Considering large language models (LLMs) hav…

2023

MProto: Multi-Prototype Network with Denoised Optimal Transport for Distantly Supervised Named Entity Recognition

EMNLP 2023long main

Distantly supervised named entity recognition (DS-NER) aims to locate entity mentions and classify their types with only knowledge bases or gazetteers and unlabeled corpus. However, distant annotations are noisy and degrade the performance of NER models. In this paper, we propose a noise-robust prot…

Cited by 0SourcecodeScholar
2023

PromptNER: Prompt Locating and Typing for Named Entity Recognition

ACL 2023long

Prompt learning is a new paradigm for utilizing pre-trained language models and has achieved great success in many tasks. To adopt prompt learning in the NER task, two kinds of methods have been explored from a pair of symmetric perspectives, populating the template by enumerating spans to predict t…

2022

A Closed-Loop Perception, Decision-Making and Reasoning Mechanism for Human-Like Navigation

IJCAI 2022poster

Reliable navigation systems have a wide range of applications in robotics and autonomous driving. Current approaches employ an open-loop process that converts sensor inputs directly into actions. However, these open-loop schemes are challenging to handle complex and dynamic real-world scenarios due…

2022

Minimally-Supervised Relation Induction from Pre-trained Language Model

NAACL 2022findings

Relation Induction is a very practical task in Natural Language Processing (NLP) area. In practical application scenarios, people want to induce more entity pairs having the same relation from only a few seed entity pairs. Thus, instead of the laborious supervised setting, in this paper, we focus on…

2022

Multi-View Reasoning: Consistent Contrastive Learning for Math Word Problem

EMNLP 2022finding

Math word problem solver requires both precise relation reasoning about quantities in the text and reliable generation for the diverse equation. Current sequence-to-tree or relation extraction methods regard this only from a fixed view, struggling to simultaneously handle complex semantics and diver…

2022

Parallel Instance Query Network for Named Entity Recognition

ACL 2022long

Named entity recognition (NER) is a fundamental task in natural language processing. Recent works treat named entity recognition as a reading comprehension task, constructing type-specific queries manually to extract entities. This paradigm suffers from three issues. First, type-specific queries can…

2022

Prompting to Distill: Boosting Data-Free Knowledge Distillation via Reinforced Prompt

IJCAI 2022poster

Data-free knowledge distillation (DFKD) conducts knowledge distillation via eliminating the dependence of original training data, and has recently achieved impressive results in accelerating pre-trained language models. At the heart of DFKD is to reconstruct a synthetic dataset by inverting the par…

Cited by 10SourcePDFScholar
2022

Propose-and-Refine: A Two-Stage Set Prediction Network for Nested Named Entity Recognition

IJCAI 2022poster

Nested named entity recognition (nested NER) is a fundamental task in natural language processing. Various span-based methods have been proposed to detect nested entities with span representations. However, span-based methods do not consider the relationship between a span and other entities or phra…

2022

Query-based Instance Discrimination Network for Relational Triple Extraction

EMNLP 2022main

Joint entity and relation extraction has been a core task in the field of information extraction. Recent approaches usually consider the extraction of relational triples from a stereoscopic perspective, either learning a relation-specific tagger or separate classifiers for each relation type. Howeve…

Cited by 10SourcePDFScholar
2022

Towards Data-Efficient Detection Transformers

ECCV 2022poster

"Detection transformers have achieved competitive performance on the sample-rich COCO dataset. However, we show most of them suffer from significant performance drops on small-size datasets, like Cityscapes. In other words, the detection transformers are generally data-hungry. To tackle this problem…

2021

A Sequence-to-Set Network for Nested Named Entity Recognition

IJCAI 2021poster

Named entity recognition (NER) is a widely studied task in natural language processing. Recently, a growing number of studies have focused on the nested NER. The span-based methods, considering the entity recognition as a span classification task, can deal with nested entities naturally. But they su…

2021

Heterogeneous Graph Neural Networks for Concept Prerequisite Relation Learning in Educational Data

NAACL 2021long

Prerequisite relations among concepts are crucial for educational applications, such as curriculum planning and intelligent tutoring. In this paper, we propose a novel concept prerequisite relation learning approach, named CPRL, which combines both concept representation learned from a heterogeneous…

2021

Locate and Label: A Two-stage Identifier for Nested Named Entity Recognition

ACL 2021long

Named entity recognition (NER) is a well-studied task in natural language processing. Traditional NER research only deals with flat entities and ignores nested entities. The span-based methods treat entity recognition as a span classification task. Although these methods have the innate ability to h…

2020

Multi-hop Reading Comprehension across Documents with Path-based Graph Convolutional Network

IJCAI 2020poster

Multi-hop reading comprehension across multiple documents attracts much attentions recently. In this paper, we propose a novel approach to tackle this multi-hop reading comprehension problem. Inspired by the human reasoning processing, we introduce a path-based graph with reasoning paths which extra…

Cited by 0SourcePDFScholar