Source author record

Jianling Wang

Jianling Wang 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

18works
8topics
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

18 published item(s)

preprint2023arXiv

Revisiting mass estimates of the Milky Way

We use the rotation curve from Gaia data release (DR) 3 to estimate the mass of the Milky Way. We consider an Einasto density profile to model the dark matter component. We extrapolate and obtain a dynamical mass $M=2.75^{+3.11}_{-0.48}\times 10^{11} M_\odot$ at $112$ kpc. This lower-mass Milky Way is consistent with the significant declining rotation curve, and can provide new insights into our Galaxy and halo inhabitants.

preprint2023arXiv

The Formation of Magellanic System and the total mass of Large Magellanic Cloud

The Magellanic Stream is unique to sample the MW potential from ~50 kpc to 300 kpc, and is also unique in constraining the LMC mass, an increasingly important question for the Local Group/Milky Way modeling. Here we compare strengths and weaknesses of the two types of models (tidal and ram-pressure) of the Magellanic Stream formation. I will present our modeling for the formation of the Magellanic System, including those of the most recent discoveries in the Stream, in the Bridge and at the outskirts of Magellanic Clouds. This model has been successful in predicting most recent observations in both properties of stellar and gas phase. It appears that it is an over-constrained model and provides a good path to investigate the Stream properties. In particular, this model requires a LMC mass significantly smaller than 110^{11} Msun

preprint2022arXiv

Exploring Heterogeneous Metadata for Video Recommendation with Two-tower Model

Online video services acquire new content on a daily basis to increase engagement, and improve the user experience. Traditional recommender systems solely rely on watch history, delaying the recommendation of newly added titles to the right customer. However, one can use the metadata information of a cold-start title to bootstrap the personalization. In this work, we propose to adopt a two-tower model, in which one tower is to learn the user representation based on their watch history, and the other tower is to learn the effective representations for titles using metadata. The contribution of this work can be summarized as: (1) we show the feasibility of using two-tower model for recommendations and conduct a series of offline experiments to show its performance for cold-start titles; (2) we explore different types of metadata (categorical features, text description, cover-art image) and an attention layer to fuse them; (3) with our Amazon proprietary data, we show that the attention layer can assign weights adaptively to different metadata with improved recommendation for warm- and cold-start items.

preprint2022arXiv

Learning to Augment for Casual User Recommendation

Users who come to recommendation platforms are heterogeneous in activity levels. There usually exists a group of core users who visit the platform regularly and consume a large body of content upon each visit, while others are casual users who tend to visit the platform occasionally and consume less each time. As a result, consumption activities from core users often dominate the training data used for learning. As core users can exhibit different activity patterns from casual users, recommender systems trained on historical user activity data usually achieve much worse performance on casual users than core users. To bridge the gap, we propose a model-agnostic framework L2Aug to improve recommendations for casual users through data augmentation, without sacrificing core user experience. L2Aug is powered by a data augmentor that learns to generate augmented interaction sequences, in order to fine-tune and optimize the performance of the recommendation system for casual users. On four real-world public datasets, L2Aug outperforms other treatment methods and achieves the best sequential recommendation performance for both casual and core users. We also test L2Aug in an online simulation environment with real-time feedback to further validate its efficacy, and showcase its flexibility in supporting different augmentation actions.

preprint2022arXiv

Lessons from the Magellanic System and its modeling

The prominent Magellanic Stream that dominates the HI sky provides a tantalizing number of observations that potentially constrains the Magellanic Clouds and the Milky Way outskirts. Here we show that the 'ram-pressure plus collision' model naturally explain these properties, and is able to predict some of the most recent observations made after the model was made. These include the complexity of the stellar populations in the Magellanic Bridge, for which kinematics, ages, and distances are well measured, and the North Tidal Arm, for which the model predicts its formation from the Milky Way tidal forces. It appears that this over-constrained model provides a good path to investigate the Stream properties. This contrasts with tidal models that reproduce only half of the Stream's main properties, in particular a tidal tail cannot reproduce the observed inter-twisted filaments, and its gas content is not sufficiently massive to provide the large amount of HI and HII gas associated to the Stream. Despite the efforts made to reproduce the large amounts of gas brought by the Clouds, it seems that no viable solution for the tidal model could be foreseen. Since the 'ram-pressure plus collision' model has not succeeded for a Large Magellanic Cloud mass above 2 $\times10^{10}$ $M_{\odot}$, we conjecture that a low mass is required to form the Stream.

preprint2022arXiv

Meta Propagation Networks for Graph Few-shot Semi-supervised Learning

Inspired by the extensive success of deep learning, graph neural networks (GNNs) have been proposed to learn expressive node representations and demonstrated promising performance in various graph learning tasks. However, existing endeavors predominately focus on the conventional semi-supervised setting where relatively abundant gold-labeled nodes are provided. While it is often impractical due to the fact that data labeling is unbearably laborious and requires intensive domain knowledge, especially when considering the heterogeneity of graph-structured data. Under the few-shot semi-supervised setting, the performance of most of the existing GNNs is inevitably undermined by the overfitting and oversmoothing issues, largely owing to the shortage of labeled data. In this paper, we propose a decoupled network architecture equipped with a novel meta-learning algorithm to solve this problem. In essence, our framework Meta-PN infers high-quality pseudo labels on unlabeled nodes via a meta-learned label propagation strategy, which effectively augments the scarce labeled data while enabling large receptive fields during training. Extensive experiments demonstrate that our approach offers easy and substantial performance gains compared to existing techniques on various benchmark datasets.

preprint2022arXiv

Quantifying and Mitigating Popularity Bias in Conversational Recommender Systems

Conversational recommender systems (CRS) have shown great success in accurately capturing a user's current and detailed preference through the multi-round interaction cycle while effectively guiding users to a more personalized recommendation. Perhaps surprisingly, conversational recommender systems can be plagued by popularity bias, much like traditional recommender systems. In this paper, we systematically study the problem of popularity bias in CRSs. We demonstrate the existence of popularity bias in existing state-of-the-art CRSs from an exposure rate, a success rate, and a conversational utility perspective, and propose a suite of popularity bias metrics designed specifically for the CRS setting. We then introduce a debiasing framework with three unique features: (i) Popularity-Aware Focused Learning to reduce the popularity-distorting impact on preference prediction; (ii) Cold-Start Item Embedding Reconstruction via Attribute Mapping, to improve the modeling of cold-start items; and (iii) Dual-Policy Learning, to better guide the CRS when dealing with either popular or unpopular items. Through extensive experiments on two frequently used CRS datasets, we find the proposed model-agnostic debiasing framework not only mitigates the popularity bias in state-of-the-art CRSs but also improves the overall recommendation performance.

preprint2022arXiv

Robust Graph Meta-learning for Weakly-supervised Few-shot Node Classification

Graphs are widely used to model the relational structure of data, and the research of graph machine learning (ML) has a wide spectrum of applications ranging from drug design in molecular graphs to friendship recommendation in social networks. Prevailing approaches for graph ML typically require abundant labeled instances in achieving satisfactory results, which is commonly infeasible in real-world scenarios since labeled data for newly emerged concepts (e.g., new categorizations of nodes) on graphs is limited. Though meta-learning has been applied to different few-shot graph learning problems, most existing efforts predominately assume that all the data from those seen classes is gold-labeled, while those methods may lose their efficacy when the seen data is weakly-labeled with severe label noise. As such, we aim to investigate a novel problem of weakly-supervised graph meta-learning for improving the model robustness in terms of knowledge transfer. To achieve this goal, we propose a new graph meta-learning framework -- Graph Hallucination Networks (Meta-GHN) in this paper. Based on a new robustness-enhanced episodic training, Meta-GHN is meta-learned to hallucinate clean node representations from weakly-labeled data and extracts highly transferable meta-knowledge, which enables the model to quickly adapt to unseen tasks with few labeled instances. Extensive experiments demonstrate the superiority of Meta-GHN over existing graph meta-learning studies on the task of weakly-supervised few-shot node classification.

preprint2022arXiv

Towards Fair Conversational Recommender Systems

Conversational recommender systems have demonstrated great success. They can accurately capture a user's current detailed preference -- through a multi-round interaction cycle -- to effectively guide users to a more personalized recommendation. Alas, conversational recommender systems can be plagued by the adverse effects of bias, much like traditional recommenders. In this work, we argue for increased attention on the presence of and methods for counteracting bias in these emerging systems. As a starting point, we propose three fundamental questions that should be deeply examined to enable fairness in conversational recommender systems.

preprint2021arXiv

Most dwarf spheroidal galaxies surrounding the Milky Way cannot be dark-matter dominated satellites

Milky Way dwarf spheroidal galaxies are the tiniest observed galaxies and are currently associated with the largest fractions of dark matter, which is revealed by their too large velocity dispersions. However, most of them are found near their orbital pericenters. This leads to a very low probability, P = 2 $10^{-7}$, that they could be long-lived satellites such as sub-halos predicted by cosmological simulations. Their proximity to their pericenters suggests instead that they are affected by tidal shocks, which provide sufficient kinematic energy to explain their high velocity dispersions. Dependency of the dark matter properties to their distance to the Milky Way appears to favor tidally shocked and out of equilibrium dSphs instead of self-equilibrium systems dominated by dark matter.

preprint2020arXiv

A Recent Major Merger Tale for the Closest Giant Elliptical Galaxy Centaurus A

We have used hydrodynamical simulations to model the formation of the closest giant elliptical galaxy, Centaurus A. We find that a single major merger event with a mass ratio up to 1.5, and which has happened ~2 Gyr ago, is able to reproduce many of its properties, including galaxy kinematics, the inner gas disk, stellar halo ages and metallicities, and numerous faint features observed in the halo. The elongated halo shape is mostly made of progenitor residuals deposited by the merger, which also contribute to stellar shells observed in the Centaurus A halo. The current model also reproduces the measured Planetary Nebulae line of sight velocity and their velocity dispersion. Models with small mass ratio and relatively low gas fraction result in a de Vaucouleurs profile distribution, which is consistent with observations and model expectations. A recent merger left imprints in the age distribution that are consistent with the young stellar and Globular Cluster populations (2-4 Gyrs) found within the halo. We conclude that even if not all properties of Centaurus A have been accurately reproduced, a recent major merger has likely occurred to form the Centaurus A galaxy as we observe it at present day.

preprint2020arXiv

Orbital evidences for dark-matter-free Milky Way dwarf spheroidal galaxies

The nature of Milky Way dwarf spheroidals (MW dSphs) has been questioned, in particular whether they are dominated by dark matter (DM). Here we investigate an alternative scenario, for which tidal shocks are exerted by the MW to DM-free dSphs after a first infall of their gas-rich progenitors, and for which theoretical calculations have been verified by pure N-body simulations. Whether or not the dSphs are on their first infall cannot be resolved on the sole basis of their star formation history. In fact, gas removal may cause complex gravitational instabilities and near-pericenter passages can give rise to tidal disruptive processes. Advanced precision with the Gaia satellite in determining both their past orbital motions and the MW velocity curve is, however, providing crucial results. First, tidal shocks explain why DM-free dSphs are found preferentially near their pericenter, where they are in a destructive process, while their chance to be long-lived satellites is associated with a very low probability P~ 2 10^-7, which is at odds with the current DM-dominated dSph scenario. Second, most dSph binding energies are consistent with a first infall. Third, the MW tidal shocks that predict the observed dSph velocity dispersions are themselves predicted in amplitude by the most accurate MW velocity curve. Fourth, tidal shocks accurately predict the forces or accelerations exerted at half-light radius of dSphs, including the MW and the Magellanic System gravitational attractions. The above is suggestive of dSphs that are DM-free and tidally shocked near their pericenters, which may provoke a significant quake in our understanding of near-field cosmology.

preprint2019arXiv

A Hierarchical Self-Attentive Model for Recommending User-Generated Item Lists

User-generated item lists are a popular feature of many different platforms. Examples include lists of books on Goodreads, playlists on Spotify and YouTube, collections of images on Pinterest, and lists of answers on question-answer sites like Zhihu. Recommending item lists is critical for increasing user engagement and connecting users to new items, but many approaches are designed for the item-based recommendation, without careful consideration of the complex relationships between items and lists. Hence, in this paper, we propose a novel user-generated list recommendation model called AttList. Two unique features of AttList are careful modeling of (i) hierarchical user preference, which aggregates items to characterize the list that they belong to, and then aggregates these lists to estimate the user preference, naturally fitting into the hierarchical structure of item lists; and (ii) item and list consistency, through a novel self-attentive aggregation layer designed for capturing the consistency of neighboring items and lists to better model user preference. Through experiments over three real-world datasets reflecting different kinds of user-generated item lists, we find that AttList results in significant improvements in NDCG, Precision@k, and Recall@k versus a suite of state-of-the-art baselines. Furthermore, all code and data are available at https://github.com/heyunh2015/AttList.

preprint2016arXiv

Distance and extinction determination for APOGEE stars with Bayesian method

Using a Bayesian technology we derived distances and extinctions for over 100,000 red giant stars observed by the Apache Point Observatory Galactic Evolution Experiment (APOGEE) survey by taking into account spectroscopic constraints from the APOGEE stellar parameters and photometric constraints from 2MASS, as well as a prior knowledge on the Milky Way. Derived distances are compared with those from four other independent methods, the Hipparcos parallaxes, star clusters, APOGEE red clump stars, and asteroseismic distances from APOKASC (Rodrigues et al. 2014) and SAGA Catalogues (Casagrande et al. 2014). These comparisons covers four orders of magnitude in the distance scale from 0.02 kpc to 20 kpc. The results show that our distances agree very well with those from other methods: the mean relative difference between our Bayesian distances and those derived from other methods ranges from -4.2% to +3.6%, and the dispersion ranges from 15% to 25%. The extinctions toward all stars are also derived and compared with those from several other independent methods: the Rayleigh-Jeans Color Excess (RJCE) method, Gonzalez's two-dimensional extinction map, as well as three-dimensional extinction maps and models. The comparisons reveal that, overall, estimated extinctions agree very well, but RJCE tends to overestimate extinctions for cool stars and objects with low logg.

preprint2016arXiv

Estimating stellar atmospheric parameters, absolute magnitudes and elemental abundances from the LAMOST spectra with Kernel-based Principal Component Analysis

Accurate determination of stellar atmospheric parameters and elemental abundances is crucial for Galactic archeology via large-scale spectroscopic surveys. In this paper, we estimate stellar atmospheric parameters -- effective temperature T_{\rm eff}, surface gravity log g and metallicity [Fe/H], absolute magnitudes M_V and M_{Ks}, α-element to metal (and iron) abundance ratio [α/M] (and [α/Fe]), as well as carbon and nitrogen abundances [C/H] and [N/H] from the LAMOST spectra with amultivariate regressionmethod based on kernel-based principal component analysis, using stars in common with other surveys (Hipparcos, Kepler, APOGEE) as training data sets. Both internal and external examinations indicate that given a spectral signal-to-noise ratio (SNR) better than 50, our method is capable of delivering stellar parameters with a precision of ~100K for Teff, ~0.1 dex for log g, 0.3 -- 0.4mag for M_V and M_{Ks}, 0.1 dex for [Fe/H], [C/H] and [N/H], and better than 0.05 dex for [α/M] ([α/Fe]). The results are satisfactory even for a spectral SNR of 20. The work presents first determinations of [C/H] and [N/H] abundances from a vast data set of LAMOST, and, to our knowledge, the first reported implementation of absolute magnitude estimation directly based on the observed spectra. The derived stellar parameters for millions of stars from the LAMOST surveys will be publicly available in the form of value-added catalogues.

preprint2015arXiv

The NGC 4013 tale: a pseudo-bulged, late-type spiral shaped by a major merger

Many spiral galaxy haloes show stellar streams with various morphologies when observed with deep images. The origin of these tidal features is discussed, either coming from a satellite infall or caused by residuals of an ancient, gas-rich major merger. By modelling the formation of the peculiar features observed in the NGC 4013 halo, we investigate their origin. By using GADGET -2 with implemented gas cooling, star formation, and feedback, we have modelled the overall NGC 4013 galaxy and its associated halo features. A gas-rich major merger occurring 2.7-4.6 Gyr ago succeeds in reproducing the NGC 4013 galaxy properties, including all the faint stellar features, strong gas warp, boxy-shaped halo and vertical 3.6 mum luminosity distribution. High gas fractions in the progenitors are sufficient to reproduce the observed thin and thick discs, with a small bulge fraction, as observed. A major merger is able to reproduce the overall NGC 4013 system, including the warp strength, the red colour and the high stellar mass density of the loop, while a minor merger model cannot. Because the gas-rich model suffices to create a pseudo-bulge with a small fraction of the light, NGC 4013 is perhaps the archetype of a late-type galaxy formed by a relatively recent merger. Then late type, pseudo-bulge spirals are not mandatorily made through secular evolution, and the NGC 4013 properties also illustrate that strong warps in isolated galaxies may well occur at a late phase of a gas-rich major merger.

preprint2013arXiv

The vast thin plane of M31 co-rotating dwarfs: an additional fossil signature of the M31 merger and of its considerable impact in the whole Local Group

The recent discovery by Ibata et al. (2013) of a vast thin disk of satellites (VTDS) around M31 offers a new challenge for the understanding of the Local Group properties. This comes in addition to the unexpected proximity of the Magellanic Clouds (MCs) to the Milky Way (MW), and to another vast polar structure (VPOS), which is almost perpendicular to our Galaxy disk. We find that the VTDS plane is coinciding with several stellar, tidally-induced streams in the outskirts of M31, and, that its velocity distribution is consistent with that of the Giant Stream (GS). This is suggestive of a common physical mechanism, likely linked to merger tidal interactions, knowing that a similar argument may apply to the VPOS at the MW location. Furthermore, the VTDS is pointing towards the MW, being almost perpendicular to the MW disk, as the VPOS is. We compare these properties to the modelling of M31 as an ancient, gas-rich major merger, which has been successfully used to predict the M31 substructures and the GS origin. We find that without fine tuning, the induced tidal tails are lying in the VTDS plane, providing a single and common origin for many stellar streams and for the vast stellar structures surrounding both the MW and M31. The model also reproduces quite accurately positions and velocities of the VTDS dSphs. Our conjecture leads to a novel interpretation of the Local Group past history, as a gigantic tidal tail due to the M31 ancient merger is expected to send material towards the MW, including the MCs. Such a link between M31 and the MW is expected to be quite exceptional, though it may be in qualitative agreement with the reported rareness of MW-MCs systems in nearby galaxies.

preprint2011arXiv

Could M31 be the result of a major merger?

We investigated a scenario in which M31 could be the remnant of a gas-rich major merger. Galaxy merger simulations, highly constrained by observations, were run using GADGET 2 in order to reproduce M31. We succeeded in reproducing the global shape of M31, the thin disk and the bulge, and in addition some of the main M31 large-scale features, such as the thick disk, the 10kpc ring and the Giant Stream. This lead to a new explanation of the Giant Stream which could be caused by tidal tail stars that have been captured by the galaxy potential.