SearcharxivSearch

arXiv subjects

Rongxiang Zhu

Publications and source records attributed to Rongxiang Zhu.

5 recordsLinked to original sources

ArenaRL: Scaling RL for Open-Ended Agents via Tournament-based Relative Ranking

Reinforcement learning has substantially improved the performance of LLM agents on tasks with verifiable outcomes, but it still struggles on open-ended agent tasks with vast solution spaces (e.g., complex travel planning). Due to the absence of objective ground-truth for these tasks, current RL algorithms largely rely on reward models that assign scalar scores to individual responses. We contend that such pointwise scoring suffers from an inherent discrimination collapse: the reward model struggles to distinguish subtle advantages among different trajectories, resulting in scores within a group being compressed into a narrow range. Consequently, the effective reward signal becomes dominated by noise from the reward model, leading to optimization stagnation. To address this, we propose ArenaRL, a reinforcement learning paradigm that shifts from pointwise scalar scoring to intra-group relative ranking. ArenaRL introduces a process-aware pairwise evaluation mechanism, employing multi-level rubrics to assign fine-grained relative scores to trajectories. Additionally, we construct an intra-group adversarial arena and devise a tournament-based ranking scheme to obtain stable advantage signals. Empirical results confirm that the built seeded single-elimination scheme achieves nearly equivalent advantage estimation accuracy to full pairwise comparisons with O(N^2) complexity, while operating with only O(N) complexity, striking an optimal balance between efficiency and precision. Furthermore, to address the lack of full-cycle benchmarks for open-ended agents, we build Open-Travel and Open-DeepResearch, two high-quality benchmarks featuring a comprehensive pipeline covering SFT, RL training, and multi-dimensional evaluation. Extensive experiments show that ArenaRL substantially outperforms standard RL baselines, enabling LLM agents to generate more robust solutions for complex real-world tasks.

cs.LG

Switchable axionic magnetoelectric effect via spin-flop transition in topological antiferromagnets

The MnBi$_2$Te$_4$ material family has emerged as a key platform for exploring magnetic topological phases, most notably exemplified by the experimental realization of the axion insulator state. While spin dynamics are known to significantly influence the axion state, a profound understanding of their interplay remains elusive. In this work, we employ an antiferromagnetic spin-chain model to demonstrate that an external magnetic field induces extrinsic perpendicular magnetic anisotropy. We find that an in-plane field stabilizes the antiferromagnetic order, whereas an out-of-plane field destabilizes it and triggers spin-flop transitions. Remarkably, near the surface spin-flop transition in even-layer MnBi$_2$Te$_4$ films, the axion insulator state undergoes a sharp switching behavior accompanied by distinct magnetoelectric responses. Furthermore, we propose that this switchable axionic magnetoelectric effect can be utilized to convert alternating magnetic field signals into measurable square-wave magneto-optical outputs, thereby realizing an axionic analog of a zero-crossing detector. Our findings could open a pathway toward potential applications of axion insulators in next-generation spintronic devices.

cond-mat.mes-hall

Weak factorizations of the Hardy space in terms of multilinear fractional integral operator

We give a constructive proof of the factorization theorem for the classical Hardy space in terms of fractional integral operator. Moreover, the result is extended to the multilinear case and weighted case. As an application, we obtain the characterization of $BMO$ via the weighted boundedness of commutators of the multilinear fractional integral operator, without individual conditions on the weights class.

math.FA

The factorizations of $H^ρ(\mathbb{R}^n)$ via multilinear Calderón-Zygmund operators on weighted Lebesgue spaces

We extend the recently much-studied Hardy factorization theorems to the weight case. The key point of this paper is to establish the factorization theorems without individual condition on the weight functions. As a direct application, we obtain the characterizations of $BMO(\mathbb{R}^n)$ space and Lipschitz spaces via the weighted boundedness of commutators of multilinear Calderón-Zygmund operators with the genuinely multilinear weights.

math.FA

HopGAT: Hop-aware Supervision Graph Attention Networks for Sparsely Labeled Graphs

Due to the cost of labeling nodes, classifying a node in a sparsely labeled graph while maintaining the prediction accuracy deserves attention. The key point is how the algorithm learns sufficient information from more neighbors with different hop distances. This study first proposes a hop-aware attention supervision mechanism for the node classification task. A simulated annealing learning strategy is then adopted to balance two learning tasks, node classification and the hop-aware attention coefficients, along the training timeline. Compared with state-of-the-art models, the experimental results proved the superior effectiveness of the proposed Hop-aware Supervision Graph Attention Networks (HopGAT) model. Especially, for the protein-protein interaction network, in a 40% labeled graph, the performance loss is only 3.9%, from 98.5% to 94.6%, compared to the fully labeled graph. Extensive experiments also demonstrate the effectiveness of supervised attention coefficient and learning strategies.

cs.LG