SearcharxivSearch

arXiv subjects

Jiaqi Cai

Publications and source records attributed to Jiaqi Cai.

At least 19 recordsLinked to original sources

Observation of metastable chiral domain walls in a topological magnet

The interplay between topology and correlation can give rise to exotic collective excitations. The integer and fractional quantum anomalous Hall (QAH) magnets recently discovered in two-dimensional (2D) flatband systems are predicted to host spin excitations distinct from those in conventional magnets. Experimentally, nevertheless, these new excitations remain largely unexplored. Here we investigate spin-valley excitations in a twisted MoTe2 moiré superlattice using resonant ultrafast pump-probe spectroscopy. We observe a metastable spin-valley excitation in the QAH magnet below T ~ 3.7 K that survives reverse magnetic field several times larger than the saturation field. The behavior of this excitation is sharply distinct from ordinary domain walls and magnons, indicating a new type of spin-valley textures unique to topological magnets. We propose that these textures are chiral domain walls with an in-plane winding of the pseudospin order parameter along the domain wall. Their metastability arises from the interplay between the topological winding in real space and the quantum geometry of the parent bands in momentum space through a universal mechanism. These chiral domain walls govern the nonequilibrium dynamics of QAH magnets and may play a central role in their stability. Our study highlights intrinsic quantum geometry effects on spin excitations in topological magnets; and provides key insights into the fundamental mechanism limiting stability of topological protection.

cond-mat.mes-hall

Humanity's Last Exam

Benchmarks are important tools for tracking the rapid advancements in large language model (LLM) capabilities. However, benchmarks are not keeping pace in difficulty: LLMs now achieve over 90\% accuracy on popular benchmarks like MMLU, limiting informed measurement of state-of-the-art LLM capabilities. In response, we introduce Humanity's Last Exam (HLE), a multi-modal benchmark at the frontier of human knowledge, designed to be the final closed-ended academic benchmark of its kind with broad subject coverage. HLE consists of 2,500 questions across dozens of subjects, including mathematics, humanities, and the natural sciences. HLE is developed globally by subject-matter experts and consists of multiple-choice and short-answer questions suitable for automated grading. Each question has a known solution that is unambiguous and easily verifiable, but cannot be quickly answered via internet retrieval. State-of-the-art LLMs demonstrate low accuracy and calibration on HLE, highlighting a significant gap between current LLM capabilities and the expert human frontier on closed-ended academic questions. To inform research and policymaking upon a clear understanding of model capabilities, we publicly release HLE at https://lastexam.ai.

cs.LG

PatchOptic for Shared-State LLM Workflows with Projected Views and Verified Structured Updates

Agentic workflows often operate over shared, structured state. Because LLM context windows are limited, each model invocation is typically shown only the state fragment needed for the current workflow step, a pattern commonly known as progressive disclosure. Modern systems construct such model-facing views using grep-like keyword search, retrieval-augmented generation (RAG), abstract-syntax-tree (AST) queries, and task-specific agent skills. These methods make the read side manageable, but they do not define when a locally proposed rewrite is valid after it is applied back to the full state. The missing piece is a contract between local updates and global validity. We introduce PatchOptic, an optic-inspired interface for shared-state LLM workflows. Optics are compositional bidirectional accessors that describe how views of structured data are read and updated. PatchOptic borrows this view/update intuition and realizes it through projected reads and verified structured patches. Each workflow step declares a projected read view, an authorized write region, and a patch-source region. Beyond runtime enforcement, the same declaration yields a path-level footprint that supports delegation, sub-workflow composition, and static certificates for reordering independent steps within the same phase. We evaluate this design with PatchBench, a benchmark with 46 cases across domains. The results show that projected reads reduce reported leakage and token cost while preserving accepted-output quality under the strong actor. Runtime verification blocks declared workflow-contract violations before commit, and patch-read enforcement rejects compromised patch artifacts that use hidden sources.

cs.LG

Revealing quantum geometry effects in magic angle twisted bilayer graphene using the circular photogalvanic effect

We report a photocurrent studies of a magic angle twisted bilayer graphene device using near infrared light. Through photocurrent imaging and polarization dependence, we separate the photo-thermoelectric effect from the photogalvanic effect. We observe a circular photogalvanic effect (CPGE) over a wide range of doping and temperature. The CPGE at normal incidence constraints the symmetry of the system to C$_1$, and points to a Berry curvature dipole, in agreement with theoretical predictions for strained graphene. Remarkably, the CPGE vanishes for filling $-2.5 < ν< -1.5$, suggesting an additional symmetry breaking in that regime. Insight into this effect is obtained through Berry curvature dipole calculations, which emphasize a novel symmetry breaking effect near $ν=-2$.

cond-mat.str-el

Van Hove Singularity-Driven Topological Magnetism in Twisted MoTe2

Van Hove singularities (vHSs) strongly amplify electron interactions and can stabilize correlated phases in topological bands. Here we report signatures of topological magnetism in large-angle twisted bilayer MoTe2 driven by the interplay of vHSs, strong correlations, and valley topology. In a 4.8 degree device, electrostatic tuning to a vHS produces a spontaneous anomalous Hall hot spot near nu = -1. Combined transport and reflective magnetic circular dichroism measurements indicate that this regime is not governed by magnetization alone, but instead emerges from a correlated intervalley-coherent antiferromagnetic state that evolves with doping into a canted phase. With increasing magnetic field, the Hall response develops an additional finite-field component consistent with a topological Hall effect from a noncoplanar spin texture, before transitioning into a C = -1 Chern insulator. Our results establish tunable vHSs in moire topological bands as a route to chiral magnetism and engineering topological phase transitions.

cond-mat.mes-hall

COMPOSITE-Stem

AI agents hold growing promise for accelerating scientific discovery; yet, a lack of frontier evaluations hinders adoption into real workflows. Expert-written benchmarks have proven effective at measuring AI reasoning, but most at this stage have become saturated and only measure performance on constrained outputs. To help address this gap, we introduce COMPOSITE-STEM, a benchmark of 70 expert-written tasks in physics, biology, chemistry, and mathematics, curated by doctoral-level researchers. Our benchmark combines exact-match grading and criterion-based rubrics with an LLM-as-a-jury grading protocol, allowing more flexible assessment of scientifically meaningful outputs. Using an adapted multimodal Terminus-2 agent harness within the Harbor agentic evaluation framework, we evaluate four frontier models. The top-performing model achieves 21%, demonstrating that COMPOSITE-STEM captures capabilities beyond current agent reach. All tasks are open-sourced with contributor permission to support reproducibility and to promote additional research towards AI's acceleration of scientific progress in these domains.

cs.AI

AgentIF-OneDay: A Task-level Instruction-Following Benchmark for General AI Agents in Daily Scenarios

The capacity of AI agents to effectively handle tasks of increasing duration and complexity continues to grow, demonstrating exceptional performance in coding, deep research, and complex problem-solving evaluations. However, in daily scenarios, the perception of these advanced AI capabilities among general users remains limited. We argue that current evaluations prioritize increasing task difficulty without sufficiently addressing the diversity of agentic tasks necessary to cover the daily work, life, and learning activities of a broad demographic. To address this, we propose AgentIF-OneDay, aimed at determining whether general users can utilize natural language instructions and AI agents to complete a diverse array of daily tasks. These tasks require not only solving problems through dialogue but also understanding various attachment types and delivering tangible file-based results. The benchmark is structured around three user-centric categories: Open Workflow Execution, which assesses adherence to explicit and complex workflows; Latent Instruction, which requires agents to infer implicit instructions from attachments; and Iterative Refinement, which involves modifying or expanding upon ongoing work. We employ instance-level rubrics and a refined evaluation pipeline that aligns LLM-based verification with human judgment, achieving an 80.1% agreement rate using Gemini-3-Pro. AgentIF-OneDay comprises 104 tasks covering 767 scoring points. We benchmarked four leading general AI agents and found that agent products built based on APIs and ChatGPT agents based on agent RL remain in the first tier simultaneously. Leading LLM APIs and open-source models have internalized agentic capabilities, enabling AI application teams to develop cutting-edge Agent products.

cs.CL

Optical Control of Integer and Fractional Chern Insulators

Optical control of topology, particularly in the presence of electron correlations, is a fascinating topic with broad scientific and technological impact. Twisted MoTe$_2$ bilayer (tMoTe$_2$) is a newly discovered zero-field fractional Chern insulator (FCI), exhibiting the fractionally quantized anomalous Hall (FQAH) effect. Since the chirality of the edge states and sign of the Chern number are determined by the underlying ferromagnetic polarization, manipulation of ferromagnetism would realize control of the CI/FCI states. Here, we demonstrate control and switching of ferromagnetic polarization, and thus the CI and FCI states by circularly polarized optical pumping in tMoTe$_2$. At low optical excitation power, we achieve on-demand preparation of ferromagnetic polarization by optical training, i.e., electrically tuning the system from non-ferromagnetic to desirable ferromagnetic states accompanied with helicity-selective optical pumping. With increased excitation power, we further realize direct optical switching of ferromagnetic polarization at a temperature far below the Curie temperature. Both optical training and direct switching of ferromagnetism are most effective near CI/FCI states, which we attribute to a gap enhanced valley polarization of photo-injected holes. We show that the magnetization can be dynamically switched by modulating the helicity of optical excitation. Spatially resolved measurements further demonstrate optical writing of a ferromagnetic, and thus a CI (or FCI) domain. Our work realizes precise optical control of a topological quantum many-body system with potential applications in topological spintronics, quantum memories, and creation of exotic edge states by programmable patterning of integer and fractional QAH domains.

cond-mat.mes-hall

Observing the Birth of Rydberg Exciton Fermi Polarons on a Moire Fermi Sea

The optical spectra of two-dimensional (2D) semiconductors are dominated by tightly bound excitons and trions. In the low doping limit, trions are often described as three-body quasiparticles consisting of two electrons and one hole or vice versa. However, trions are more rigorously understood as quasiparticles arising from the interaction between an exciton and excitation of the Fermi sea - referred to as exciton Fermi polaron. Here we employ pump-probe spectroscopy to directly observe the formation of exciton Fermi polarons in a model system composed of a WSe2 monolayer adjacent to twisted bilayer graphene (tBLG). Following the pump-injection of Rydberg excitons in WSe2, a time-delayed probe pulse tracks the development of Rydberg exciton Fermi polarons as interactions with localized carriers in the tBLG moire superlattice evolve. Both the exciton Fermi polaron relaxation rate and binding energy are found to increase with electron or hole density. Our findings provide insight into the optical response of fundamental excitations in 2D Van der Waals systems and reveal how many-body interactions give rise to emergent quasiparticles.

cond-mat.mes-hall

Giant elastoresistance in magic-angle twisted bilayer graphene

Strongly correlated and topological phases in moiré materials are exquisitely sensitive to lattice geometry at both atomic and superlattice length scales. Twist angle, pressure, and strain directly modify the lattice, and thus act as highly effective tuning parameters. Here we examine electrical transport in twisted bilayer graphene subjected to continuous uniaxial strain. Near the magic angle ($\approx 1.1^{\circ}$), devices exhibit a pronounced elastoresistance that depends on band filling and temperature, with a gauge factor more than two orders of magnitude larger than that of conventional metals. In selected doping regimes the elastoresistance exhibits a Curie-Weiss-like temperature divergence. We discuss possible microscopic origins, including nematic fluctuations and enhanced electronic entropy from fluctuating isospin moments. Our work establishes uniaxial strain as a versatile probe of correlated physics in a moiré material.

cond-mat.mes-hall

Optical control of orbital magnetism in magic angle twisted bilayer graphene

Flat bands in graphene-based moiré structures host a wide range of emerging strongly correlated and topological phenomena. Optically probing and controlling them can reveal important information such as symmetry and dynamics, but have so far been challenging due to the small energy gap compared to optical wavelengths. Here, we report near infrared optical control of orbital magnetism and associated anomalous Hall effects (AHE) in a magic angle twisted bilayer graphene (MATBG) on monolayer WSe$_2$ device. We show that the properties of the AHE, such as hysteresis and amplitude, can be controlled by light near integer moiré fillings, where spontaneous ferromagnetism exists. By modulating the light helicity, we observe periodic modulation of the transverse resistance in a wide range of fillings, indicating light induced orbital magnetization through a large inverse Faraday effect. At the transition between metallic and AHE regimes, we also reveal large and random switching of the Hall resistivity, which are attributed to optical control of percolating cluster of magnetic domains. Our results open the door to optical manipulation of correlation and topology in MATBG and related structures.

cond-mat.str-el

Magnetoelectric Control of Helical Light Emission in a Moiré Chern Magnet

Magnetoelectric effects and their coupling to light helicity are important for both fundamental science and applications in sensing, communication, and data storage. Traditional approaches require complex device architectures, involving separate spin-injection, ferromagnetic, and optically active layers. Recently, the emergence of 2D semiconductor moiré superlattices with flat Chern bands and strong light-matter interactions has established a simple yet powerful platform for exploring the coupling between photon, electron, and spin degrees of freedom. Here, we report efficient current control of spontaneous ferromagnetism and associated helicity of light emission in moiré MoTe2 bilayer - a system which hosts a rich variety of topological phases, including newly discovered zero-field fractional Chern insulators. We show that the current control is effective over a wide range of doping of the first moiré Chern band, implying the uniformity of the Berry curvature distribution over the flat band. By setting the system into the anomalous Hall metal phase, a current as small as 10nA is sufficient to switch the magnetic order, a substantial improvement over both conventional spin torque architectures and other moiré systems. The realized current control of ferromagnetism leads to continuous tuning of trion photoluminescence helicity from left to right circular via spin/valley Hall torque at zero magnetic field. Our results pave the way for topological opto-spintronics based on semiconductors with synthetic flat Chern bands.

cond-mat.mes-hall

Ferromagnetism and Topology of the Higher Flat Band in a Fractional Chern Insulator

The recent observation of the fractional quantum anomalous Hall effect in moiré fractional Chern insulators provides an opportunity to investigate zero magnetic field anyons. To potentially realize non-Abelian anyons, one approach is to engineer higher flat Chern bands that mimic higher Landau levels. Here, we investigate the interaction, topology, and ferromagnetism of the second moiré miniband in twisted MoTe2 bilayers. At half filling of the second miniband, we observe spontaneous ferromagnetism and an incipient Chern insulator state. The Chern numbers of the top two moiré flat bands exhibit opposite signs for twist angles above 3.1°, but share the same sign near 2.6°, consistent with theoretical predictions. In the 2.6° device, increasing magnetic field induces a topological phase transition via band crossing between opposite valleys, resulting in an emergent state with Chern number C = -2. Additionally, an insulating state at half filling of the second valley-polarized band suggests a charge-ordered state is favored over the fractional Chern insulator state. These findings lay a foundation for understanding the higher flat Chern bands, crucial for the discovery of non-Abelian fractional Chern insulators.

cond-mat.mes-hall

Strongly interacting Hofstadter states in magic-angle twisted bilayer graphene

Magic-angle twisted bilayer graphene (MATBG) hosts a multitude of strongly correlated states at partial fillings of its flat bands. In a magnetic field, these flat bands further evolve into a unique Hofstadter spectrum renormalized by strong Coulomb interactions. Here, we study the interacting Hofstadter states spontaneously formed within the topological magnetic subbands of an ultraclean MATBG device, notably including symmetry-broken Chern insulator (SBCI) states and fractional quantum Hall (FQH) states. The observed SBCI states form a cascade with their Chern numbers mimicking the main sequence correlated Chern insulators. The FQH states in MATBG form in Jain sequence; however, they disappear at high magnetic field, distinct from conventional FQH states which strengthen with increasing magnetic field. We reveal a unique magnetic field-driven phase transition from composite fermion phases to a dissipative Fermi liquid. Our theoretical analysis of the magnetic subbands hosting FQH states predicts non uniform quantum geometric properties far from the lowest Landau level. This points towards a more natural interpretation of these FQH states as in-field fractional Chern insulators of the magnetic subbands.

cond-mat.mes-hall

Visualizing the microscopic origins of topology in twisted molybdenum ditelluride

In moiré materials with flat electronic bands and suitable quantum geometry, strong correlations can give rise to novel topological states of matter. The nontrivial band topology of twisted molybdenum ditelluride (tMoTe$_2$) -- responsible for its fractional quantum anomalous Hall (FQAH) states -- is predicted to arise from a layer-pseudospin skyrmion lattice. Tracing the layer polarization of wavefunctions within the moiré unit cell can thus offer crucial insights into the band topology. Here, we use scanning tunneling microscopy and spectroscopy (STM/S) to probe the layer-pseudospin skyrmion textures of tMoTe$_2$. We do this by simultaneously visualizing the moiré lattice structure and the spatial localization of its electronic states. We find that the wavefunctions associated with the topological flat bands exhibit a spatially-dependent layer polarization within the moiré unit cell. This is in excellent agreement with our theoretical modeling, thereby revealing a direct microscopic connection between the structural properties of tMoTe$_2$ and its band topology. Our work enables new pathways for engineering FQAH states with strain, as well as future STM studies of the intertwined correlated and topological states arising in gate-tunable devices.

cond-mat.mes-hall

Continuously tunable uniaxial strain control of van der Waals heterostructure devices

Uniaxial strain has been widely used as a powerful tool for investigating and controlling the properties of quantum materials. However, existing strain techniques have so far mostly been limited to use with bulk crystals. Although recent progress has been made in extending the application of strain to two-dimensional van der Waals (vdW) heterostructures, these techniques have been limited to optical characterization and extremely simple electrical device geometries. Here, we report a piezoelectric-based \textit{in situ} uniaxial strain technique enabling simultaneous electrical transport and optical spectroscopy characterization of dual-gated vdW heterostructure devices. Critically, our technique remains compatible with vdW heterostructure devices of arbitrary complexity fabricated on conventional silicon/silicon dioxide wafer substrates. We demonstrate a large and continuously tunable strain of up to $-0.15\%$ at millikelvin temperatures, with larger strain values also likely achievable. We quantify the strain transmission from the silicon wafer to the vdW heterostructure, and further demonstrate the ability of strain to modify the electronic properties of twisted bilayer graphene. Our technique provides a highly versatile new method for exploring the effect of uniaxial strain on both the electrical and optical properties of vdW heterostructures, and can be easily extended to include additional characterization techniques.

physics.ins-det

Direct magnetic imaging of fractional Chern insulators in twisted MoTe$_2$ with a superconducting sensor

In the absence of time reversal symmetry, orbital magnetization provides a sensitive probe of topology and interactions, with particularly rich phenomenology in Chern insulators where topological edge states carry large equilibrium currents. Here, we use a nanoscale superconducting sensor to map the magnetic fringe fields in twisted bilayers of MoTe$_2$, where transport and optical sensing experiments have revealed the formation of fractional Chern insulator (FCI) states at zero magnetic field. At a temperature of 1.6K, we observe oscillations in the local magnetic field associated with fillings $ν=-1,-2/3,-3/5,-4/7$ and $-5/9$ of the first moiré hole band, consistent with the formation of FCIs at these fillings. By quantitatively reconstructing the magnetization, we determine the local thermodynamic gaps of the most robust FCI state at $ν=-2/3$, finding $^{-2/3}Δ$ as large as 7 meV. Spatial mapping of the charge density- and displacement field-tuned magnetic phase diagram further allows us to characterize sample disorder, which we find to be dominated by both inhomogeneity in the effective unit cell area as well as inhomogeneity in the band edge offset and bound dipole moment. Our results highlight both the challenges posed by structural disorder in the study of twisted homobilayer moiré systems and the opportunities afforded by the remarkably robust nature of the underlying correlated topological states.

cond-mat.mes-hall