arXiv ScienceSearch

arXiv subjects

Hui Cai

Publications and source records attributed to Hui Cai.

17 recordsLinked to original sources

GAUGE: Grading Agent-Built Financial Models Without a Golden Answer

Financial models combine public disclosures with analyst assumptions to produce forecasts and valuations. While some components can be checked mechanically, forecasts, discount rates, and target prices often admit multiple reasonable answers. Existing benchmarks nevertheless tend to grade such outputs against a single expert reference. Using independently built analyst models for the same companies, we find that across 108 directed pairs covering 65 companies, the median single-reference score is 0.33, 92.6% score below 0.70, and no same-vintage pair agrees on implied price within 10%. Point-tolerance grading can therefore penalize disagreement already present among professionals. We introduce GAUGE, a benchmark for evaluating agent-built valuation models against observed analyst practice rather than a single point answer. GAUGE uses 1,001 vendor-classified analyst workbooks and a 196-task evaluation set, with a three-layer observed-practice envelope, 56 auditable facets, eight validity gates, and deterministic structural checks. We validate the benchmark with a 55-participant known-groups study, company-grouped cross-fitting, and judge-stability audits. On the failure-aware score $\phi_0$, senior analysts average 88.3, juniors 66.0, and finance students 43.2. Across 24 agents and 1,011 scored generations, the best agent scores 53.4, above the student mean but below every senior and most juniors. It passes 93% of mechanical facets and 78% of judgment facets, with a fleet-median gap of 26 points. Current agents are substantially stronger at model construction than valuation judgment. We release the methodology, a gated de-identified data tier, a controlled training split, a versioned 48-task evaluation core, and a withheld refresh pool.

cs.LG

Chemical Vapor Deposition of Ni-doped Iron Germanium Telluride Nanosheets

Iron germanium telluride (FGT; FemGenTe2) compounds have attracted significant interest due to their layered van der Waals structure, relatively high Curie temperature, and tunable magnetic properties. Chemical vapor deposition (CVD) is a particularly promising synthesis route owing to its simplicity, low cost, potential for scalability, and widespread adoption in the semiconductor industry, yet it has not been used previously to synthesize FGT with dopants. Here, we report CVD synthesis of both undoped and Ni-doped FGT nanosheets on SiO2/Si substrates. By adjusting precursor molar ratios, we synthesized Ni-doped FGT with multiple Fe concentrations and a 4% Ni-to-Fe ratio. X-ray photoelectron spectroscopy depth profiling further demonstrates that Ni is present in the bulk of the crystals. This straightforward, low-cost, and CMOS-compatible approach demonstrates a route to Ni-doped FGT nanosheets, establishing a foundation for future characterization of Ni-doped FGT and its potential integration into spintronic devices.

cond-mat.mtrl-sci

How to Train a Real-World Silicon Concierge? Internalizing Complex Business Workflow to Only OneModel

Traditional industrial agents rely on modular pipelines, including Router, Retriever, Planner, Executor, Responder, Reviewer, and other components. These systems often fracture into a labyrinth of ad-hoc patches, leading to cascading errors and high latency. We propose OneModel, an applicable paradigm shift from external workflows to internalized knowledge representation. Unlike modular systems that slice fluid user intents into static steps, OneModel consolidates complex business logic and SOPs directly into the model parameters. Through Continual Pre-training (CPT) and logic-compilation SFT, we transform fragmented business rules into intuitive model reasoning within a unified attention space. Deployed in our global financial service system, OneModel effectively breaks the trade-off between latency, accuracy, and complexity. Online A/B testing demonstrates an end-to-end latency reduction of more than 50 percent, from 18.7 seconds to 8.0 seconds, while the Intelligent Resolution Rate (IRR) increases from 64.3 percent to 83.3 percent. The results show that OneModel can replace brittle engineering logic with internalized cognitive intuition, offering a scalable blueprint for transitioning industrial agents from complex, error-prone workflows to unified model architectures.

cs.CL

Information Extraction of Nested Complex Structure of Quantum Cascade Lasers via Large Language Models

The rapid advancement of Large Language Models has transformed scientific research workflows, including enabling the automated extraction of data directly from published literature. Most existing efforts, however, focus on extracting simple labeled key-value entities, whereas many scientific applications require more complex, hierarchically structured data. A representative example is Quantum Cascade Lasers, whose device architectures are defined by tens of interdependent parameters organized in nested layer sequences. In this work we propose a \emph{JSON-Schema Guided Information Extraction Pipeline} (JSG-IE) that enables reliable extraction of deeply structured device data without model fine-tuning. By transforming extraction into a schema-constrained generation task, our approach significantly improves structural consistency and accuracy. Across 12 state-of-the-art LLMs, a properly designed JSON Schema improves performance by 5.7\% over conventional prompting, with the highest $F_1$ score up to 83.4\%, achieved by the reasoning-enabled Kimi-k2-thinking model. Importantly, this performance enhancement is most significant for mid-tier and open-source models, where $F_1$ gains reach as high as 24.1\%, effectively enabling these widely accessible models to achieve extraction fidelity previously restricted to much larger architectures. This framework provides a scalable path toward automated construction of high-fidelity device databases, accelerating data-driven optoelectronic design.

physics.optics

Visual Accessibility in a Virtual Kitchen: Effects of Open Shelving on Performance, Cognitive Load, and Experience in Older Adults with and without MCI

This study examines how visual accessibility through cabinet design influences task performance, cognitive load, physical activity level, motivation, and user experience in a virtual kitchen among older adults with and without mild cognitive impairment (MCI). Seventeen older adults (7 with MCI, 10 without) completed a repeated-measures item retrieval task under two conditions, closed cabinets and open shelving, using a counterbalanced within-subjects design. Measures included task duration, physical activity level (ENMO), cognitive load (NASA-TLX and gaze entropy), intrinsic motivation (IMI), and post-task interviews. Open shelving significantly reduced task duration (beta = -291.20, p < .001) and physical activity level (beta = -0.00615, p = .008). Gaze entropy increased (beta = 1.29, p = .001), with a significant Setting x MCI interaction (p = .009) and moderation by MoCA score (p < .001). NASA-TLX and intrinsic motivation did not differ significantly between conditions. Qualitative findings indicated reduced reliance on memory-based search and highlighted themes related to independence, aesthetics, safety, and adoption. Overall, visual accessibility improved efficiency and reduced movement demands while altering visual-search organization, with divergence between subjective and objective indicators of cognitive load. These findings support visually accessible design strategies to enhance functional performance and inform cognitively supportive built environments for aging populations.

cs.HC

PAC-DP: Personalized Adaptive Clipping for Differentially Private Federated Learning

Differential privacy (DP) is crucial for safeguarding sensitive client information in federated learning (FL), yet traditional DP-FL methods rely predominantly on fixed gradient clipping thresholds. Such static clipping neglects significant client heterogeneity and varying privacy sensitivities, which may lead to an unfavorable privacy-utility trade-off. In this paper, we propose PAC-DP, a Personalized Adaptive Clipping framework for federated learning under record-level local differential privacy. PAC-DP introduces a Simulation-CurveFitting approach leveraging a server-hosted public proxy dataset to learn an effective mapping between personalized privacy budgets epsilon and gradient clipping thresholds C, which is then deployed online with a lightweight round-wise schedule. This design enables budget-conditioned threshold selection while avoiding data-dependent tuning during training. We provide theoretical analyses establishing convergence guarantees under the per-example clipping and Gaussian perturbation mechanism and a reproducible privacy accounting procedure. Extensive evaluations on multiple FL benchmarks show that PAC-DP surpasses conventional fixed-threshold approaches under matched privacy budgets, improving accuracy by up to 26% and accelerating convergence by up to 45.5% in our evaluated settings.

cs.CR

Light-Induced Lattice Coherence and Emission Enhancement in PTM-Passivated CsSnI3 Perovskites

Metal halide perovskites continue to lead in optoelectronic applications, but the toxicity of lead has driven efforts to identify environmentally benign alternatives. Cesium tin iodide is one such, with a direct bandgap and near-infrared emission, though its performance is limited by instability. We show that phthalimide (PTM) passivation during single crystal growth enhances optical output and ambient stability. Under continuous excitation, PTM-passivated microscale crystals show up to a nearly one order of magnitude increase in photoluminescence (PL) quantum yield, accompanied by reversible sharpening of a low-frequency Raman mode associated with Cs rattling. This reveals dynamic, light-induced lattice reordering that passivates trap states and enhances radiative recombination. Mechanical grinding yields nanocrystals with redshifted, narrowed PL, consistent with a relaxed polymorph and reduced inhomogeneous broadening. Despite increased surface area, PTM remains effective in preserving near-infrared emission in nanocrystals as well. Power-dependent PL reveals distinct carrier dynamics, where microcrystals show redshift due to bandgap renormalization, while nanocrystals show blueshift and elevated carrier temperatures (300 to 1900 K), consistent with hot-carrier recombination. Extended illumination reveals reversible optical changes, including PL modulation, reflecting dynamic light-matter interactions and evolving defect landscapes. These results identify PTM-passivated Cesium tin iodide as an ideal platform for probing morphology-dependent carrier relaxation and light-induced vibrational coherence in lead-free perovskites.

cond-mat.mtrl-sci

Realizing tunable Fermi level in SnTe by defect control

The tuning of the Fermi level in tin telluride, a topological crystalline insulator, is essential for accessing its unique surface states and optimizing its electronic properties for applications such as spintronics and quantum computing. In this study, we demonstrate that the Fermi level in tin telluride can be effectively modulated by controlling the tin concentration during chemical vapor deposition synthesis. By introducing tin-rich conditions, we observed a blue shift in the X-ray photoelectron spectroscopy core-level peaks of both tin and tellurium, indicating an upward shift in the Fermi level. This shift is corroborated by a decrease in work function values measured via ultraviolet photoelectron spectroscopy, confirming the suppression of Sn vacancies. Our findings provide a low-cost, scalable method to achieve tunable Fermi levels in tin telluride, offering a significant advancement in the development of materials with tailored electronic properties for next-generation technological applications.

cond-mat.mtrl-sci

Efficient Knowledge Infusion via KG-LLM Alignment

To tackle the problem of domain-specific knowledge scarcity within large language models (LLMs), knowledge graph-retrievalaugmented method has been proven to be an effective and efficient technique for knowledge infusion. However, existing approaches face two primary challenges: knowledge mismatch between public available knowledge graphs and the specific domain of the task at hand, and poor information compliance of LLMs with knowledge graphs. In this paper, we leverage a small set of labeled samples and a large-scale corpus to efficiently construct domain-specific knowledge graphs by an LLM, addressing the issue of knowledge mismatch. Additionally, we propose a three-stage KG-LLM alignment strategyto enhance the LLM's capability to utilize information from knowledge graphs. We conduct experiments with a limited-sample setting on two biomedical question-answering datasets, and the results demonstrate that our approach outperforms existing baselines.

cs.CL

Reverse Chain: A Generic-Rule for LLMs to Master Multi-API Planning

While enabling large language models to implement function calling (known as APIs) can greatly enhance the performance of Large Language Models (LLMs), function calling is still a challenging task due to the complicated relations between different APIs, especially in a context-learning setting without fine-tuning. This paper introduces ``Reverse Chain'', a controllable, target-driven approach designed to empower LLMs with the capability to operate external APIs only via prompts. Recognizing that most LLMs have limited tool-use capabilities, Reverse Chain limits LLMs to executing simple tasks, e.g., API Selection and Argument Completion. Furthermore, to manage a controllable multi-function calling, Reverse Chain adopts a generic rule based on a backward reasoning process. This rule determines when to do API selection or Argument completion. To evaluate the multi-tool-use capability of LLMs, we have released a compositional multi-tool task dataset, available at \url{https://anonymous.4open.science/r/reverse-chain-8681}. Extensive numerical experiments validate the remarkable proficiency of Reverse Chain in managing multiple API calls.

cs.SE

Investigation of Deformation and Fracture Mechanisms in Two-dimensional Gallium Telluride Multilayers Using Nanoindentation

Two-dimensional (2D) materials possess great potential for flexible devices, ascribing to their outstanding electrical, optical, and mechanical properties. However, their mechanical deformation property and fracture mechanism, which are inescapable in many applications like flexible optoelectronics, are still unclear or not thoroughly investigated due methodology limitations. In light of this, such mechanical properties and mechanisms are explored on example of gallium telluride (GaTe), a promising optoelectronic candidate with an ultrahigh photo-responsibility and a high plasticity within 2D family. Considering the driving force insufficient in atomic force microscopy (AFM)-based nanoindentation method, here the mechanical properties of both substrate-supported and suspended GaTe multilayers were systematically investigated through full-scale Berkovich-tip nanoindentation, micro-Raman spectroscopy, AFM, and scanning electron microscopy. An unusual concurrence of multiple pop-in and load-drop events in loading curve was observed. By further correlating to molecular dynamics calculations, this concurrence was unveiled originating from the interlayer sliding mediated layers-by-layers fracture mechanism within GaTe multilayers. The van der Waals force between GaTe multilayers and substrates was revealed much stronger than that between GaTe interlayers, resulting in the easy sliding and fracture of multilayers within GaTe. This work provides new insights into the deformation and fracture mechanisms of GaTe and other similar 2D multilayers in flexible applications.

cond-mat.mtrl-sci

Bosonic condensation of exciton-polaritons in an atomically thin crystal

The emergence of two-dimensional crystals has revolutionized modern solid-state physics. From a fundamental point of view, the enhancement of charge carrier correlations has sparked enormous research activities in the transport- and quantum optics communities. One of the most intriguing effects, in this regard, is the bosonic condensation and spontaneous coherence of many-particle complexes. Here, we find compelling evidence of bosonic condensation of exciton-polaritons emerging from an atomically thin crystal of MoSe2 embedded in a dielectric microcavity under optical pumping. The formation of the condensate manifests itself in a sudden increase of luminescence intensity in a threshold-like manner, and a significant spin-polarizability in an externally applied magnetic field. Spatial coherence is mapped out via highly resolved real-space interferometry, revealing a spatially extended condensate. Our device represents a decisive step towards the implementation of coherent light-sources based on atomically thin crystals, as well as non-linear, valleytronic coherent devices.

cond-mat.mes-hall

Tunable Electronic Structure in Gallium Chalcogenide van der Waals Compounds

Transition metal monochalcogenides comprise a class of two-dimensional materials with electronic band gaps that are highly sensitive to material thickness and chemical composition. Here, we explore the tunability of the electronic excitation spectrum in GaSe using angle-resolved photoemission spectroscopy. The electronic structure of the material is modified by $\textit{in-situ}$ potassium deposition as well as by forming GaS$_{x}$Se$_{1-x}$ alloy compounds. We find that potassium decouples the top-most tetra-layer of the GaSe unit cell, leading to a substantial change of the dispersion around the valence band maximum (VBM). The observed band dispersion of a single tetralayer is consistent with a transition from the direct gap character of the bulk to the indirect gap character expected for monolayer GaSe. Upon alloying with sulfur, we observe a phase transition from AB to $\text{AA}^{\prime}$ stacking. Alloying also results in a rigid energy shift of the VBM towards higher binding energies which correlates with a blue shift in the luminescence. The increase of the band gap upon sulfur alloying does not appear to change the dispersion or character of the VBM appreciably, implying that it is possible to engineer the gap of these materials while maintaining their salient electronic properties.

cond-mat.mes-hall

Valley-dependent Exciton Fine Structure and Autler-Townes Doublets from Berry Phases in Monolayer Molybdenum Diselenide

The Berry phase of Bloch states can have profound effects on electron dynamics lead to novel transport phenomena, such as the anomalous Hall effect and the valley Hall effect. Recently, it was predicted that the Berry phase effect can also modify the exciton states in transition metal dichalcogenide monolayers, and lift the energy degeneracy of exciton states with opposite angular momentum through an effective valley-orbital coupling. Here, we report the first observation and control of the Berry-phase induced splitting of the 2p-exciton states in monolayer molybdenum diselenide using the intraexciton optical Stark spectroscopy. We observe the time-reversal-symmetric analog of the orbital Zeeman effect resulting from the valley-dependent Berry phase, which leads to energy difference of +14 (-14) meV between the $2p^+$ and $2p^-$ exciton states in +K (-K) valley, consistent with the ordering from our ab initio GW-BSE results. In addition, we show that the light-matter coupling between intraexciton states are remarkably strong, leading to prominent valley-dependent Autler-Townes doublet under resonant driving. Our study opens up new pathways to coherently manipulate the quantum states and excitonic excitation with infrared radiation in two-dimensional semiconductors.

cond-mat.mes-hall

Observation of bosonic condensation in a hybrid monolayer MoSe2-GaAs microcavity

Condensation of bosons into a macroscopic quantum state belongs to the most intriguing phenomena in nature. It was first realized in quantum gases of ultra-cold atoms, but more recently became accessible in open-dissipative, exciton-based solid-state systems at elevated temperatures. Semiconducting monolayer crystals have emerged as a new platform for studies of strongly bound excitons in ultimately thin materials. Here, we demonstrate the formation of a bosonic condensate driven by excitons hosted in an atomically thin layer of MoSe2, strongly coupled to light in a solid-state resonator. The structure is operated in the regime of collective strong coupling, giving rise to hybrid exciton-polariton modes composed of a Tamm-plasmon resonance, GaAs quantum well excitons and two-dimensional excitons confined in a monolayer of MoSe2. Polariton condensation in a monolayer crystal manifests by a superlinear increase of emission intensity from the hybrid polariton mode at injection powers as low as 4.8 pJ/pulse, as well as its density-dependent blueshift and a dramatic collapse of the emission linewidth as a hallmark of temporal coherence. Importantly, we observe a significant spin-polarization in the injected polariton condensate, a fingerprint of the core property of monolayer excitons subject to spin-valley locking. The observed effects clearly underpin the perspective of building novel highly non-linear valleytronic devices based on light-matter fluids, coherent bosonic light sources based on atomically thin materials, and paves the way towards studying materials with unconventional topological properties in the framework of bosonic condensation.

cond-mat.quant-gas

Synthesis of Highly Anisotropic Semiconducting GaTe Nanomaterials and Emerging Properties Enabled by Epitaxy

Pseudo-one dimensional (pseudo-1D) materials are a new-class of materials where atoms are arranged in chain like structures in two-dimensions (2D). Examples include recently discovered black phosphorus, ReS2 and ReSe2 from transition metal dichalcogenides, TiS3 and ZrS3 from transition metal trichalcogenides and most recently GaTe. The presence of structural anisotropy impacts their physical properties and leads to direction dependent light-matter interactions, dichroic optical responses, high mobility channels, and anisotropic thermal conduction. Despite the numerous reports on the vapor phase growth of isotropic TMDCs and post transition metal chalcogenides such as MoS2 and GaSe, the synthesis of pseudo-1D materials is particularly difficult due to the anisotropy in interfacial energy, which stabilizes dendritic growth rather than single crystalline growth with well-defined orientation. The growth of monoclinic GaTe has been demonstrated on flexible mica substrates with superior photodetecting performance. In this work, we demonstrate that pseudo-1D monoclinic GaTe layers can be synthesized on a variety of other substrates including GaAs (111), Si (111) and c-cut sapphire by physical vapor transport techniques. High resolution transmission electron microscopy (HRTEM) measurements, together with angle resolved micro-PL and micro-Raman techniques, provide for the very first time atomic scale resolution experiments on pseudo-1D structures in monoclinic GaTe and anisotropic properties. Interestingly, GaTe nanomaterials grown on sapphire exhibit highly efficient and narrow localized emission peaks below the band gap energy, which are found to be related to select types of line and point defects as evidenced by PL and Raman mapping scans. It makes the samples grown on sapphire more prominent than those grown on GaAs and Si, which demonstrate more regular properties.

cond-mat.mtrl-sci

Observation of Ultralong Valley Lifetime in WSe2/MoS2 Heterostructures

The valley degree of freedom in two-dimensional (2D) crystals recently emerged as a novel information carrier in addition to spin and charge. The intrinsic valley lifetime in 2D transition metal dichalcoginides (TMD) is expected to be remarkably long due to the unique spin-valley locking behavior, where the inter-valley scattering of electron requires simultaneously a large momentum transfer to the opposite valley and a flip of the electron spin. The experimentally observed valley lifetime in 2D TMDs, however, has been limited to tens of nanoseconds so far. Here we report efficient generation of microsecond-long lived valley polarization in WSe2/MoS2 heterostructures by exploiting the ultrafast charge transfer processes in the heterostructure that efficiently creates resident holes in the WSe2 layer. These valley-polarized holes exhibit near unity valley polarization and ultralong valley lifetime: we observe a valley-polarized hole population lifetime of over 1 us, and a valley depolarization lifetime (i.e. inter-valley scattering lifetime) over 40 us at 10 Kelvin. The near-perfect generation of valley-polarized holes in TMD heterostructures with ultralong valley lifetime, orders of magnitude longer than previous results, opens up new opportunities for novel valleytronics and spintronics applications.

cond-mat.mtrl-sci