← Search

Xuepeng Wang

4 accepted papers

2026

Addressing Semantic Blind Spots in Text-to-SQL via Component Pre-generation and AST Matching Rewards

ICML 2026poster

In recent years, significant advancements in large language models have greatly propelled the development of Text-to-SQL tasks. However, due to the token-by-token sequential generation mechanism employed by these models, they encounter a semantic blind spot problem with respect to pending SQL compon…

Cited by 0SourceScholar
2026

Characterizing and Mitigating Reasoning Drift in Large Language Models

ICLR 2026poster

While chain-of-thought prompting enables powerful multi-step reasoning in Large Language Models (LLMs), the stochastic nature of the generation process undermines its reliability. In this work, we first analyze thousands of reasoning paths to identify Reasoning Drift, a key failure mode where models…

Cited by 0SourceScholar
2025

Enhancing Chain of Thought Prompting in Large Language Models via Reasoning Patterns

AAAI 2025technical

Chain of Thought (CoT) prompting can encourage language models to engage in multi-step logical reasoning. The quality of the provided demonstrations significantly influences the success of downstream inference tasks. Current unsupervised CoT methods primarily select examples based on the semantics o…

2021

Concept-Based Label Embedding via Dynamic Routing for Hierarchical Text Classification

ACL 2021long

Hierarchical Text Classification (HTC) is a challenging task that categorizes a textual description within a taxonomic hierarchy. Most of the existing methods focus on modeling the text. Recently, researchers attempt to model the class representations with some resources (e.g., external dictionaries…