SearcharxivSearch

arXiv subjects

Wenjin Yang

Publications and source records attributed to Wenjin Yang.

At least 19 recordsLinked to original sources

ALOHA IRDCs Molecular Line Follow-up: I. Gas properties and kinematics

Infrared Dark Clouds are ideal sites for investigating the initial conditions of massive star and cluster formation. The A Lei Of the Habitat and Assembly of Infrared Dark Clouds (ALOHA IRDCs), a James Clerk Maxwell Telescope (JCMT) Large Program, has mapped nearby IRDCs with SCUBA-2. Complementary molecular line observations are needed to characterise the physical, kinematic, and chemical properties of the dense gas. We aim to determine the thermal, kinematic, and chemical properties of clumps identified in the ALOHA IRDCs, and to assess their evolutionary status and level of star-forming activity. We performed single-pointing K-band and W-band observations towards 56 ALOHA IRDCs clumps using the Effelsberg 100-m and Yebes 40-m telescopes, respectively. We derived NH3 kinetic temperatures using the hyperfine group ratio (HFGR) method and identified infall and shock signatures from HCO+, H13CO+, SiO, and HNCO profiles. Water masers and NH2D emission were used as complementary tracers of chemical evolution and star formation. The clumps exhibit kinetic temperatures of 15-29 K. We detect NH2D emission towards 18 sources, with NH2D centroid velocities consistent with NH3, indicating both species trace the same dense gas component. More than half of the clumps display blue-asymmetric HCO+ profiles, identifying them as infall candidates. Water masers are detected in 22 sources, with prominent velocity ranges and variability. Broad SiO emission (>~20 km/s) indicates strong shocks, while narrower extents (<~6km/s) likely trace large-scale interactions or low-velocity shocks. The widespread infall signatures, shock tracers, masers, and NH2D emission suggest that relatively quiescent, chemically young material can coexist with dynamically active gas affected by early protostellar feedback, providing insight into the coupled physical and chemical evolution of massive IRDC clumps.

astro-ph.GA

ABot-World-0: Infinite Interactive World Rollout on a Single Desktop GPU

We present ABot-World-0, an action-conditioned video world model for real-time, long-horizon closed-loop interaction, supported by a multi-source data infrastructure spanning AAA games, simulation engines, and internet videos to learn controllable world dynamics. WorldExplorer performs agent-driven collection guided by training feedback, while a unified pipeline applies 14 deterministic quality checks, VLM-based assessment, and synchronized action and text annotation. We progressively distill a bidirectional action-conditioned teacher into a causal student through teacher forcing and ODE distillation, and introduce LongForcing to align long student self-rollouts with an extended-horizon teacher, mitigating accumulated distribution shift and autoregressive drift. Raw keyboard actions provide a unified control interface for scene roaming and third-person character interaction, while reference-character memory provides persistent appearance cues for identity consistency during third-person rollouts. For deployment, we co-design a streaming inference stack with a lightweight VAE decoder, efficient attention, memory-aware scheduling, and low-bit DiT inference. Across optimized low-bit configurations, ABot-World-0 streams 720P video at up to 16 FPS on a single NVIDIA RTX 5090 desktop GPU, with 1.2s action-to-first-frame latency and approximately 19GiB peak VRAM. Experiments on WorldRoamBench and extended interactive rollouts demonstrate competitive controllability and coherent long-horizon world evolution.

cs.CV

WorldRoamBench: An Open-World Benchmark for Long-Horizon Stability of Interactive World Models

Despite rapid progress in interactive world models (IWMs), existing benchmarks evaluate action following only at trajectory level and ignore memory and interaction physics. We introduce WorldRoamBench, an open-world benchmark for long-horizon stability across four dimensions, each with tailored innovations: (i) Action: per-frame action metric bypassing cross-model semantic scale disparity and exposing failures hidden by trajectory; (ii) Vision: segment-based drift metric capturing non-monotonic mid-sequence collapse missed by start-vs-end comparisons; (iii) Physics: controllability-gated evaluation over mechanics, optics, and 3D consistency, scoring plausibility under faithful action execution; (iv) Memory: action-decoupled protocol evaluating scene memory via transition-localized 3D point-cloud reconstruction and subject memory via tracking-plus-VLM reasoning. The benchmark comprises 600+ test cases across Nature, Urban, and Indoor scenes in first/third-person views with WASD 10-60s continuous interaction. Evaluating 10+ open/closed-source models reveals none reliably satisfies all dimensions; even the best achieves only moderate scores. Advances on WorldRoamBench are steps toward IWMs that are stable, physically grounded, memory-faithful, and deployable in real-world applications.

cs.CV

An ACA map of a molecular cloud interacting with supernova remnant W28

Supernova remnants (SNRs) strongly influence the physical and chemical properties of the molecular clouds (MCs) with which they interact. We carried out a high-resolution observation toward W28F, a chemically rich MC interacting with SNR W28, with the Atacama Compact Array (ACA) in Band 7. Significant emission (> 10 sigma) of CO, CH3OH, p-H2CO, SiO and SO is detected. We reveal the clumpy structures of the shocked MC, with different spatial distributions between CH3OH and SiO. We select six molecular clumps to conduct spectral decomposition and non-local-thermodynamic-equilibrium analysis with the CH3OH and p-H2CO lines. The best-fit results show a H2 density of nH2 ~ (1-3) * 10^5 cm^-3 and a gas temperature of Tgas ~ 50-170 K in most of the fitted components. The H2 density and gas temperature show a clear anti-correlation across different regions, with the thermal pressure consistent with that of the adjacent X-ray-emitting hot plasma. This is consistent with the picture that the SNR shocks propagate into multi-phase gas, with a pressure balance existing between different phases. We propose that the high abundance ratio between E-CH3OHand A-CH3OH (> 0.9) suggests extra gas-phase processes to enhance this ratio, such as proton exchange with H3+ and HCO+. The chemical segregation between CH3OH and SiO, in both the spatial and spectral regime, can be explained by the fact that CH3OH traces slow shocks while SiO traces fast shocks.

astro-ph.GA

Multi-Stakeholder LLM Alignment: Decomposing Estimation from Aggregation

Multi-stakeholder tasks require one output to satisfy users with conflicting preferences. Holistic LLM judges conflate utility estimation and utility aggregation, yielding unstable implicit weights. We show empirically and theoretically that this aggregation-specific \emph{weighting noise} can create large score shifts when stakeholder satisfaction is dispersed; in our experiments, these weight-induced shifts also increase with stakeholder count. We propose \textsc{DecompR}: counterfactual-calibrated weights are fixed from query structure before candidate scoring, while per-role utilities are estimated independently, removing candidate-dependent weight drift and reducing estimation noise.

cs.AI

Aligning Agents via Planning: A Benchmark for Trajectory-Level Reward Modeling

In classical Reinforcement Learning from Human Feedback (RLHF), Reward Models (RMs) serve as the fundamental signal provider for model alignment. As Large Language Models evolve into agentic systems capable of autonomous tool invocation and complex reasoning, the paradigm of reward modeling faces unprecedented challenges -- most notably, the lack of benchmarks specifically designed to assess RM capabilities within tool-integrated environments. To address this gap, we present Plan-RewardBench, a trajectory-level preference benchmark designed to evaluate how well judges distinguish preferred versus distractor agent trajectories in complex tool-using scenarios. Plan-RewardBench covers four representative task families -- (i) Safety Refusal, (ii) Tool-Irrelevance / Unavailability, (iii) Complex Planning, and (iv) Robust Error Recovery -- comprising validated positive trajectories and confusable hard negatives constructed via multi-model natural rollouts, rule-based perturbations, and minimal-edit LLM perturbations. We benchmark representative RMs (generative, discriminative, and LLM-as-Judge) under a unified pairwise protocol, reporting accuracy trends across varying trajectory lengths and task categories. Furthermore, we provide diagnostic analyses of prevalent failure modes. Our results reveal that all three evaluator families face substantial challenges, with performance degrading sharply on long-horizon trajectories, underscoring the necessity for specialized training in agentic, trajectory-level reward modeling. Ultimately, Plan-RewardBench aims to serve as both a practical evaluation suite and a reusable blueprint for constructing agentic planning preference data.

cs.AI

$α$-Wasserstein Mechanism for Rényi Pufferfish Privacy

This paper introduces the $α$-Wasserstein mechanism for achieving Rényi Pufferfish Privacy using Laplace and Gaussian noise. By leveraging Hölder's inequality, we demonstrate that the scale parameter of the Laplace mechanism can be calibrated via an upper bound on the $W_α$ metric to satisfy $(α, ε)$-Rényi Pufferfish Privacy for $α\in (1, \infty]$. We show that at the limit $α= \infty$, this framework recovers the established $W_\infty$ mechanism for $ε$-pufferfish privacy. This result is subsequently extended to the exponential mechanism. Furthermore, we propose a $W_α$ mechanism for Gaussian noise for $α\in (1, \infty)$, demonstrating that it generalizes existing results within the Rényi Differential Privacy framework. Experimental evaluations reveal that our $α$-Wasserstein mechanism significantly reduces noise power compared to the conventional $W_\infty$-based approach, with the Gaussian mechanism providing superior utility over the Laplace mechanism. Notably, the mechanisms derived in this work achieve exact $(α, ε)$-Rényi Pufferfish Privacy without requiring additional relaxations, such as $δ$-approximations.

cs.CR

Rényi Pufferfish Privacy with Gaussian-based Priors: From Single Gaussian to Mixture Model

Rényi Pufferfish Privacy (RPP) provides a Rényi divergence-based privacy framework for correlated data, but existing $\infty$-Wasserstein mechanisms are often conservative and sacrifice data utility. We study Gaussian mechanisms for RPP under Gaussian and Gaussian-mixture priors. For single Gaussian priors, we derive the exact Rényi divergence after Gaussian perturbation, obtain a relaxed closed-form sufficient condition for $(α,ε)$-RPP, and characterize the monotonicity of the calibrated noise with respect to the privacy budget $ε$ and the Rényi order $α$. To handle more general non-Gaussian and multimodal priors, we approximate secret-conditioned outputs with Gaussian mixture models and introduce an optimal-transport-based sufficient condition for RPP. Experiments on three UCI datasets with statistical (\textsc{RAW}, \textsc{MEAN}) and model-output (\textsc{BNN}, \textsc{GP}) queries show that our prior-aware mechanisms consistently require less noise than a recent RPP additive-noise baseline, achieving an average noise reduction of 48.9\%. These results show that our mechanisms can substantially improve the privacy-utility trade-off under RPP.

cs.CR

EByFTVeS: Efficient Byzantine Fault Tolerant-based Verifiable Secret-sharing in Distributed Privacy-preserving Machine Learning

Verifiable Secret Sharing (VSS) has been widespread in Distributed Privacy-preserving Machine Learning (DPML), because invalid shares from malicious dealers or participants can be recognized by verifying the commitment of the received shares for honest participants. However, the consistency and the computation and communitation burden of the VSS-based DPML schemes are still two serious challenges. Although Byzantine Fault Tolerance (BFT) system has been brought to guarantee the consistency and improve the efficiency of the existing VSS-based DPML schemes recently, we explore an Adaptive Share Delay Provision (ASDP) strategy, and launch an ASDP-based Customized Model Poisoning Attack (ACuMPA) for certain participants in this paper. We theoretically analyzed why the ASDP strategy and the ACuMPA algorithm works to the existing schemes. Next, we propose an [E]fficient [By]zantine [F]ault [T]olerant-based [Ve]rifiable [S]ecret-sharing (EByFTVeS) scheme. Finally, the validity, liveness, consistency and privacy of the EByFTVeS scheme are theoretically analyzed, while the efficiency of the EByFTVeS scheme outperforms that of the-state-of-art VSS scheme according to comparative experiment results.

cs.CR

Noise Reduction for Pufferfish Privacy: A Practical Noise Calibration Method

This paper introduces a relaxed noise calibration method to enhance data utility while attaining pufferfish privacy. This work builds on the existing $1$-Wasserstein (Kantorovich) mechanism by alleviating the existing overly strict condition that leads to excessive noise, and proposes a practical mechanism design algorithm as a general solution. We prove that a strict noise reduction by our approach always exists compared to $1$-Wasserstein mechanism for all privacy budgets $ε$ and prior beliefs, and the noise reduction (also represents improvement on data utility) gains increase significantly for low privacy budget situations--which are commonly seen in real-world deployments. We also analyze the variation and optimality of the noise reduction with different prior distributions. Moreover, all the properties of the noise reduction still exist in the worst-case $1$-Wasserstein mechanism we introduced, when the additive noise is largest. We further show that the worst-case $1$-Wasserstein mechanism is equivalent to the $\ell_1$-sensitivity method. Experimental results on three real-world datasets demonstrate $47\%$ to $87\%$ improvement in data utility.

cs.CR

AMAP Agentic Planning Technical Report

We present STAgent, an agentic large language model tailored for spatio-temporal understanding, designed to solve complex tasks such as constrained point-of-interest discovery and itinerary planning. STAgent is a specialized model capable of interacting with ten distinct tools within spatio-temporal scenarios, enabling it to explore, verify, and refine intermediate steps during complex reasoning. Notably, STAgent effectively preserves its general capabilities. We empower STAgent with these capabilities through three key contributions: (1) a stable tool environment that supports over ten domain-specific tools, enabling asynchronous rollout and training; (2) a hierarchical data curation framework that identifies high-quality data like a needle in a haystack, curating high-quality queries by retaining less than 1\% of the raw data, emphasizing both diversity and difficulty; and (3) a cascaded training recipe that starts with a seed SFT stage acting as a guardian to measure query difficulty, followed by a second SFT stage fine-tuned on queries with high certainty, and an ultimate RL stage that leverages data of low certainty. Initialized with Qwen3-30B-A3B to establish a strong SFT foundation and leverage insights into sample difficulty, STAgent yields promising performance on TravelBench while maintaining its general capabilities across a wide range of general benchmarks, thereby demonstrating the effectiveness of our proposed agentic model.

cs.AI

Oxygen isotopes reveal low-mass star dominance in the Small Magellanic Cloud

Oxygen isotope abundances and their ratios are fingerprints of stellar evolution and therefore provide a powerful tool in tracing the enrichment history of galaxies. However, their behavior in low-metallicity dwarf galaxies remains largely unexplored. The Small Magellanic Cloud (SMC), a nearby analog of young high-redshift galaxies, offers an ideal laboratory to investigate this regime. Using the Atacama Compact Array, we observed the $J=2\to 1$ transitions of $^{12}$CO, $^{13}$CO, C$^{18}$O, and C$^{17}$O from the massive star-forming region LIRS~36 (aka N12A), achieving the first detection of C$^{17}$O in the SMC. This detection enables the first direct measurement of the $^{18}$O/$^{17}$O abundance ratio of 0.87$\pm$0.26 in this galaxy, substantially lower than all values in the literature, including molecular clouds in the Milky Way and other galaxies. Such a low ratio of $^{18}$O/$^{17}$O, together with a high $^{13}$CO/C$^{18}$O ratio, indicates chemical enrichment dominated by low-mass stars, consistent with the observed paucity of high-mass stars in the SMC. We suggest that the SMC is governed by a top-light integrated galaxy-wide initial mass function, predicted by the SMC's persistently low star-formation activities.

astro-ph.GA

Giant spin Hall effects and topological surface states in ternary-layered MAX carbides Mn+1AlCn (M= Nb, Ta, n=1, 2, 3)

In this work, we report a systematic study of the electronic structures, band topology, and intrinsic spin Hall effect (SHE) of the layered MAX carbides Mn+1AlCn (M= Nb, Ta, n=1, 2, 3) and explore the correlation effects on the SHE. The results show that M3AlC2 and M4AlC3 (M= Nb, Ta) share similar Dirac-band-crossing features near the Fermi level (EF) and form nodal lines in the absence of spin-orbit coupling (SOC). When the SOC is included, the Dirac band crossings are fully gapped, resulting in nontrivial Z2 topological invariants (1;000) with a pair of surface states on the (001) plane. Remarkably, the multiple gapped Dirac points contribute to locally strong spin Berry curvatures, which lead to large spin Hall conductivities and a giant spin Hall angle up to ~ 60% for Ta3AlC2. Moreover, we also elucidate the impact of Hubbard U correction on SHC. Our findings indicate that Ta3AlC2 might represent an intriguing layered Z2 topological metal with superior charge-to-spin conversion efficiency.

cond-mat.mes-hall

First detection of the $J_{-1}\rightarrow(J-$ 1)$_{0}-E$ methanol maser transitions at $J=7$ and $10$

Class\,I methanol masers provide sensitive information about the shocked environment around star-forming regions. Among the brightest Class~I methanol masers, we have those in the $J_{-1}\rightarrow(J-$ 1)$_{0}-E$ line series, currently reported for the $J=4-9$ transitions, with the only exception being the $J=7$ one at 181.295~GHz, and never expanded to higher $J$ transitions. We aim to search for population inversion in the $7_{-1}\rightarrow6_{0}-E$ and $10_{-1}\rightarrow9_{0}-E$ methanol transition lines at 181.295 and 326.961\,GHz, respectively, and also extend the number of known low-mass star-forming sources harboring Class\,I methanol masers. We employed the Atacama Pathfinder Experiment (APEX) 12\,m telescope to survey low-mass Galactic sources, focusing on methanol emission lines. We conducted rotation diagrams for all sources with detected $J=7$ methanol line transitions, while employing radiative transfer modeling (both in and out of local thermodynamic equilibrium) to characterize methanol excitation conditions in detail for one specific source with detected masers. We have detected the $7_{-1}\rightarrow6_{0}-E$ and $10_{-1}\rightarrow9_{0}-E$ methanol transitions in six out of nineteen sources. Among them, we firmly determined the $10_{-1}\rightarrow9_{0}-E$ maser nature in CARMA\,7, L1641N, NGC\,2024, and Serpens FIRS, and we claim for the presence of inverted population emission in the $7_{-1}\rightarrow6_{0}-E$ line toward CARMA\,7 and L1641N. This represents the first report of methanol maser emission in these particular transitions. Our study supports previous works indicating that conditions for Class\,I methanol maser emission are satisfied in low-mass star-forming regions and expands the range of detectable frequencies toward higher values.

astro-ph.GA

Enhancing Human Experience in Human-Agent Collaboration: A Human-Centered Modeling Approach Based on Positive Human Gain

Existing game AI research mainly focuses on enhancing agents' abilities to win games, but this does not inherently make humans have a better experience when collaborating with these agents. For example, agents may dominate the collaboration and exhibit unintended or detrimental behaviors, leading to poor experiences for their human partners. In other words, most game AI agents are modeled in a "self-centered" manner. In this paper, we propose a "human-centered" modeling scheme for collaborative agents that aims to enhance the experience of humans. Specifically, we model the experience of humans as the goals they expect to achieve during the task. We expect that agents should learn to enhance the extent to which humans achieve these goals while maintaining agents' original abilities (e.g., winning games). To achieve this, we propose the Reinforcement Learning from Human Gain (RLHG) approach. The RLHG approach introduces a "baseline", which corresponds to the extent to which humans primitively achieve their goals, and encourages agents to learn behaviors that can effectively enhance humans in achieving their goals better. We evaluate the RLHG agent in the popular Multi-player Online Battle Arena (MOBA) game, Honor of Kings, by conducting real-world human-agent tests. Both objective performance and subjective preference results show that the RLHG agent provides participants better gaming experience.

cs.HC

Maser Investigation toward Off-Plane Stars (MIOPS): detection of SiO masers in the Galactic thick disk and halo

Studying stars that are located off the Galactic plane is important for understanding the formation history of the Milky Way. We searched for SiO masers toward off-plane O-rich asymptotic giant branch (AGB) stars from the catalog presented by Mauron et al. (2019) in order to shed light on the origin of these objects. A total of 102 stars were observed in the SiO $J$=1-0, $v=1$ and 2 transitions with the Effelsberg-100 m and Tianma-65 m telescopes. SiO masers were discovered in eight stars, all first detections. The measured maser velocities allow the first estimates of the host AGB stars' radial velocities. We find that the radial velocities of three stars (namely G068.881-24.615, G070.384-24.886, and G084.453-21.863) significantly deviate from the values expected from Galactic circular motion. The updated distances and 3D motions indicate that G068.881$-$24.615 is likely located in the Galactic halo, while G160.648-08.846 is probably located in the Galactic thin disk, and the other six stars are probably part of the Galactic thick disk.

astro-ph.GA

Widespread subsonic turbulence in Ophiuchus North 1

Supersonic motions are common in molecular clouds. (Sub)sonic turbulence is usually detected toward dense cores and filaments. However, it remains unknown whether (sub)sonic motions at larger scales ($\gtrsim$1~pc) can be present in different environments or not. Located at a distance of about 110 pc, Ophiuchus North 1 (Oph N1) is one of the nearest molecular clouds that allows in-depth investigation of its turbulence properties by large-scale mapping observations of single-dish telescopes. We carried out the $^{12}$CO ($J=1-0$) and C$^{18}$O ($J=1-0$) imaging observations toward Oph N1 with the Purple Mountain Observatory 13.7 m telescope. The observations have an angular resolution of $\sim$55\arcsec (i.e., 0.03~pc). Most of the whole C$^{18}$O emitting regions have Mach numbers of $\lesssim$1, demonstrating the large-scale (sub)sonic turbulence across Oph N1. Based on the polarization measurements, we estimate the magnetic field strength of the plane-of-sky component to be $\gtrsim$9~$μ$G. We infer that Oph N1 is globally sub-Alfv{é}nic, and is supported against gravity mainly by the magnetic field. The steep velocity structure function can be caused by the expansion of the Sh~2-27 H{\scriptsize II} region or the dissipative range of incompressible turbulence. Our observations reveal a surprising case of clouds characterised by widespread subsonic turbulence and steep size-linewidth relationship. This cloud is magnetized where ion-neutral friction should play an important role.

astro-ph.GA

44 GHz methanol masers: Observations toward 95 GHz methanol masers

We report a simultaneous 44 and 95 GHz class I methanol maser survey toward 144 sources from the 95 GHz class I methanol maser catalog. The observations were made with the three telescopes of the Korean very long baseline interferometry network operating in single-dish mode. The detection rates are 89% at 44 GHz and 77% at 95 GHz. There are 106 new discoveries at 44 GHz. Comparing the previous 95 GHz detections with new observations of the same transitions made using the Purple Mountain Observatory 13.7 m radio telescope shows no clear evidence of variability on a timescale of six years. Emission from the 44 and 95 GHz transitions shows strong correlations in peak velocity, peak flux density, and integrated flux density, indicating that they are likely cospatial. We found that the peak flux density ratio Spk,95/Spk,44 decreases as the 44 GHz peak flux density increases. We found that some class I methanol masers in our sample could be associated with infrared dark clouds, while others are associated with H II regions, indicating that some sources occur at an early stage of high-mass star formation, while others are located toward more evolved sources.

astro-ph.SR