SearcharxivSearch

arXiv subjects

Mengyu Yao

Publications and source records attributed to Mengyu Yao.

17 recordsLinked to original sources

Connect the Dots: Knowledge Graph-Guided Crawler Attack on Retrieval-Augmented Generation Systems

Stealing attacks pose a persistent threat to the intellectual property of deployed machine-learning systems. Retrieval-augmented generation (RAG) intensifies this risk by extending the attack surface beyond model weights to knowledge base that often contains IP-bearing assets such as proprietary runbooks, curated domain collections, or licensed documents. Recent work shows that multi-turn questioning can gradually steal corpus content from RAG systems, yet existing attacks are largely heuristic and often plateau early. We address this gap by formulating RAG knowledge-base stealing as an adaptive stochastic coverage problem (ASCP), where each query is a stochastic action and the goal is to maximize the conditional expected marginal gain (CMG) in corpus coverage under a query budget. Bridging ASCP to real-world black-box RAG knowledge-base stealing raises three challenges: CMG is unobservable, the natural-language action space is intractably large, and feasibility constraints require stealthy queries that remain effective under diverse architectures. We introduce RAGCrawler, a knowledge graph-guided attacker that maintains a global attacker-side state to estimate coverage gains, schedule high-value semantic anchors, and generate non-redundant natural queries. Across four corpora and four generators with BGE retriever, RAGCrawler achieves 66.8% average coverage (up to 84.4%) within 1,000 queries, improving coverage by 44.90% relative to the strongest baseline. It also reduces the queries needed to reach 70% coverage by at least 4.03x on average and enables surrogate reconstruction with answer similarity up to 0.699. Our attack is also scalable to retriever switching and newer RAG techniques like query rewriting and multi-query retrieval. These results highlight urgent needs to protect RAG knowledge assets.

cs.CR

Who Grants the Agent Power? Defending Against Instruction Injection via Task-Centric Access Control

AI agents capable of GUI understanding and Model Context Protocol are increasingly deployed to automate mobile tasks. However, their reliance on over-privileged, static permissions creates a critical vulnerability: instruction injection. Malicious instructions, embedded in otherwise benign content like emails, can hijack the agent to perform unauthorized actions. We present AgentSentry, a lightweight runtime task-centric access control framework that enforces dynamic, task-scoped permissions. Instead of granting broad, persistent permissions, AgentSentry dynamically generates and enforces minimal, temporary policies aligned with the user's specific task (e.g., register for an app), revoking them upon completion. We demonstrate that AgentSentry successfully prevents an instruction injection attack, where an agent is tricked into forwarding private emails, while allowing the legitimate task to complete. Our approach highlights the urgent need for intent-aligned security models to safely govern the next generation of autonomous agents.

cs.CR

Who Moved My Transaction? Uncovering Post-Transaction Auditability Vulnerabilities in Modern Super Apps

Super apps are the cornerstones of modern digital life, embedding financial transactions into nearly every aspect of daily routine. The prevailing security paradigm for these platforms is overwhelmingly focused on pre-transaction authentication, preventing unauthorized payments before they occur. We argue that a critical vulnerability vector has been largely overlooked: the fragility of post-transaction audit trails. We investigate the ease with which a user can permanently erase their transaction history from an app's interface, thereby concealing unauthorized or sensitive activities from the account owner. To quantify this threat, we conducted an empirical study with 6 volunteers who performed a cross-evaluation on six super apps. Our findings are alarming: all six applications studied allow users to delete transaction records, yet a staggering five out of six (83+\%) fail to protect these records with strong authentication. Only one app in our study required biometric verification for deletion. This study provides the first concrete evidence of this near-ubiquitous vulnerability, demonstrating a critical gap in the current mobile security landscape and underscoring the urgent need for a paradigm shift towards ensuring post-transaction audit integrity.

cs.CR

GroupTuner: Efficient Group-Aware Compiler Auto-Tuning

Modern compilers typically provide hundreds of options to optimize program performance, but users often cannot fully leverage them due to the huge number of options. While standard optimization combinations (e.g., -O3) provide reasonable defaults, they often fail to deliver near-peak performance across diverse programs and architectures. To address this challenge, compiler auto-tuning techniques have emerged to automate the discovery of improved option combinations. Existing techniques typically focus on identifying critical options and prioritizing them during the search to improve efficiency. However, due to limited tuning iterations, the resulting data is often sparse and noisy, making it highly challenging to accurately identify critical options. As a result, these algorithms are prone to being trapped in local optima. To address this limitation, we propose GroupTuner, a group-aware auto-tuning technique that directly applies localized mutation to coherent option groups based on historically best-performing combinations, thus avoiding explicitly identifying critical options. By forgoing the need to know precisely which options are most important, GroupTuner maximizes the use of existing performance data, ensuring more targeted exploration. Extensive experiments demonstrate that GroupTuner can efficiently discover competitive option combinations, achieving an average performance improvement of 12.39% over -O3 while requiring only 77.21% of the time compared to the random search algorithm, significantly outperforming state-of-the-art methods.

cs.SE

I Can Tell Your Secrets: Inferring Privacy Attributes from Mini-app Interaction History in Super-apps

Super-apps have emerged as comprehensive platforms integrating various mini-apps to provide diverse services. While super-apps offer convenience and enriched functionality, they can introduce new privacy risks. This paper reveals a new privacy leakage source in super-apps: mini-app interaction history, including mini-app usage history (Mini-H) and operation history (Op-H). Mini-H refers to the history of mini-apps accessed by users, such as their frequency and categories. Op-H captures user interactions within mini-apps, including button clicks, bar drags, and image views. Super-apps can naturally collect these data without instrumentation due to the web-based feature of mini-apps. We identify these data types as novel and unexplored privacy risks through a literature review of 30 papers and an empirical analysis of 31 super-apps. We design a mini-app interaction history-oriented inference attack (THEFT), to exploit this new vulnerability. Using THEFT, the insider threats within the low-privilege business department of the super-app vendor acting as the adversary can achieve more than 95.5% accuracy in inferring privacy attributes of over 16.1% of users. THEFT only requires a small training dataset of 200 users from public breached databases on the Internet. We also engage with super-app vendors and a standards association to increase industry awareness and commitment to protect this data. Our contributions are significant in identifying overlooked privacy risks, demonstrating the effectiveness of a new attack, and influencing industry practices toward better privacy protection in the super-app ecosystem.

cs.CR

Research on the Proximity Relationships of Psychosomatic Disease Knowledge Graph Modules Extracted by Large Language Models

As social changes accelerate, the incidence of psychosomatic disorders has significantly increased, becoming a major challenge in global health issues. This necessitates an innovative knowledge system and analytical methods to aid in diagnosis and treatment. Here, we establish the ontology model and entity types, using the BERT model and LoRA-tuned LLM for named entity recognition, constructing the knowledge graph with 9668 triples. Next, by analyzing the network distances between disease, symptom, and drug modules, it was found that closer network distances among diseases can predict greater similarities in their clinical manifestations, treatment approaches, and psychological mechanisms, and closer distances between symptoms indicate that they are more likely to co-occur. Lastly, by comparing the proximity d and proximity z score, it was shown that symptom-disease pairs in primary diagnostic relationships have a stronger association and are of higher referential value than those in diagnostic relationships. The research results revealed the potential connections between diseases, co-occurring symptoms, and similarities in treatment strategies, providing new perspectives for the diagnosis and treatment of psychosomatic disorders and valuable information for future mental health research and practice.

cs.AI

TEESlice: Protecting Sensitive Neural Network Models in Trusted Execution Environments When Attackers have Pre-Trained Models

Trusted Execution Environments (TEE) are used to safeguard on-device models. However, directly employing TEEs to secure the entire DNN model is challenging due to the limited computational speed. Utilizing GPU can accelerate DNN's computation speed but commercial widely-available GPUs usually lack security protection. To this end, scholars introduce TSDP, a method that protects privacy-sensitive weights within TEEs and offloads insensitive weights to GPUs. Nevertheless, current methods do not consider the presence of a knowledgeable adversary who can access abundant publicly available pre-trained models and datasets. This paper investigates the security of existing methods against such a knowledgeable adversary and reveals their inability to fulfill their security promises. Consequently, we introduce a novel partition before training strategy, which effectively separates privacy-sensitive weights from other components of the model. Our evaluation demonstrates that our approach can offer full model protection with a computational cost reduced by a factor of 10. In addition to traditional CNN models, we also demonstrate the scalability to large language models. Our approach can compress the private functionalities of the large language model to lightweight slices and achieve the same level of protection as the shielding-whole-model baseline.

cs.CR

Observation of Chiral Surface State in Superconducting NbGe$_2$

The interplay between topology and superconductivity in quantum materials harbors rich physics ripe for discovery. In this study, we investigate the topological properties and superconductivity of the nonsymmorphic chiral superconductor NbGe$_2$ using high-resolution angle-resolved pho-toemission spectroscopy (ARPES), transport measurements, and ab initio calculations. The ARPES data revealed exotic chiral surface states on the (100) surface originating from the inherent chiral crystal structure. Supporting calculations indicate that NbGe$_2$ likely hosts elusive Weyl fermions in its bulk electronic structure. Furthermore, we uncovered the signatures of van Hove singularities that can enhance many-body interactions. Additionally, transport measurements demonstrated that NbGe$_2$ exhibits superconductivity below 2K. Overall, our comprehensive results provide the first concrete evidence that NbGe$_2$ is a promising platform for investigating the interplay between non-trivial band topology, possible Weyl fermions, van Hove singularities, and superconductivity in chiral quantum materials.

cond-mat.mes-hall

Controllable orbital angular momentum monopoles in chiral topological semimetals

The emerging field of orbitronics aims at generating and controlling currents of electronic orbital angular momentum (OAM) for information processing. Structurally chiral topological crystals could be particularly suitable orbitronic materials because they have been predicted to host topological band degeneracies in reciprocal space that are monopoles of OAM. Around such a monopole, the OAM is locked isotopically parallel or antiparallel to the direction of the electron's momentum, which could be used to generate large and controllable OAM currents. However, OAM monopoles have not yet been directly observed in chiral crystals, and no handle to control their polarity has been discovered. Here, we use circular dichroism in angle-resolved photoelectron spectroscopy (CD-ARPES) to image OAM monopoles in the chiral topological semimetals PtGa and PdGa. Moreover, we also demonstrate that the polarity of the monopole can be controlled via the structural handedness of the host crystal by imaging OAM monopoles and anti-monopoles in the two enantiomers of PdGa, respectively. For most photon energies used in our study, we observe a sign change in the CD-ARPES spectrum when comparing positive and negative momenta along the light direction near the topological degeneracy. This is consistent with the conventional view that CD-ARPES measures the projection of the OAM monopole along the photon momentum. For some photon energies, however, this sign change disappears, which can be understood from our numerical simulations as the interference of polar atomic OAM contributions, consistent with the presence of OAM monopoles. Our results highlight the potential of chiral crystals for orbitronic device applications, and our methodology could enable the discovery of even more complicated nodal OAM textures that could be exploited for orbitronics.

cond-mat.str-el

Anomalous quasiparticles in the zone center electron pocket of the kagomé ferromagnet Fe3Sn2

One material containing kagome bilayers and featuring both exceptional magnetism and electron transport is the ferromagnetic metal Fe3Sn2. Notwithstanding the widespread interest in Fe3Sn2, crystal twinning, difficulties in distinguishing surface from bulk states, and a large unit cell have until now prevented the synchrotron-based spectroscopic observation of sharply resolved quasiparticles near the Fermi surface which could be responsible for the anomalous properties appearing at low temperatures for the material. Here we report microfocused laser-based angle-resolved photoemission spectroscopy (micro-ARPES), which offers the first look at such quasiparticles. The high spatial resolution allows individual crystal twin domains to be examined in isolation, resulting in the discovery of three-fold symmetric electron pockets at the Brillouin zone (BZ) center, not predicted by early tight-binding descriptions but in agreement with density functional theory (DFT) calculations, which also feature Weyl nodes. The quasiparticles in these pockets have remarkably long mean free paths, and their Fermi surface area is consistent with reported quantum oscillations. At the same time, though, the best-defined Fermi surface is reduced at low temperature, and the quasiparticles generally are marginal in the sense that their wavelength uncertainty is of order the deviation of the quasiparticle wavelength from the Fermi vector. We attribute these manifestations of strong electron-electron interactions to a flat band predicted by our DFT to lie just above the dispersive bands seen in this experiment. Thus, beyond demonstrating the impact of twin averaging for ARPES measurements of band structures, our experiments reveal many-body physics unaccounted for by current theories of metallic kagome ferromagnets.

cond-mat.str-el

Anomalous thermoelectric effects and quantum oscillations in the kagome metal CsV$_3$Sb$_5$

The kagome metal compounds $A$V$_3$Sb$_5$ ($A$ = K, Rb, and Cs) feature a wealth of phenomena including nontrivial band topology, charge density wave (CDW), and superconductivity. One intriguing property is the time-reversal symmetry breaking in the CDW state without local moments, which leads to anomalous transport responses. Here, we report the investigation of magneto-thermoelectric effects on high-quality CsV$_3$Sb$_5$ single crystals. A large anomalous Nernst effect is observed at temperatures below 30 K. Multiple Fermi surfaces with small effective masses are revealed by quantum oscillations in Nernst and Seebeck signals under high magnetic field. Furthermore, we find an unknown frequency, and attribute it to the magnetic breakdown across two smaller Fermi surfaces. A gap around 20 meV can be resolved from the breakdown threshold field, which we propose to be introduced by the CDW. These results shed new light on the CDW-related phenomena, particularly in $A$V$_3$Sb$_5$ compounds.

cond-mat.mtrl-sci

Giant anomalous Nernst signal in the antiferromagnet YbMnBi2

Searching for a high anomalous Nernst effect (ANE) is crucial for thermoelectric energy conversion applications because the associated unique transverse geometry facilitates module fabrication. Topological ferromagnets with large Berry curvatures show high ANEs; however, they face drawbacks such as strong magnetic disturbances and low mobility due to high magnetization. Herein, we demonstrate that YbMnBi2, a canted antiferromagnet, has a large ANE conductivity of ~10 Am-1K-1 that surpasses the common high values (i.e. 3-5 Am-1K-1) observed so far in ferromagnets. The canted spin structure of Mn guarantees a nonzero Berry curvature but generates only a weak magnetization three orders of magnitude lower than that of general ferromagnets. The heavy Bi with a large spin-orbit coupling enables a high ANE and low thermal conductivity, whereas its highly dispersive px/y orbitals ensure low resistivity. The high anomalous transverse thermoelectric performance and extremely small magnetization makes YbMnBi2 an excellent candidate for transverse thermoelectrics.

cond-mat.mtrl-sci

Three-dimensional quasi-quantized Hall insulator phase in SrSi2

In insulators, the longitudinal resistivity becomes infinitely large at zero temperature. For classic insulators, the Hall conductivity becomes zero at the same time. However, there are special systems, such as two-dimensional quantum Hall isolators, in which a more complex scenario is observed at high magnetic fields. Here, we report experimental evidence for a quasi-quantized Hall insulator in the quantum limit of the three-dimensional semimetal SrSi2. Our measurements reveal a magnetic field-range, in which the longitudinal resistivity diverges with decreasing temperature, while the Hall conductivity approaches a quasi-quantized value that is given only by the conductance quantum and the Fermi wave vector in the field-direction. The quasi-quantized Hall insulator appears in a magnetic-field induced insulating ground state of three-dimensional materials and is deeply rooted in quantum Hall physics.

cond-mat.mtrl-sci

Metal-to-insulator transition in Pt-doped TiSe$_2$ driven by emergent network of narrow transport channels

Metal-to-insulator transitions (MIT) can be driven by a number of different mechanisms, each resulting in a different type of insulator -- Change in chemical potential can induce a transition from a metal to a band insulator; strong correlations can drive a metal into a Mott insulator with an energy gap; an Anderson transition, on the other hand, due to disorder leads to a localized insulator without a gap in the spectrum. Here we report the discovery of an alternative route for MIT driven by the creation of a network of narrow channels. Transport data on Pt substituted for Ti in TiSe$_2$ shows a dramatic increase of resistivity by five orders of magnitude for few % of Pt substitution, with a power-law dependence of the temperature-dependent resistivity $ρ(T)$. Our scanning tunneling microscopy data show that Pt induces an irregular network of nanometer-thick domain walls (DWs) of charge density wave (CDW) order, which pull charge carriers out of the bulk and into the DWs. While the CDW domains are gapped, the charges confined to the narrow DWs interact strongly, with pseudogap-like suppression in the local density of states, even when they were weakly interacting in the bulk, and scatter at the DW network interconnects thereby generating the highly resistive state. Angle-resolved photoemission spectroscopy spectra exhibit pseudogap behavior corroborating the spatial coexistence of gapped domains and narrow domain walls with excess charge carriers.

cond-mat.str-el

Observation of giant spin-split Fermi-arc with maximal Chern number in the chiral topological semimetal PtGa

Non-symmorphic chiral topological crystals host exotic multifold fermions, and their associated Fermi arcs helically wrap around and expand throughout the Brillouin zone between the high-symmetry center and surface-corner momenta. However, Fermi-arc splitting and realization of the theoretically proposed maximal Chern number rely heavily on the spin-orbit coupling (SOC) strength. In the present work, we investigate the topological states of a new chiral crystal, PtGa, which has the strongest SOC among all chiral crystals reported to date. With a comprehensive investigation using high-resolution angle-resolved photoemission spectroscopy, quantum-oscillation measurements, and state-of-the-art ab initio calculations, we report a giant SOC-induced splitting of both Fermi arcs and bulk states. Consequently, this study experimentally confirms the realization of a maximal Chern number equal to |4| for the first time in multifold fermionic systems, thereby providing a platform to observe large-quantized photogalvanic currents in optical experiments.

cond-mat.mtrl-sci

Extremely high magnetoresistance and conductivity in the type-II Weyl semimetals WP2 and MoP2

The peculiar band structure of semimetals exhibiting Dirac and Weyl crossings can lead to spectacular electronic properties such as large mobilities accompanied by extremely high magnetoresistance. In particular, two closely neighbouring Weyl points of the same chirality are protected from annihilation by structural distortions or defects, thereby significantly reducing the scattering probability between them. Here we present the electronic properties of the transition metal diphosphides, WP2 and MoP2, that are type-II Weyl semimetals with robust Weyl points. We present transport and angle resolved photoemission spectroscopy measurements, and first principles calculations. Our single crystals of WP2 display an extremely low residual low-temperature resistivity of 3 nohm-cm accompanied by an enormous and highly anisotropic magnetoresistance above 200 million % at 63 T and 2.5 K. These properties are likely a consequence of the novel Weyl fermions expressed in this compound. We observe a large suppression of charge carrier backscattering in WP2 from transport measurements.

cond-mat.mtrl-sci

The emergence of topologically protected surface states in epitaxial Bi(111) thin films

Quantum transport measurements including the Altshuler-Aronov-Spivak (AAS) and Aharonov-Bohm (AB) effects, universal conductance fluctuations (UCF), and weak anti-localization (WAL) have been carried out on epitaxial Bi thin films ($10-70$ bilayers) on Si(111). The results show that while the film interior is insulating all six surfaces of the Bi thin films are robustly metallic. We propose that these properties are the manifestation of a novel phenomenon, namely, a topologically trivial bulk system can become topologically non-trivial when it is made into a thin film. We stress that what's observed here is entirely different from the predicted 2D topological insulating state in a single bilayer Bi where only the four side surfaces should possess topologically protected gapless states.

cond-mat.mes-hall