arXiv ScienceSearch

arXiv subjects

Gao

Publications and source records attributed to Gao.

8 recordsLinked to original sources

Energy Correlators Within Jets in Transversely Polarized Proton-Proton Collisions at $\sqrt{s} = 200$ GeV

We report the first measurement of one- and two-point energy correlators within jets in transversely polarized proton-proton collisions at $\sqrt{s}=200$ GeV, using the STAR detector at RHIC. These observables quantify the energy-weighted angular distribution of single hadrons and hadron pairs within jets, respectively. Sizable spin-dependent asymmetries are observed for $\pi^+$, $\pi^-$, and $\pi^+\pi^-$ pairs, revealing the onset of nonperturbative dynamics at specific angular scales. By projecting the fragmentation dynamics onto Mellin moments, these measurements provide sensitivity to the nucleon's transversity while minimizing uncertainties from nonperturbative fragmentation functions. These results establish energy correlators as a novel and precise probe of nucleon structure and open a promising avenue for three-dimensional nucleon tomography at the future Electron-Ion Collider.

hep-ex

Inclusive jet cross section in $pp$ collisions at $\sqrt{s} = 200$ and $510$ GeV

Jets are collimated clusters of particles formed by the hadronization of partons following a hard interaction. In proton-proton ($pp$) collisions at the Relativistic Heavy Ion Collider (RHIC), jet production is dominated by $gg$ and $qg$ partonic processes, allowing us to directly probe the gluon parton distribution function (PDF) in the proton in a way complementary to deep inelastic scattering. In this paper, we report the double-differential inclusive-jet cross sections as a function of jet transverse momentum, $p_{\rm T}$, and pseudorapidity, $\eta$, at center-of-mass energies $\sqrt{s} = 200$ and $510$~GeV, from $pp$ collisions studied with the STAR detector. The jet $p_{\rm T}$ is corrected for underlying event contributions by applying an off-axis cone method. At mid-pseudorapidity, $|\eta| < 0.9$, the kinematic coverage of our data extends to $0.07 < x_{\rm T} \text{ (}= 2p_{\rm T}{} / \sqrt{s} \text{)} < 0.5$ and $0.03 < x_{\rm T} < 0.31$ at $\sqrt{s} = 200$~and 510 GeV, respectively, where the gluon PDF is poorly constrained by the TeV-scale $pp$~($p\bar{p}$) colliders. The inclusive jet cross sections are compared to the next-to-next-to-leading order perturbative quantum chromodynamics calculations using several recent PDF sets as inputs. These results will further constrain the gluon PDF, help tune Monte Carlo generators, and provide critical reference data needed to study the quark-gluon plasma.

hep-ex

Study of Central Exclusive Production of $\pi^+\pi^-$, $K^+K^-$ and $p \bar{p}$ Pairs in Proton-Proton Collisions at $\sqrt{s} = 510$ GeV with the STAR Detector at RHIC

We report on the first measurement of the Central Exclusive Production process in proton-proton collisions: $pp \ \rightarrow \ p h^+ h^- p$ (where $h = \pi, K, p$) at the center-of-mass energy $\sqrt{s} = 510$ GeV with the STAR experiment at RHIC. At this energy, the process is dominated by a double Pomeron exchange mechanism. Hence, it provides a clean environment for investigating Pomeron interactions by measuring fully reconstructed final states involving only two hadrons and two forward scattered protons. The oppositely charged hadron pairs are measured within the central detector of STAR. The forward scattered protons are measured in the Roman Pot system allowing the verification of the event's exclusivity. Differential fiducial cross sections within the STAR acceptance are presented as a function of the difference in the azimuthal angle between the outgoing protons. The invariant masses of the charged hadron pairs are measured up to approximately 3 GeV and the square of the four-momentum transfer ($t_1$ and $t_2$) of the two forward-scattered protons in the range $0.3 \text{ GeV}^2 < -t_1 , -t_2 < 1.6 \text{ GeV}^2$. The differential fiducial cross sections of the forward protons as a function of the $|t_1 + t_2|$ are also presented. All results for the $\pi^+\pi^-$ pair are presented in three mass ranges. A comparison with GRANIITTI Monte Carlo predictions are also presented, where the spectra include continuum and resonant contributions. The observed spectra are consistent with double Pomeron exchange, including resonances seen in previous studies.

hep-ex

Knowledge-aware Diffusion-Enhanced Multimedia Recommendation

Multimedia recommendations aim to use rich multimedia content to enhance historical user-item interaction information, which can not only indicate the content relatedness among items but also reveal finer-grained preferences of users. In this paper, we propose a Knowledge-aware Diffusion-Enhanced architecture using contrastive learning paradigms (KDiffE) for multimedia recommendations. Specifically, we first utilize original user-item graphs to build an attention-aware matrix into graph neural networks, which can learn the importance between users and items for main view construction. The attention-aware matrix is constructed by adopting a random walk with a restart strategy, which can preserve the importance between users and items to generate aggregation of attention-aware node features. Then, we propose a guided diffusion model to generate strongly task-relevant knowledge graphs with less noise for constructing a knowledge-aware contrastive view, which utilizes user embeddings with an edge connected to an item to guide the generation of strongly task-relevant knowledge graphs for enhancing the item's semantic information. We perform comprehensive experiments on three multimedia datasets that reveal the effectiveness of our KDiffE and its components on various state-of-the-art methods. Our source codes are available https://github.com/1453216158/KDiffE.

cs.MM

Efficient Point Transformer with Dynamic Token Aggregating for LiDAR Point Cloud Processing

Recently, LiDAR point cloud processing and analysis have made great progress due to the development of 3D Transformers. However, existing 3D Transformer methods usually are computationally expensive and inefficient due to their huge and redundant attention maps. They also tend to be slow due to requiring time-consuming point cloud sampling and grouping processes. To address these issues, we propose an efficient point TransFormer with Dynamic Token Aggregating (DTA-Former) for point cloud representation and processing. Firstly, we propose an efficient Learnable Token Sparsification (LTS) block, which considers both local and global semantic information for the adaptive selection of key tokens. Secondly, to achieve the feature aggregation for sparsified tokens, we present the first Dynamic Token Aggregating (DTA) block in the 3D Transformer paradigm, providing our model with strong aggregated features while preventing information loss. After that, a dual-attention Transformer-based Global Feature Enhancement (GFE) block is used to improve the representation capability of the model. Equipped with LTS, DTA, and GFE blocks, DTA-Former achieves excellent classification results via hierarchical feature learning. Lastly, a novel Iterative Token Reconstruction (ITR) block is introduced for dense prediction whereby the semantic features of tokens and their semantic relationships are gradually optimized during iterative reconstruction. Based on ITR, we propose a new W-net architecture, which is more suitable for Transformer-based feature learning than the common U-net design.

cs.CV

Catch Me If You Can: Identifying Fraudulent Physician Reviews with Large Language Models Using Generative Pre-Trained Transformers

The proliferation of fake reviews of doctors has potentially detrimental consequences for patient well-being and has prompted concern among consumer protection groups and regulatory bodies. Yet despite significant advancements in the fields of machine learning and natural language processing, there remains limited comprehension of the characteristics differentiating fraudulent from authentic reviews. This study utilizes a novel pre-labeled dataset of 38048 physician reviews to establish the effectiveness of large language models in classifying reviews. Specifically, we compare the performance of traditional ML models, such as logistic regression and support vector machines, to generative pre-trained transformer models. Furthermore, we use GPT4, the newest model in the GPT family, to uncover the key dimensions along which fake and genuine physician reviews differ. Our findings reveal significantly superior performance of GPT-3 over traditional ML models in this context. Additionally, our analysis suggests that GPT3 requires a smaller training sample than traditional models, suggesting its appropriateness for tasks with scarce training data. Moreover, the superiority of GPT3 performance increases in the cold start context i.e., when there are no prior reviews of a doctor. Finally, we employ GPT4 to reveal the crucial dimensions that distinguish fake physician reviews. In sharp contrast to previous findings in the literature that were obtained using simulated data, our findings from a real-world dataset show that fake reviews are generally more clinically detailed, more reserved in sentiment, and have better structure and grammar than authentic ones.

cs.CL

Evident: a Development Methodology and a Knowledge Base Topology for Data Mining, Machine Learning and General Knowledge Management

Software has been developed for knowledge discovery, prediction and management for over 30 years. However, there are still unresolved pain points when using existing project development and artifact management methodologies. Historically, there has been a lack of applicable methodologies. Further, methodologies that have been applied, such as Agile, have several limitations including scientific unfalsifiability that reduce their applicability. Evident, a development methodology rooted in the philosophy of logical reasoning and EKB, a knowledge base topology, are proposed. Many pain points in data mining, machine learning and general knowledge management are alleviated conceptually. Evident can be extended potentially to accelerate philosophical exploration, science discovery, education as well as knowledge sharing & retention across the globe. EKB offers one solution of storing information as knowledge, a granular level above data. Related topics in computer history, software engineering, database, sensor, philosophy, and project & organization & military managements are also discussed.

cs.AI

Study of $\eta(1475)$ and $X(1835)$ in radiative $J/\psi$ decays to $\gamma \phi$

The decay $J/\psi \rightarrow \gamma \gamma \phi$ is studied using a sample of $1.31 \times10^{9}$ $J/\psi$ events collected with the BESIII detector. Two structures around 1475 MeV/c$^2$ and 1835 MeV/c$^2$ are observed in the $\gamma \phi$ invariant mass spectrum for the first time. With a fit on the $\gamma \phi$ invariant mass, which takes into account the interference between the two structures, and a simple analysis of the angular distribution, the structure around 1475 MeV/c$^2$ is found to favor an assignment as the $\eta(1475)$ and the mass and width for the structure around 1835 MeV/c$^2$ are consistent with the $X(1835)$. The statistical significances of the two structures are $13.5 \sigma$ and $6.3 \sigma$, respectively. The results indicate that both $\eta(1475)$ and $X(1835)$ contain a sizeable $s\bar{s}$ component.

hep-ex