SearcharxivSearch

arXiv subjects

Jialai Wang

Publications and source records attributed to Jialai Wang.

11 recordsLinked to original sources

Discovery of four Narrow-line Type-1 Quasars at z = 2.54 -- 6.06 with Subaru 'Onohi'ula PFS-SSP

We report the discovery of four narrow-line type-1 quasars (NLQ1s) from the Subaru 'Onohi'ula Prime Focus Spectrograph Subaru Strategic Program (PFS-SSP). To extend a comprehensive understanding of this population to the distant universe, we searched for broad-line AGNs (quasars) whose rest-UV spectral shapes resemble those of local NLS1 galaxies, utilizing the Ly$α$ line profile. We identified four NLQ1s, including one candidate, at $z=2.54$ -- $6.06$. The obtained spectra show a prominent Ly$α$ emission line with a very low continuum level. The measured full width at half maximum (FWHM) of Ly$α$ ranges from $1410 \ \mathrm{km\,s^{-1}}$ to $1510 \ \mathrm{km\,s^{-1}}$ with a mean of $\sim 1430 \,\mathrm{km\,s^{-1}}$. Although we used only line width information for the NLQ1 selection, the resulting equivalent widths (EW) of Ly$α$ are higher (the mean $\sim 190$\,Å\ in the rest frame) than the typical values of quasars. Two quasars have exceptionally large Ly$α$ luminosity, accounting for $\sim 3$ -- $4$\% of the bolometric luminosity. We measured black hole masses and Eddington ratios for three objects whose C\,\textsc{iv} line is available. The resulting black hole masses are $\sim 10^{6.9}$ -- $10^{7.7}\, M_{\odot}$ with high Eddington ratios ($> 0.1$), consistent with those of NLS1 galaxies reported in the low-$z$ universe. N\,\textsc{v} and C\,\textsc{iv} broad absorption lines are detected in one object. This quasar can be classified as a mini-BAL quasar, which further supports the idea that this NLQ1 is indeed a luminous version of an NLS1 galaxy.

astro-ph.GA

Compact, AGN-hosting Dwarf Galaxies with "Little Red Dots"-like SEDs in the Local Universe

Local active galactic nuclei (AGNs) in dwarf galaxies are often considered as analogs for the earliest supermassive black holes, although their connections require more comprehensive examinations. Motivated by finding the local analogs of "Little Red Dots" (LRDs), the compact, red galaxies discovered by JWST at z > 5 characterized by "V-shaped" SEDs, we compile a sample of local AGN-hosting dwarf galaxies (ADGs) with comparable luminosities to statistically evaluate this connection. By applying K-means clustering to SED shapes and morphological sizes, we classified four groups which trace a sequence in physical properties, including metallicity, star formation rate, and dust emission, mainly driven by their distinct UV-optical slopes. Within these groups, we find that about half of the ADGs exhibit "V-shaped" SEDs and relatively compact morphologies. However, a direct comparison reveals fundamental physical differences: local "V-shaped", compact ADGs appear significantly more evolved than high-z LRDs, characterized by systematically larger effective radii and distinct ionization states. Our results suggest that local compact ADGs likely follow a different formation pathway from LRDs, highlighting the complexity of black hole-galaxy co-evolution across cosmic time.

astro-ph.GA

Discovery of low-redshift analogues to "Little Red Dots" in DESI: A later evolutionary stage of compact LRDs?

The James Webb Space Telescope (JWST) has recently discovered a population of compact, red sources at z > 4 known as "Little Red Dots" (LRDs). They are characterized by their V-shaped continuum spectra and prominent broad Balmer emission lines. As their underlying physical nature remains debated and direct study at high-redshift is challenging; therefore, we seek to identify and characterize LRD analogues in the low-redshift universe to constrain their properties and potential evolutionary pathways. We identified five candidates at z = 0.2-0.4 from the Dark Energy Spectroscopic Instrument (DESI) that exhibit spectral energy distributions (SEDs) and broad Balmer emission lines closely resembling their high-redshift counterparts. However, we find significant differences: our low-redshift sample occupies a different region on the Baldwin, Phillips \& Terlevich (BPT) diagram, and their stellar masses are significantly higher, suggesting a more substantial host galaxy contribution. These sources are not necessarily direct local analogues of high-redshift LRDs, but may represent later evolutionary stages of compact, rapidly accreting systems, or systems with related observational properties arising under different physical conditions. This sample provides a valuable laboratory for detailed follow-up studies to elucidate the nature of LRD-like phenomena.

astro-ph.GA

Revisiting the X-ray Variability Plane of AGNs: The Significant Role of the Photon Index

X-ray variability provides a powerful probe of the innermost regions of active galactic nuclei (AGNs), offering valuable insights into the accretion process and the structure of the corona. Previous studies have established a correlation between the X-ray variability timescale, black hole mass, and luminosity, forming the AGN X-ray variability plane. A possible link between the X-ray spectral photon index and X-ray variability was noted in early studies but has rarely been incorporated into subsequent analyses of the variability plane. Moreover, the limited sample sizes in earlier works have limited the robustness and universality of the X-ray variability plane. In this work, we compile a sample of 112 AGNs with 399 exposures from the 4XMM-DR14 catalog and constrain the correlations between X-ray variability timescale, black hole mass, luminosity, and photon index using the recently developed fitting method, BADDAT {(Baseline-Aware Dependence fitting for DAmping Timescales)}, which enables a robust exploration of an extended parameter space. Our analysis confirms the dependence of the rest-frame variability timescale ($τ_{\rm rest}$) on black hole mass ($M_{\rm BH}$) and further incorporates the photon index ($Γ$) into the variability plane, yielding a best-fit relation of $\log (τ_{\rm rest}/{\rm s}) = 1.22\log (M_{\rm BH}/M_\odot) - 0.24Γ- 3.53$, which is strongly favored over the model with $M_{\rm BH}$ alone. In contrast, the inclusion of luminosity does not produce a comparable improvement. The correlation with $Γ$ likely reflects the effects of Comptonization and the geometry of the corona.

astro-ph.HE

SmartPoC: Generating Executable and Validated PoCs for Smart Contract Bug Reports

Smart contracts are commonly audited through static analysis to explore vulnerabilities. However, static approaches typically produce heterogeneous findings rather than reproducible, executable proof-of-concept (PoC) test cases, leading to costly and ad hoc manual validation. Large language models (LLMs) offer a promising way to translate audit reports into PoC test cases, but face three major challenges: noisy inputs, lack of execution grounding, and missing runtime oracles. We present SmartPoC, an end-to-end approach for validating reported vulnerabilities in audit reports by generating and executing PoC test cases with automated exploitability verification. SmartPoC first extracts a focused function-level slice from each report to reduce noise, centering on the key functions referenced in a finding and augmenting them with execution-relevant neighbors. To improve executability, we wrap LLM-based PoC synthesis in a generate-repair-execute loop, combining deterministic pre-execution sanitization with feedback-driven post-execution debugging. We further use differential verification as an oracle to confirm the exploitability of generated test cases. On the SmartBugs-Vul and FORGE-Vul benchmarks, SmartPoC achieves confirmation precision of 98.32% and 98.65%, with recall of 84.17% and 85.28%, respectively. On a recent Etherscan verified-source corpus, SmartPoC confirms 64 bugs from 545 audit findings at an average cost of $0.03.

cs.SE

Targeted Bit-Flip Attacks on LLM-Based Agents

Targeted bit-flip attacks (BFAs) exploit hardware faults to manipulate model parameters, posing a significant security threat. While prior work targets single-step inference models (e.g., image classifiers), LLM-based agents with multi-stage pipelines and external tools present new attack surfaces, which remain unexplored. This work introduces Flip-Agent, the first targeted BFA framework for LLM-based agents, manipulating both final outputs and tool invocations. Our experiments show that Flip-Agent significantly outperforms existing targeted BFAs on real-world agent tasks, revealing a critical vulnerability in LLM-based agent systems.

cs.CR

A Tidal Disruption Event from an Intermediate-mass Black Hole Revealed by Comprehensive Multi-wavelength Observations

Tidal disruption events (TDEs) occur when a star crosses the tidal radius of a black hole (BH) and is ripped apart, providing a powerful way to probe dormant BHs over a wide mass range. In this study, we present our late-time observations and comprehensive multi-wavelength analyses of AT2018cqh, a TDE at the center of a dwarf galaxy that exhibited successive flares in the optical, X-ray, and radio bands. We discovered an unexpected high-state X-ray plateau phase following the peak until the present time. Along with its reported prolonged rise lasting at least 550 days, these unique characteristics are consistent with the scenario of a TDE caused by an intermediate-mass black hole (IMBH) with a mass of approximately $(1-6) \times 10^5$ solar masses. Furthermore, scaling relations derived from the host-galaxy properties indicated a similar BH mass in concert. This discovery highlights the invaluable role of TDEs in the search for elusive IMBHs.

astro-ph.HE

Investigating the Impacts of AGN Activities on Dwarf Galaxies with FAST HI Observations

We present the results of Hi line observations towards 26 Active Galactic Nuclei (AGN)-hosting and one star-forming dwarf galaxies (Mstar < 10^9.5 Msun) with the 19-beam spectral line receiver of FAST at 1.4 GHz. Our FAST observed targets are combined with other AGN-hosting dwarf galaxies covered in the ALFALFA footprint to form a more comprehensive sample. Utilizing the information from optical surveys, we further divide them into isolated and accompanied subsamples by their vicinity of nearby massive galaxies. We compare the Hi gas abundance and star-forming rate (SFR) between the subsamples to assess the role of internal and external processes that may regulate the gas content in dwarf galaxies. As a result, we find that AGN are more commonly identified in accompanied dwarf galaxies than in their isolated counterparts. Meanwhile, AGN-hosting dwarf galaxies have slightly but significant lower Hi mass fraction relatively to the non-AGN control sample in accompanied dwarf galaxies. On the other hand, we find a decreasing SFR in AGN-hosting dwarf galaxies towards denser environments, as well as an extremely low incidence of quenched isolated dwarfs within both AGN and non-AGN subsamples. These results indicate that although these AGN could potentially regulate the gas reservoir of dwarf galaxies, environmental effects are likely the dominant quenching mechanism in the low-mass universe.

astro-ph.GA

The Faintest, Extremely Variable X-ray Tidal Disruption Event from a Supermassive Black Hole Binary?

Tidal disruption events (TDEs), which occur when stars enter the tidal radii of supermassive black holes (SMBHs) and are subsequently torn apart by their tidal forces, represent intriguing phenomena that stimulate growing research interest and pose an increasing number of puzzles in the era of time-domain astronomy. Here we report an unusual X-ray transient, XID 935, discovered in the 7 Ms Chandra Deep Field-South, the deepest X-ray survey ever. XID 935 experienced an overall X-ray dimming by a factor of more than 40 between 1999 and 2016. Not monotonically decreasing during this period, its X-ray luminosity increased by a factor $> 27$ within 2 months, from $L_{\rm 0.5-7\ keV}<10^{40.87}$ erg s$^{-1}$ (10 October 2014 -- 4 January 2015) to $L_{\rm 0.5-7\ keV}=10^{42.31\pm 0.20}$ erg s$^{-1}$ (16 March 2015). The X-ray position of XID 935 is located at the center of its host galaxy with a spectroscopic redshift of 0.251, whose optical spectra do not display emission characteristics associated with an active galactic nucleus. The peak 0.5--2.0 keV flux is the faintest among all the X-ray-selected TDE candidates to date. Thanks to a total exposure of $\sim 9.5$ Ms in the X-ray bands, we manage to secure relatively well-sampled, 20-year-long X-ray light curves of this deepest X-ray-selected TDE candidate. We find that a partial TDE model could not explain the main declining trend. An SMBH binary TDE model is in acceptable accordance with the light curves of XID 935; however, it fails to match short-timescale fluctuations exactly. Therefore, the exceptional observational features of XID 935 provide a key benchmark for refining quantitative TDE models and simulations.

astro-ph.HE

First Evidence for a QPO Triplet and Its Relativistic Precession Origin in RE J1034+396

Quasiperiodic oscillations (QPOs) in active galactic nuclei (AGNs) provide a powerful tool for probing the structure of the innermost accretion flow and corona around supermassive black holes. RE~J1034+396, the most prominent AGN known to host an X-ray QPO, exhibits both short-term and long-term QPO evolution, offering a unique opportunity to investigate accretion disk and corona physics through its temporal behavior. We report a possible long-term ($\sim 92.2$ days) cyclic evolution of the QPO in RE~J1034+396, joining the detected QPO ($\sim 3730$ s) and its short-term ($\sim 17$ ks) modulation to form a possible QPO triplet, which is potentially the first such structure identified in an AGN. By applying the relativistic precession model to the QPO triplet, we constrain the black hole mass to $1.7^{+0.9}_{-0.8} \times 10^{6}\ M_\odot$, consistent with independent estimates, and find a low dimensionless black hole spin of $0.017^{+0.028}_{-0.012}$. We propose an exploratory model that involves a quasiperiodic ultra-fast outflow (UFO) within the framework of the relativistic precession model, explaining the QPO lag reversal, the modulation of hard-band QPO amplitude by soft-band flux, and the long-term evolution of timing properties. Supporting evidence includes blueshifted emission and absorption lines indicating a strong UFO at $\sim 0.3c$. This work provides new insights into the inner regions of AGN accretion disks and motivates further efforts in both numerical modeling and high-cadence timing observations.

astro-ph.HE

Aegis: Mitigating Targeted Bit-flip Attacks against Deep Neural Networks

Bit-flip attacks (BFAs) have attracted substantial attention recently, in which an adversary could tamper with a small number of model parameter bits to break the integrity of DNNs. To mitigate such threats, a batch of defense methods are proposed, focusing on the untargeted scenarios. Unfortunately, they either require extra trustworthy applications or make models more vulnerable to targeted BFAs. Countermeasures against targeted BFAs, stealthier and more purposeful by nature, are far from well established. In this work, we propose Aegis, a novel defense method to mitigate targeted BFAs. The core observation is that existing targeted attacks focus on flipping critical bits in certain important layers. Thus, we design a dynamic-exit mechanism to attach extra internal classifiers (ICs) to hidden layers. This mechanism enables input samples to early-exit from different layers, which effectively upsets the adversary's attack plans. Moreover, the dynamic-exit mechanism randomly selects ICs for predictions during each inference to significantly increase the attack cost for the adaptive attacks where all defense mechanisms are transparent to the adversary. We further propose a robustness training strategy to adapt ICs to the attack scenarios by simulating BFAs during the IC training phase, to increase model robustness. Extensive evaluations over four well-known datasets and two popular DNN structures reveal that Aegis could effectively mitigate different state-of-the-art targeted attacks, reducing attack success rate by 5-10$\times$, significantly outperforming existing defense methods.

cs.CR