SearcharxivSearch

arXiv subjects

Jingyan Xu

Publications and source records attributed to Jingyan Xu.

13 recordsLinked to original sources

Retrievable Gradients: Continual Post-Training Without Cumulative Weight Drift

Continual post-training enables models to absorb emerging knowledge after deployment, but repeatedly updating shared parameters can accumulate weight drift, potentially causing catastrophic forgetting and degrading general capabilities. Retrieval-augmented generation avoids such parameter drift, yet often lacks the depth of parametric knowledge integration. In this paper, we propose ReGrad (Retrievable Gradients), a new paradigm that treats gradients as retrievable units of knowledge. ReGrad pre-computes document-specific gradients offline, stores them in an indexed Gradient Bank, and retrieves only query-relevant gradients at inference time for temporary weight adaptation. However, raw language-modeling gradients are optimized for token-level document reconstruction rather than for query-driven knowledge use. We therefore introduce a bi-level meta-learning objective that reshapes document-derived gradients into generalizable adaptation signals for downstream tasks. Experiments across general and domain-specific settings show that \textsc{ReGrad} outperforms CPT and RAG baselines, enabling scalable and reversible parametric knowledge injection without accumulating weight drift.

cs.CL

TrustMargin: Training-Free Arbitration between Parametric Memory and Retrieved Evidence in Large Language Models

Large language models answer knowledge-intensive questions using both parametric memory and retrieved evidence, but neither source is uniformly reliable. Retrieval can fill knowledge gaps, yet distracting passages may override correct closed-book answers. We study this post-generation conflict as answer-level source arbitration: given Direct and RAG answers from the same frozen model, decide which source to trust. We propose TRUSTMARGIN, a training-free, plug-and-play arbitration layer that scores the two existing candidates with the model's own likelihoods. It combines a parametric-prior margin, which tests whether memory accepts the retrieved answer, with an evidence-binding margin, which discounts passage-only salience and measures question-specific support. TRUSTMARGIN selects between Direct and RAG without fine-tuning, external judges, or additional generation. Across 2WIKIMQA and CWQA with three LLaMA scales, TRUSTMARGIN consistently improves over Direct generation and BM25-RAG, recovers part of the Direct/RAG oracle gap, and generalizes to multiple training-free RAG pipelines.

cs.CL

InFusionLayer: a CFA-based ensemble tool to generate new classifiers for learning and modeling

Ensemble learning is a well established body of methods for machine learning to enhance predictive performance by combining multiple algorithms/models. Combinatorial Fusion Analysis (CFA) has provided method and practice for combining multiple scoring systems, using rank-score characteristic (RSC) function and cognitive diversity (CD), including ensemble method and model fusion. However, there is no general-purpose Python tool available that incorporate these techniques. In this paper we introduce \texttt{InFusionLayer}, a machine learning architecture inspired by CFA at the system fusion level that uses a moderate set of base models to optimize unsupervised and supervised learning multiclassification problems. We demonstrate \texttt{InFusionLayer}'s ease of use for PyTorch, TensorFlow, and Scikit-learn workflows by validating its performance on various computer vision datasets. Our results highlight the practical advantages of incorporating distinctive features of RSC function and CD, paving the way for more sophisticated ensemble learning applications in machine learning. We open-sourced our code to encourage continuing development and community accessibility to leverage CFA on github: https://github.com/ewroginek/Infusion

cs.LG

A Model Fusion Approach for Enhancing Credit Approval Decision Making

Credit default poses significant challenges to financial institutions and consumers, resulting in substantial financial losses and diminished trust. As such, credit default risk management has been a critical topic in the financial industry. In this paper, we present Combinatorial Fusion Analysis (CFA), a model fusion framework, that combines multiple machine learning algorithms to detect and predict credit card approval with high accuracy. We present the design methodology and implementation using five pre-trained models. The CFA results show an accuracy of 89.13% which is better than conventional machine learning and ensemble methods.

cs.CE

Bitcoin Price Prediction using Machine Learning and Combinatorial Fusion Analysis

In this work, we propose to apply a new model fusion and learning paradigm, known as Combinatorial Fusion Analysis (CFA), to the field of Bitcoin price prediction. Price prediction of financial product has always been a big topic in finance, as the successful prediction of the price can yield significant profit. Every machine learning model has its own strength and weakness, which hinders progress toward robustness. CFA has been used to enhance models by leveraging rank-score characteristic (RSC) function and cognitive diversity in the combination of a moderate set of diverse and relatively well-performed models. Our method utilizes both score and rank combinations as well as other weighted combination techniques. Key metrics such as RMSE and MAPE are used to evaluate our methodology performance. Our proposal presents a notable MAPE performance of 0.19\%. The proposed method greatly improves upon individual model performance, as well as outperforms other Bitcoin price prediction models.

q-fin.ST

Enhancing SDG-Text Classification with Combinatorial Fusion Analysis and Generative AI

(Natural Language Processing) NLP techniques such as text classification and topic discovery are very useful in many application areas including information retrieval, knowledge discovery, policy formulation, and decision-making. However, it remains a challenging problem in cases where the categories are unavailable, difficult to differentiate, or are interrelated. Social analysis with human context is an area that can benefit from text classification, as it relies substantially on text data. The focus of this paper is to enhance the classification of text according to the UN's Sustainable Development Goals (SDGs) by collecting and combining intelligence from multiple models. Combinatorial Fusion Analysis (CFA), a system fusion paradigm using a rank-score characteristic (RSC) function and cognitive diversity (CD), has been used to enhance classifier methods by combining a set of relatively good and mutually diverse classification models. We use a generative AI model to generate synthetic data for model training and then apply CFA to this classification task. The CFA technique achieves 96.73% performance, outperforming the best individual model. We compare the outcomes with those obtained from human domain experts. It is demonstrated that combining intelligence from multiple ML/AI models using CFA and getting input from human experts can, not only complement, but also enhance each other.

cs.CL

Zero- to low-field J-spectroscopy with a diamond magnetometer

We report measurements of zero- to ultra-low-field nuclear magnetic resonance (ZULF NMR) signals at frequencies of a few hertz with a diamond-based magnetic sensor. The sensing diamond is a truncated pyramid with 0.18 mm height and a 0.5 mm x 0.5mm base. The minimum stand-off distance is < 1 mm, and the sensor sensitivity is 13 pT/(Hz)^(1/2) at frequencies f above 5 Hz with 1/f-like behavior at lower frequencies. NMR signals were generated via signal amplification by reversible exchange (SABRE) parahydrogen-based hyperpolarization resulting in zero-field signals at 1.7 Hz and 3.4 Hz corresponding to the expected hetero-nuclear J-coupling pattern of acetonitrile. This work demonstrates a magnet-free platform for detecting chemically specific NMR signals at ultra-low frequencies paving the way for portable noninvasive diagnostics in microscopic sample volumes for biomedicine, industrial sensing through metal enclosures, and field-deployable quantum analytical devices.

physics.app-ph

Towards Unification of Hallucination Detection and Fact Verification for Large Language Models

Large Language Models (LLMs) frequently exhibit hallucinations, generating content that appears fluent and coherent but is factually incorrect. Such errors undermine trust and hinder their adoption in real-world applications. To address this challenge, two distinct research paradigms have emerged: model-centric Hallucination Detection (HD) and text-centric Fact Verification (FV). Despite sharing the same goal, these paradigms have evolved in isolation, using distinct assumptions, datasets, and evaluation protocols. This separation has created a research schism that hinders their collective progress. In this work, we take a decisive step toward bridging this divide. We introduce UniFact, a unified evaluation framework that enables direct, instance-level comparison between FV and HD by dynamically generating model outputs and corresponding factuality labels. Through large-scale experiments across multiple LLM families and detection methods, we reveal three key findings: (1) No paradigm is universally superior; (2) HD and FV capture complementary facets of factual errors; and (3) hybrid approaches that integrate both methods consistently achieve state-of-the-art performance. Beyond benchmarking, we provide the first in-depth analysis of why FV and HD diverged, as well as empirical evidence supporting the need for their unification. The comprehensive experimental results call for a new, integrated research agenda toward unifying Hallucination Detection and Fact Verification in LLMs. We have open-sourced all the code, data, and baseline implementation at: https://github.com/oneal2000/UniFact/

cs.CL

Hyperpolarized Molecular Nuclear Spins Achieve Magnetic Amplification

The use of nuclear spins as physical sensing systems is disadvantaged by their low signal responsivity, particularly when compared to sensing techniques based on electron spins. This primarily results from the small nuclear gyromagnetic ratio and the difficulties in achieving high spin polarization. Here we develop a new approach to investigating the response of hyperpolarized molecular nuclear spins to magnetic fields and demonstrate orders-of-magnitude enhanced magnetic responsivity over state-of-the-art proton and Overhauser magnetometers. Using hyperpolarized molecules with proton spins, we report the realization of magnetic amplification in linear and nonlinear types. We further extend this amplification to hyperpolarized scalar-coupled multi-spin molecules and observe substantial magnetic amplification exceeding 10%. Moreover, we observe an anomalous amplification with dispersive frequency dependence that originates from magnetic interference effects. Our work highlights the potential of hyperpolarized molecular nuclear spins for use in a new class of quantum sensors, with promising applications in both applied and fundamental physics, including highly accurate absolute magnetometry and the exploration of axion-nucleon exotic interactions.

quant-ph

Quantum Magnetic J-Oscillators

We introduce quantum J-oscillators that exploit intrinsic nuclear spin-spin (scalar J) couplings in molecules to produce phase-coherent oscillations. Operated in zero magnetic field and driven by a digital feedback, they operate from sub-hertz to a few tens of hertz frequencies. In a proof-of-principle experiment on [15N]-acetonitrile, the oscillator produced a 337 uHz linewidth over 3000 s, more than two orders narrower than in conventional zero-field NMR. This may facilitate precision measurements of J-coupling constants and allows distinguishing mixtures of molecules whose zero-field NMR spectra would otherwise be hard to separate. In addition, the combination of strongly coupled spin systems and programmable feedback turns the J-oscillator into a compact tabletop (and, eventually, chip-scale) platform for exploring nonlinear spin dynamics, including chaos, dynamical phase transitions, and perhaps time-crystal behavior. By uniting high-resolution spectroscopy and controllable quantum dynamics in a single, magnet-free setup, J-oscillators open new opportunities for applications where ultraprecise frequency references or molecular fingerprints are required.

quant-ph

Essential Tools of Linear Algebra for Calculating Nuclear Spin Dynamics of Chemically Exchanging Systems

In this work, we describe essential tools of linear algebra necessary for calculating the effect of chemical exchange on spin dynamics and polarization transfer in various nuclear magnetic resonance (NMR) experiments. We show how to construct Hamiltonian, relaxation, and chemical exchange superoperators in the Liouville space, as well as demonstrate corresponding code in Python. Examples of applying the code are given for problems involving chemical exchange between NH3 and NH4+ at zero and high magnetic field and polarization transfer from parahydrogen relevant in SABRE (signal amplification by reversible exchange) at low magnetic field (0-20 mT). The presented methodology finds utility for describing the effect of chemical exchange on NMR spectra and can be extended further by taking into account non-linearities in the master equation.

physics.chem-ph

Masks Fusion with Multi-Target Learning For Speech Enhancement

Recently, deep neural network (DNN) based time-frequency (T-F) mask estimation has shown remarkable effectiveness for speech enhancement. Typically, a single T-F mask is first estimated based on DNN and then used to mask the spectrogram of noisy speech in an order to suppress the noise. This work proposes a multi-mask fusion method for speech enhancement. It simultaneously estimates two complementary masks, e.g., ideal ratio mask (IRM) and target binary mask (TBM), and then fuse them to obtain a refined mask for speech enhancement. The advantage of the new method is twofold. First, simultaneously estimating multiple complementary masks brings benefit endowed by multi-target learning. Second, multi-mask fusion can exploit the complementarity of multiple masks to boost the performance of speech enhancement. Experimental results show that the proposed method can achieve significant PESQ improvement and reduce the recognition error rate of back-end over traditional masking-based methods. Code is available at https://github.com/lc-zhou/mask-fusion.

eess.AS

Zero-field magnetometry based on nitrogen-vacancy ensembles in diamond

Ensembles of nitrogen-vacancy (NV) centers in diamonds are widely utilized for magnetometry, magnetic-field imaging and magnetic-resonance detection. They have not been used for magnetometry at zero ambient field because Zeeman sublevels lose first-order sensitivity to magnetic fields as they are mixed due to crystal strain or electric fields. In this work, we realize a zero-field (ZF) magnetometer using polarization-selective microwave excitation in a 12C-enriched HPHT crystal sample. We employ circularly polarized microwaves to address specific transitions in the optically detected magnetic resonance and perform magnetometry with a noise floor of 250 pT/Hz^(1/2). This technique opens the door to practical applications of NV sensors for ZF magnetic sensing, such as ZF nuclear magnetic resonance, and investigation of magnetic fields in biological systems.

physics.app-ph