Source author record

Jun Song

Jun Song appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

42works
18topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

42 published item(s)

preprint2026arXiv

CombatVLA: An Efficient Vision-Language-Action Model for Combat Tasks in 3D Action Role-Playing Games

Recent advances in Vision-Language-Action models (VLAs) have expanded the capabilities of embodied intelligence. However, significant challenges remain in real-time decision-making in complex 3D environments, which demand second-level responses, high-resolution perception, and tactical reasoning under dynamic conditions. To advance the field, we introduce CombatVLA, an efficient VLA model optimized for combat tasks in 3D action role-playing games(ARPGs). Specifically, our CombatVLA is a 3B model trained on video-action pairs collected by an action tracker, where the data is formatted as action-of-thought (AoT) sequences. Thereafter, CombatVLA seamlessly integrates into an action execution framework, allowing efficient inference through our truncated AoT strategy. Experimental results demonstrate that CombatVLA not only outperforms all existing models on the combat understanding benchmark but also achieves a 50-fold acceleration in game combat. Moreover, it has a higher task success rate than human players. We will open-source all resources, including the action tracker, dataset, benchmark, model weights, training code, and the implementation of the framework at https://combatvla.github.io/.

preprint2026arXiv

Crisis-Bench: Benchmarking Strategic Ambiguity and Reputation Management in Large Language Models

Standard safety alignment optimizes Large Language Models (LLMs) for universal helpfulness and honesty, effectively instilling a rigid "Boy Scout" morality. While robust for general-purpose assistants, this one-size-fits-all ethical framework imposes a "transparency tax" on professional domains requiring strategic ambiguity and information withholding, such as public relations, negotiation, and crisis management. To measure this gap between general safety and professional utility, we introduce Crisis-Bench, a multi-agent Partially Observable Markov Decision Process (POMDP) that evaluates LLMs in high-stakes corporate crises. Spanning 80 diverse storylines across 8 industries, Crisis-Bench tasks an LLM-based Public Relations (PR) Agent with navigating a dynamic 7-day corporate crisis simulation while managing strictly separated Private and Public narrative states to enforce rigorous information asymmetry. Unlike traditional benchmarks that rely on static ground truths, we introduce the Adjudicator-Market Loop: a novel evaluation metric where public sentiment is adjudicated and translated into a simulated stock price, creating a realistic economic incentive structure. Our results expose a critical dichotomy: while some models capitulate to ethical concerns, others demonstrate the capacity for Machiavellian, legitimate strategic withholding in order to stabilize the simulated stock price. Crisis-Bench provides the first quantitative framework for assessing "Reputation Management" capabilities, arguing for a shift from rigid moral absolutism to context-aware professional alignment.

preprint2026arXiv

DDA-Thinker: Decoupled Dual-Atomic Reinforcement Learning for Reasoning-Driven Image Editing

Recent image editing models have achieved strong visual fidelity but often struggle with tasks requiring complex reasoning. To investigate and enhance the reasoning-grounded planning for image editing, we propose DDA-Thinker, a Thinker-centric framework designed for the independent optimization of a planning module (Thinker) over a fixed generative model (Editor). This decoupled Thinker-centric paradigm facilitates a controlled analysis of the planning module and makes its contribution under a fixed Editor easier to assess. To effectively guide this Thinker, we introduce a dual-atomic reinforcement learning framework. This framework decomposes feedback into two distinct atomic rewards implemented through verifiable checklists: a cognitive-atomic reward to directly assess the quality of the Thinker's executable plan, which serves as the actionable outcome of the Thinker's reasoning, and a visual-atomic reward to assess the final image quality. To improve checklist quality, our checklist synthesis is grounded not only in the source image and user instruction but also in a rational reference description of the ideal post-edit scene. To support this training, we further develop a two-stage data curation pipeline that first synthesizes a diverse and reasoning-focused dataset, then applies difficulty-aware refinement to curate an effective training curriculum for reinforcement learning. Extensive experiments on reasoning-driven image editing benchmarks, including RISE-Bench and KRIS-Bench, demonstrate that our approach substantially improves overall performance. Our method enables a community model to achieve results competitive with strong proprietary models, highlighting the practical potential of Thinker-centric optimization under a fixed-editor setting.

preprint2026arXiv

Deep Pre-Alignment for VLMs

Most Vision Language Models (VLMs) directly map outputs from ViT encoders to the LLM via a lightweight projector. While effective, recent analysis suggests this architecture suffers from an alignment challenge: visual features remain distant from the text space in the initial layers of the LLM, forcing the model to waste critical depth~\cite{zhang-etal-2024-investigating,artzy-schwartz-2024-attend} on superficial modality alignment rather than deep understanding and complex reasoning. In this work, we propose Deep Pre-Alignment (DPA), a novel architecture that replaces the standard ViT encoder with a small VLM as perceiver, ensuring visual features are deeply aligned with the text space of the target large language model. Comprehensive experiments demonstrate the effectiveness of DPA. On the 4B parameter scale, DPA outperforms baselines by 1.9 points across 8 multimodal benchmarks, with gains widening to 3.0 points at the 32B scale. Moreover, by offloading alignment to the perceiver, DPA achieves a 32.9\% reduction in language capability forgetting over 3 text benchmarks. We further demonstrate that these gains are consistent across different LLM families including Qwen3 and LLaMA 3.2, highlighting the generality of our approach. Beyond performance, DPA also offers a seamless upgrade path for current VLM development, requiring only a modular replacement for the visual encoder with marginal computation overhead.

preprint2026arXiv

Global Compression Commander: Plug-and-Play Inference Acceleration for High-Resolution Large Vision-Language Models

Large vision-language models (LVLMs) excel at visual understanding, but face efficiency challenges due to quadratic complexity in processing long multi-modal contexts. While token compression can reduce computational costs, existing approaches are designed for single-view LVLMs and fail to consider the unique multi-view characteristics of high-resolution LVLMs with dynamic cropping. Existing methods treat all tokens uniformly, but our analysis reveals that global thumbnails can naturally guide the compression of local crops by providing holistic context for informativeness evaluation. In this paper, we first analyze dynamic cropping strategy, revealing both the complementary nature between thumbnails and crops, and the distinctive characteristics across different crops. Based on our observations, we propose ``Global Compression Commander'' (\textit{i.e.}, \textbf{GlobalCom$^2$}), a novel plug-and-play token compression framework for HR-LVLMs. GlobalCom$^2$ leverages thumbnail as the ``commander'' to guide the compression of local crops, adaptively preserving informative details while eliminating redundancy. Extensive experiments show that GlobalCom$^2$ maintains over \textbf{90\%} performance while compressing \textbf{90\%} visual tokens, reducing FLOPs and peak memory to \textbf{9.1\%} and \textbf{60\%}.

preprint2026arXiv

Reinforcement Learning of Large Language Models for Interpretable Credit Card Fraud Detection

E-commerce platforms and payment solution providers face increasingly sophisticated fraud schemes, ranging from identity theft and account takeovers to complex money laundering operations that exploit the speed and anonymity of digital transactions. However, despite their theoretical promise, the application of Large Language Models (LLMs) to fraud detection in real-world financial contexts remains largely unexploited, and their practical effectiveness in handling domain-specific e-commerce transaction data has yet to be empirically validated. To bridge this gap between conventional machine learning limitations and the untapped potential of LLMs in fraud detection, this paper proposes a novel approach that employs Reinforcement Learning (RL) to post-train lightweight language models specifically for fraud detection tasks using only raw transaction data. We utilize the Group Sequence Policy Optimization (GSPO) algorithm combined with a rule-based reward system to fine-tune language models of various sizes on a real-life transaction dataset provided by a Chinese global payment solution company. Through this reinforcement learning framework, the language models are encouraged to explore diverse trust and risk signals embedded within the textual transaction data, including patterns in customer information, shipping details, product descriptions, and order history. Our experimental results demonstrate the effectiveness of this approach, with post-trained language models achieving substantial F1-score improvements on held-out test data. Our findings demonstrate that the observed performance improvements are primarily attributable to the exploration mechanism inherent in reinforcement learning, which allows models to discover novel fraud indicators beyond those captured by traditional engineered features.

preprint2022arXiv

Collision centrality and energy dependence of strange hadron production in Au + Au collisions at \sqrt{s_{NN}}= 7.7-54.4 GeV

We apply an equal-velocity quark combination model to systematically study the transverse momentum (p_{T}) spectra of strange hadrons K_{S}^{0}, ϕ, Λ, Ξ^{-}, Ω^{-}, \barΛ, \barΞ^{+} and \barΩ^{+} at mid-rapidity in Au+Au collisions at \sqrt{s_{NN}}= 7.7, 11.5, 19.6, 27, 39, 54.4 GeV. Relative deviation between the model calculation and experimental data of these eight hadrons is generally about 2-3% at \sqrt{s_{NN}}= 27, 39, 54.4 GeV and in central collisions at 7.7, 11.5, 19.6 GeV. The deviation slightly increases up to about 4% in the semi-central and peripheral collision at \sqrt{s_{NN}}= 7.7, 11.5, 19.6 GeV. We systematically explain the dependence of two baryon-to-meson ratios \barΛ/K_{S}^{0} and Ω/ϕon p_{T}, collision centrality and collision energy by the property of quark p_{T} spectra at hadronization. We derive the analytic relations between R_{CP} of hadrons and those of quarks, and we use them to naturally explain the species and p_{T} dependence of R_{CP} of those strange hadrons.

preprint2022arXiv

Production characteristics of light (anti-)nuclei from (anti-)nucleon coalescence in heavy ion collisions at energies employed at the RHIC beam energy scan

With the kinetic freeze-out nucleons and antinucleons obtained from the quark combination model, we study the production of light nuclei and antinuclei in the (anti-)nucleon coalescence mechanism in relativistic heavy ion collisions. We derive analytic formulas of the momentum distributions of different light nuclei and apply them to compute transverse momentum ($p_T$) spectra of (anti-)deuterons ($d$, $\bar d$) and (anti-)tritons ($t$, $\bar t$) in Au-Au collisions at $\sqrt{s_{NN}}=$7.7, 11.5, 19.6, 27, 39, 54.4 GeV. We find that the experimental data available for these $p_T$ spectra can be well reproduced. We further study the yields and yield ratios of different light (anti-)nuclei and naturally explain their interesting behaviors as a function of the collision energy. We especially point out that the multi-particle yield ratio $tp/d^2$ should be carefully corrected from hyperon weak decays for protons to probe the production characteristics of light nuclei. All of our results show that the coalescence mechanism for (anti-)nucleons plays a dominant role for the production of light nuclei and antinuclei at the RHIC beam energy scan energies.

preprint2022arXiv

Production of single-charm hadrons by quark combination mechanism in $p$-Pb collisions at $\sqrt{s_{NN}}=5.02$ TeV

If QGP-like medium is created in $p$-Pb collisions at extremely high collision energies, charm quarks that move in the medium can hadronize by capturing the co-moving light quark(s) or anti-quark(s) to form the charm hadrons. Using light quark $p_{T}$ spectra extracted from the experimental data of light-flavor hadrons and a charm quark $p_{T}$ spectrum that is consistent with perturbative QCD calculations, the central-rapidity data of $p_{T}$ spectra and the spectrum ratios for $D$ mesons in the low $p_{T}$ range ($p_{T}\lesssim7$ GeV/$c$) in minimum-bias $p$-Pb collisions at $\sqrt{s_{NN}}=5.02$ TeV are well described by quark combination mechanism in equal-velocity combination approximation. The $Λ_{c}^{+}/D^{0}$ ratio in quark combination mechanism exhibits the typical increase-peak-decrease behavior as the function of $p_{T}$, and the shape of the ratio for $p_{T}\gtrsim3$ GeV/$c$ is in agreement with the data of ALICE collaboration in central rapidity region $-0.96<y<0.04$ and the preliminary data of LHCb collaboration in forward rapidity region $1.5<y<4.0$. The global production of single-charm baryons is quantified using the data and the possible enhancement (relative to light flavor baryons) is discussed. The $p_{T}$ spectra of $Ξ_{c}^{0}$, $Ω_{c}^{0}$ in minimum-bias events and those of single-charm hadrons in high-multiplicity event classes are predicted, which serves as the further test of the possible change of the hadronization characteristic for low $p_{T}$ charm quarks in the small system created in $p$-Pb collisions at LHC energies.

preprint2021arXiv

Elliptic flow of hadrons in equal-velocity quark combination mechanism in relativistic heavy-ion collisions

We apply a quark combination model with equal-velocity combination (EVC) approximation to study the elliptic flow ($v_{2}$) of hadrons in heavy-ion collisions in a wide collision energy range ($\sqrt{s_{NN}}=$ 27 - 5020 GeV). Utilizing the simple relationship between $v_{2}$ of hadrons and those of quarks under EVC, we find that $v_{2}$ of up/down quarks obtained by experimental data of proton is consistent with that obtained by data of $Λ$ and $Ξ$. $v_{2}$ of strange quarks obtained by data of $Ω$ is consistent with that obtained by data of $Λ$ and $Ξ$, and at RHIC energies it is also consistent with that obtained by data of $ϕ$. This means that $v_{2}$ of these hadrons have a common quark-level source. Using data of $D^0$, we obtain $v_{2}$ of charm quarks with $p_T\lesssim 6$ GeV/c. We find that under EVC charm quark dominates $v_{2}$ of $D$ mesons at low $p_{T}$ but light-flavor quarks significantly contribute to $v_{2}$ of $D$ mesons in the range $3\lesssim p_{T}\lesssim8$ GeV/c. We predict $v_{2}$ of charmed baryons $Λ_{c}^{+}$ and $Ξ_{c}^{0}$ which show a significant enhancement at intermediate $p_{T}$ due to the double contribution of light-flavor quarks. The properties of the obtained quark $v_{2}$ under EVC are studied and a regularity for $v_{2}$ of quarks as the function of $p_{T}/m$ is found.

preprint2021arXiv

Multivariate functional group sparse regression: functional predictor selection

In this paper, we propose methods for functional predictor selection and the estimation of smooth functional coefficients simultaneously in a scalar-on-function regression problem under high-dimensional multivariate functional data setting. In particular, we develop two methods for functional group-sparse regression under a generic Hilbert space of infinite dimension. We show the convergence of algorithms and the consistency of the estimation and the selection (oracle property) under infinite-dimensional Hilbert spaces. Simulation studies show the effectiveness of the methods in both the selection and the estimation of functional coefficients. The applications to the functional magnetic resonance imaging (fMRI) reveal the regions of the human brain related to ADHD and IQ.

preprint2021arXiv

Signals of quark combination at hadronization in $pp$ collisions at $\sqrt{s}=200$ GeV

We find signals of quark combination at hadronization from the experimental data of $p_{T}$ spectra of hadrons at mid-rapidity in $pp$ collisions at $\sqrt{s}=200$ GeV. The first is the constituent quark number scaling property for $p_{T}$ spectra of $Ω^{-}$ and $ϕ$ and that for $p_{T}$ spectra of $p$ and $ρ^{0}$. The second is that $p_{T}$ spectra of $Λ$, $Ξ^{-}$, and $K^{*0}$ can be self-consistently described using the spectrum of strange quarks from $ϕ$ data and that of up/down quarks from $p$ data in the equal-velocity combination mechanism. The third is that experimental data for $p_{T}$ spectrum of $D^{*+}$ are also well described using the spectrum of up/down quarks from $p$ data and that of charm quarks from perturbative QCD calculations. These results indicate a similarity between hadron production in $pp$ collisions at $\sqrt{s}=200$ GeV and that at LHC energies. We predict $p_{T}$ spectra of single-charm hadrons and their spectrum ratios. We suggest systematic measurements in $pp$ collisions at $\sqrt{s}=200$ GeV in future so as to better understand the property of small parton system created in $pp$ collisions at different collision energies.

preprint2020arXiv

Accurate prediction of nanovoid structures and energetics in bcc metals

Knowledge on structures and energetics of nanovoids is fundamental to understand defect evolution in metals. Yet there remain no reliable methods able to determine essential structural details or to provide accurate assessment of energetics for general nanovoids. Here, we performed systematic first-principles investigations to examine stable structures and energetics of nanovoids in bcc metals, explicitly demonstrated the stable structures can be precisely determined by minimizing their Wigner-Seitz area, and revealed a linear relationship between formation energy and Wigner-Seitz area of nanovoids. We further developed a new physics-based model to accurately predict stable structures and energetics for arbitrary-sized nanovoids. This model was well validated by first-principles calculations and recent nanovoid annealing experiments, and showed distinct advantages over the widely used spherical approximation. The present work offers mechanistic insights that crucial for understanding nanovoid formation and evolution, being a critical step towards predictive control and prevention of nanovoid related damage processes in structural metals.

preprint2020arXiv

Deep-MAPS: Machine Learning based Mobile Air Pollution Sensing

Mobile and ubiquitous sensing of urban air quality has received increased attention as an economically and operationally viable means to survey atmospheric environment with high spatial-temporal resolution. This paper proposes a machine learning based mobile air pollution sensing framework, called Deep-MAPS, and demonstrates its scientific and financial values in the following aspects. (1) Based on a network of fixed and mobile air quality sensors, we perform spatial inference of PM2.5 concentrations in Beijing (3,025 km2, 19 Jun-16 Jul 2018) for a spatial-temporal resolution of 1km-by-1km and 1 hour, with over 85% accuracy. (2) We leverage urban big data to generate insights regarding the potential cause of pollution, which facilitates evidence-based sustainable urban management. (3) To achieve such spatial-temporal coverage and accuracy, Deep-MAPS can save up to 90% hardware investment, compared with ubiquitous sensing that relies primarily on fixed sensors.

preprint2020arXiv

Hydrogen clustering in bcc metals: atomic origin and strong stress anisotropy

Hydrogen (H) induced damage in metals has been a long-standing woe for many industrial applications. One form of such damage is linked to H clustering, for which the atomic origin remains contended, particularly for non-hydride forming metals. In this work, we systematically studied H clustering behavior in bcc metals represented by W, Fe, Mo, and Cr, combining first-principles calculations, atomistic and Monte Carlo simulations. H clustering has been shown to be energetically favorable, and can be strongly facilitated by anisotropic stress field, dominated by the tensile component along one of the <001> crystalline directions. We showed that the stress effect can be well predicted by the continuum model based on H formation volume tensor, and that H clustering is thermodynamically possible at edge dislocations, evidenced by nanohydride formation at rather low levels of H concentration. Moreover, anisotropy in the stress effect is well reflected in nanohydride morphology around dislocations, with nanohydride growth occurring in the form of thin platelet structures that maximize one <001> tension. In particular, the <001> type edge dislocation, with the <001> tensile component maximized, has been shown to be highly effective in facilitating H aggregation, thus expected to play an important role in H clustering in bcc metals, in close agreement with recent experimental observations. This work explicitly and quantitatively clarifies the anisotropic nature of stress effect on H energetics and H clustering behaviors, offering mechanistic insights critical towards understanding H-induced damages in metals.

preprint2020arXiv

Optimistic Distributionally Robust Policy Optimization

Trust Region Policy Optimization (TRPO) and Proximal Policy Optimization (PPO), as the widely employed policy based reinforcement learning (RL) methods, are prone to converge to a sub-optimal solution as they limit the policy representation to a particular parametric distribution class. To address this issue, we develop an innovative Optimistic Distributionally Robust Policy Optimization (ODRPO) algorithm, which effectively utilizes Optimistic Distributionally Robust Optimization (DRO) approach to solve the trust region constrained optimization problem without parameterizing the policies. Our algorithm improves TRPO and PPO with a higher sample efficiency and a better performance of the final policy while attaining the learning stability. Moreover, it achieves a globally optimal policy update that is not promised in the prevailing policy based RL algorithms. Experiments across tabular domains and robotic locomotion tasks demonstrate the effectiveness of our approach.

preprint2020arXiv

Quark number scaling of $p_{T}$ spectra for $Ω$ and $ϕ$ in relativistic heavy-ion collisions

We show that the experimental data of transverse momentum ($p_{T}$) spectra of $Ω$ baryon and $ϕ$ meson at mid-rapidity in heavy-ion collisions exhibit the constituent quark number scaling in a wide energy range from RHIC to LHC. Such a scaling behavior is a direct consequence of quark combination mechanism via equal velocity combination and provides a very convenient way to extract the $p_{T}$ spectrum of strange quarks at hadronization. We present the results of strange quarks obtained from the available data and study the properties in particular the energy dependence of the averaged transverse momentum $\langle p_{T}\rangle$ and the transverse radial flow velocity $\langleβ\rangle$ with a hydrodynamics-motivated blast-wave model.

preprint2019arXiv

Charmed hadron production via equal-velocity quark combination in ultra-relativistic heavy ion collisions

Recent data on the production of $D$ mesons and $Λ_c^+$ baryons in heavy ion collisions at the Relativistic Heavy Ion Collider and the Large Hadron Collider exhibit a number of striking characteristics such as enhanced yield ratios $D_s^+/D^0$, $Λ_c^+/D^0$ and their transverse momentum dependences. In this paper, we derive the momentum dependence of open charm mesons and singly charmed baryons produced in ultra-relativistic heavy ion collisions via the equal-velocity quark combination. We present analytic expressions and numerical results of yield ratios and compare them with the experimental data available. We make predictions for other charmed hadrons.

preprint2019arXiv

Photonic hooks from Janus microcylinders

Recently, a type of curved light beams, photonic hooks (PHs), was theoretically predicted and experimentally observed. The production of photonic hook (PH) is due to the breaking of structural symmetry of a plane-wave illuminated microparticle. Herein, we presented and implemented a new approach, of utilizing the symmetry-broken of the microparticles in material composition, for the generation of PHs from Janus microcylinders. Finite element method based numerical simulation and energy flow diagram represented theoretical analysis were used to investigate the field distribution characteristics and formation mechanism of the PHs. The full width at half-maximum (FWHM) of the PH (~0.29$λ$) is smaller than the FWHM of the photonic nanojet (~0.35$λ$) formed from a circular microcylinder with the same geometric radius. By changing the refractive index contrasts between upper and lower half-cylinders, or rotating the Janus microcylinder relative to the central axis, the shape profiles of the PHs can be efficiently modulated. The tunability of the PHs through simple stretching or compression operations, for the Janus microcylinder constituted by one solid inorganic half-cylinder and the other flexible polymer half-cylinder, was studied and discussed as well.

preprint2019arXiv

Statistical method in quark combination model

We present a new method of solving the probability distribution for baryons, antibaryons and mesons at the hadronization of constituent quark and antiquark system. The hadronization is governed by the quark combination rule in the quark combination model developed by the Shandong Group. We use the method of the generating function to derive the outcome of the quark combination rule, which is much simpler and easier to be generalized than the original method. Furthermore, we use the formula of the quark combination rule and its generalization to study the property of multiplicity distribution of net-protons. Taking a naive case of quark number fluctuations and correlations at hadronization, we calculate ratios of multiplicity cumulants of final-state net-protons and discuss the potential applicability of quark combination model in studying hadronic multiplicity fluctuations and the underlying phase transition property in relativistic heavy-ion collisions.

preprint2018arXiv

New feature of low $p_{T}$ charm quark hadronization in $pp$ collisions at $\sqrt{s}=7$ TeV

Treating the light-flavor constituent quarks and antiquarks that can well describe the data of light-flavor hadrons in $pp$ collisions at $\sqrt{s}=7$ TeV as the underlying source of chromatically neutralizing the charm quarks of low transverse momenta ($p_{T}$), we show that the experimental data of $p_{T}$ spectra of single-charm hadrons $D^{0,+}$, $D^{*+}$ $D_{s}^{+}$, $Λ_{c}^{+}$ and $Ξ_{c}^{0}$ at mid-rapidity in the low $p_{T}$ range ($2\lesssim p_{T}\lesssim7$ GeV/$c$) in $pp$ collisions at $\sqrt{s}=7$ TeV can be well understood by the equal-velocity combination of perturbatively-created charm quarks and those light-flavor constituent quarks and antiquarks. This suggests a possible new scenario of low $p_{T}$ charm quark hadronization, in contrast to the traditional fragmentation mechanism, in $pp$ collisions at LHC energies. This is also another support for the exhibition of the effective constituent quark degrees of freedom for the small parton system created in $pp$ collisions at LHC energies.

preprint2016arXiv

Energy dependence of resonance production in relativistic heavy ion collisions

The production of hadronic resonances $K^{*}(892)$, $ϕ(1020)$, $Σ^{*}(1385)$, and $Ξ^{*}(1530)$ in central AA collisions at $\sqrt{s_{NN}}=$ 17.3, 200, and 2760 GeV are systematically studied. The direct production of these resonances at system hadronization are described by the quark combination model and the effects of hadron multiple-scattering stage are dealt with by a ultra-relativistic quantum molecular dynamics model (UrQMD). We study the contribution of these two production sources to final observation and compare the final spectra with the available experimental data. The $p_T$ spectra of $K^{*}(892)$ calculated directly by quark combination model are explicitly higher than the data at low $p_T \lesssim 1.5$ GeV and taking into account the modification of rescattering effects the resulting final spectra well agree with the data at all three collision energies. The rescattering effect on $ϕ(1020)$ production is weak and including it can slightly improve our description at low $p_T$ on the basis of overall agreement with the data. We also predict the $p_T$ spectra of $Σ^{*}(1385)$ and $Ξ^{*}(1530)$ to be tested by the future experimental data.

preprint2016arXiv

Hidden-charm Pentaquark States in Heavy Ion Collisions at the Large Hadron Collider

In the framework of the quark combination, we derive the yield formulas and study the yield ratios of the hidden-charm pentaquark states in ultra-relativistic heavy ion collisions. We propose some interesting yield ratios which clearly exhibit the production relationships between different hidden-charm pentaquark states. We show how to employ a specific quark combination model to evaluate the yields of exotic $P_c^+(4380)$, $P_c^+(4450)$ and their partners on the basis of reproducing the yields of normal identified hadrons, and execute the calculations in central Pb+Pb collisions at $\sqrt{s_{NN}}= 2.76$ TeV as an example.

preprint2015arXiv

Chemomechanical Origin of Hydrogen Trapping at Grain Boundaries in FCC Metals

Hydrogen embrittlement of metals is widely observed, but its atomistic origins remain little understood and much debated. Combining a unique identification of interstitial sites through polyhedral tessellation and first-principles calculations, we study hydrogen adsorption at grain boundaries in a variety of face-centered cubic metals of Ni, Cu, gamma-Fe and Pd. We discover the chemomechanical origin of variation of adsorption energetics for interstitial hydrogen at grain boundaries. A general chemomechanical formula is established to provide accurate assessments of hydrogen trapping and segregation energetics at grain boundaries, and it also offers direct explanations for certain experimental observations. The present study deepens our mechanistic understanding of the role of grain boundaries in hydrogen embrittlement, and promises a viable path towards predictive microstructure engineering against hydrogen embrittlement in structural metals.

preprint2015arXiv

Covalent pathways in engineering h-BN supported graphene

Cross-planar di-vacancies (CPDVs) within stacked graphene hexagonal boron nitride (h-BN) heterostructures provide stabilized covalent links to bridge adjacent graphene and h-BN sheets. It was shown that the CPDVs serve as focal points for cross-planar atom transport between graphene and h-BN, and the chemical nature of interlayer links along with associated cross-planar migration pathways at these defects can be predictively manipulated through modulation of the chemical environment and charge engineering, to achieve consistent B or N doping and simultaneous healing of graphene. The present study proposed a viable approach integrating irradiation, chemical and charge engineering, to produce high-quality graphene with tunable electronic and electrochemical properties, using the h-BN substrate.

preprint2015arXiv

Energetics and kinetics of vacancies in monolayer graphene boron nitride heterostructures

Graphene and boron nitride (GPBN) heterostructures provide a viable way to realize tunable bandgap, promising new opportunities in graphene-based nanoelectronic and optoelectronic devices. In the present study, we investigated the interplay between vacancies and graphene/h-BN interfaces in monolayer GPBN heterostructures. The energetics and kinetics of monovacancies and divacancies in monolayer GPBN heterostructures were examined using first-principle calculations. The interfaces were shown to be preferential locations for vacancy segregation. Meanwhile the kinetics of vacancies was found to be noticeably modified at interfaces, evidenced by the Minimum Energy Paths (MEPs) and associated migration barriers calculations. The role of interfacial bonding configurations, energy states and polarization on the formation and diffusion of vacancies were discussed. Additionally we demonstrated that it is important to recognize the dissimilarities in the diffusion prefactor for different vacancies for accurate determination of the vacancy diffusion coefficient. Our results provide essential data for the modeling of vacancies in GPBN heterostructures, and important insights towards the precise engineering of defects, interfaces and quantum domains in the design of GPBN-based devices.

preprint2015arXiv

First-Principle Study of Dislocation Slips in Impurity Doped Graphene

Employing density-functional theory (DFT) calculations, the generalized-stacking-fault energy (GSFE) curves along two crystallographic slips, glide and shuffle, for both pristine graphene and impurity of boron (B) or nitrogen (N) doped graphene were examined. The effects of B and N doping on the GSFE were clarified and correlated with local electron interactions and bonding configurations. The GSFE data were then used to analyze dislocation dipole and core structure, and subsequently combined with the Peierls-Nabarro (P-N) model to examine the role of doping on several key characteristics of dislocations in graphene. We showed that the GSFE curve may be significantly altered by the presence of dopants, which subsequently leads to profound modulations of dislocation properties, such as increasing spontaneous pair-annihilation distance and reducing resistance to dislocation slip. Our results indicate that doping can play an important role in controlling dislocation density and microscopic plasticity in graphene, thereby providing critical insights for dopant-mediated defect engineering in graphene.

preprint2015arXiv

Hadronization effects on the baryon-strangeness correlation in quark combination models

The baryon-strangeness correlation in the hadronization of the quark matter is studied within the quark combination mechanism. We calculate the correlation coefficient $C_{BS} = -3\big(\langle B S \rangle -\langle B\rangle \langle S\rangle\big)/\big( \langle S^2 \rangle-\langle S \rangle^2 \big)$ of initial hadrons produced from the deconfined free quark system with $C^{(q)}_{BS}=1$. The competition of the production of baryons against that of mesons is the key dynamics that is most relevant to the change of baryon-strangeness correlation during system hadronization. Results of quark combination under the Poisson statistics agree with the statistical model predictions for a hadron resonance gas at vanishing chemical potential but differ from those at relatively large chemical potentials. Results beyond Poisson statistics are also obtained and are compared with calculations of Lattice QCD in the phase boundary, giving the best agreement at temperature $T =163$ MeV. We predict the dependence of the $C_{BS}$ of hadron system on the baryon chemical potential and strangeness. These predictions are expected to be tested by the future Lattice QCD calculations at non-zero chemical potentials and/or by the Beam Energy Scan experiment of STAR Collaboration at RHIC.

preprint2015arXiv

The Role of Low-lying Optical Phonons in Lattice Thermal Conductance of Rare-earth Pyrochlores: A First-principle Study

Rare-earth pyrochlores, commonly exhibiting anomalously low lattice thermal conductivities, are considered as promising topcoat materials for thermal barrier coatings. However the structural origin underlying their low thermal conductivities remain unclear. In the present study, we investigated the phonon properties of two groups of RE pyrochlores, Ln2Zr2O7 (Ln = La, Nd, Sm, Gd) and Gd2T2O7 (T = Zr, Hf, Sn, Pb) employing density functional theory and quasi harmonic approximation. Through the relaxation time approximation (RTA) with Debye model, the thermal conductivities of those RE pyrochlores were predicted, showing good agreement with experimental measurements. The low thermal conductivities of RE pyrochlores were shown to largely come from the interference between the low-lying optical branches and acoustic branches. The structural origin underlying the low-lying optical branches was then clarified and the competition between scattering processes in transverse and longitude acoustic branches was discussed.

preprint2014arXiv

Probing charge correlations of quark gluon plasma by identified two-hadron rapidity correlations in ultra-relativistic AA collisions

We propose a new kind of two-particle correlation of identified hadrons in longitudinal rapidity space, called $G_{αβ}(y_α,y_β)$, which can reflect clearly the charge correlations of hot quark system produced in AA collisions at LHC energies. It is derived from the basic scenario of quark combination mechanism of hadron production. Like the elliptic flow of identified hadrons at intermediate transverse momentum, this correlation is independent of the absolute hadronic yields but dependent only on the flavor compositions of hadrons, and thus exhibits interesting properties for different kinds of hadron species. We suggest the measurement of this observable in AA collisions at LHC to gain more insights into the charge correlation properties of produced hot quark matter.

preprint2013arXiv

Baryon-antibaryon production asymmetry in relativistic heavy ion collisions

Experimental data at RHIC and SPS energies suggest a systematic correlation between yield ratio $\bar{p}/p$ and $K^{-}/K^{+}$, which reveal some universality of hadron production in relativistic heavy ion collisions. We propose an explanation based on the quark combination mechanism in which the production asymmetry between baryons and antibaryons is focused on especially. We start from the basic ideas of quark combination to carry out a general analysis of the properties of the global production of baryons and mesons and obtain the yields of baryons, antibaryons and mesons as functions of the number of constituent quarks and antiquarks just before hadronization. In particular, we study effects of quark-antiquark asymmetry on the ratio of (anti-)baryons to mesons and that of antibaryons to baryons. We use these formula to well explain the data of $\bar{p}/p$ and $K^{-}/K^{+}$ at different of collision energies and rapidities and suggest further measurements at moderate RHIC energies in the mid-forward rapidity regions to make the decisive test of this universality.

preprint2013arXiv

Strain engineering of magnetic states of vacancy-decorated hexagonal boron nitride

Novel materials with tunable magnetic states play a significant role in the development of next-generation spintronic devices. In this paper, we examine the role of biaxial strain on the electronic properties of vacancy-decorated hexagonal boron nitride (h-BN) monolayers using density functional theory calculations. We found that the strain can lead to switching of the magnetic state for h-BN monolayers with boron vacancy or divacancy. Our findings promise a new route for the operation of low-dimensional spintronic devices.

preprint2013arXiv

Yield correlations and $p_T$ dependence of charm hadrons in Pb + Pb collisions at $\sqrt{s_{NN}}= 2.76$ TeV

Recently the ALICE Collaboration has published a few data of charm hadrons in Pb + Pb collisions at the CERN Large Hadron Collider (LHC). We extend the quark combination to the charm sector and point out that the measurement of charm hadron yields can provide important insights into charm quark hadronization mechanism and properties of the hot and dense matter produced in high energy reactions. We propose several types of yield ratios, e.g. $D^{*+}/D^0$, $D_s^+/D^+$ and $Λ_c^+/D_s^+$, to measure various properties of low $p_T$ charm quark hadronization. We argue that ratios $D_s^+/D^0$ and $2D_s^+/(D^0+D^+)$ as the function of transverse momentum can serve as good probes for the dynamics of charm quark hadronization. We further make predictions for the yields and $p_T$ spectra of identified charm hadrons in central Pb + Pb collisions at $\sqrt{s_{NN}}= 2.76$ TeV.

preprint2012arXiv

$K^{*0}$ and $Σ^*$ production in Au+Au collisions at $\sqrt{s_{NN}}=$ 200 GeV and 62.4 GeV

Applying a quark combination model for the hadronization of Quark Gluon Plasma (QGP) and A Relativistic Transport (ART) model for the subsequent hadronic rescattering process, we investigate the production of $K^{*0}$ and $Σ^*$ resonances in central Au+Au collisions at $\sqrt{s_{NN}}=$ 200 GeV and 62.4 GeV. The initial $K^{*0}$ produced via hadronization is higher than the experimental data in the low $p_T$ region and is close to the data at 2-3 GeV/c. We take into account the hadronic rescattering effects which lead to a strong suppression of $K^{*0}$ with low $p_T$, and find that the $p_T$ spectrum of $K^{*0}$ can be well described. According to the suppressed magnitude of $K^{*0}$ yield, the time span of hadronic rescattering stage is estimated to be about 13 fm/c at 200 GeV and 5 fm/c at 62.4 GeV. The $p_T$ spectrum of $Σ^*$ directly obtained by quark combination hadronization in central Au+Au collisions at 200 GeV is in well agreement with the experimental data, which shows a weak hadronic rescattering effects. The elliptic flow v2 of $Σ^*$ in minimum bias Au+Au collisions at 200 GeV and $p_T$ spectrum of $Σ^*$ at lower 62.4 GeV are predicted.

preprint2012arXiv

Hadron Yield Correlation in Combination Models in High Energy AA Collisions

We study the hadron yield correlation in the combination models in high energy heavy ion collisions. We derive the relationship between the average yields of different hadrons produced in the combination of a system consisting of equal number of quarks and antiquarks. We present the results for the directly produced hadrons as well as those for the final hadrons including the strong and electromagnetic decay contributions. We also study the net quark influence by considering the case when the number of quarks is larger than that of the antiquarks. We make comparison with the data wherever possible.

preprint2012arXiv

Quark charge balance function and hadronization effects in relativistic heavy ion collisions

We calculate the charge balance function of the bulk quark system before hadronization and those for the directly produced and the final hadron system in high energy heavy ion collisions. We use the covariance coefficient to describe the strength of the correlation between the momentum of the quark and that of the anti-quark if they are produced in a pair and fix the parameter by comparing the results for hadrons with the available data. We study the hadronization effects and decay contributions by comparing the results for hadrons with those for the bulk quark system. Our results show that while hadronization via quark combination mechanism slightly increases the width of the charge balance functions, it preserves the main features of these functions such as the longitudinal boost invariance and scaling properties in rapidity space. The influence from resonance decays on the width of the balance function is more significant but it does not destroy its boost invariance and scaling properties in rapidity space either. The balance functions in azimuthal direction are also presented.

preprint2011arXiv

Hadronic Rapidity Spectra in Heavy Ion Collisions at SPS and AGS energies in a Quark Combination Model

The quark combination mechanism of hadron production is applied to nucleus-nucleus collisions at the CERN Super Proton Synchrotron (SPS) and BNL Alternating Gradient Synchrotron (AGS). The rapidity spectra of identified hadrons and their spectrum widths are studied. The data of $π^{-}$, $K^{\pm}$, $ϕ$, $Λ$, $\barΛ$, $Ξ^{-}$, and $\barΞ^{+}$ at 80 and 40 AGeV, in particular at 30 and 20 AGeV where the onset of deconfinement is suggested to happen, are consistently described by the quark combination model. However at AGS 11.6 AGeV below the onset the spectra of $π^{\pm}$, $K^{\pm}$ and $Λ$ can not be simultaneously explained, indicating the disappearance of intrinsic correlation of their production in the constituent quark level. The collision-energy dependence of the rapidity spectrum widths of constituent quarks and the strangeness of the hot and dense quark matter produced in heavy ion collisions are obtained and discussed.

preprint2010arXiv

Hadron yield correlation and constituent quark degree of freedom in heavy ion collisions

Based on the assumption of the production of deconfined quark matter, we use a quark combination model to systematically investigate hadron yields in heavy ion collisions from RHIC $\sqrt{s_{NN}}=200, 130, 62.4$ GeV to SPS $E_{beam}=158, 80, 40, 30, 20 $ AGeV. We find that as the collision energy is greater than or equal to 30 AGeV the yields of various hadrons, their correlations, in particular, the observables $A=\frac{\barΛ k^{-} p}{Λk^{+} \bar{p}}$ and $B=\frac{Λk^{-}\barΞ^{+}}{\barΛ k^{+}Ξ^{-}}$, are all reproduced; however, as the collision energy drops to 20 AGeV quark combination fails. This indicates that the constituent quark degrees of freedom represent a decisive factor in thermal hadron production above 30 AGeV and seem to be invalid at 20 AGeV. In addition, hadron yields as well as particle ratios at midrapidity in the most central Pb+Pb collisions at $\sqrt{s_{NN}}=5.5$ TeV are predicted.

preprint2010arXiv

The entropy puzzle and the quark combination model

We use two available methods, the Duhem-Gibbs relation and the entropy formula in terms of particle phase space distributions, to calculate the entropy in a quark combination model. The entropy of the system extracted from the Duhem-Gibbs relation is found to increase in hadronization if the average temperature of the hadronic phase is lower than that of the quark phase. The increase of the entropy can also be confirmed from the entropy formula if the volume of the hadronic phase is larger than 2.5-3.0 times that of the quark phase. So whether the entropy increases or decreases during combination depends on the temperature before and after combination and on how much expansion the system undergoes during combination. The current study provides an example to shed light on the entropy issue in the quark combination model.

preprint2009arXiv

Centrality dependence of $p_{T}$ spectra for identified hadrons in Au+Au and Cu+Cu collisions at $\sqrt{s_{NN}}= 200$ GeV

The centrality dependence of transverse momentum spectra for identified hadrons at midrapidity in Au+Au collisions at $\sqrt{s_{NN}}= 200$ GeV is systematically studied in a quark combination model. The $\mathrm{{p}_{T}}$ spectra of $π^{\pm}$, $K^{\pm}$, $p(\bar{p})$ and $Λ(\barΛ)$ in different centrality bins and the nuclear modification factors ($R_{CP}$) for these hadrons are calculated. The centrality dependence of the average collective transverse velocity $<β(r)>$ for the hot and dense quark matter is obtained in Au+Au collisions, and it is applied to a relative smaller Cu+Cu collision system. The centrality dependence of $\mathrm{{p}_{T}}$ spectra and the $R_{CP}$ for $π^{0}$, $K_{s}^{0}$ and $Λ$ in Cu+Cu collisions at $\sqrt{s_{NN}}= 200$ GeV are well described. The results show that $<β(r)>$ is only a function of the number of participants $N_{part}$ and it is independent of the collision system.

preprint2009arXiv

Centrality, system size and energy dependences of charged-particle pseudo-rapidity distribution

Utilizing the three-fireball picture within the quark combination model, we study systematically the charged particle pseudorapidity distributions in both Au+Au and Cu+Cu collision systems as a function of collision centrality and energy, $\sqrt{s_{NN}}=$ 19.6, 62.4, 130 and 200 GeV, in full pseudorapidity range. We find that: (i)the contribution from leading particles to $dN_{ch}/dη$ distributions increases with the decrease of the collision centrality and energy respectively; (ii)the number of the leading particles is almost independent of the collision energy, but it does depend on the nucleon participants $N_{part}$; (iii)if Cu+Cu and Au+Au collisions at the same collision energy are selected to have the same $N_{part}$, the resulting of charged particle $dN/dη$ distributions are nearly identical, both in the mid-rapidity particle density and the width of the distribution. This is true for both 62.4 GeV and 200 GeV data. (iv)the limiting fragmentation phenomenon is reproduced. (iiv) we predict the total multiplicity and pseudorapidity distribution for the charged particles in Pb+Pb collisions at $\sqrt{s_{NN}}= 5.5$ TeV. Finally, we give a qualitative analysis of the $N_{ch}/<N_{part}/2>$ and $dN_{ch}/dη/<N_{part}/2>|_{η\approx0}$ as function of $\sqrt{s_{NN}}$ and $N_{part}$ from RHIC to LHC.

preprint2008arXiv

Rapidity dependence of hadron production in central Au+Au collisions at $\sqrt{s_{NN}}= 200$ GeV

The rapidity and transverse momentum spectra for identified hadrons in central Au+Au collisions at $\sqrt{s_{NN}}= 200$ GeV are computed in a quark combination model. The data of rapidity distributions for $π^{\pm}$, $K^{\pm}$, $p(\bar{p})$ and net protons $(p-\bar{p})$ are well described. We also predict rapidity distributions for $K^{0}_{s}$, $Λ(\barΛ)$, $\mathrm{Ξ^{-}}$ ($\mathrm{\barΞ^{_+}}$) and $\mathrm{Ω^{-}}+\mathrm{\barΩ}^{_+}$. The multiplicity ratios of charged antihadrons to hadrons as a function of rapidity are reproduced. The results for ${p}_{T}$ spectra of $π^{\pm}$, $K^{\pm}$, $p(\bar{p})$ and for the $p/π$ ratios in a broader ${p}_{T}$ range agree well with the data. Finally the rapidity dependence of transverse momentum distributions for hadrons are given.