Source author record

Lingxiao Zhao

Lingxiao Zhao appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

11works
6topics
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

11 published item(s)

preprint2026arXiv

Ministral 3

We introduce the Ministral 3 series, a family of parameter-efficient dense language models designed for compute and memory constrained applications, available in three model sizes: 3B, 8B, and 14B parameters. For each model size, we release three variants: a pretrained base model for general-purpose use, an instruction finetuned, and a reasoning model for complex problem-solving. In addition, we present our recipe to derive the Ministral 3 models through Cascade Distillation, an iterative pruning and continued training with distillation technique. Each model comes with image understanding capabilities, all under the Apache 2.0 license.

preprint2023arXiv

Field-Induced Lifshitz Transition in the Magnetic Weyl Semimetal Candidate PrAlSi

Lifshitz transition (LT) refers to an abrupt change in the electronic structure and Fermi surface, and is associated to a variety of emergent quantum phenomena. Amongst the LTs observed in known materials, the field-induced LT has been rare and its origin remains elusive. To understand the origin of field-induced LT, it is important to extend the material basis beyond the usual setting of heavy fermion metals. Here, we report on a field-induced LT in PrAlSi, a magnetic Weyl semimetal candidate with localized 4$f$ electrons, through a study of magnetotransport up to 55 T. The quantum oscillation analysis reveals that across a threshold field $B^*\approx$14.5 T the oscillation frequency ($F_1$ = 43 T) is replaced by two new frequencies ($F_2$ = 62 T and $F_3$ = 103 T). Strikingly, the LT occurs well below quantum limit, with obvious temperature-dependent oscillation frequency and field-dependent cyclotron mass. Our work not only enriches the rare examples of field-induced LTs, but also paves the way for further investigation on the interplay among topology, magnetism and electronic correlation.

preprint2022arXiv

From Stars to Subgraphs: Uplifting Any GNN with Local Structure Awareness

Message Passing Neural Networks (MPNNs) are a common type of Graph Neural Network (GNN), in which each node's representation is computed recursively by aggregating representations (messages) from its immediate neighbors akin to a star-shaped pattern. MPNNs are appealing for being efficient and scalable, how-ever their expressiveness is upper-bounded by the 1st-order Weisfeiler-Lehman isomorphism test (1-WL). In response, prior works propose highly expressive models at the cost of scalability and sometimes generalization performance. Our work stands between these two regimes: we introduce a general framework to uplift any MPNN to be more expressive, with limited scalability overhead and greatly improved practical performance. We achieve this by extending local aggregation in MPNNs from star patterns to general subgraph patterns (e.g.,k-egonets):in our framework, each node representation is computed as the encoding of a surrounding induced subgraph rather than encoding of immediate neighbors only (i.e. a star). We choose the subgraph encoder to be a GNN (mainly MPNNs, considering scalability) to design a general framework that serves as a wrapper to up-lift any GNN. We call our proposed method GNN-AK(GNN As Kernel), as the framework resembles a convolutional neural network by replacing the kernel with GNNs. Theoretically, we show that our framework is strictly more powerful than 1&2-WL, and is not less powerful than 3-WL. We also design subgraph sampling strategies which greatly reduce memory footprint and improve speed while maintaining performance. Our method sets new state-of-the-art performance by large margins for several well-known graph ML tasks; specifically, 0.08 MAE on ZINC,74.79% and 86.887% accuracy on CIFAR10 and PATTERN respectively.

preprint2021arXiv

Connecting Graph Convolutional Networks and Graph-Regularized PCA

Graph convolution operator of the GCN model is originally motivated from a localized first-order approximation of spectral graph convolutions. This work stands on a different view; establishing a \textit{mathematical connection between graph convolution and graph-regularized PCA} (GPCA). Based on this connection, GCN architecture, shaped by stacking graph convolution layers, shares a close relationship with stacking GPCA. We empirically demonstrate that the \textit{unsupervised} embeddings by GPCA paired with a 1- or 2-layer MLP achieves similar or even better performance than GCN on semi-supervised node classification tasks across five datasets including Open Graph Benchmark \footnote{\url{https://ogb.stanford.edu/}}. This suggests that the prowess of GCN is driven by graph based regularization. In addition, we extend GPCA to the (semi-)supervised setting and show that it is equivalent to GPCA on a graph extended with "ghost" edges between nodes of the same label. Finally, we capitalize on the discovered relationship to design an effective initialization strategy based on stacking GPCA, enabling GCN to converge faster and achieve robust performance at large number of layers. Notably, the proposed initialization is general-purpose and applies to other GNNs.

preprint2020arXiv

PairNorm: Tackling Oversmoothing in GNNs

The performance of graph neural nets (GNNs) is known to gradually decrease with increasing number of layers. This decay is partly attributed to oversmoothing, where repeated graph convolutions eventually make node embeddings indistinguishable. We take a closer look at two different interpretations, aiming to quantify oversmoothing. Our main contribution is PairNorm, a novel normalization layer that is based on a careful analysis of the graph convolution operator, which prevents all node embeddings from becoming too similar. What is more, PairNorm is fast, easy to implement without any change to network architecture nor any additional parameters, and is broadly applicable to any GNN. Experiments on real-world graphs demonstrate that PairNorm makes deeper GCN, GAT, and SGC models more robust against oversmoothing, and significantly boosts performance for a new problem setting that benefits from deeper GNNs. Code is available at https://github.com/LingxiaoShawn/PairNorm.

preprint2020arXiv

PrBi: Topology meets quadrupolar degrees of freedom

Novel materials incorporating electronic degrees of freedom other than charge, including spin, orbital or valley \textit{et al} have manifested themselves to be of the great interests and applicable potentials. Recently, the multipolar degrees of freedom have attracted remarkable attention in the electronic correlated effects. In this work, we systematically studied the transport, magnetic and thermodynamic properties of the topological semimetal candidate PrBi in the framework of crystalline electric field theory. Our results demonstrate the $Γ_3$ non-Kramers doublet as the ground state of Pr$^{3+}$ (4$f^2$) ions. This ground state is nonmagnetic but carries a non-zero quadrupolar moment $\langle\hat{O}_2^0\rangle$. A quadrupolar phase transition is inferred below 0.08 K. No obvious quadrupolar Kondo effect can be identified. Ultrahigh-field quantum oscillation measurements confirm PrBi as a semimetal with non-trivial Berry phase and low total carrier density 0.06 /f.u. We discuss the interplay between low carrier density and $4f^2$ quadrupolar moment, and ascribe the weak quadrupolar ordering and Kondo effect to consequences of the low carrier density. PrBi, thus, opens a new window to the physics of topology and strongly correlated effect with quadrupolar degrees of freedom in the low-carrier-density limit, evoking the need for a reexamination of the Nozières exhaustion problem in the context of multi-channel Kondo effect.

preprint2019arXiv

Field-free platform for topological zero-energy mode in superconductors LiFeAs and PbTaSe$_2$

Superconducting materials exhibiting topological properties are emerging as an exciting platform to realize fundamentally new excitations from topological quantum states of matter. In this work, we explore the possibility of a field-free platform for generating Majorana zero energy excitations by depositing magnetic Fe impurities on the surface of candidate topological superconductors, LiFeAs and PbTaSe$_2$. We use scanning tunneling microscopy to probe localized states induced at the Fe adatoms on the atomic scale and at sub-Kelvin temperatures. We find that each Fe adatom generates a striking zero-energy bound state inside the superconducting gap, which do not split in magnetic fields up to 8T, underlining a nontrivial topological origin. Our findings point to magnetic Fe adatoms evaporated on bulk superconductors with topological surface states as a new platform for exploring Majorana zero modes and quantum information science under field-free conditions.

preprint2019arXiv

Intrinsic anomalous Nernst effect amplified by disorder in a half-metallic semimetal

Intrinsic anomalous Nernst effect (ANE), like its Hall counterpart, is generated by Berry curvature of electrons in solids. Little is known about its response to disorder. In contrast, the link between the amplitude of the ordinary Nernst coefficient and the mean-free-path is extensively documented. Here, by studying Co$_3$Sn$_2$S$_2$, a topological half-metallic semimetal hosting sizable and recognizable ordinary and anomalous Nernst responses, we demonstrate an anti-correlation between the amplitude of ANE and carrier mobility. We argue that the observation, paradoxically, establishes the intrinsic origin of the ANE in this system. We conclude that various intrinsic off-diagonal coefficients are set by the way the Berry curvature is averaged on a grid involving the mean-free-path, the Fermi wavelength and the de Broglie thermal length.

preprint2016arXiv

Interplay between multiple charge-density waves and the relationship with superconductivity in Pd$_x$HoTe$_{3}$

HoTe$_{3}$, a member of the rare-earth tritelluride ($R$Te$_{3}$) family, and its Pd-intercalated compounds, Pd$_x$HoTe$_{3}$, where superconductivity (SC) sets in as the charge-density wave (CDW) transition is suppressed by the intercalation of a small amount of Pd, are investigated using angle-resolved photoemission spectroscopy (ARPES) and electrical resistivity. Two incommensurate CDWs with perpendicular nesting vectors are observed in HoTe$_{3}$ at low temperatures. With a slight Pd intercalation ($x$ = 0.01), the large CDW gap decreases and the small one increases. The momentum dependence of the gaps along the inner Fermi surface (FS) evolves from orthorhombicity to near tetragonality, manifesting the competition between two CDW orders. At $x$ = 0.02, both CDW gaps decreases with the emergence of SC. Further increasing the content of Pd for $x$ = 0.04 will completely suppress the CDW instabilities and give rise to the maximal SC order. The evolution of the electronic structures and electron-phonon couplings (EPCs) of the multiple CDWs upon Pd intercalation are carefully scrutinized. We discuss the interplay between multiple CDW orders, and the competition between CDW and SC in detail.

preprint2016arXiv

Spin excitations in optimally P-doped BaFe2(As0.7P0.3)2superconductor

We use inelastic neutron scattering to study temperature and energy dependence of spin excitations in optimally P-doped BaFe2(As0.7P0.3)2 superconductor (Tc = 30 K) throughout the Brillouin zone. In the undoped state, spin waves and paramagnetic spin excitations of BaFe2As2 stem from antiferromagnetic (AF) ordering wave vector QAF= (1/-1,0) and peaks near zone boundary at (1/-1,1/-1) around 180 meV. Replacing 30% As by smaller P to induce superconductivity, low-energy spin excitations of BaFe2(As0.7P0.3)2form a resonance in the superconducting state and high-energy spin excitations now peaks around 220 meV near (1/-1,1/-1). These results are consistent with calculations from a combined density functional theory and dynamical mean field theory, and suggest that the decreased average pnictogen height in BaFe2(As0.7P0.3)2 reduces the strength of electron correlations and increases the effective bandwidth of magnetic excitations.

preprint2015arXiv

Observation of the chiral anomaly induced negative magneto-resistance in 3D Weyl semi-metal TaAs

Weyl semi-metal is the three dimensional analog of graphene. According to the quantum field theory, the appearance of Weyl points near the Fermi level will cause novel transport phenomena related to chiral anomaly. In the present paper, we report the first experimental evidence for the long-anticipated negative magneto-resistance generated by the chiral anomaly in a newly predicted time-reversal invariant Weyl semi-metal material TaAs. Clear Shubnikov de Haas oscillations (SdH) have been detected starting from very weak magnetic field. Analysis of the SdH peaks gives the Berry phase accumulated along the cyclotron orbits to be π, indicating the existence of Weyl points.