← Search

Siyuan Wang

40 accepted papers

2026

HardcoreLogic: Challenging Large Reasoning Models with Long-tail Logic Puzzle Games

ICLR 2026poster

Large Reasoning Models (LRMs) have demonstrated impressive performance on complex tasks, including logical puzzle games that require deriving solutions satisfying all constraints. However, whether they can flexibly apply appropriate rules to varying conditions, particularly when faced with non-canon…

Cited by 0SourceScholar
2026

Look Back to Reason Forward: Revisitable Memory for Long-Context LLM Agents

ICLR 2026poster

Large language models face challenges in long-context question answering, where key evidence of a query may be dispersed across millions of tokens. Existing works equip large language models with a memory corpus that is dynamically updated during a single-pass document scan, also known as the "memor…

Cited by 0SourcecodeScholar
2026

Lookahead Tree-Based Rollouts for Enhanced Trajectory-Level Exploration in Reinforcement Learning with Verifiable Rewards

ICLR 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR), particularly with algorithms like Group Relative Policy Optimization (GRPO), has proven highly effective in enhancing the reasoning capabilities of large language models. However, a critical bottleneck in current pipelines lies in the limited di…

Cited by 0SourcecodeScholar
2026

LoongRL: Reinforcement Learning for Advanced Reasoning over Long Contexts

ICLR 2026oral

Reasoning over long contexts is essential for large language models. While reinforcement learning (RL) enhances short-context reasoning by inducing "Aha" moments in chain-of-thought, the advanced thinking patterns required for long-context reasoning remain largely unexplored, and high-difficulty RL…

Cited by 0SourcecodeScholar
2026

Mixture-of-Visual-Thoughts: Exploring Context-Adaptive Reasoning Mode Selection for General Visual Reasoning

ICLR 2026poster

Current visual reasoning methods mainly focus on exploring specific reasoning modes. Although improvements can be achieved in particular domains, they struggle to develop general reasoning capabilities. Inspired by this, we propose a novel adaptive reasoning paradigm, $\underline{\text{M}}$ixture-$\…

Cited by 0SourcecodeScholar
2026

Not All Models Suit Expert Offloading: On Local Routing Consistency of Mixture-of-Expert Models

ICLR 2026poster

Mixture-of-Experts (MoE) enables efficient scaling of large language models (LLMs) with sparsely activated experts during inference. To effectively deploy large MoE models on memory-constrained devices, many systems introduce expert offloading which caches a subset of experts in fast memory, leaving…

Cited by 0SourcecodeScholar
2026

OneSearch: A Preliminary Exploration of the Unified End-to-End Generative Framework for E-commerce Search

ICML 2026poster

Traditional e-commerce search systems employ multi-stage cascading architectures (MCA) that suffer from fragmented computation and optimization objective collisions across stages, ultimately limiting their performance ceiling. We propose OneSearch, the first industrial-deployed end-to-end generative…

Cited by 0SourceScholar
2026

PromptDepth: Efficient and Promptable Geometric 3D Vision Model for Embodied Intelligence

CVPR 2026

Vision models for embodied intelligence require efficient 3D comprehension and interaction with objects within the scene. Existing 3D reconstruction models either overlook instance-level perception or rely on time-consuming offline reasoning, showing a less adaptability in real-time embodied scenari

Cited by 0SourceScholar
2026

Unlocking the Value of Text: Event-Driven Reasoning and Multi-Level Alignment for Time Series Forecasting

ICLR 2026poster

Existing time series forecasting methods primarily rely on the numerical data itself. However, real-world time series exhibit complex patterns associated with multimodal information, making them difficult to predict with numerical data alone. While several multimodal time series forecasting methods…

Cited by 0SourcecodeScholar
2025

Activating Distributed Visual Region within LLMs for Efficient and Effective Vision-Language Training and Inference

ACL 2025long

Large Vision-Language Models (LVLMs) typically learn visual capacity through visual instruction tuning, involving updates to both a projector and their LLM backbones. Inspired by the concept of a visual region in the human brain, we investigate the existence of an analogous visual region within LLMs…

2025

Benchmark Self-Evolving: A Multi-Agent Framework for Dynamic LLM Evaluation

COLING 2025main

This paper presents a benchmark self-evolving framework to dynamically evaluate rapidly advancing Large Language Models (LLMs). We utilize a multi-agent system to reframe new evolving instances with high confidence that extend existing benchmarks. Towards a more scalable, robust and fine-grained eva…

2025

DLFR-Gen: Diffusion-based Video Generation with Dynamic Latent Frame Rate

ICCV 2025poster

Diffusion Transformer (DiT)-based generation models have achieved remarkable success in video generation. However, their inherent computational demands pose significant efficiency challenges. In this paper, we exploit the inherent temporal non-uniformity of real-world videos, and observe that videos…

Cited by 0SourcePDFScholar
2025

Diagnosing Memorization in Chain-of-Thought Reasoning, One Token at a Time

EMNLP 2025

Large Language Models (LLMs) perform well on reasoning benchmarks but often fail when inputs alter slightly, raising concerns about the extent to which their success relies on memorization. This issue is especially acute in Chain-of-Thought (CoT) reasoning, where spurious memorized patterns can trig

2025

HAF-RM: A Hybrid Alignment Framework for Reward Model Training

ACL 2025long

The reward model has become increasingly important in alignment, assessment, and data construction for large language models (LLMs). Most existing researchers focus on enhancing reward models through data improvements, following the conventional training framework for reward models that directly opt…

2025

How Jailbreak Defenses Work and Ensemble? A Mechanistic Investigation

EMNLP 2025

Jailbreak attacks, where harmful prompts bypass generative models’ built-in safety, raise serious concerns about model vulnerability. While many defense methods have been proposed, the trade-offs between safety and helpfulness, and their application to Large Vision-Language Models (LVLMs), are not w

Cited by 0SourcePDFScholar
2025

LongRoPE2: Near-Lossless LLM Context Window Scaling

ICML 2025poster

LongRoPE2 is a novel approach that extends the effective context window of pre-trained large language models (LLMs) to the target length, while preserving the performance on the original shorter context window. This is achieved by three contributions: (1) a hypothesis that insufficient training in…

2025

Multi-Agent Simulator Drives Language Models for Legal Intensive Interaction

NAACL 2025findings

Large Language Models (LLMs) have significantly advanced legal intelligence, but the scarcity of scenario data impedes the progress toward interactive legal scenarios. This paper introduces a Multi-agent Legal Simulation Driver (MASER) to scalably generate synthetic data by simulating interactive le…

2025

Prompt-guided Disentangled Representation for Action Recognition

NeurIPS 2025poster

Action recognition is a fundamental task in video understanding. Existing methods typically extract unified features to process all actions in one video, which makes it challenging to model the interactions between different objects in multi-action scenarios. To alleviate this issue, we explore dise…

Cited by 0SourcecodeScholar
2025

Synergistic Multi-Agent Framework with Trajectory Learning for Knowledge-Intensive Tasks

AAAI 2025technical

Recent advancements in Large Language Models (LLMs) have led to significant breakthroughs in various natural language processing tasks. However, generating factually consistent responses in knowledge-intensive scenarios remains a challenge due to issues such as hallucination, difficulty in acquiring…

2024

ALaRM: Align Language Models via Hierarchical Rewards Modeling

ACL 2024findings

We introduce ALaRM, the first framework modeling hierarchical rewards in reinforcement learning from human feedback (RLHF), which is designed to enhance the alignment of large language models (LLMs) with human preferences. The framework addresses the limitations of current alignment approaches, whic…

2024

Can LLMs Reason with Rules? Logic Scaffolding for Stress-Testing and Improving LLMs

ACL 2024long

Large language models (LLMs) have achieved impressive human-like performance across various reasoning tasks. However, their mastery of underlying inferential rules still falls short of human capabilities. To investigate this, we propose a logic scaffolding inferential rule generation framework, to c…

2024

Enhance Sketch Recognition’s Explainability via Semantic Component-Level Parsing

AAAI 2024technical

Free-hand sketches are appealing for humans as a universal tool to depict the visual world. Humans can recognize varied sketches of a category easily by identifying the concurrence and layout of the intrinsic semantic components of the category, since humans draw free-hand sketches based a common co…

2024

From LLMs to MLLMs: Exploring the Landscape of Multimodal Jailbreaking

EMNLP 2024main

The rapid development of Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs) has exposed vulnerabilities to various adversarial attacks. This paper provides a comprehensive overview of jailbreaking research targeting both LLMs and MLLMs, highlighting recent advancements in eval…

Cited by 3SourcePDFScholar
2024

In Search of the Long-Tail: Systematic Generation of Long-Tail Inferential Knowledge via Logical Rule Guided Search

EMNLP 2024main

To effectively use large language models (LLMs) for real-world queries, it is imperative that they generalize to the long-tail distribution, i.e. rare examples where models exhibit low confidence. In this work, we take the first step towards evaluating LLMs in the long-tail distribution of inferenti…

2024

Multi-Objective Forward Reasoning and Multi-Reward Backward Refinement for Product Review Summarization

COLING 2024main

Product review summarization aims to generate a concise summary based on product reviews to facilitate purchasing decisions. This intricate task gives rise to three challenges in existing work: factual accuracy, aspect comprehensiveness, and content relevance. In this paper, we first propose an FB-T…

Cited by 1SourcePDFScholar
2024

Symbolic Working Memory Enhances Language Models for Complex Rule Application

EMNLP 2024main

Large Language Models (LLMs) have shown remarkable reasoning performance but struggle with multi-step deductive reasoning involving a series of rule application steps, especially when rules are presented non-sequentially. Our preliminary analysis shows that while LLMs excel in single-step rule appli…

2023

Query Structure Modeling for Inductive Logical Reasoning Over Knowledge Graphs

ACL 2023long

Logical reasoning over incomplete knowledge graphs to answer complex logical queries is a challenging task. With the emergence of new entities and relations in constantly evolving KGs, inductive logical reasoning over KGs has become a crucial problem. However, previous PLMs-based methods struggle to…

2022

A Structure-Aware Argument Encoder for Literature Discourse Analysis

COLING 2022main

Existing research for argument representation learning mainly treats tokens in the sentence equally and ignores the implied structure information of argumentative context. In this paper, we propose to separate tokens into two groups, namely framing tokens and topic ones, to capture structural inform…

2022

Analytical Reasoning of Text

NAACL 2022findings

Analytical reasoning is an essential and challenging task that requires a system to analyze a scenario involving a set of particular circumstances and perform reasoning over it to make conclusions. However, current neural models with implicit reasoning ability struggle to solve this task. In this pa…

2022

Design, Fabrication, and Characterization of a Hybrid Bionic Spherical Robotics With Multilegged Feedback Mechanism

RA-L 2022

Spherical robots have many desirable traits when designing mass efficient systems interacted with unstructured terrain. In this letter, we propose a hybrid bionic spherical robot based on the morphological properties of sea urchins and the movement characteristics of tumbleweeds. This robot enables

Cited by 5SourceScholar
2022

Locate Then Ask: Interpretable Stepwise Reasoning for Multi-hop Question Answering

COLING 2022main

Multi-hop reasoning requires aggregating multiple documents to answer a complex question. Existing methods usually decompose the multi-hop question into simpler single-hop questions to solve the problem for illustrating the explainable reasoning process. However, they ignore grounding on the support…

2022

Logic-Driven Context Extension and Data Augmentation for Logical Reasoning of Text

ACL 2022findings

Logical reasoning of text requires identifying critical logical structures in the text and performing inference over them. Existing methods for logical reasoning mainly focus on contextual semantics of text while struggling to explicitly model the logical inference process. In this paper, we not onl…

2022

Negative Sample is Negative in Its Own Way: Tailoring Negative Sentences for Image-Text Retrieval

NAACL 2022findings

Matching model is essential for Image-Text Retrieval framework. Existing research usually train the model with a triplet loss and explore various strategy to retrieve hard negative sentences in the dataset. We argue that current retrieval-based negative sample construction approach is limited in the…

2021

Mask Attention Networks: Rethinking and Strengthen Transformer

NAACL 2021long

Transformer is an attention-based neural network, which consists of two sublayers, namely, Self-Attention Network (SAN) and Feed-Forward Network (FFN). Existing research explores to enhance the two sublayers separately to improve the capability of Transformer for text representation. In this paper,…

2021

TCIC: Theme Concepts Learning Cross Language and Vision for Image Captioning

IJCAI 2021poster

Existing research for image captioning usually represents an image using a scene graph with low-level facts (objects and relations) and fails to capture the high-level semantics. In this paper, we propose a Theme Concepts extended Image Captioning (TCIC) framework that incorporates theme concepts to…

2020

An Enhanced Knowledge Injection Model for Commonsense Generation

COLING 2020main

Commonsense generation aims at generating plausible everyday scenario description based on a set of provided concepts. Digging the relationship of concepts from scratch is non-trivial, therefore, we retrieve prototypes from external knowledge to assist the understanding of the scenario for better de…

Cited by 36SourcePDFScholar