SearcharxivSearch

arXiv subjects

Yuanyuan Zhao

Publications and source records attributed to Yuanyuan Zhao.

At least 19 recordsLinked to original sources

MagicSelector: Joint Optimization for Agent Tool Selection via Counterfactual Decomposition and Progressive Reranking

We present MagicSelector, a joint optimization framework integrating Counterfactual task decomposition, Progressive reranking, and Dynamic Top-K, designed to address the fundamental challenges of tool retrieval in agents. MagicSelector is a specialized framework capable of translating ambiguous user instructions into executable atomic subtasks and guiding high-precision tool retrieval, effectively mitigating redundant noise and severe context distraction in out-of-domain (OOD) scenarios. We empower MagicSelector with these capabilities through three key contributions: (1) a preference-guided counterfactual task decomposition mechanism that utilizes a counterfactual reward to quantify the marginal causal gain of decomposition on retrieval ranking, effectively imposing fine-grained structural supervision on logical coherence; (2) a progressive tool reranking method driven by self-distillation hard negative mining, which optimizes both point-wise and list-wise relevance to enhance fine-grained discrimination among highly similar tools; and (3) a dual semantic boundary-aware dynamic Top-K strategy that adaptively monitors reranking score cliffs and inter-tool semantic shifts to dynamically truncate the candidate list, maximizing relevant tool recall while filtering long-tail noise. Evaluated on MTDTool, the first task decomposition benchmark we constructed tailored for mobile multi-turn interactions with process-level annotations, MagicSelector yields promising performance. Extensive experiments demonstrate that MagicSelector significantly outperforms state-of-the-art methods in terms of tool retrieval accuracy, OOD generalization capability, and overall token efficiency, thereby demonstrating the effectiveness of our proposed framework.

cs.IR

PCTD: Preference-Guided Counterfactual Task Decomposition for Agent Tool Retrieval

Task decomposition aims to transform ambiguous instructions into executable atomic subtasks, thereby guiding high-precision tool retrieval. However, our analysis reveals that directly adopting tool retrieval metrics, i.e., Recall or NDCG, as rewards for task decomposition can easily induce reward hacking in reinforcement learning-based methods. Specifically, models tend to maximize retrieval matching through strategies such as repetitive decomposition. This spurious correlation between the shallow features of decomposition results and retrieval metric impairs generalization in Out-of-Domain (OOD) scenarios involving unseen tools. To address this issue, we propose PCTD, a Preference-guided Counterfactual Task Decomposition framework. PCTD quantifies the marginal causal gain of decomposition on retrieval ranking through a counterfactual reward, thereby cutting off spurious correlations at their source. Meanwhile, it introduces a preference reward to impose fine-grained structural supervision on logical coherence and atomicity, encouraging the model to generate high-quality decompositions. In addition, we construct MTDTool, the task decomposition benchmark specifically designed for mobile multi-turn interactions. Extensive experiments demonstrate that PCTD alleviates repetitive decomposition and surpasses SOTA methods in retrieval, decomposition quality, and OOD generalization.

cs.IR

DevicesWorld: Benchmarking Cross-Device Agents in Heterogeneous Environments

LLM-based agents have rapidly improved at operating individual digital environments such as mobile applications, desktop systems, and smart homes. However, real-world user goals often span multiple devices: information may come from a phone, be processed on a desktop, and the result may need to appear on another device. Most existing benchmarks center on a single dominant execution environment, making it difficult to evaluate whether agents can acquire and integrate information across heterogeneous devices and complete end-to-end tasks with cross-device dependencies. We introduce DevicesWorld, a large-scale executable benchmark for cross-device collaborative operation. DevicesWorld contains 6,140 tasks and integrates three classes of device environments -- mobile, desktop, and IoT -- into a unified cross-device interaction and evaluation framework. Each task defines a natural-language user goal, participating devices and initial states, executable actions, rule-based verifiers, and a cleanup procedure. A multi-stage construction and quality-control pipeline keeps tasks close to realistic user needs while allowing final outcomes to be automatically verified from device states and generated files. We evaluate five frontier LLM-agent systems on a fixed evaluation set. All methods achieve low success rates, with the best reaching only 12.5%. Among failed runs, about 28.7% satisfy at least one scoring condition yet still fail the full task. Trajectories show that agents become stuck acquiring information or manipulating interfaces, confuse source and output devices, or terminate before all conditions are jointly satisfied. DevicesWorld turns cross-device collaborative operation into an executable, reproducible, and diagnostically useful evaluation problem for research on reliable cross-device agents.

cs.CL

The Quiescent Sloshing Core of Abell 496 with XRISM

Gas motions provide insight into the dynamical history and physical processes within galaxy clusters. We investigate the kinematics of the ICM in the core of A496, a nearby, X-ray bright, strong cool-core cluster, using high-resolution data from the Resolve micro-calorimeter on board XRISM. We compared our measurement with other Resolve cluster core measurements and further compared our results with simulations and multiwavelength observations. From an optical redshift analysis, we found that the BCG is at rest with respect to the systemic velocity of the cluster. Despite multiple previously detected cold fronts and harboring a weak central radio source, Resolve observation shows that the core of A496 is dynamically quiescent. The ICM is moving with respect to the BCG with a LOS bulk velocity of $v_{\rm bulk}=-69_{-20}^{+25}\,\mathrm{km\,s}^{-1}$. We measured a turbulent velocity of $\sigma_{\rm v}=78_{-16}^{+18}\,\mathrm{km\,s}^{-1}$, the lowest value reported by the instrument on a cluster core to date. This value is in good agreement with the velocity dispersion of the H$\alpha$ filament in the core, which may indicate condensation of ICM in the wake of the radio bubble. Assuming isotropic turbulence, the ICM turbulent velocity corresponds to a subsonic 3D Mach number of $0.15_{-0.03}^{+0.04}$ and a non-thermal pressure fraction of $1.2_{-0.5}^{+0.6}\,\%$. The mechanical AGN feedback from the recent activity of the central radio source is estimated to contribute about 7-9% to the ICM heating. The 1D LOS bulk velocity from the SLOW constrained Universe simulation is consistent with the measured value, suggesting that AGN feedback has a negligible contribution. The A496 SLOW turbulent velocity, as in other reported Resolve--simulation comparisons, is higher, but remains within $1.5\sigma$ uncertainty. A496 may represent one of the most quiescent sloshing cores observed so far.

astro-ph.CO

HetCCL: Enabling Collective Communication For Mixed-Vendor Heterogeneous Clusters

Training Large Language Models (LLMs) on heterogeneous clusters presents significant challenges for collective communication, as hardware from multiple vendors introduces diverse network and computational characteristics. Existing collective communication frameworks (e.g., NCCL, RCCL) designed for homogeneous environments fail to address mixed-hardware setups, while communication libraries with heterogeneous support (e.g., Gloo, OpenMPI) incur heavy overhead in the data path. This paper presents HetCCL, a framework that enables heterogeneous collective communication by efficient P2P transport across heterogeneous devices (e.g., GPUs), eliminating the host-device memory copy overhead while offloading the control to the CPUs. For combining collectives (e.g., AllReduce, ReduceScatter), HetCCL introduces a border-communicator mechanism that achieves vendor independence by using the intrinsic reduction in the combining collectives in vendor collective communication libraries. With efficient heterogeneous P2P transport and portable reduction mechanism, HetCCL proposes a hierarchical topology abstraction for heterogeneous clusters, dissecting collective communication into cluster-level primitives that guarantee optimal cross-cluster data transfer volume and optimal bandwidth utilization. We implement HetCCL with 4 different vendor support and evaluate it in 4 heterogeneous settings with benchmarks and end-to-end LLM tasks. Our evaluation shows that HetCCL achieves 17-19x higher bandwidth than Gloo in heterogeneous communications, and speeds up end-to-end training by up to 16.9% in the per-step-time.

cs.NI

Solving the cooling flow problem with combined jet-wind AGN feedback

Active galactic nucleus (AGN) feedback is widely viewed as the most promising solution to the long-standing cooling flow problem in galaxy clusters, yet previous models prescribe jet properties inconsistent with accretion physics. We perform an idealized hydrodynamic simulation of a galaxy cluster with no merger history and a relaxed state, with its other properties similar to the Perseus cluster using the MACER framework, incorporating both jets and winds whose properties are constrained by general relativistic magnetohydrodynamic simulations of black hole accretion and observations. The combined feedback reproduces key observables, including cold gas mass, star formation rate, thermodynamic radial profiles, and black hole growth, while jet-only or wind-only models fail. The success arises from turbulence driven by jet-wind shear that enhances kinetic-to-thermal energy conversion, boosting heating efficiency by factors of three and six relative to wind-only and jet-only cases, respectively.

astro-ph.GA

Josephson spectroscopy study of kagome superconductors toward the deep point-contact regime

Josephson scanning tunneling microscopy (JSTM) has emerged as an important technique for probing the superconducting order parameter at the atomic scale. However, the Josephson current in JSTM may behave quite differently when the coupling strength varies. Here, we push the junction to the deep point-contact regime, reaching a normal-state junction resistance of only 0.15 $h/2e^2 \simeq 2~{\rm k}Ω$. We demonstrate, using kagome superconductors, that the zero-bias conductance, a key characteristic of the Josephson current, deviates strongly from the quadratic dependence on the normal-state conductance upon entering the deep point-contact regime. Furthermore, we observe a striking saturation of the zero-bias conductance, which we show arises from the series resistance in the circuit. This also serves as a cautious reminder when interpreting zero-bias conductance saturation or quantization in studies of exotic physics such as that of Majorana zero modes if the tip-sample junction resistance is extremely small. Finally, we identify an optimum regime where JSTM can be used as an atomic-scale probe for studying pair-density wave states in materials with low superconducting transition temperature, such as AV3Sb5 kagome superconductors.

cond-mat.supr-con

Magnetic anisotropic pinning and symmetric breaking induced by interfacial coupling in topological-like ruthenate superlattices

Interfacial engineering enables various emergent effects such as spin reorientations and transport anisotropy. Noncollinear spin textures are essential for realizing many emergent quantum transport phenomena. However, driving such spin structures requires precise control of the interfacial magnetic coupling in complex oxide heterostructures. Here, by utilizing competing exchange interactions at the interface between ferromagnetic metal SrRuO3 and ferromagnetic insulator LaCoO3, we discovered a noncollinear spin configuration in SrRuO3 sublayers. Magnetic stripes were induced by out-of-plane rather than in-plane magnetic fields, indicating strong anisotropy pinning in our superlattices. The observed magneto-transport anisotropy is well explained by our proposed spin configurations, accounting for contributions from both bulk and interface of the SrRuO3 layers. More interestingly, magnetic skymionic textures were absent even at high magnetic fields. The interfacial exchange interaction overwhelms the Dzyaloshinskii-Moriya interaction (DMI) that stabilizes skyrmions, featuring a higher exchange coupling energy than that for the topological spin textures. Our work highlights the potential of interfacial engineering in tuning the spintronic properties by designing proper interfacial interactions.

cond-mat.str-el

A Chandra view of SPT-CL J0217-5014: a massive galaxy cluster at a cosmic intersection at z=0.53

Galaxy clusters trace the densest regions of the cosmic web and are crucial laboratories for studying the thermodynamic and chemical evolution of the intracluster medium (ICM). We present a Chandra study of the massive galaxy cluster SPT-CL J0217-5014 ($z \sim 0.53$; $M_{\rm 500} \sim 3 \times 10^{14}~\rm M_{\odot}$), previously reported as a Swift serendipitous clusters with the highest Fe abundance ($\sim 1.3\pm 0.4$ $\rm Z_{\odot}$ within $\sim 1'.7$) and a potentially disturbed morphology. The X-ray morphology reveals a disturbed ICM with a surface brightness edge at $\sim 0'.26$ ($\sim 100$ kpc) to the west and a tail-like feature extending towards the east. The best-fit metal abundance within 1'.5 ($\sim 0.7\rm R_{500}$) is $0.61_{-0.23}^{+0.26}~\rm Z_{\odot}$. The derived central electron number density, entropy, and cooling time classify this system as a non-cool-core cluster, suggesting that merger activity has likely disrupted the possible pre-existing cool core. At larger radii ($\sim 1' - 2'$), we detect excess X-ray emission to the south, spatially aligned with a filamentary distribution of red galaxies, indicating ongoing accretion along an intracluster filament. Based on the DESI DR9 cross-matched optical clusters and photometric redshifts, we identify three nearby, lower-mass clusters that likely trace the large-scale structures, suggesting that SPT-CL~J0217-5014 is the primary node of a dynamically active environment where past mergers and anisotropic accretion along cosmic filaments have shaped the present-day ICM.

astro-ph.GA

Many-body electronic structure in pyrochlore superconductor CsBi2 and spin liquid Pr2Ir2O7

The pyrochlore lattice materials can exhibit geometrical frustration, while the related many-body electronic states remain elusive. In this work, we performed scanning tunneling microscopy measurements on the pyrochlore superconductor CsBi2 and spin liquid Pr2Ir2O7 at 0.3 K. For the first time, we obtained atomically resolved images of their (111) surfaces, revealing a hexagonal lattice or a kagome lattice. Tunneling spectroscopy in CsBi2 reveals a nearly fully opened superconductivity gap. The ratio of 2Δ/kBTC = 4.7 suggests relatively strong coupling superconductivity, as compared with that in kagome superconductors AV3Sb5 (A = K, Rb, Cs). In contrast to the previous study categorizing CsBi2 as a type-I superconductor, the applied magnetic field induces a hexagonal vortex lattice in which each vortex core exhibits an intriguing three-fold symmetry state. In Pr2Ir2O7, we observed a spatially homogeneous Kondo-lattice resonance, which is compared with that in the kagome Kondo-lattice material CsCr6Sb6. We further discover that the Kondo resonance exhibits a spatial modulation with three-fold symmetry, and the applied magnetic field induces a Zeeman splitting of the Kondo resonance with intriguing atomic site dependence. We discuss the relations of these many-body electronic phenomena with the pyrochlore lattice geometry and its charge or spin frustration. Our systematic observations offer atomic-scale insights into the many-body electronic structures of the geometrically frustrated pyrochlore superconductors and spin liquids.

cond-mat.str-el

ALEX:A Light Editing-knowledge Extractor

The static nature of knowledge within Large Language Models (LLMs) makes it difficult for them to adapt to evolving information, rendering knowledge editing a critical task. However, existing methods struggle with challenges of scalability and retrieval efficiency, particularly when handling complex, multi-hop questions that require multi-step reasoning. To address these challenges, this paper introduces ALEX (A Light Editing-knowledge Extractor), a lightweight knowledge editing framework. The core innovation of ALEX is its hierarchical memory architecture, which organizes knowledge updates (edits) into semantic clusters. This design fundamentally reduces retrieval complexity from a linear O(N) to a highly scalable O(K+N/C). Furthermore, the framework integrates an Inferential Query Synthesis (IQS) module to bridge the semantic gap between queries and facts , and a Dynamic Evidence Adjudication (DEA) engine that executes an efficient two-stage retrieval process. Experiments on the MQUAKE benchmark demonstrate that ALEX significantly improves both the accuracy of multi-hop answers (MultiHop-ACC) and the reliability of reasoning paths (HopWise-ACC). It also reduces the required search space by over 80% , presenting a promising path toward building scalable, efficient, and accurate knowledge editing systems.

cs.AI

Phase-sensitive evidence for pair density waves in a kagome superconductor

Pair density wave (PDW) exhibits periodic amplitude and sign modulations of the superconducting order parameter. Such a pairing state has long been proposed to be highly sensitive to nonmagnetic scattering, but its experimental realization remains elusive. Here we discover a nonmagnetic PDW-breaking effect in a kagome superconductor, using designer atomic nonmagnetic impurities and high-precision scanning tunneling microscopy (STM) at a base temperature of 30mK. We detect 2x2 pair density modulations by Josephson STM with a superconducting tip and 2x2 pairing gap modulations by normal STM. We find that the pairing modulations in both cases are substantially suppressed upon doping the kagome lattice with dilute isovalent nonmagnetic impurities, whereas the charge order and uniform superconductivity remain robust. We further identify the correlation between atomic dopants and the local suppression of PDW. We attribute these findings to a nonmagnetic pair-breaking effect, arising from the phase modulation of PDW in the kagome d-orbital. Taken together with its signatures in other state-of-the-art spectroscopy and transport measurements linked by theory, our findings support the ground state of the kagome superconductor as a correlated topological phase with superconducting loop currents.

cond-mat.supr-con

Predictive Model for the Dissipation Dilution of Soft-Clamped Modes in Polygon Resonators

Polygon resonators are promising candidates for nanomechanical applications due to their compact architecture and high force sensitivity. Here, we develop a polygon-specific analytical model for perimeter modes by coupling the flexural motion of the polygon sides to tether torsion governed by a stress-modified Timoshenko-Gere (TG) equation. The model captures finite-wavelength torsional phase accumulation beyond the conventional short-tether approximation, revealing tether-length-dependent resonances and bending-torsion hybridization. Comparisons with finite-element-method (FEM) simulations show good agreement in the quasi-one-dimensional regime, while identifying the onset of deviations associated with neglected torsional deformation of the polygon sides. The model therefore provides a useful analytical tool for interpreting and optimizing high quality factor (Q) polygon resonators for cavity optomechanics and precision sensing.

physics.optics

The warm-hot intergalactic medium in inter-cluster filaments -- A forecast for HUBS observations based on eRASS1 superclusters

Cosmological simulations indicate that nearly half of the baryons in the nearby Universe are in the warm-hot intergalactic medium (WHIM) phase, and about a half them reside in cosmic filaments connecting galaxy clusters. Recent observational studies using stacked survey data and deep exposures of galaxy cluster outskirts have detected soft X-ray excesses associated with optically identified filaments. However, the physical characteristics of WHIM in filaments remain largely undetermined due to a lack of direct spectral diagnostics of individual targets, which are limited by the spectral resolution of current instruments in the soft X-ray band. We aim to select appropriate targets for WHIM characterization through pointing observations with the future Hot Universe Baryon Surveyor (HUBS) mission, which is designed with eV-level energy resolution in the 0.1-2.0 keV band and a one-square-degree field of view, thus complementing other planned microcalorimetry missions such as Athena. We built a sample of 1577 inter-cluster filaments based on the eRASS1 supercluster catalog and estimated their soft X-ray emission. Their modeled emission and geometrical properties were used to select candidate targets for HUBS observations. Four inter-cluster filaments were selected as the most appropriate candidates. By simulating and analyzing their mock observations, we demonstrated that with 200 ks HUBS exposure for each candidate, the gas properties of individual filaments can be accurately determined, with the temperature constrained to $\pm0.01$ keV, metallicity constrained to $\leq\pm0.03$ solar, and density constrained to $<\pm10\%$. Elemental abundances of O, Ne, Mg, and Fe can be measured separately, providing unprecedented insights into the chemical history of the filament gas. We also show that direct mapping of the WHIM distribution is promising with narrowband imaging of the Oviii line.

astro-ph.GA

MeerKAT discovery of GHz radio emission extending from Abell 3017 toward Abell 3016

Context: The clusters Abell 3017 and Abell 3016 are located within a large-scale filament. A prominent X-ray bridge has been detected connecting the two clusters and a potential galaxy group between them. Aims: The aim of this work is to investigate the existence of a radio bridge in the filament between Abell 3017 and Abell 3016, to explore other diffuse radio structures within this system, and to investigate the origins of these diffuse radio emission. Methods: We analyzed MeerKAT L-band data to study the morphology and spectra of the diffuse radio structures in Abell 3016-Abell 3017. X-ray imaging and spectral analysis were carried out with archival Chandra and XMM-Newton data. Additionally, correlations between radio ($I_R$) and X-ray surface brightness ($I_X$) were generated to explore the connections between thermal and non-thermal components in the diffuse radio emission. Results: We detected a faint radio bridge with an average surface brightness of $\sim 0.1~μ\rm Jy~arcsec^{-2}$ at 1280 MHz using MeerKAT. It connects Abell 3017 with a potential galaxy group and extends towards Abell 3016, aligning with the X-ray bridge. A high X-ray temperature of $7.09 \pm 0.54$ keV detected in the bridge region suggests an interaction between Abell 3017 and the group. In Abell 3017, we identified two distinct components of diffuse radio emission: a radio mini-halo and an outer radio halo with a northern extension (N-extension hereafter). The radio surface brightness profile of Abell 3017 shows a steep inner component consistent with other mini-halos, and a faint outer component likely linked to an infalling subcluster. The $I_{\rm R}-I_{\rm X}$ diagram indicates superlinear and sublinear correlations for the mini-halo and N-extension, respectively.

astro-ph.CO

Effect of Top Al$_2$O$_3$ Interlayer Thickness on Memory Window and Reliability of FeFETs With TiN/Al$_2$O$_3$/Hf$_{0.5}$Zr$_{0.5}$O$_2$/SiO$_x$/Si (MIFIS) Gate Structure

We investigate the effect of top Al2O3 interlayer thickness on the memory window (MW) of Si channel ferroelectric field-effect transistors (Si-FeFETs) with TiN/Al$_2$O$_3$/Hf$_{0.5}$Zr$_{0.5}$O$_2$/SiO$_x$/Si (MIFIS) gate structure. We find that the MW first increases and then remains almost constant with the increasing thickness of the top Al2O3. The phenomenon is attributed to the lower electric field of the ferroelectric Hf$_{0.5}$Zr$_{0.5}$O$_2$ in the MIFIS structure with a thicker top Al2O3 after a program operation. The lower electric field makes the charges trapped at the top Al2O3/Hf0.5Zr0.5O$_2$ interface, which are injected from the metal gate, cannot be retained. Furthermore, we study the effect of the top Al$_2$O$_3$ interlayer thickness on the reliability (endurance characteristics and retention characteristics). We find that the MIFIS structure with a thicker top Al$_2$O$_3$ interlayer has poorer retention and endurance characteristics. Our work is helpful in deeply understanding the effect of top interlayer thickness on the MW and reliability of Si-FeFETs with MIFIS gate stacks.

cond-mat.mtrl-sci

Experts' cognition-driven ensemble deep learning for external validation of predicting pathological complete response to neoadjuvant chemotherapy from histological images in breast cancer

In breast cancer, neoadjuvant chemotherapy (NAC) provides a standard treatment option for patients who have locally advanced cancer and some large operable tumors. A patient will have better prognosis when he has achieved a pathological complete response (pCR) with the treatment of NAC. There has been a trend to directly predict pCR to NAC from histological images based on deep learning (DL). However, the DL-based predictive models numerically have better performances in internal validation than in external validation. In this paper, we aim to alleviate this situation with an intrinsic approach. We propose an experts' cognition-driven ensemble deep learning (ECDEDL) approach. Taking the cognition of both pathology and artificial intelligence experts into consideration to improve the generalization of the predictive model to the external validation, ECDEDL can intrinsically approximate the working paradigm of a human being which will refer to his various working experiences to make decisions. ECDEDL was validated with 695 WSIs collected from the same center as the primary dataset to develop the predictive model and perform the internal validation, and was also validated with 340 WSIs collected from other three centers as the external dataset to perform the external validation. In external validation, ECDEDL improves the AUCs of pCR prediction from 61.52(59.80-63.26) to 67.75(66.74-68.80) and the Accuracies of pCR prediction from 56.09(49.39-62.79) to 71.01(69.44-72.58). ECDEDL was quite effective for external validation of predicting pCR to NAC from histological images in breast cancer, numerically approximating the internal validation.

physics.med-ph

An evaluation of source-blending impact on the calibration of SKA EoR experiments

Twenty-one-centimetre signals from the Epoch of Reionization (EoR) are expected to be detected in the low-frequency radio window by the next-generation interferometers, particularly the Square Kilometre Array (SKA). However, precision data analysis pipelines are required to minimize the systematics within an infinitesimal error budget. Consequently, there is a growing need to characterize the sources of errors in EoR analysis. In this study, we identify one such error origin, namely source blending, which is introduced by the overlap of objects in the densely populated observing sky under SKA1-Low's unprecedented sensitivity and resolution, and evaluate its two-fold impact in both the spatial and frequency domains using a novel hybrid evaluation (HEVAL) pipeline combining end-to-end simulation with an analytic method to mimic EoR analysis pipelines. Sky models corrupted by source blending induce small but severe frequency-dependent calibration errors when coupled with astronomical foregrounds, impeding EoR parameter inference with strong additive residuals in the two-dimensional power spectrum space. We report that additive residuals from poor calibration against sky models with blending ratios of 5 and 0.5 per cent significantly contaminate the EoR window. In contrast, the sky model with a 0.05 per cent blending ratio leaves little residual imprint within the EoR window, therefore identifying a blending tolerance at approximately 0.05 per cent. Given that the SKA observing sky is estimated to suffer from an extended level of blending, strategies involving de-blending, frequency-dependent error mitigation, or a combination of both, are required to effectively attenuate the calibration impact of source-blending defects.

astro-ph.IM