Catalog footprint

What is connected

41works
24topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

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

Published work

41 published item(s)

preprint2026arXiv

Achieving Gold-Medal-Level Olympiad Reasoning via Simple and Unified Scaling

Recent progress in reasoning models has substantially advanced long-horizon mathematical and scientific problem solving, with several systems now reaching gold-medal-level performance on International Mathematical Olympiad (IMO) and International Physics Olympiad (IPhO) problems. In this paper, we introduce a simple and unified recipe for converting a post-trained reasoning backbone into a rigorous olympiad-level solver. The recipe first uses a reverse-perplexity curriculum for SFT to instill rigorous proof-search and self-checking behaviors, then scales these behaviors through a two-stage RL pipeline that progresses from RL with verifiable rewards to more delicate proof-level RL, and finally boosts solving performance with test-time scaling. Applying this recipe, we train a 30B-A3B backbone with SFT on around 340K sub-8K-token trajectories followed by 200 RL steps. The resulting model, SU-01, supports stable reasoning on difficult problems with trajectories exceeding 100K tokens, while achieving gold-medal-level performance on mathematical and physical olympiad competitions, including IMO 2025/USAMO 2026 and IPhO 2024/2025. It also demonstrates strong generalization of scientific reasoning to domains beyond mathematics and physics.

preprint2026arXiv

LLMRouterBench: A Massive Benchmark and Unified Framework for LLM Routing

Large language model (LLM) routing assigns each query to the most suitable model from an ensemble. We introduce LLMRouterBench, a large-scale benchmark and unified framework for LLM routing. It comprises over 400K instances from 21 datasets and 33 models. Moreover, it provides comprehensive metrics for both performance-oriented routing and performance-cost trade-off routing, and integrates 10 representative routing baselines. Using LLMRouterBench, we systematically re-evaluate the field. While confirming strong model complementarity-the central premise of LLM routing-we find that many routing methods exhibit similar performance under unified evaluation, and several recent approaches, including commercial routers, fail to reliably outperform a simple baseline. Meanwhile, a substantial gap remains to the Oracle, driven primarily by persistent model-recall failures. We further show that backbone embedding models have limited impact, that larger ensembles exhibit diminishing returns compared to careful model curation, and that the benchmark also enables latency-aware analysis. All code and data are available at https://github.com/ynulihao/LLMRouterBench.

preprint2026arXiv

SciEvalKit: An Open-source Evaluation Toolkit for Scientific General Intelligence

We introduce SciEvalKit, a unified benchmarking toolkit designed to evaluate AI models for science across a broad range of scientific disciplines and task capabilities. Unlike general-purpose evaluation platforms, SciEvalKit focuses on the core competencies of scientific intelligence, including Scientific Multimodal Perception, Scientific Multimodal Reasoning, Scientific Multimodal Understanding, Scientific Symbolic Reasoning, Scientific Code Generation, Science Hypothesis Generation and Scientific Knowledge Understanding. It supports six major scientific domains, spanning from physics and chemistry to astronomy and materials science. SciEvalKit builds a foundation of expert-grade scientific benchmarks, curated from real-world, domain-specific datasets, ensuring that tasks reflect authentic scientific challenges. The toolkit features a flexible, extensible evaluation pipeline that enables batch evaluation across models and datasets, supports custom model and dataset integration, and provides transparent, reproducible, and comparable results. By bridging capability-based evaluation and disciplinary diversity, SciEvalKit offers a standardized yet customizable infrastructure to benchmark the next generation of scientific foundation models and intelligent agents. The toolkit is open-sourced and actively maintained to foster community-driven development and progress in AI4Science.

preprint2026arXiv

scMRDR: A scalable and flexible framework for unpaired single-cell multi-omics data integration

Advances in single-cell sequencing have enabled high-resolution profiling of diverse molecular modalities, while integrating unpaired multi-omics single-cell data remains challenging. Existing approaches either rely on pair information or prior correspondences, or require computing a global pairwise coupling matrix, limiting their scalability and flexibility. In this paper, we introduce a scalable and flexible generative framework called single-cell Multi-omics Regularized Disentangled Representations (scMRDR) for unpaired multi-omics integration. Specifically, we disentangle each cell's latent representations into modality-shared and modality-specific components using a well-designed $β$-VAE architecture, which are augmented with isometric regularization to preserve intra-omics biological heterogeneity, adversarial objective to encourage cross-modal alignment, and masked reconstruction loss strategy to address the issue of missing features across modalities. Our method achieves excellent performance on benchmark datasets in terms of batch correction, modality alignment, and biological signal preservation. Crucially, it scales effectively to large-scale datasets and supports integration of more than two omics, offering a powerful and flexible solution for large-scale multi-omics data integration and downstream biological discovery.

preprint2024arXiv

Quantum entanglement and non-Hermiticity in free-fermion systems

This topical review article reports rapid progress on the generalization and application of entanglement in non-Hermitian free-fermion quantum systems. We begin by examining the realization of non-Hermitian quantum systems through the Lindblad master equation, alongside a review of typical non-Hermitian free-fermion systems that exhibit unique features. A pedagogical discussion is provided on the relationship between entanglement quantities and the correlation matrix in Hermitian systems. Building on this foundation, we focus on how entanglement concepts are extended to non-Hermitian systems from their Hermitian free-fermion counterparts, with a review of the general properties that emerge. Finally, we highlight various concrete studies, demonstrating that entanglement entropy remains a powerful diagnostic tool for characterizing non-Hermitian physics. The entanglement spectrum also reflects the topological characteristics of non-Hermitian topological systems, while unique non-Hermitian entanglement behaviors are also discussed. The review is concluded with several future directions. Through this review, we hope to provide a useful guide for researchers who are interested in entanglement in non-Hermitian quantum systems.

preprint2023arXiv

$β$-DARTS++: Bi-level Regularization for Proxy-robust Differentiable Architecture Search

Neural Architecture Search has attracted increasing attention in recent years. Among them, differential NAS approaches such as DARTS, have gained popularity for the search efficiency. However, they still suffer from three main issues, that are, the weak stability due to the performance collapse, the poor generalization ability of the searched architectures, and the inferior robustness to different kinds of proxies. To solve the stability and generalization problems, a simple-but-effective regularization method, termed as Beta-Decay, is proposed to regularize the DARTS-based NAS searching process (i.e., $β$-DARTS). Specifically, Beta-Decay regularization can impose constraints to keep the value and variance of activated architecture parameters from being too large, thereby ensuring fair competition among architecture parameters and making the supernet less sensitive to the impact of input on the operation set. In-depth theoretical analyses on how it works and why it works are provided. Comprehensive experiments validate that Beta-Decay regularization can help to stabilize the searching process and makes the searched network more transferable across different datasets. To address the robustness problem, we first benchmark different NAS methods under a wide range of proxy data, proxy channels, proxy layers and proxy epochs, since the robustness of NAS under different kinds of proxies has not been explored before. We then conclude some interesting findings and find that $β$-DARTS always achieves the best result among all compared NAS methods under almost all proxies. We further introduce the novel flooding regularization to the weight optimization of $β$-DARTS (i.e., Bi-level regularization), and experimentally and theoretically verify its effectiveness for improving the proxy robustness of differentiable NAS.

preprint2022arXiv

$β$-DARTS: Beta-Decay Regularization for Differentiable Architecture Search

Neural Architecture Search~(NAS) has attracted increasingly more attention in recent years because of its capability to design deep neural networks automatically. Among them, differential NAS approaches such as DARTS, have gained popularity for the search efficiency. However, they suffer from two main issues, the weak robustness to the performance collapse and the poor generalization ability of the searched architectures. To solve these two problems, a simple-but-efficient regularization method, termed as Beta-Decay, is proposed to regularize the DARTS-based NAS searching process. Specifically, Beta-Decay regularization can impose constraints to keep the value and variance of activated architecture parameters from too large. Furthermore, we provide in-depth theoretical analysis on how it works and why it works. Experimental results on NAS-Bench-201 show that our proposed method can help to stabilize the searching process and makes the searched network more transferable across different datasets. In addition, our search scheme shows an outstanding property of being less dependent on training time and data. Comprehensive experiments on a variety of search spaces and datasets validate the effectiveness of the proposed method.

preprint2022arXiv

Detailed study of quantum path interferences in high harmonic generation driven by chirped laser pulses

We investigate the electron quantum path interference effects during high harmonic generation in atomic gas medium driven by ultrashort chirped laser pulses. To achieve that, we identify and vary the different experimentally relevant control parameters of such a driving laser pulse influencing the high harmonic spectra. Specifically, the impact of the pulse duration, peak intensity and instantaneous frequency is studied in a self-consistent manner based on Lewenstein formalism. Simulations involving macroscopic propagation effects are also considered. The study aims to reveal the microscopic background behind a variety of interference patterns capturing important information both about the fundamental laser field and the generation process itself. The results provide guidance towards experiments with chirp control as a tool to unravel, explain and utilize the rich and complex interplay between quantum path interferences including the tuning of the periodicity of the intensity dependent oscillation of the harmonic signal, and the curvature of spectrally resolved Maker fringes.

preprint2022arXiv

Efficient Joint-Dimensional Search with Solution Space Regularization for Real-Time Semantic Segmentation

Semantic segmentation is a popular research topic in computer vision, and many efforts have been made on it with impressive results. In this paper, we intend to search an optimal network structure that can run in real-time for this problem. Towards this goal, we jointly search the depth, channel, dilation rate and feature spatial resolution, which results in a search space consisting of about 2.78*10^324 possible choices. To handle such a large search space, we leverage differential architecture search methods. However, the architecture parameters searched using existing differential methods need to be discretized, which causes the discretization gap between the architecture parameters found by the differential methods and their discretized version as the final solution for the architecture search. Hence, we relieve the problem of discretization gap from the innovative perspective of solution space regularization. Specifically, a novel Solution Space Regularization (SSR) loss is first proposed to effectively encourage the supernet to converge to its discrete one. Then, a new Hierarchical and Progressive Solution Space Shrinking method is presented to further achieve high efficiency of searching. In addition, we theoretically show that the optimization of SSR loss is equivalent to the L_0-norm regularization, which accounts for the improved search-evaluation gap. Comprehensive experiments show that the proposed search scheme can efficiently find an optimal network structure that yields an extremely fast speed (175 FPS) of segmentation with a small model size (1 M) while maintaining comparable accuracy.

preprint2022arXiv

Evolution of Dynamical Signature in the X-cube Fracton Topological Order

As an unconventional realization of topological orders with an exotic interplay of topology and geometry, fracton (topological) orders feature subextensive topological ground state degeneracy and subdimensional excitations that are movable only within a certain subspace. It has been known in the exactly solvable three-dimensional X-cube model that universally represents the type-I fracton orders, that mobility constraints on subdimensional excitations originate from the absence of spatially deformable string-like operators. To unveil the interplay of topology and geometry, in this paper, we study the dynamical signature in the X-cube model in the presence of external Zeeman fields via large-scale quantum Monte Carlo simulation and stochastic analytic continuation. We compute both real-space correlation functions and dynamic structure factors of subdimensional excitations (i.e., fractons, lineons, and planons) in the fracton phase and their evolution into the trivial paramagnetic phase by increasing external fields. We find in the fracton phase, that the correlation functions and the spectral functions show clear anisotropy exactly caused by the underlying mobility constraints. On the other hand, the external fields successfully induce quantum fluctuations and offer mobility to excitations along the subspace allowed by mobility constraints. These numerical results provide the evolution of a dynamical signature of subdimensional particles in fracton orders, indicating that the mobility constraints on local dynamical properties of subdimensional excitations are deeply related to the existence of fracton topological order. The results will also be helpful in potential experimental identifications in spectroscopy measurements such as neutron scattering and nuclear magnetic resonance.

preprint2022arXiv

Fractionalizing Global Symmetry on Looplike Topological Excitations

Symmetry fractionalization (SF) on topological excitations is one of the most remarkable quantum phenomena in topological orders with symmetry, i.e., symmetry-enriched topological phases. While much progress has been theoretically and experimentally made in 2D, the understanding on SF in 3D is far from complete. A long-standing challenge is to understand SF on looplike topological excitations which are spatially extended objects. In this work, we construct a powerful topological-field-theoretical framework approach for 3D topological orders, which leads to a systematic characterization and classification of SF. For systems with Abelian gauge groups ($G_g$) and Abelian symmetry groups ($G_s$), we successfully establish equivalence classes that lead to a finite number of patterns of SF, although there are notoriously infinite number of Lagrangian-descriptions of the system. We compute topologically distinct types of fractional symmetry charges carried by particles. Then, for each type, we compute topologically distinct statistical phases of braiding processes among loop excitations and external symmetry fluxes. As a result, we are able to unambiguously list all physical observables for each pattern of SF. We present detailed calculations on many concrete examples. As an example, we find that the SF in an untwisted $\mathbb{Z}_2\times \mathbb{Z}_2$ topological order with $\mathbb{Z}_2$ symmetry is classified by $ (\mathbb{Z}_2)^6\oplus (\mathbb{Z}_2)^2\oplus (\mathbb{Z}_2)^2\oplus (\mathbb{Z}_2)^2$. If the topological order is twisted, the classification reduces to $(\mathbb{Z}_2)^6$ in which particle excitations always carry integer charge. Pure algebraic formalism of the classification is given by: $ \bigoplus_{ν_i} \mathcal H^4 ( G_g\leftthreetimes_{ν_i}G_s, U (1)) /Γ_ω({ν_i}) \,$. Several future directions are proposed.

preprint2022arXiv

Generalized Global Ranking-Aware Neural Architecture Ranker for Efficient Image Classifier Search

Neural Architecture Search (NAS) is a powerful tool for automating effective image processing DNN designing. The ranking has been advocated to design an efficient performance predictor for NAS. The previous contrastive method solves the ranking problem by comparing pairs of architectures and predicting their relative performance. However, it only focuses on the rankings between two involved architectures and neglects the overall quality distributions of the search space, which may suffer generalization issues. A predictor, namely Neural Architecture Ranker (NAR) which concentrates on the global quality tier of specific architecture, is proposed to tackle such problems caused by the local perspective. The NAR explores the quality tiers of the search space globally and classifies each individual to the tier they belong to according to its global ranking. Thus, the predictor gains the knowledge of the performance distributions of the search space which helps to generalize its ranking ability to the datasets more easily. Meanwhile, the global quality distribution facilitates the search phase by directly sampling candidates according to the statistics of quality tiers, which is free of training a search algorithm, e.g., Reinforcement Learning (RL) or Evolutionary Algorithm (EA), thus it simplifies the NAS pipeline and saves the computational overheads. The proposed NAR achieves better performance than the state-of-the-art methods on two widely used datasets for NAS research. On the vast search space of NAS-Bench-101, the NAR easily finds the architecture with top 0.01$\unicode{x2030}$ performance only by sampling. It also generalizes well to different image datasets of NAS-Bench-201, i.e., CIFAR-10, CIFAR-100, and ImageNet-16-120 by identifying the optimal architectures for each of them.

preprint2022arXiv

High-flux 100-kHz attosecond pulse source driven by a high average power annular laser beam

High-repetition-rate attosecond pulse sources are indispensable tools of time-resolved studies of electron dynamics, such as coincidence spectroscopy and experiments with high demands on statistics or signal-to-noise ratio, especially in case of solid and big molecule samples in chemistry and biology. Although with the high-repetition-rate lasers such attosecond pulses in a pump-probe configuration are possible to achieve, until now only a few such light sources have been demonstrated. Here, by shaping the driving laser to an annular beam, a 100-kHz attosecond pulse train (APT) is reported with the highest energy so far (51 pJ/shot) on target (269 pJ at generation) among the high-repetition-rate systems (> 10 kHz) in which the attosecond pulses were temporally characterized. The on-target pulse energy is maximized by reducing the losses from the reflections and filtering of the high harmonics, and an unprecedented 19% transmission rate from the generation point to the target position is achieved. At the same time, the probe beam is also annular, and low loss of this beam is reached by using another holey mirror to combine with the APT. The advantages of using an annular beam to generate attosecond pulses with a high average power laser is demonstrated experimentally and theoretically. The effect of nonlinear propagation in the generation medium on the annular-beam generation concept is also analyzed in detail.

preprint2022arXiv

Liquid-cooled modular gas cell system for high-order harmonic generation using high average power laser systems

We present the design and implementation of a new, modular gas target suitable for high-order harmonic generation using high average power lasers. To ensure thermal stability in this high heat load environment, we implement an appropriate liquid cooling system. The system can be used in multiple-cell configurations allowing to control the cell length and aperture size. The cell design was optimized with heat and flow simulations for thermal characteristics, vacuum compatibility and generation medium properties. Finally, the cell system was experimentally validated by conducting high-order harmonic generation measurements using the 100 kHz high average power HR-1 laser system at the Extreme Light Infrastructure Attosecond Light Pulse Source (ELI ALPS) facility. Such a robust, versatile and stackable gas cell arrangement can easily be adapted to different experimental geometries in both table-top laboratory systems and user-oriented facilities, such as ELI ALPS.

preprint2022arXiv

Quantum Entanglement of Non-Hermitian Quasicrystals

As a hallmark of pure quantum effect, quantum entanglement has provided unconventional routes to condensed matter systems. Here, from the perspective of quantum entanglement, we disclose exotic quantum physics in non-Hermitian quasicrystals. We present a class of experimentally realizable models for non-Hermitian quasicrystal chains, in which asymmetric hopping and complex potential coexist. We diagnose global phase diagram by means of entanglement from both real-space and momentum-space partition. By measuring entanglement entropy, we numerically determine the metal-insulator transition point. We combine real-space and momentum-space entanglement spectra to complementarily characterize the delocalization phase and the localization phase. Inspired by entanglement spectrum, we further analytically prove that a duality exists between the two phase regions. The transition point is self-dual and exact, further validating the numerical result from diagonalizing non-Hermitian matrices. Finally, we identify mobility edge by means of entanglement.

preprint2022arXiv

Quantum Hydrodynamics of Fractonic Superfluids with Lineon Condensate: from Navier-Stokes-like Equations to Landau-like Criterion

Fractonic superfluids are exotic states of matter with spontaneously broken higher-rank $U(1)$ symmetry. The latter is associated with conserved quantities that include not only particle number (i.e. charge) but also higher moments, such as dipoles, quadrupoles, and angular moments. Due to the presence of such conserved quantities, the mobility of particles is restricted either completely or partially. In this work, we systematically study hydrodynamical properties of fractonic superfluids, especially focusing on the fractonic superfluids with conserved angular moments. The constituent bosons are called "lineons" with $d$-components in $d$-dimensional space. From Euler-Lagrange equation, we derive the continuity equation and Navier-Stokes-like equations, in which the angular moment conservation introduces extra terms. Furthermore, we discuss the current configurations that are related to the defects. Like the conventional superfluid, we study the critical values of velocity fields and density currents, which gives rise to a Landau-like criterion. At the end of this work, several future directions are discussed.

preprint2022arXiv

Ruleformer: Context-aware Differentiable Rule Mining over Knowledge Graph

Rule mining is an effective approach for reasoning over knowledge graph (KG). Existing works mainly concentrate on mining rules. However, there might be several rules that could be applied for reasoning for one relation, and how to select appropriate rules for completion of different triples has not been discussed. In this paper, we propose to take the context information into consideration, which helps select suitable rules for the inference tasks. Based on this idea, we propose a transformer-based rule mining approach, Ruleformer. It consists of two blocks: 1) an encoder extracting the context information from subgraph of head entities with modified attention mechanism, and 2) a decoder which aggregates the subgraph information from the encoder output and generates the probability of relations for each step of reasoning. The basic idea behind Ruleformer is regarding rule mining process as a sequence to sequence task. To make the subgraph a sequence input to the encoder and retain the graph structure, we devise a relational attention mechanism in Transformer. The experiment results show the necessity of considering these information in rule mining task and the effectiveness of our model.

preprint2022arXiv

Topological Orders, Braiding Statistics, and Mixture of Two Types of Twisted $BF$ Theories in Five Dimensions

Topological orders are a prominent paradigm for describing quantum many-body systems without symmetry-breaking orders. We present a topological quantum field theoretical (TQFT) study on topological orders in five-dimensional spacetime ($5$D) in which \textit{topological excitations} include not only point-like \textit{particles}, but also two types of spatially extended objects: closed string-like \textit{loops} and two-dimensional closed \textit{membranes}. Especially, membranes have been rarely explored in the literature of topological orders. By introducing higher-form gauge fields, we construct exotic TQFT actions that include mixture of two distinct types of $BF$ topological terms and many twisted topological terms. The gauge transformations are properly defined and utilized to compute level quantization and classification of TQFTs. Among all TQFTs, some are not in Dijkgraaf-Witten cohomological classification. To characterize topological orders, we concretely construct all braiding processes among topological excitations, which leads to very exotic links formed by closed spacetime trajectories of particles, loops, and membranes. For each braiding process, we construct gauge-invariant Wilson operators and calculate the associated braiding statistical phases. As a result, we obtain expressions of link invariants all of which have manifest geometric interpretation. Following Wen's definition, the boundary theory of a topological order exhibits gravitational anomaly. We expect that the characterization and classification of 5D topological orders in this paper encode information of 4D gravitational anomaly. Further consideration, e.g., putting TQFTs on 5D manifolds with boundaries, is left to future work.

preprint2020arXiv

Fracton physics of spatially extended excitations

Fracton topological order hosts fractionalized point-like excitations (e.g., fractons) that have restricted mobility. In this article, we explore even more bizarre realization of fracton phases that admit spatially extended excitations with restriction on both mobility and deformability. First, we present exactly solvable lattice quantum frustrated spin models and study their ground states and excited states analytically. We construct a family tree in which parent models and descendent models share excitation DNA. Second, with the help of solvability and novel excitation spectrum of these models, we initiate the first-step of general discussions on quantitative and qualitative properties of spatially extended excitations whose mobility and deformability are restricted to some extent. Especially, as a useful viewpoint for understanding such fracton-physics, all excitations are divided into four mutually distinct sectors, namely, simple excitations, complex excitations, intrinsically disconnected excitations, and trivial excitations. Several implications in, e.g., condensed matter physics and gravity are briefly discussed.

preprint2020arXiv

Generation of high-order harmonics with tunable photon energy and spectral width using double pulses

This work theoretically investigates high-order harmonic generation in rare gas atoms driven by two temporally delayed ultrashort laser pulses. Apart from their temporal delay, the two pulses are identical. Using a single-atom model of the laser-matter interaction it is shown that the photon energy of the generated harmonics is controllable within the range of one eV -- a bandwidth comparable to the photon energy of the fundamental field -- by varying the time delay between the generating laser pulses. It is also demonstrated that high-order harmonics generated by double pulses have advantageous characteristics, which mimick certain properties of an extreme ultraviolet (XUV) monochromator. With the proposed method, a simpler setup at a much lower cost and comparatively higher spectral yield can be implemented in contrast to other approaches.

preprint2016arXiv

Composite Particle Theory of Three-dimensional Gapped Fermionic Phases: Fractional Topological Insulators and Charge-Loop Excitation Symmetry

Topological phases of matter are usually realized in deconfined phases of gauge theories. In this context, confined phases with strongly fluctuating gauge fields seem to be irrelevant to the physics of topological phases. For example, the low-energy theory of the two-dimensional (2D) toric code model (i.e. the deconfined phase of $\mathbb{Z}_2$ gauge theory) is a $U(1)\times U(1)$ Chern-Simons theory in which gauge charges (i.e., $e$ and $m$ particles) are deconfined and the gauge fields are gapped, while the confined phase is topologically trivial. In this paper, we point out a new route to constructing exotic 3D gapped fermionic phases in a confining phase of a gauge theory. Starting from a parton construction with strongly fluctuating compact $U(1)\times U(1)$ gauge fields, we construct gapped phases of interacting fermions by condensing two linearly independent bosonic composite particles consisting of partons and $U(1)\times U(1)$ magnetic monopoles. This can be regarded as a 3D generalization of the 2D Bais-Slingerland condensation mechanism. Charge fractionalization results from a Debye-Hückel-like screening cloud formed by the condensed composite particles. Within our general framework, we explore two aspects of symmetry-enriched 3D Abelian topological phases. First, we construct a new fermionic state of matter with time-reversal symmetry and $Θ\neq π$, the fractional topological insulator. Second, we generalize the notion of anyonic symmetry of 2D Abelian topological phases to the charge-loop excitation symmetry ($\mathsf{Charles}$) of 3D Abelian topological phases. We show that line twist defects, which realize $\mathsf{Charles}$ transformations, exhibit non-Abelian fusion properties.

preprint2016arXiv

Strong-field ionization of clusters using two-cycle pulses at 1.8~$μ$m

The interaction of intense laser pulses with nano-scale particles leads to the production of high-energy electrons, ions, neutral atoms, neutrons and photons. Up to now, investigations have focused on near-infrared to X-ray laser pulses consisting of many optical cycles. Here we study strong-field ionization of rare-gas clusters ($10^3$ to $10^5$ atoms) using two-cycle 1.8~$μ$m laser pulses to access a new interaction regime in the limit where the electron dynamics are dominated by the laser field and the cluster atoms do not have time to move significantly. The emission of fast electrons with kinetic energies exceeding 3keV is observed using laser pulses with a wavelength of 1.8~$μ$m and an intensity of $1\times 10^{15}$~W/cm$^2$, whereas only electrons below 500eV are observed at 800nm using a similar intensity and pulse duration. Fast electrons are preferentially emitted along the laser polarization direction, showing that they are driven out from the cluster by the laser field. In addition to direct electron emission, an electron rescattering plateau is observed. Scaling to even longer wavelengths is expected to result in a highly directional current of energetic electrons on a few-femtosecond timescale.

preprint2016arXiv

Symmetry Enrichment in Three-Dimensional Topological Phases

While two-dimensional symmetry-enriched topological phases ($\mathsf{SET}$s) have been studied intensively and systematically, three-dimensional ones are still open issues. We propose an algorithmic approach of imposing global symmetry $G_s$ on gauge theories (denoted by $\mathsf{GT}$) with gauge group $G_g$. The resulting symmetric gauge theories are dubbed "symmetry-enriched gauge theories" ($\mathsf{SEG}$), which may be served as low-energy effective theories of three-dimensional symmetric topological quantum spin liquids. We focus on $\mathsf{SEG}$s with gauge group $G_g=\mathbb{Z}_{N_1}\times\mathbb{Z}_{N_2}\times\cdots$ and on-site unitary symmetry group $G_s=\mathbb{Z}_{K_1}\times\mathbb{Z}_{K_2}\times\cdots$ or $G_s=\mathrm{U(1)}\times \mathbb{Z}_{K_1}\times\cdots$. Each $\mathsf{SEG}(G_g,G_s)$ is described in the path integral formalism associated with certain symmetry assignment. From the path-integral expression, we propose how to physically diagnose the ground state properties (i.e., $\mathsf{SET}$ orders) of $\mathsf{SEG}$s in experiments of charge-loop braidings (patterns of symmetry fractionalization) and the \emph{mixed} multi-loop braidings among deconfined loop excitations and confined symmetry fluxes. From these symmetry-enriched properties, one can obtain the map from $\mathsf{SEG}$s to $\mathsf{SET}$s. By giving full dynamics to background gauge fields, $\mathsf{SEG}$s may be eventually promoted to a set of new gauge theories (denoted by $\mathsf{GT}^*$). Based on their gauge groups, $\mathsf{GT}^*$s may be further regrouped into different classes each of which is labeled by a gauge group ${G}^*_g$. Finally, a web of gauge theories involving $\mathsf{GT}$, $\mathsf{SEG}$, $\mathsf{SET}$ and $\mathsf{GT}^*$ is achieved. We demonstrate the above symmetry-enrichment physics and the web of gauge theories through many concrete examples.

preprint2016arXiv

Topological density-wave states in a particle-hole symmetric Weyl metal

We study the instabilities of a particle-hole symmetric Weyl metal with both electron and hole Fermi surfaces (FS) around the Weyl points. For a repulsive interaction, we find that the leading instability is towards a longitudinal spin-density-wave order (SDW$_z$). Besides, there exist three degenerate subleading instabilities: a charge-density-wave (CDW) instability and two transverse spin-density-wave (SDW$_{x,y}$) instabilities. For an attractive interaction the leading instabilities are towards two pair-density-wave orders (PDW) which pair the two FS's separately. Both the PDW and SDW$_z$ order parameters fully gap out FS's, while the CDW and SDW$_{x,y}$ ones leave line nodes on both FS's. For the SDW$_z$ and the PDW states, the surface Fermi arc in the metallic state evolves to a chiral Fermi line which passes the projection of the Weyl points and traverses the full momentum space. For the CDW state, the line node projects to a "drumhead" band localized on the surface, which can lead to a topological charge polarization. We verify the surface states by numerically simulating the angular-resolved photoemission spectroscopy data.

preprint2016arXiv

Topological quantum field theory of three-dimensional bosonic Abelian-symmetry-protected topological phases

Symmetry-protected topological phases (SPT) are short-range entangled gapped states protected by global symmetry. Nontrivial SPT phases cannot be adiabatically connected to the trivial disordered state(or atomic insulator) as long as certain global symmetry $G$ is unbroken. At low energies, most of two-dimensional SPTs with Abelian symmetry can be described by topological quantum field theory (TQFT) of multi-component Chern-Simons type. However, in contrast to the fractional quantum Hall effect where TQFT can give rise to interesting bulk anyons, TQFT for SPTs only supports trivial bulk excitations. The essential question in TQFT descriptions for SPTs is to understand how the global symmetry is implemented in the partition function. In this paper, we systematically study TQFT of three-dimensional SPTs with unitary Abelian symmetry (e.g., $\mathbb{Z}_{N_1}\times\mathbb{Z}_{N_2}\times\cdots$). In addition to the usual multi-component $BF$ topological term at level-$1$, we find that there are new topological terms with quantized coefficients (e.g., $a^1\wedge a^2\wedge d a^2$ and $a^1\wedge a^2\wedge a^3\wedge a^4$) in TQFT actions, where $a^{1},a^2,\cdots$ are 1-form U(1) gauge fields. These additional topological terms cannot be adiabatically turned off as long as $G$ is unbroken. By investigating symmetry transformations for the TQFT partition function, we end up with the classification of SPTs that is consistent with the well-known group cohomology approach. We also discuss how to gauge the global symmetry and possible TQFT descriptions of Dijkgraaf-Witten gauge theory.

preprint2015arXiv

Vortex-line condensation in three dimensions: A physical mechanism for bosonic topological insulators

Bosonic topological insulators (BTI) in three dimensions are symmetry-protected topological phases (SPT) protected by time-reversal and boson number conservation {symmetries}. BTI in three dimensions were first proposed and classified by the group cohomology theory which suggests two distinct root states, each carrying a $\mathbb{Z}_2$ index. Soon after, surface anomalous topological orders were proposed to identify different root states of BTI, which even leads to a new BTI root state beyond the group cohomology classification. In this paper, we propose a universal physical mechanism via \textit{vortex-line condensation} {from} a 3d superfluid to achieve all {three} root states. It naturally produces bulk topological quantum field theory (TQFT) description for each root state. Topologically ordered states on the surface are \textit{rigorously} derived by placing TQFT on an open manifold, which allows us to explicitly demonstrate the bulk-boundary correspondence. Finally, we generalize the mechanism to $Z_N$ symmetries and discuss potential SPT phases beyond the group cohomology classification.

preprint2014arXiv

$U(1)\times U(1)$ Symmetry Protected Topological Order in Gutzwiller Wave Functions

Gutzwiller projection is a way to construct many-body wave functions that could carry topological order or symmetry protected topological (SPT) order. However, an important issue is to determine whether or not a given Gutzwiller-projected wave functions (GWF) carries a non-trivial SPT order, and which SPT order is carried by the wavefunction. In this paper, we numerically study the SPT order in a spin $S = 1$ GWF on the Kagome lattice. Using the standard Monte Carlo method, we directly confirm that the GWF has (1) gapped bulk with short-range correlations, (2) a trivial topological order via nondegenerate ground state, and zero topological entanglement entropy, (3) a non-trivial $U(1)\times U(1)$ SPT order via the Hall conductances of the protecting $U(1)\times U(1)$ symmetry, and (4) symmetry protected gapless boundary. This represents numerical evidence of continuous symmetry protected topological order in two-dimensional bosonic lattice systems.

preprint2014arXiv

A random forest system combination approach for error detection in digital dictionaries

When digitizing a print bilingual dictionary, whether via optical character recognition or manual entry, it is inevitable that errors are introduced into the electronic version that is created. We investigate automating the process of detecting errors in an XML representation of a digitized print dictionary using a hybrid approach that combines rule-based, feature-based, and language model-based methods. We investigate combining methods and show that using random forests is a promising approach. We find that in isolation, unsupervised methods rival the performance of supervised methods. Random forests typically require training data so we investigate how we can apply random forests to combine individual base methods that are themselves unsupervised without requiring large amounts of training data. Experiments reveal empirically that a relatively small amount of data is sufficient and can potentially be further reduced through specific selection criteria.

preprint2014arXiv

Detecting Structural Irregularity in Electronic Dictionaries Using Language Modeling

Dictionaries are often developed using tools that save to Extensible Markup Language (XML)-based standards. These standards often allow high-level repeating elements to represent lexical entries, and utilize descendants of these repeating elements to represent the structure within each lexical entry, in the form of an XML tree. In many cases, dictionaries are published that have errors and inconsistencies that are expensive to find manually. This paper discusses a method for dictionary writers to quickly audit structural regularity across entries in a dictionary by using statistical language modeling. The approach learns the patterns of XML nodes that could occur within an XML tree, and then calculates the probability of each XML tree in the dictionary against these patterns to look for entries that diverge from the norm.

preprint2014arXiv

Free-fermion Entanglement Spectrum through Wannier Interpolation

Quantum Entanglement plays an ubiquitous role in theoretical physics, from the characterization of novel phases of matter to understanding the efficacy of numerical algorithms. As such, there have been extensive studies on the entanglement spectrum (ES) of free-fermion systems, particularly in the relation between its spectral flow and topological charge pumping. However, far less has been studied about the \emph{spacing} between adjacent entanglement eigenenergies, which affects the truncation error in numerical computations involving Matrix Product States (MPS) or Projected Entangled-Pair States (PEPS). In this paper, we shall hence derive asymptotic bounds for the ES spacings through an interpolation argument that utilizes known results on Wannier function decay. For translation invariant systems, the Entanglement energies are shown to decay at a rate monotonically related to the complex gap between the filled and occupied bands. This interpolation also demonstrates the one-to-one correspondence between the ES and the edge states. Our results also provide asymptotic bounds for the eigenvalue distribution of certain types of Block Toeplitz matrices common in physics, even for those not arising from entanglement calculations.

preprint2014arXiv

Low-Temperature Pseudogap Phenomenon: Precursor of High-$T_c$ Superconductivity

In this paper, we try to understand the pseudogap phenomenon observed in the cuprate superconductor through a model study. Specifically, we explore the so-called low-temperature pseudogap state by turning off the superconducting off diagonal long range order in an ansatz state for the $t$-$J$ model [New Journal of Physics {\bf 13}, 103039 (2011)]. Besides strong non-Gaussian superconducting fluctuations, the resulting state also exhibits a systematic pseudogap behavior in both spin and charge degrees of freedom, manifested in the uniform spin susceptibility, specific heat, non-Drude resistivity, Nernst effect, as well as the quantum oscillation associated with small Fermi pockets emerging in strong magnetic fields, etc. These anomalous `normal state' properties are found in qualitative consistency with experimental measurements in the cuprates. Such a model study establishes an intrinsic connection between the peculiar pseudogap properties and the non-BCS nature of the superconducting ground state. Critical comparison with other approaches to the doped Mott insulator is also made.

preprint2014arXiv

Position momentum Duality in the Entanglement Spectrum of Free Fermions

We propose an exact equivalence between the entanglement spectra of two completely different free-fermion systems at zero temperature. This equivalence follows from a position-momentum duality where the physical roles of the occupied band and real space projectors are exchanged. We examine the physical consequences of this duality in multi-band models, and as an example also physically motivate the equivalence of the entanglement spectrum of a real space partitioned two-band topological insulator with that of a bilayer Fermi gas with an interlayer partition. This duality has an interesting relation with the Wannier Spectrum in the high-temperature limit, and can also be extended to other basis-independent physical quantities like particle-number fluctuations.

preprint2014arXiv

Sign structure and ground state properties for a spin-$S$ $t$-$J$ chain

The antiferromagnetic Heisenberg spin chain of odd spin $S$ is in the Haldane phase with several defining physical properties, such as thermodynamical ground-state degeneracy, symmetry-protected edge states, and nonzero string order parameter. If nonzero hole concentration $δ$ and hole hopping energy $t$ are considered, the spin chain is replaced by a spin-$S$ $t$-$J$ chain. The motivation of this paper is to generalize the discussions of the Haldane phase to the doped spin chain. The \emph{first result} of this paper is that, for the model considered here, the $\mathbb{Z}_2$ sign structure in the usual Ising basis can be totally removed by two consecutive unitary transformations consisting of a spatially local one and a nonlocal one. Direct from the sign structure, the \emph{second result} of this paper is that the Marshall theorem and the Lieb-Mattis theorem for pure spin systems are generalized to the $t$-$J$ chain for arbitrary $S$ and $δ$. A corollary of the theorem provides us with the ground-state degeneracy in the thermodynamic limit. The \emph{third result} of this paper is about the phase diagram. We show that the defining properties of the Haldane phase survive in the small $t/J$ limit. The large $t/J$ phase supports a gapped spin sector with similar properties (ground-state degeneracy, edge state, and string order parameter) of the Haldane chain, although the charge sector is gapless.

preprint2013arXiv

Constructing symmetric topological phases of bosons in three dimensions via fermionic projective construction and dyon condensation

Recently, there is a considerable study on gapped symmetric phases of bosons that do not break any symmetry. Even without symmetry breaking, the bosons can still be in many exotic new states of matter, such as symmetry-protected trivial (SPT) phases which are short-range entangled and symmetry-enriched topological (SET) phases which are long-range entangled. It is well-known that non-interacting fermionic topological insulators are SPT states protected by time-reversal symmetry and U(1) fermion number conservation symmetry. In this paper, we construct three-dimensional exotic phases of bosons with time-reversal symmetry and boson number conservation U(1) symmetry by means of fermionic projective construction. We first construct an algebraic bosonic insulator which is a symmetric bosonic state with an emergent U(1) gapless gauge field. We then obtain many gapped bosonic states that do not break the time-reversal symmetry and boson number conservation via proper dyon condensations. We identify the constructed states by calculating the allowed electric and magnetic charges of their excitations, as well as the statistics and the symmetric transformation properties of those excitations. This allows us to show that our constructed states can be trivial SPT states (i.e. trivial Mott insulators of bosons with symmetry), non-trivial SPT states (i.e. bosonic topological insulators) and SET states (i.e. fractional bosonic topological insulators). In non-trivial SPT states, the elementary monopole (carrying zero electric charge but unit magnetic charge) and elementary dyon (carrying both unit electric charge and unit magnetic charge) are fermionic and bosonic, respectively. In SET states, intrinsic excitations may carry fractional charge.

preprint2013arXiv

Monopoles, confinement and charge localization in the t-J model with dilute holes

We present a quantum field theoretic description on the t$-$J model on a square lattice with dilute holes (i.e. near half-filling), based on the compact mutual Chern-Simons gauge theory. We show that, due to the presence of non-perturbative monopole plasma configuration from the antiferromagnetic background, holons (carrying electric charge) are linearly confined and strongly localized even without extrinsic disorder taken into account. Accordingly, the translation symmetry is spontaneously broken at ground state. Such an exotic localization is distinct from Anderson localization and essentially rooted in intrinsic Mott physics of the t$-$J model. Finally, a finite-temperature phase diagram is proposed. The metal-insulator transition observed in in-plane resistivity measurement is identified to a confinement-deconfinement transition from the perspective of gauge theory. The transition is characterized by the order parameter "Polyakov-line".

preprint2013arXiv

Projective construction of two-dimensional symmetry-protected topological phases with U(1), SO(3), or SU(2) symmetries

We propose a general approach to construct symmetry protected topological (SPT) states i.e the short-range entangled states with symmetry) in 2D spin/boson systems on lattice. In our approach, we fractionalize spins/bosons into different fermions, which occupy nontrivial Chern bands. After the Gutzwiller projection of the free fermion state obtained by filling the Chern bands, we can obtain SPT states on lattice. In particular, we constructed a U(1) SPT state of a spin-1 model, a SO(3) SPT state of a boson system with spin-1 bosons and spinless bosons, and a SU(2) SPT state of a spin-1/2 boson system. By applying the "spin gauge field" which directly couples to the spin density and spin current of $S^z$ components, we also calculate the quantum spin Hall conductance in each SPT state. The projective ground states can be further studied numerically in the future by variational Monte Carlo etc.

preprint2013arXiv

Symmetry-protected topological phases with charge and spin symmetries: response theory and dynamical gauge theory in 2D, 3D and the surface of 3D

A large class of symmetry-protected topological phases (SPT) in boson / spin systems have been recently predicted by the group cohomology theory. In this work, we consider SPT states at least with charge symmetry (U(1) or Z$_N$) or spin $S^z$ rotation symmetry (U(1) or Z$_N$) in 2D, 3D, and the surface of 3D. If both are U(1), we apply external electromagnetic field / `spin gauge field' to study the charge / spin response. For the SPT examples we consider (i.e. U$_c$(1)$\rtimes$Z$^T_2$, U$_s$(1)$\times$Z$^T_2$, U$_c$(1)$\times$[U$_s$(1)$\rtimes$Z$_2$]; subscripts $c$ and $s$ are short for charge and spin; Z$^T_2$ and Z$_2$ are time-reversal symmetry and $π$-rotation about $S^y$, respectively), many variants of Witten effect in the 3D SPT bulk and various versions of anomalous surface quantum Hall effect are defined and systematically investigated. If charge or spin symmetry reduces to Z$_N$ by considering charge-$N$ or spin-$N$ condensate, instead of the linear response approach, we gauge the charge/spin symmetry, leading to a dynamical gauge theory with some remaining global symmetry. The 3D dynamical gauge theory describes a symmetry-enriched topological phase (SET), i.e. a topologically ordered state with global symmetry which admits nontrivial ground state degeneracy depending on spatial manifold topology. For the SPT examples we consider, the corresponding SET states are described by dynamical topological gauge theory with topological BF term and axionic $Θ$-term in 3D bulk. And the surface of SET is described by the chiral boson theory with quantum anomaly.

preprint2012arXiv

Chiral gauge field and axial anomaly in a Weyl semi-metal

Weyl fermions are two-component chiral fermions in (3+1)-dimensions. When coupled to a gauge field, the Weyl fermion is known to have an axial anomaly, which means the current conservation of the left-handed and right-handed Weyl fermions cannot be preserved separately. Recently, Weyl fermions have been proposed in condensed matter systems named as "Weyl semi-metals". In this paper we propose a Weyl semi-metal phase in magnetically doped topological insulators, and study the axial anomaly in this system. We propose that the magnetic fluctuation in this system plays the role of a "chiral gauge field" which minimally couples to the Weyl fermions with opposite charges for two chiralities. We study the anomaly equation of this sytem and discuss its physical consequences, including one-dimensional chiral modes in a ferromagnetic vortex line, and a novel plasmon-magnon coupling.

preprint2012arXiv

Superconductivity in Mutual Chern-Simons Gauge Theory

In this work, we present a topological characterization of superconductivity in a prototype electron fractionalization model for doped Mott insulators. In this model, spinons and holons are coupled via the mutual Chern-Simons gauge fields. We obtain a low-lying effective description of the collective current fluctuations by integrating out the matter fields, which replaces the conventional Ginzburg-Landau action to describe the generalized rigidity of superconductivity. The superconducting phase coherence is essentially characterized by a topological order parameter related to a Gaussian linking number, and an experiment is proposed to probe this topological property. We further show that a gauge-neutral fermionic mode can naturally emerge in this model, which behaves like a Bogoliubov quasiparticle.

preprint2011arXiv

Confinement-deconfinement interplay in quantum phases of doped Mott insulators

It is generally accepted that doped Mott insulators can be well characterized by the t-J model. In the t-J model, the electron fractionalization is dictated by the phase string effect. We found that in the underdoped regime, the antiferromagnetic and superconducting phases are dual: in the former, holons are confined while spinons are deconfined, and {\it vice versa} in the latter. These two phases are separated by a novel phase, the so-called Bose-insulating phase, where both holons and spinons are deconfined. A pair of Wilson loops was found to constitute a complete set of order parameters determining this zero-temperature phase diagram. The quantum phase transitions between these phases are suggested to be of non-Landau-Ginzburg-Wilson type.

preprint2011arXiv

Electron fractionalization and unconventional order parameters of the t-J model

In the $t-J$ model, the electron fractionalization is unique due to the non-perturbative phase string effect. We formulated a lattice field theory taking this effect into full account. Basing on this field theory, we introduced a pair of Wilson loops which constitute a complete set of order parameters determining the phase diagram in the underdoped regime. We also established a general composition rule for electric transport expressing the electric conductivity in terms of the spinon and the holon conductivities. The general theory is applied to studies of the quantum phase diagram. We found that the antiferromagnetic and the superconducting phases are dual: in the former, holons are confined while spinons are deconfined, and {\it vice versa} in the latter. These two phases are separated by a novel phase, the so-called Bose-insulating phase, where both holons and spinons are deconfined and the system is electrically insulating.