Xinyan Wang

xwang2587@wisc.edu.

graduation_square.png

5615 Morgridge Hall, 1205 University Avenue, Madison, WI 53706

Curriculum Vitae

I am Xinyan Wang, a third year PhD student in Statistics at the University of Wisconsin–Madison, advised by Professor Jun Shao and working with Professor Chaowei Xiao at Johns Hopkins University. I received my BS in Statistics from East China Normal University in 2022 and MS in Statistics from UW–Madison in 2023. I am also pursuing a MS in Computer Science at UW–Madison.

I work on LLM post-training — reinforcement learning (RL) and on-policy distillation (OPD) — and on LLM agents. My goal is to make reasoning models efficient, reliable, and safe enough to deploy in practice. I am now extending that goal to agent safety, currently through red-teaming. My current topics of interest include:

  • Safety of Reasoning Models: Understanding and red-teaming the vulnerabilities that long reasoning traces introduce — e.g., ReasoningBomb (CCS 2026), a reinforcement-learning-based inference-time denial-of-service attack that traps LRMs into pathologically long reasoning.
  • Efficient Reasoning: Reducing redundant computation in large reasoning models at inference time — e.g., ROM, which shows the productive-to-redundant transition is a decodable latent event and turns it into a streaming detector-and-intervention framework that curbs overthinking in frozen LRMs in real time, cutting 28–77% of response tokens while maintaining accuracy across five backbones and five reasoning benchmarks.
  • Reasoning Distillation: Identifying which teacher signals are reliable when distilling reasoning into models and weighting supervision accordingly — e.g., PW-OPSD, which shows teacher-token reliability in on-policy self-distillation is position-structured and up-weights reliable later tokens at no extra teacher cost.

news

Aug 2026 Our updated ROM paper is now on arXiv. We frame overthinking in large reasoning models as a latent productive-to-redundant transition that is directly decodable from hidden states around first-correct-solution (FCS) boundaries. ROM turns this signal into control: a lightweight streaming detector (~0.1% of backbone parameters) monitors a frozen LRM and intervenes at well-formed reasoning boundaries — no answer extraction, no probe decoding, no backbone updates. Our Counterfactual Self-Correction (CSC) augmentation preserves pre-FCS self-correction. Across five backbones, five benchmarks, and ten baselines under a shared protocol, ROM attains the highest accuracy in 19 of 25 settings, cuts response length 28–77% (mean 45%), and is the only method on the accuracy–length Pareto front in every setting; the same MATH500-trained head transfers zero-shot and cuts wall-clock latency by 46.5%. Check out our project page, code, and dataset.
May 2026 Our new paper PW-OPSD is now on arXiv! We find that teacher-token reliability in on-policy self-distillation for reasoning is position-structured, and propose Position-Weighted On-Policy Self-Distillation (PW-OPSD) to up-weight reliable later tokens at no extra teacher cost. Check out our paper and code.
Apr 2026 Our paper ReasoningBomb has been accepted to ACM CCS 2026! We propose an RL-based framework that crafts short, natural-language prompts to trap LRMs into pathologically long reasoning, with a constant-time surrogate reward enabling 4.39×10⁵× training speedup. Just 10% malicious traffic cuts benign throughput by 49.8% and monopolizes 64.3% of compute. Check out our paper, website, code, and dataset.
Feb 2026 ReasoningBomb is now on arXiv. Check out our website, code, and dataset.
Sep 2024 Passed my Qualifying Exam.

selected publications

2026

  1. reasoningbomb.png
    ReasoningBomb: A Stealthy Denial-of-Service Attack by Inducing Pathologically Long Reasoning in Large Reasoning Models
    Xiaogeng LiuXinyan Wang, Yechao Zhang, Sanjay Kariyappa, Chong Xiang, Muhao Chen, G. Edward Suh, and Chaowei Xiao
    In Proceedings of the ACM Conference on Computer and Communications Security (CCS), 2026
  2. rom.png
    ROM: Real-time Overthinking Mitigation via Streaming Detection and Intervention
    Xinyan WangXiaogeng LiuMing Pei, and Chaowei Xiao
    Submitted to ACL Rolling Review (ARR), Aug 2026
  3. pwopsd.png
    When Are Teacher Tokens Reliable? Position-Weighted On-Policy Self-Distillation for Reasoning
    Xiaogeng LiuXinyan Wang, Yingzi Ma, Yechao Zhang, and Chaowei Xiao
    Submitted to NeurIPS, 2026

2023

  1. mle.png
    MLE with datasets from populations having shared parameters
    Jun Shao, and Xinyan Wang
    Statistical Theory and Related Fields, 2023

service

  • Reviewer of ACL' 26, ECCV' 26, EMNLP' 26, NeurIPS' 26.