SearcharxivSearch

arXiv subjects

Lingyuan Kong

Publications and source records attributed to Lingyuan Kong.

At least 19 recordsLinked to original sources

UniRec: Cross-stage Multi-Task Fusion with Preference Alignment for Cascaded Recommender Systems

Industrial recommender systems use cascaded stages with different objectives, feature spaces, and latency constraints. Optimizing pre-ranking and ranking separately can create cross-stage inconsistency: upstream models may filter out items preferred by downstream rankers, and independently tuned downstream fusion can offset upstream improvements. Existing multi-task fusion methods focus on multi-objective fusion within the ranking stage, and cross-stage methods typically only add a downstream score factor to upstream ranking. Joint optimization of fusion modules across both stages remains largely unexplored. We propose UniRec, a Unified Cross-stage Recommendation Fusion model. First, the two fusion agents partially share input embeddings and are trained in a single computation graph, so gradients from either stage propagate through the shared representation and influence the other. Second, we introduce a dual-axis preference alignment objective: a vertical cross-stage consistency term transfers downstream pairwise preferences to the upstream fusion score, and a horizontal compact aggregation term reorganizes dozens of pairwise objectives over heterogeneous prior signals into bidirectional preference evidence. Third, we find that unconstrained end-to-end fusion optimization can exploit imbalances in item attribute distributions, over-concentrating on high-reward regions at the cost of other objectives. We therefore add an attribute group-relative regularization that computes advantages within attribute groups and normalizes the policy over the same groups, so uniformly promoting an entire high-reward group yields no optimization gain. Offline, UniRec consistently outperforms single-stage fusion and cross-stage coordination baselines. Online A/B tests show a 0.616\% gain in app usage duration. UniRec is fully deployed on the Kuaishou platform.

cs.IR

Pair density modulation from glide symmetry breaking and nematic superconductivity

Pair density modulation is a superconducting state, recently observed in exfoliated iron-based superconductor flakes, in which the superconducting gap oscillates strongly with the same periodicity as the underlying crystalline lattice. We propose a microscopic model that explains this modulation through a combination of glide-mirror symmetry breaking and the emergence of nematic superconductivity. The first ingredient results in a sublattice texture on the Fermi surface, which is aligned with the anisotropic superconducting gap of the nematic $s_\pm+d$ state. This gives rise to distinctive gap maxima and minima located on the two inequivalent iron sublattices while still being a zero-momentum pairing state. We discuss how further investigation of such modulations can give insight into the nature of the superconducting pairing, such as the signs of the order parameters and visualization of a phase transition to a mixed two-component state using local probes.

cond-mat.supr-con

Ferromagnetic Two-dimensional Electron Gases with Magnetic Doping and Proximity Effects

The advent of magnetic two-dimensional electron gases (2DEGs) at oxide interfaces has provided new opportunities in the field of spintronics. The enhancement of magnetism in 2DEGs at oxide interfaces continues to be a significant challenge, as exemplified by the relatively weak magnetism observed in the classical LaAlO3/SrTiO3 interface. Here, we present ferromagnetic (FM) 2DEGs at the interface fabricated between the FM insulator EuTiO3 (ETO) and the strong spin-orbit coupled (SOC) perovskite insulator KTaO3 (KTO). With the combined effects of magnetic atom doping and magnetic proximity from ETO films, the coercive field of 2DEGs can be significantly enhanced. Magnetoresistance (MR) curve with a high coercive field of 1000 Oe has been observed, in conjunction with a temperature-dependent unambiguous hysteresis loop in the anomalous Hall effect (AHE). Furthermore, within the 2DEGs, we have identified a synergetic interplay between magnetic scattering and the weak antilocalization (WAL) effect on transport. This study provides fresh insights into the formation of FM 2DEGs at ETO/KTO interfaces, and introduce an innovative pathway for creating high-performance magnetic 2DEGs at oxide interfaces.

cond-mat.mtrl-sci

Resolving Intervalley Gaps and Many-Body Resonances in Moiré Superconductor

Magic-angle twisted multilayer graphene stands out as a highly tunable class of moiré materials that exhibit strong electronic correlations and robust superconductivity. However, understanding the relations between the low-temperature superconducting phase and the preceding correlated phases established at higher temperatures remains a challenge. Here, we employ scanning tunneling microscopy and spectroscopy to track the formation sequence of correlated phases established by the interplay of dynamic correlations, intervalley coherence, and superconductivity in magic-angle twisted trilayer graphene (MATTG). We discover the existence of two well-resolved gaps pinned at the Fermi level within the superconducting doping range. While the outer gap, previously associated with pseudogap phase, persists at high temperatures and magnetic fields, the newly revealed inner gap is more fragile in line with superconductivity MATTG transport experiments. Andreev reflection spectroscopy taken at the same location confirms a clear trend that closely follows the doping behaviour of the inner gap, and not the outer one. Moreover, spectroscopy taken at nanoscale domain boundaries further corroborates the contrasting behavior of the two gaps, with the inner gap remaining resilient to structural variations, as expected from the finite superconducting coherence length. By comparing our findings with recent topological heavy-fermion models, we identify that the outer gap originates from the splitting of the Abrikosov-Suhl-Kondo resonance due to the breaking of the valley symmetry arising from correlation-driven effects. Our results suggest an intricate but tractable hierarchy of correlated phases in twisted multilayer graphene.

cond-mat.supr-con

Observation of Cooper-pair density modulation state

Superconducting states that break space-group symmetries of the underlying crystal can exhibit nontrivial spatial modulation of the order parameter. Previously, such remarkable states were intimately associated with the breaking of translational symmetry, giving rise to the density-wave orders, with wavelengths spanning several unit cells. However, a related basic concept has been long overlooked: when only intra-unit-cell symmetries of the space group are broken, the superconducting states can display a distinct type of nontrivial modulation preserving long-range lattice translation. Here, we refer to this new concept as the pair density modulation (PDM), and report the first observation of a PDM state in exfoliated thin flakes of iron-based superconductor FeTe$_{\text{0.55}}$Se$_{\text{0.45}}$. Using scanning tunneling microscopy, we discover robust superconducting gap modulation with the wavelength corresponding to the lattice periodicity and the amplitude exceeding 30% of the gap average. Importantly, we find that the observed modulation originates from the large difference in superconducting gaps on the two nominally equivalent iron sublattices. The experimental findings, backed up by model calculations, suggest that in contrast to the density-wave orders, the PDM state is driven by the interplay of sublattice symmetry breaking and a peculiar nematic distortion specific to the thin flakes. Our results establish new frontiers for exploring the intertwined orders in strong-correlated electronic systems and open a new chapter for iron-based superconductors.

cond-mat.supr-con

GCNSLIM: Graph Convolutional Network with Sparse Linear Methods for E-government Service Recommendation

Graph Convolutional Networks have made significant strides in Collabora-tive Filtering recommendations. However, existing GCN-based CF methods are mainly based on matrix factorization and incorporate some optimization tech-niques to enhance performance, which are not enough to handle the complexities of diverse real-world recommendation scenarios. E-government service recommendation is a crucial area for recommendation re-search as it involves rigid aspects of people's lives. However, it has not received ad-equate attention in comparison to other recommendation scenarios like news and music recommendation. We empirically find that when existing GCN-based CF methods are directly applied to e-government service recommendation, they are limited by the MF framework and showing poor performance. This is because MF's equal treatment of users and items is not appropriate for scenarios where the number of users and items is unbalanced. In this work, we propose a new model, GCNSLIM, which combines GCN and sparse linear methods instead of combining GCN and MF to accommodate e-government service recommendation. In particular, GCNSLIM explicitly injects high-order collaborative signals obtained from multi-layer light graph convolutions into the item similarity matrix in the SLIM frame-work, effectively improving the recommendation accuracy. In addition, we propose two optimization measures, removing layer 0 embedding and adding nonlinear acti-vation, to further adapt to the characteristics of e-government service recommenda-tion scenarios. Furthermore, we propose a joint optimization mode to adapt to more diverse recommendation scenarios. We conduct extensive experiments on a real e-government service dataset and a common public dataset and demonstrate the ef-fectiveness of GCNSLIM in recommendation accuracy and operational performance.

cs.IR

Imaging inter-valley coherent order in magic-angle twisted trilayer graphene

Magic-angle twisted trilayer graphene (MATTG) exhibits a range of strongly correlated electronic phases that spontaneously break its underlying symmetries. The microscopic nature of these phases and their residual symmetries stands as a key outstanding puzzle whose resolution promises to shed light on the origin of superconductivity in twisted materials. Here we investigate correlated phases of MATTG using scanning tunneling microscopy and identify striking signatures of interaction-driven spatial symmetry breaking. In low-strain samples, over a filling range of about 2-3 electrons or holes per moiré unit cell, we observe atomic-scale reconstruction of the graphene lattice that accompanies a correlated gap in the tunneling spectrum. This short-scale restructuring appears as a Kekulé supercell -- implying spontaneous inter-valley coherence between electrons -- and persists in a wide range of magnetic fields and temperatures that coincide with the development of the gap. Large-scale maps covering several moiré unit cells further reveal a slow evolution of the Kekulé pattern, indicating that atomic-scale reconstruction coexists with translation symmetry breaking at the much longer moiré scale. We employ auto-correlation and Fourier analyses to extract the intrinsic periodicity of these phases and find that they are consistent with the theoretically proposed incommensurate Kekulé spiral order. Moreover, we find that the wavelength characterizing moiré-scale modulations monotonically decreases with hole doping away from half-filling of the bands and depends only weakly on the magnetic field. Our results provide essential insights into the nature of MATTG correlated phases in the presence of strain and imply that superconductivity emerges from an inter-valley coherent parent state.

cond-mat.str-el

Tunable vortex Majorana modes controlled by strain in homogeneous LiFeAs

The iron-based superconductors (FeSCs) have recently emerged as a promising single-material Majorana platform by hosting isolated Majorana zero modes (MZMs) at relatively high temperatures. To further verify its Majorana nature and move forward to build topological quantum qubit, it is highly desirable to achieve tunability for MZMs on homogeneous FeSCs. Here, with an in-situ strain device, we can controllably create MZMs on the homogeneous surface of stoichiometric superconductor LiFeAs by inducing a topological phase transition. The evolution of discrete energy modes inside a strained vortex is found to mimics exactly as the predicted topological vortex case, proving the Majorana nature of emerging zero modes of vortex. Such tunability of MZMs in a homogeneous superconductor is an important step toward their application in topological quantum computation.

cond-mat.supr-con

Emergent vortex Majorana zero mode in iron-based superconductors

The vortex of iron-based superconductors is emerging as a promising platform for Majorana zero mode, owing to a magic integration among intrinsic vortex winding, non-trivial band topology, strong electron-electron correlations, high-Tc superconductivity and the simplification of single material. It overcomes many difficulties suffered in heterostructure-based Majorana platforms, including small topological gap, interfacial contamination, lattice imperfections, and etc. Isolated zero-bias peaks have been found in vortex of several iron-based superconductors. So far, studies from both experimental and theoretical aspects strongly indicate the realization of vortex Majorana zero mode, with a potential to be applied to topological quantum computation. By taking Fe(Te,Se) superconductor as an example, here we review original idea and research progress of Majorana zero modes in this new platform. After introducing the identifications of topological band structure and real zero modes in vortex, we summarize the physics behaviors of vortex Majorana zero modes systematically. Firstly, relying on the behavior of the zero mode wave function and evidence of quasiparticle poisoning, we analyze the mechanism of emergence of vortex Majorana zero modes. Secondly, assisted with some well-established theories, we elaborate the measurements on Majorana symmetry and topological nature of vortex Majorana zero modes. After that, we switch from quantum physics to quantum engineering, and analyze the performance of vortex Majorana zero mode under real circumstances, which may potentially benefit the exploration of practical applications in the future. This review follows the physics properties of vortex Majorana zero modes, especially emphasizes the link between phenomena and mechanisms. It provides a chance to bridge the gap between the well-established theories and the newly discovered iron home of Majoranas.

cond-mat.supr-con

Observation of magnetic adatom-induced Majorana vortex and its hybridization with field-induced Majorana vortex in an iron-based superconductor

Braiding Majorana zero modes is essential for fault-tolerant topological quantum computing. Iron-based superconductors with nontrivial band topology have recently emerged as a surprisingly promising platform for creating distinct Majorana zero modes in magnetic vortices in a single material and at relatively high temperatures. The magnetic field-induced Abrikosov vortex lattice makes it difficult to braid a set of Majorana zero modes or to study the coupling of a Majorana doublet due to overlapping wave functions. Here we report the observation of the proposed quantum anomalous vortex with integer quantized vortex core states and the Majorana zero mode induced by magnetic Fe adatoms deposited on the surface. We observe its hybridization with a nearby field-induced Majorana vortex in iron-based superconductor FeTe0.55Se0.45. We also observe vortex-free Yu-Shiba-Rusinov bound states at the Fe adatoms with a weaker coupling to the substrate, and discover a reversible transition between Yu-Shiba-Rusinov states and Majorana zero mode by manipulating the exchange coupling strength. The dual origin of the Majorana zero modes, from magnetic adatoms and external magnetic field, provides a new single-material platform for studying their interactions and braiding in superconductors bearing topological band structures.

cond-mat.supr-con

Two distinct superconducting states controlled by orientation of local wrinkles in LiFeAs

We observe two types of superconducting states controlled by orientations of local wrinkles on the surface of LiFeAs. Using scanning tunneling microscopy/spectroscopy, we find type-I wrinkles enlarge the superconducting gaps and enhance the transition temperature, whereas type-II wrinkles significantly suppress the superconducting gaps. The vortices on wrinkles show a C2 symmetry, indicating the strain effects on the wrinkles. A discontinuous switch of superconductivity occurs at the border between two different wrinkles. Our results demonstrate that the local strain effect could affect superconducting order parameter of LiFeAs with a possible Lifshitz transition, by alternating crystal structure in different directions.

cond-mat.supr-con

Tunable vortex Majorana zero modes in LiFeAs superconductor

The recent realization of pristine Majorana zero modes (MZMs) in vortices of iron-based superconductors (FeSCs) provides a promising platform for long-sought-after fault-tolerant quantum computation. A large topological gap between the MZMs and the lowest excitations enabled detailed characterization of vortex MZMs in those materials. Despite those achievements, a practical implementation of topological quantum computation based on MZM braiding remains elusive in this new Majorana platform. Among the most pressing issues are the lack of controllable tuning methods for vortex MZMs and inhomogeneity of the FeSC Majorana compounds that destroys MZMs during the braiding process. Thus, the realization of tunable vortex MZMs in a truly homogeneous compound of stoichiometric composition and with a charge neutral cleavage surface is highly desirable. Here we demonstrate experimentally that the stoichiometric superconductor LiFeAs is a good candidate to overcome these two obstacles. Using scanning tunneling microscopy, we discover that the MZMs, which are absent on the natural surface, can appear in vortices influenced by native impurities. Our detailed analysis and model calculations clarify the mechanism of emergence of MZMs in this material, paving a way towards MZMs tunable by controllable methods such as electrostatic gating. The tunability of MZMs in this homogeneous material offers an unprecedented platform to manipulate and braid MZMs, the essential ingredients for topological quantum computation.

cond-mat.supr-con

Nearly quantized conductance plateau of vortex zero mode in an iron-based superconductor

Majorana zero-modes (MZMs) are spatially-localized zero-energy fractional quasiparticles with non-Abelian braiding statistics that hold a great promise for topological quantum computing. Due to its particle-antiparticle equivalence, an MZM exhibits robust resonant Andreev reflection and 2e2/h quantized conductance at low temperature. By utilizing variable-tunnel-coupled scanning tunneling spectroscopy, we study tunneling conductance of vortex bound states on FeTe0.55Se0.45 superconductors. We report observations of conductance plateaus as a function of tunnel coupling for zero-energy vortex bound states with values close to or even reaching the 2e2/h quantum conductance. In contrast, no such plateau behaviors were observed on either finite energy Caroli-de Genne-Matricon bound states or in the continuum of electronic states outside the superconducting gap. This unique behavior of the zero-mode conductance reaching a plateau strongly supports the existence of MZMs in this iron-based superconductor, which serves as a promising single-material platform for Majorana braiding at a relatively high temperature.

cond-mat.supr-con

Topological Electronic States in HfRuP Family Superconductors

Based on the first-principles calculations and experimental measurements, we report that the hexagonal phase of ternary transition metal pnictides TT'X (T=Zr, Hf; T'=Ru; X=P, As), which are well-known noncentrosymmetric superconductors with relatively high transition temperatures, host nontrivial bulk topology. Before the superconducting phase transition, we find that HfRuP belongs to a Weyl semimetal phase with 12 pairs of type-II Weyl points, while ZrRuAs, ZrRuP and HfRuAs belong to a topological crystalline insulating phase with trivial Fu-Kane $\mathbb Z_2$ indices but $nontrivial$ mirror Chern numbers. High-quality single crystal samples of the noncentrosymmetric superconductors with these two different topological states have been obtained and the superconductivity is verified experimentally. The wide-range band structures of ZrRuAs have been identified by ARPES and reproduced by theoretical calculations. Combined with intrinsic superconductivity, the nontrivial topology of the normal state may generate unconventional superconductivity in both bulk and surfaces. Our findings could largely inspire the experimental searching for possible topological superconductivity in these compounds.

cond-mat.mtrl-sci

A new Majorana platform in an Fe-As bilayer superconductor

Recently, iron-chalcogenide superconductors have emerged as a new and promising platform for studying and manipulating Majorana zero mode (MZM). By combining topological band structure and superconductivity in a multiband material, they provide significant advantages such as higher superconducting transition temperature (Tc) and isolated Majorana mode. However, iron-chalcogenide superconductors, especially Fe(Te,Se), suffer from strong inhomogeneity which may hamper their practical application. On the other hand, some iron-pnictide (Fe-As) superconductors, such as LiFeAs, have been demonstrated to have a similar topological band structure, yet no MZM has been observed in its vortex cores, raising a question of universality of MZM presence in iron-based superconductors. In this work, by using high-resolution angle-resolved photoemission spectroscopy and scanning tunneling microscopy/spectroscopy, we identify the first Fe-As superconductor CaKFe4As4 (Tc = 35 K) which has both the superconducting Dirac surface states and the MZMs inside its vortex cores. The topological band inversion is largely due to the down-shift of the pz band caused by the bilayer band folding in this material. More strikingly, the energies and spatial line profiles of MZM and multiple quantized Caroli-de Gennes-Matricon bound states observed inside the topological vortex can be accurately reproduced by a simple theoretical model derived from a surface Dirac cone, firmly establishing Majorana nature of the zero mode.

cond-mat.supr-con

Observation of half-integer level shift of vortex bound states in an iron-based superconductor

Vortices in topological superconductors host Majorana zero modes (MZMs), which are proposed to be building blocks of fault-tolerant topological quantum computers. Recently, a new single-material platform for realizing MZM has been discovered in iron-based superconductors, without involving hybrid semiconductor-superconductor structures. Here we report on a detailed scanning tunneling spectroscopy study of a FeTe0.55Se0.45 single crystal, revealing two distinct classes of vortices present in this system which differ by a half-integer level shift in the energy spectra of the vortex bound states. This level shift is directly tied with the presence or absence of zero-bias peak and also alters the ratios of higher energy levels from integer to half-odd-integer. Our model calculations fully reproduce the spectra of these two types of vortex bound states, suggesting the presence of topological and conventional superconducting regions that coexist within the same crystal. Our findings provide strong evidence for the topological nature of superconductivity in FeTe0.55Se0.45 and establish it as an excellent platform for further studies on MZMs.

cond-mat.supr-con

Evidence for Majorana bound state in an iron-based superconductor

The search for Majorana bound state (MBS) has recently emerged as one of the most active research areas in condensed matter physics, fueled by the prospect of using its non-Abelian statistics for robust quantum computation. A highly sought-after platform for MBS is two-dimensional topological superconductors, where MBS is predicted to exist as a zero-energy mode in the core of a vortex. A clear observation of MBS, however, is often hindered by the presence of additional low-lying bound states inside the vortex core. By using scanning tunneling microscope on the newly discovered superconducting Dirac surface state of iron-based superconductor FeTe1-xSex (x = 0.45, superconducting transition temperature Tc = 14.5 K), we clearly observe a sharp and non-split zero-bias peak inside a vortex core. Systematic studies of its evolution under different magnetic fields, temperatures, and tunneling barriers strongly suggest that this is the case of tunneling to a nearly pure MBS, separated from non-topological bound states which is moved away from the zero energy due to the high ratio between the superconducting gap and the Fermi energy in this material. This observation offers a new, robust platform for realizing and manipulating MBSs at a relatively high temperature.

cond-mat.supr-con

Observation of bulk nodal lines in topological semimetal ZrSiS

ZrSiS is the most intensively studied topological nodal-line semimetal candidate, which is proposed to host multiple nodal lines in its bulk electronic structure. However, previous angle-resolved photoemission spectroscopy (ARPES) experiments with vacuum ultraviolet lights mainly probed the surface states. Here using bulk-sensitive soft X-ray ARPES, we acquire the bulk electronic states of ZrSiS without any interference from surface states. Our results clearly show two groups of three-dimensional bulk nodal lines located on high-symmetry planes and along high-symmetry lines in the bulk Brillouin zone, respectively. The nodal lines on high-symmetry planes are enforced to pin at the Fermi level by carrier compensation and constitute the whole Fermi surfaces. This means that the carriers in ZrSiS are entirely contributed by nodal-line fermions, suggesting that ZrSiS is a remarkable platform for studying physical properties related to nodal lines.

cond-mat.mtrl-sci