← Search

Xiang Zhou

23 accepted papers

2026

Taming the Loss Landscape of PINNs with Noisy Feynman–Kac Supervision: Operator Preconditioning and Non-Asymptotic Error Bounds

ICML 2026poster

Physics-Informed Neural Networks (PINNs) often train slowly or fail to converge on challenging partial differential equations (PDEs), a behavior recently linked to severely ill-conditioned loss landscapes inherited from the underlying differential operator. We propose FK-PINNs, a simple modification…

Cited by 0SourceScholar
2026

Vibe Checker: Aligning Code Evaluation with Human Preference

ICML 2026poster

Large Language Models (LLMs) have catalyzed vibe coding, where users leverage LLMs to generate and iteratively refine code through natural language interactions until it passes their *vibe check*. *Vibe check* reflects human preference and goes beyond functionality: the solution should feel right, r…

Cited by 0SourceScholar
2025

Cooperative Circumnavigation for Multi-Quadrotor Systems via Onboard Sensing

RA-L 2025

A cooperative circumnavigation framework is proposed for multi-quadrotor systems to enclose and track a moving target without reliance on external localization systems. The distinct relationships between quadrotor-quadrotor and quadrotor-target interactions are evaluated using a heterogeneous percep

Cited by 0SourceScholar
2025

Don’t Half-listen: Capturing Key-part Information in Continual Instruction Tuning

ACL 2025long

Instruction tuning for large language models (LLMs) can drive them to produce results consistent with human goals in specific downstream tasks. However, the process of continual instruction tuning (CIT) for LLMs may bring about the catastrophic forgetting (CF) problem, where previously learned abili…

2025

HAC-LOCO: Learning Hierarchical Active Compliance Control for Quadruped Locomotion under Continuous External Disturbances

IROS 2025

Despite recent remarkable achievements in quadruped control, it remains challenging to ensure robust and compliant locomotion in the presence of unforeseen external disturbances. Existing methods prioritize locomotion robustness over compliance, often leading to stiff, high-frequency motions, and en

Cited by 4SourceScholar
2025

Legal Judgment Prediction based on Knowledge-enhanced Multi-Task and Multi-Label Text Classification

NAACL 2025long

Legal judgment prediction (LJP) is an essential task for legal AI, aiming at predicting judgments based on the facts of a case. Legal judgments can involve multiple law articles and charges. Although recent methods in LJP have made notable progress, most are constrained to single-task settings (e.g.…

2024

Energy Consumption Modelling of Coaxial-Rotor in Vortex Ring State for Controllable High-speed Descending

ICRA 2024poster

The ability to fast climb and descend is crucial for Unmanned Aerial Vehicle (UAV) applications in the mountains. The slower descent speed will affect the UAV’s working efficiency in reaching the rescue area. However, during the fast descent of the rotorcraft, a chaotic flow field rampages as the ro…

Cited by 2SourceScholar
2024

From Graph to Word Bag: Introducing Domain Knowledge to Confusing Charge Prediction

COLING 2024main

Confusing charge prediction is a challenging task in legal AI, which involves predicting confusing charges based on fact descriptions. While existing charge prediction methods have shown impressive performance, they face significant challenges when dealing with confusing charges, such as Snatch and…

2024

Inducing Systematicity in Transformers by Attending to Structurally Quantized Embeddings

ACL 2024long

Transformers generalize to novel compositions of structures and entities after being trained on a complex dataset, but easily overfit on datasets of insufficient complexity. We observe that when the training set is sufficiently complex, the model encodes structurally equivalent sentences using a sys…

2024

PA-LOCO: Learning Perturbation-Adaptive Locomotion for Quadruped Robots

IROS 2024poster

Locomotion control is still a challenging task for quadruped robots traversing diverse terrains amidst unforeseen disturbances. Recently, privileged learning has been employed to learn reliable and robust quadrupedal locomotion over various terrains based on a teacher-student architecture. However,…

Cited by 3SourceScholar
2023

A GNN-Guided Predict-and-Search Framework for Mixed-Integer Linear Programming

ICLR 2023poster

Mixed-integer linear programming (MILP) is widely employed for modeling combinatorial optimization problems. In practice, similar MILP instances with only coefficient variations are routinely solved, and machine learning (ML) algorithms are capable of capturing common patterns across these MILP inst…

2023

Exploring the Optimal Choice for Generative Processes in Diffusion Models: Ordinary vs Stochastic Differential Equations

NeurIPS 2023poster

The diffusion model has shown remarkable success in computer vision, but it remains unclear whether the ODE-based probability flow or the SDE-based diffusion model is more superior and under what circumstances. Comparing the two is challenging due to dependencies on data distributions, score trainin…

Cited by 13SourcePDFScholar
2023

Measure Children's Mindreading Ability with Machine Reading

EMNLP 2023long findings

Recently, much research in psychology has benefited from the advances in machine learning techniques. Some recent studies showed that it is possible to build automated scoring models for children's mindreading. These models were trained on a set of manually-labeled question-response pairs, which we…

Cited by 0SourceScholar
2023

ReCEval: Evaluating Reasoning Chains via Correctness and Informativeness

EMNLP 2023long main

Multi-step reasoning ability is fundamental to many natural language tasks, yet it is unclear what constitutes a good reasoning chain and how to evaluate them. Most existing methods focus solely on whether the reasoning chain leads to the correct conclusion, but this answer-oriented view may confoun…

Cited by 0SourcecodeScholar
2023

RexUIE: A Recursive Method with Explicit Schema Instructor for Universal Information Extraction

EMNLP 2023long findings

Universal Information Extraction (UIE) is an area of interest due to the challenges posed by varying targets, heterogeneous structures, and demand-specific schemas. Previous works have achieved success by unifying a few tasks, such as Named Entity Recognition (NER) and Relation Extraction (RE), whi…

Cited by 0SourceScholar
2022

Distributed NLI: Learning to Predict Human Opinion Distributions for Language Reasoning

ACL 2022findings

We introduce distributed NLI, a new NLU task with a goal to predict the distribution of human judgements for natural language inference. We show that by applying additional distribution estimation methods, namely, Monte Carlo (MC) Dropout, Deep Ensemble, Re-Calibration, and Distribution Distillation…

2022

Improving the Adversarial Robustness of NLP Models by Information Bottleneck

ACL 2022findings

Existing studies have demonstrated that adversarial examples can be directly attributed to the presence of non-robust features, which are highly predictive, but can be easily manipulated by adversaries to fool NLP models. In this study, we explore the feasibility of capturing task-specific robust fe…

2022

Masked Part-Of-Speech Model: Does Modeling Long Context Help Unsupervised POS-tagging?

NAACL 2022long

Previous Part-Of-Speech (POS) induction models usually assume certain independence assumptions (e.g., Markov, unidirectional, local dependency) that do not hold in real languages. For example, the subject-verb agreement can be both long-term and bidirectional. To facilitate flexible dependency model…

2022

Mutual Exclusivity Training and Primitive Augmentation to Induce Compositionality

EMNLP 2022main

Recent datasets expose the lack of the systematic generalization ability in standard sequence-to-sequence models. In this work, we analyze this behavior of seq2seq models and identify two contributing factors: a lack of mutual exclusivity bias (one target sequence can only be mapped to one source se…

2021

Filling the Gap of Utterance-aware and Speaker-aware Representation for Multi-turn Dialogue

AAAI 2021technical

A multi-turn dialogue is composed of multiple utterances from two or more different speaker roles. Thus utterance- and speaker-aware clues are supposed to be well captured in models. However, in the existing retrieval-based multi-turn dialogue modeling, the pre-trained language models (PrLMs) as enc…

2021

Semantics-Aware Inferential Network for Natural Language Understanding

AAAI 2021technical

For natural language understanding tasks, either machine reading comprehension or natural language inference, both semantics-aware and inference are favorable features of the concerned modeling for better understanding performance. Thus we propose a Semantics-Aware Inferential Network (SAIN) to meet…