SearcharxivSearch

arXiv subjects

Zeyue Zhang

Publications and source records attributed to Zeyue Zhang.

5 recordsLinked to original sources

Connect the Dots: Training LLMs for Long-Lifecycle Agents with Cross-Domain Generalization Via Reinforcement Learning

This work presents a general framework for training large language models (LLMs) to "Connect the Dots" (CoD), a meta-capability required by long-lifecycle agents: as an LLM-based AI agent gets deployed in an environment, it solves a long sequence of tasks while continuously exploring the environment, learning from its own experiences, and iteratively self-updating its context about the environment, thereby achieving progressively better performance on future tasks conditioned on the updated context. Major components of the CoD framework include: (1) algorithm design and infrastructure for end-to-end reinforcement learning (RL) with long rollout sequences interleaving solve-task and update-context episodes; (2) tasks and environments for incentivizing and eliciting the targeted meta-capability in LLMs during training, as well as for faithfully measuring progress during evaluation. We present proof-of-concept implementations of the CoD framework, including a GRPO-style RL algorithm with fine-grained credit assignment, as well as tasks and environments tailored to the targeted meta-capability (rather than domain-specific LLM capabilities or standard task-by-task RL). Empirical results with Qwen3-8B and Qwen3.6-27B validate the efficacy of end-to-end RL training in the CoD setting, and demonstrate the potential for out-of-distribution generalization -- within the training domains, across different domains, and from CoD to Ralph-loop settings -- of the elicited meta-capability. Our investigation of CoD connects several lines of prior work, and opens up new opportunities for advancing LLMs and AI agents. To facilitate further research and applications, we release our implementations at https://github.com/agentscope-ai/Trinity-RFT/tree/research/cod_v2/examples/research_cod.

cs.LG

Atomic-scale origin of charge density wave-driven metal-semiconductor transition in an incommensurately modulated metal-organic framework

The intrinsic incommensurate charge density wave in metal-organic frameworks has remained elusive due to the lack of direct evidence linking atomic-scale structural modulation to macroscopic electronic properties. Using high-quality Pr3HHTP2 (HHTP = 2,3,6,7,10,11-hexahydroxytriphenylene) single crystals as a model system, we precisely resolve, for the first time, the incommensurately modulated structure of a conductive metal-organic framework at 100 K (modulation vector q = 0.39143(12) c*) via temperature-dependent single-crystal X-ray diffraction. The subsequent observation of a reversible metal-semiconductor transition around 350 K, which perfectly synchronizes with the disappearance of the structural modulation, provides convincing evidence for the electronic origin of the lattice distortion. Guest water molecules stabilize the modulated phase by synergistically regulating the relative rotation of the linkers and the interlayer spacing, thereby optimizing the inter-linker interactions. This work establishes a concrete experimental criterion for one-dimensional charge density wave in metal-organic frameworks and provides an ideal platform for probing coupled electronic-lattice modulations.

cond-mat.mtrl-sci

Unraveling Intrinsic Thermal Conductivity in Layered Conductive MOF Single Crystals

Layered conductive metal-organic frameworks (LCMOFs) show great promise in energy and electronics due to their high electrical conductivity and tunable pore structures. They are considered ideal "phonon-glass, electron-crystal" materials. However, their intrinsic thermal transport properties, particularly the thermal conductivity in the single-crystalline state, have never been explored before. The applicability of the Wiedemann-Franz law to such complex porous materials is a key scientific question to describe their thermoelectric relationship. We investigated single crystals of three LCMOFs (Cu3HHTP2, Co9HHTP4, Nd3HHTP2) using the microfabricated suspended device. Results showed ultralow thermal conductivities (0.075-0.194 W m-1 K-1) along the π-π stacking direction. Crucially, Nd3HHTP2 exhibited a high electrical conductivity of 398 S cm-1, yet its thermal conductivity (0.148 W m-1 K-1) was comparable to the other two LCMOFs with significantly lower electrical conductivities. Structural characterization revealed that the incommensurate modulation, and in-plane correlated disorder within the Nd3HHTP2 structure are the potential causes of strong phonon scattering and the observed ultralow thermal conductivity.

cond-mat.mtrl-sci

ATM-GAD: Adaptive Temporal Motif Graph Anomaly Detection for Financial Transaction Networks

Financial fraud detection is essential to safeguard billions of dollars, yet the intertwined entities and fast-changing transaction behaviors in modern financial systems routinely defeat conventional machine learning models. Recent graph-based detectors make headway by representing transactions as networks, but they still overlook two fraud hallmarks rooted in time: (1) temporal motifs--recurring, telltale subgraphs that reveal suspicious money flows as they unfold--and (2) account-specific intervals of anomalous activity, when fraud surfaces only in short bursts unique to each entity. To exploit both signals, we introduce ATM-GAD, an adaptive graph neural network that leverages temporal motifs for financial anomaly detection. A Temporal Motif Extractor condenses each account's transaction history into the most informative motifs, preserving both topology and temporal patterns. These motifs are then analyzed by dual-attention blocks: IntraA reasons over interactions within a single motif, while InterA aggregates evidence across motifs to expose multi-step fraud schemes. In parallel, a differentiable Adaptive Time-Window Learner tailors the observation window for every node, allowing the model to focus precisely on the most revealing time slices. Experiments on four real-world datasets show that ATM-GAD consistently outperforms seven strong anomaly-detection baselines, uncovering fraud patterns missed by earlier methods.

cs.LG

Conjugate Bayesian Two-step Change Point Detection for Hawkes Process

The Bayesian two-step change point detection method is popular for the Hawkes process due to its simplicity and intuitiveness. However, the non-conjugacy between the point process likelihood and the prior requires most existing Bayesian two-step change point detection methods to rely on non-conjugate inference methods. These methods lack analytical expressions, leading to low computational efficiency and impeding timely change point detection. To address this issue, this work employs data augmentation to propose a conjugate Bayesian two-step change point detection method for the Hawkes process, which proves to be more accurate and efficient. Extensive experiments on both synthetic and real data demonstrate the superior effectiveness and efficiency of our method compared to baseline methods. Additionally, we conduct ablation studies to explore the robustness of our method concerning various hyperparameters. Our code is publicly available at https://github.com/Aurora2050/CoBay-CPD.

stat.ML