Researcher profile

Yichen Xu

Yichen Xu contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
13works
0followers
8topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

13 published item(s)

preprint2026arXiv

Agentic Proof Automation: A Case Study

Proof engineering is notoriously labor-intensive: proofs that are straightforward on paper often require lengthy scripts in theorem provers. Recent advances in large language models (LLMs) create new opportunities for proof automation: modern LLMs not only generate proof scripts, but also support agentic behavior, exploring codebases and iteratively refining their outputs against prover feedback. These advances enable an emerging scheme where LLM-based agents undertake most proof engineering under human guidance. Humans provide mathematical insight (definitions, theorems, proof strategies); agents handle the mechanical work of proof development. We call this scheme agentic proof automation. We present this scheme through a case study: mechanizing the semantic type soundness of a sophisticated formal system, System Capless, in Lean 4, comprising over 14,000 lines of code. Using off-the-shelf LLM agents with a single lightweight proof-checking tool, the agents completed 189 proof engineering tasks with an 87% success rate, only 16% requiring human intervention. The case study demonstrates that agents are capable proof engineers that substantially boost productivity, though they fall short in creative reasoning and still require human guidance in certain cases. We release an interactive explorer where readers can examine all agent interactions; the mechanization is open-sourced for experiments and extensions.

preprint2026arXiv

POLYCHARTQA: Benchmarking Large Vision-Language Models with Multilingual Chart Question Answering

Charts are a universally adopted medium for data communication, yet existing chart understanding benchmarks are overwhelmingly English-centric, limiting their accessibility and relevance to global audiences. To address this limitation, we introduce PolyChartQA, the first large-scale multilingual benchmark for chart question answering, comprising 22,606 charts and 26,151 QA pairs across 10 diverse languages. PolyChartQA is constructed through a scalable pipeline that enables efficient multilingual chart generation via data translation and code reuse, supported by LLM-based translation and rigorous quality control. We systematically evaluate multilingual chart understanding with PolyChartQA on state-of-the-art LVLMs and reveal a significant performance gap between English and other languages, particularly low-resource ones. Additionally, we introduce a companion multilingual chart question answering training set, PolyChartQA-Train, on which fine-tuning LVLMs yields substantial gains in multilingual chart understanding across diverse model sizes and architectures. Together, our benchmark provides a foundation for developing globally inclusive vision-language models capable of understanding charts across diverse linguistic contexts.

preprint2022arXiv

A construction of exotic metallic states

We discuss examples of two dimensional metallic states with charge fractionalization, and we will demonstrate that the mechanism of charge fractionalization leads to exotic metallic behaviors at low and intermediate temperature. The simplest example of such state is constructed by fermionic partons at finite density coupled to a $Z_N$ gauge field, whose properties can be studied through rudimentary methods. This simple state has the following exotic features: (1) at low temperature this state is a "bad metal" whose resistivity can exceed the Mott-Ioffe-Regel limit; (2) while increasing temperature $T$ the resistivity $ρ(T)$ is a nonmonotonic function, and it crosses over from a bad metal at low $T$ to a good metal at relatively high $T$; (3) the optical conductivity $σ(ω)$ has a small Drude weight at low $T$, and a larger Drude weight at intermediate $T$; (4) at low temperature the metallic state has a large Lorenz number, which strongly violates the Wiedemann-Franz law. A more complex example with fermionic partons at finite density coupled to a SU(N) gauge field will also be constructed.

preprint2022arXiv

Metal-Insulator Transition with Charge Fractionalization

It has been proposed that an extended version of the Hubbard model which potentially hosts rich correlated physics may be well simulated by the transition metal dichalcogenide (TMD) moiré heterostructures. Motivated by recent reports of continuous metal-insulator transition (MIT) at half filling, as well as correlated insulators at various fractional fillings in TMD moiré heterostructures, we propose a theory for the potentially continuous MIT with fractionalized electric charges. The charge fractionalization at the MIT will lead to various experimental observable effects, such as a large critical resistivity as well as large universal resistivity jump at the continuous MIT. These predictions are different from previously proposed theory for interaction-driven continuous MIT. Physics in phases near the MIT will also be discussed.

preprint2021arXiv

Graph Contrastive Learning with Adaptive Augmentation

Recently, contrastive learning (CL) has emerged as a successful method for unsupervised graph representation learning. Most graph CL methods first perform stochastic augmentation on the input graph to obtain two graph views and maximize the agreement of representations in the two views. Despite the prosperous development of graph CL methods, the design of graph augmentation schemes -- a crucial component in CL -- remains rarely explored. We argue that the data augmentation schemes should preserve intrinsic structures and attributes of graphs, which will force the model to learn representations that are insensitive to perturbation on unimportant nodes and edges. However, most existing methods adopt uniform data augmentation schemes, like uniformly dropping edges and uniformly shuffling features, leading to suboptimal performance. In this paper, we propose a novel graph contrastive representation learning method with adaptive augmentation that incorporates various priors for topological and semantic aspects of the graph. Specifically, on the topology level, we design augmentation schemes based on node centrality measures to highlight important connective structures. On the node attribute level, we corrupt node features by adding more noise to unimportant node features, to enforce the model to recognize underlying semantic information. We perform extensive experiments of node classification on a variety of real-world datasets. Experimental results demonstrate that our proposed method consistently outperforms existing state-of-the-art baselines and even surpasses some supervised counterparts, which validates the effectiveness of the proposed contrastive framework with adaptive augmentation.

preprint2020arXiv

Boundary Criticality of Topological Quantum Phase Transitions in $2d$ systems

We discuss the boundary critical behaviors of two dimensional quantum phase transitions with fractionalized degrees of freedom in the bulk, motivated by the fact that usually it is the $1d$ boundary that is exposed and can be conveniently probed in many experimental platforms. In particular, we mainly discuss boundary criticality of two examples: i. the quantum phase transition between a $2d$ $Z_2$ topological order and an ordered phase with spontaneous symmetry breaking; ii. the continuous quantum phase transition between metal and a particular type of Mott insulator (U(1) spin liquid). This theoretical study could be relevant to many purely $2d$ systems, where recent experiments have found correlated insulator, superconductor, and metal in the same phase diagram.

preprint2020arXiv

CAGNN: Cluster-Aware Graph Neural Networks for Unsupervised Graph Representation Learning

Unsupervised graph representation learning aims to learn low-dimensional node embeddings without supervision while preserving graph topological structures and node attributive features. Previous graph neural networks (GNN) require a large number of labeled nodes, which may not be accessible in real-world graph data. In this paper, we present a novel cluster-aware graph neural network (CAGNN) model for unsupervised graph representation learning using self-supervised techniques. In CAGNN, we perform clustering on the node embeddings and update the model parameters by predicting the cluster assignments. Moreover, we observe that graphs often contain inter-class edges, which mislead the GNN model to aggregate noisy information from neighborhood nodes. We further refine the graph topology by strengthening intra-class edges and reducing node connections between different classes based on cluster labels, which better preserves cluster structures in the embedding space. We conduct comprehensive experiments on two benchmark tasks using real-world datasets. The results demonstrate the superior performance of the proposed model over existing baseline methods. Notably, our model gains over 7% improvements in terms of accuracy on node clustering over state-of-the-arts.

preprint2020arXiv

Continuous Néel-VBS Quantum Phase Transition in Non-Local one-dimensional systems with SO(3) Symmetry

One dimensional $(1d)$ interacting systems with local Hamiltonians can be studied with various well-developed analytical methods. Recently novel $1d$ physics was found numerically in systems with either spatially nonlocal interactions, or at the $1d$ boundary of $2d$ quantum critical points, and the critical fluctuation in the bulk also yields effective nonlocal interactions at the boundary. This work studies the edge states at the $1d$ boundary of $2d$ strongly interacting symmetry protected topological (SPT) states, when the bulk is driven to a disorder-order phase transition. We will take the $2d$ Affleck-Kennedy-Lieb-Tasaki (AKLT) state as an example, which is a SPT state protected by the SO(3) spin symmetry and spatial translation. We found that the original $(1+1)d$ boundary conformal field theory of the AKLT state is unstable due to coupling to the boundary avatar of the bulk quantum critical fluctuations. When the bulk is fixed at the quantum critical point, within the accuracy of our expansion method, we find that by tuning one parameter at the boundary, there is a generic direct transition between the long range antiferromagnetic Néel order and the valence bond solid (VBS) order. This transition is very similar to the Néel-VBS transition recently found in numerical simulation of a spin-1/2 chain with nonlocal spatial interactions. Connections between our analytical studies and recent numerical results concerning the edge states of the $2d$ AKLT-like state at a bulk quantum phase transition will also be discussed.

preprint2020arXiv

Deep Graph Contrastive Representation Learning

Graph representation learning nowadays becomes fundamental in analyzing graph-structured data. Inspired by recent success of contrastive methods, in this paper, we propose a novel framework for unsupervised graph representation learning by leveraging a contrastive objective at the node level. Specifically, we generate two graph views by corruption and learn node representations by maximizing the agreement of node representations in these two views. To provide diverse node contexts for the contrastive objective, we propose a hybrid scheme for generating graph views on both structure and attribute levels. Besides, we provide theoretical justification behind our motivation from two perspectives, mutual information and the classical triplet loss. We perform empirical experiments on both transductive and inductive learning tasks using a variety of real-world datasets. Experimental experiments demonstrate that despite its simplicity, our proposed method consistently outperforms existing state-of-the-art methods by large margins. Moreover, our unsupervised method even surpasses its supervised counterparts on transductive tasks, demonstrating its great potential in real-world applications.

preprint2020arXiv

Non-Landau Quantum Phase Transitions and nearly-Marginal non-Fermi Liquid

Non-fermi liquid and unconventional quantum critical points (QCP) with strong fractionalization are two exceptional phenomena beyond the classic condensed matter doctrines, both of which could occur in strongly interacting quantum many-body systems. This work demonstrates that using a controlled method one can construct a non-Fermi liquid within a considerable energy window based on the unique physics of unconventional QCPs. We will focus on the "nearly-marginal non-Fermi liquid", defined as a state whose fermion self-energy scales as $Σ_f(i ω) \sim i \mathrm{sgn}(ω)|ω|^α$ with $α$ close to $1$ in a considerable energy window. The nearly-marginal non-fermi liquid is obtained by coupling an electron fermi surface to unconventional QCPs that are beyond the Landau's paradigm. This mechanism relies on the observation that the anomalous dimension $η$ of the order parameter of these unconventional QCPs can be close to $1$, which is significantly larger than conventional Landau phase transitions, for example the Wilson-Fisher fixed points. The fact that $η\sim 1$ justifies a perturbative renormalization group calculation proposed earlier. Various candidate QCPs that meet this desired condition are proposed.

preprint2020arXiv

Orbital Orders and non-Fermi Liquid in Moiré systems

Motivated by recent observation of nematicity in Moiré systems, we study three different orbital orders that potentially can happen in Moiré systems: (1) the nematic order; (2) the valley polarization; and (3) the "compass order". Each order parameter spontaneously breaks part of the spatial symmetries of the system. We explore physics caused by the quantum fluctuations close to the order-disorder transition of these order parameters. Especially, we recognize that the symmetry of the Moiré systems leads to a crucial difference of the effective theory describing the nematic order from the standard Hertz-Millis formalism. We demonstrate that this key difference may lead to a special non-Fermi liquid behavior near the order-disorder nematic transition, different from the standard non-Fermi liquid behavior usually expected when a Fermi surface is coupled to the critical fluctuations of orbital orders. We also discuss the interplay of the three order parameters and the possible rich phase diagram at finite temperature. Within the three orbital orders, the valley polarization and the "compass order" likely strongly compete with the superconductor.

preprint2020arXiv

Physics of Symmetry Protected Topological phases involving Higher Symmetries and their Applications

We discuss physical constructions, and the boundary properties of various symmetry protected topological phases that involve 1-form symmetries, from one spatial dimension (1d) to four spatial dimensions (4d). For example, the prototype 3d boundary state of 4d SPT states involving 1-form symmetries can be either a gapless photon phase (quantum electrodynamics) or gapped topological order enriched by 1-form symmetries, namely the loop excitations of these topological orders carry nontrivial 1-form symmetry charges. This study also serves the purpose of diagnosing anomaly of 3d states of matter. Connection between SPT states with 1-form symmetries and condensed matter systems such as quantum dimer models at one lower dimension will also be discussed. Whether a quantum dimer model can have a trivial gapped phase or not depends on the nature of its corresponding bulk state in one higher dimension.

preprint2020arXiv

Topological Edge and Interface states at Bulk disorder-to-order Quantum Critical Points

We study the interplay between two nontrivial boundary effects: (1) the two dimensional ($2d$) edge states of three dimensional ($3d$) strongly interacting bosonic symmetry protected topological states, and (2) the boundary fluctuations of $3d$ bulk disorder-to-order phase transitions. We then generalize our study to $2d$ gapless states localized at an interface embedded in a $3d$ bulk, when the bulk undergoes a quantum phase transition. Our study is based on generic long wavelength descriptions of these systems and controlled analytic calculations. Our results are summarized as follows: ($i.$) The edge state of a prototype bosonic symmetry protected states can be driven to a new fixed point by coupling to the boundary fluctuations of a bulk quantum phase transition; ($ii.$) the states localized at a $2d$ interface of a $3d$ SU(N) quantum antiferromagnet may be driven to a new fixed point by coupling to the bulk quantum critical modes. Properties of the new fixed points identified are also studied.