Yunya Song

dblp:165/3067 · DBLP profile ↗
← Back
5ranked-venue papers in the field
0as first author
5since 2021 · last 2023
0000-0001-5159-1689ORCID · corroborated

Domains — venue-derived; a paper can count in several

Big Data, Cloud & Distributed Data Systems · 3Data Mining & Knowledge Discovery · 1Information Retrieval & Web Search · 1
YearPublicationVenuePosition
2023 RTANet: Recommendation Target-Aware Network Embedding
abstract
Network embedding is a process of encoding nodes into latent vectors by preserving network structure and content information. It is used in various applications, especially in recommender systems. In a social network setting, when recommending new friends to a user, the similarity between the user's embedding and the target friend will be examined. Traditional methods generate user node embedding without considering the recommendation target. No matter which target is to be recommended, the same embedding vector is generated for that particular user. This approach has its limitations. For example, a user can be both a computer scientist and a musician. When recommending music friends with potentially the same taste to him, we are interested in getting his representation that is useful in recommending music friends rather than computer scientists. His corresponding embedding should consider the user's musical features rather than those associated with computer science with the awareness that the recommendation targets are music friends. In order to address this issue, we propose a new framework which we name it as Recommendation Target-Aware Network embedding method (RTANet). Herein, the embedding of each user is no longer fixed to a constant vector, but it can vary according to their specific recommendation target. Concretely, RTANet assigns different attention weights to each neighbour node, allowing us to obtain the user's context information aggregated from its neighbours before transforming this context into its embedding. Different from other graph attention approaches, the attention weights in our work measure the similarity between each user's neighbour node and the target node, which in return generates the target-aware embedding. To demonstrate the effectiveness of our method, we compared RTANet with several state-of-the-art network embedding methods on four real-world datasets and showed that RTANet outperforms other comparative methods in the recommendation tasks.
Qimeng Cao, Qing Yin, Yunya Song, Zhihua Wang 0008, Yujun Chen, Xian Yang 0001
ICWSM3
2022 Sentiment Analysis of Political Posts on Hong Kong Local Forums Using Fine-Tuned mBERT
abstract
Sentiment analysis is an important and challenging task in natural language processing. It has been studied for a few decades. Recently, Bidirectional Encoder Representations from Transformer (BERT) model has been introduced to tackle this task and gain very promising results. However, most existing studies on fine-tuning BERT models for sentiment analysis focus on high-resource language (e.g., En-glish or Mandarin). This paper studies the sentiment analysis of Cantonese political posts on Hong Kong local forums. We first collected and labeled posts related to Anti-Extradition Law Amendment Bill (Anti-ELAB) movement in Hong Kong discussion forums. We then examined the performance of dictionary-based sentiment analysis, traditional machine learning-based, fine-tuned BERT and fine-tuned multilingual BERT (mBERT) models. Our results show that fine-tuned mBERT model achieves the best performance on our collected and labeled Cantonese dataset.
Guanrong Li, Minzhu Zhao, Yunya Song, Liang Lan
IEEE Big Data4
2022 An AI-based System to Assist Human Fact-Checkers for Labeling Cantonese Fake News on Social Media
abstract
Preventing the spread of fake news is one of the most challenging issues in the age of social media. Traditional manual fact-checking (i.e., expert-based and crowd-sourced fact-checking) is time-consuming and labor-extensive, which cannot scale up with the unprecedented amount of dis- and mis-information on social media. Automated fact-checking based on machine learning is a promising strategy to address the scalability issues. Nevertheless, an end-to-end full automated fact-checking system without human supervision is still impractical. A more realistic solution will be developing an Artificial Intelligence (AI)-based system to facilitate the human fact-checkers during the fact-checking process. Therefore, this paper proposes a novel annotation system to facilitate human fact-checkers. With our designed procedures and schema, our developed system can help to improve the efficiency and effectiveness of human fact-checkers by automatically identifying worth-to-check news. We conduct a real-case study to demonstrate that our system can effectively identify worth-to-check news and ease the annotation process with the help of several automatic detection functions.
Zi Hen Lin, Minzhu Zhao, Yunya Song, Liang Lan
IEEE Big Data4
2021 A Study of Cantonese Covid-19 Fake News Detection on Social Media
abstract
With the prevalence of social media, fake news has become one of the greatest challenges in journalism, which has weakened public trust in news outlets and authorities. During the COVID-19 epidemic, the widely circulated pandemic-related fake news on social media misleads or threatens the public. Recent works have investigated fake news detection on social platforms in English and Mandarin, though Cantonese fake news has been understudied. To pave the way for Cantonese COVID-19 fake news detection, we first presented an annotated COVID-19 related Cantonese fake news dataset collected from a popular local discussion forum in Hong Kong. Then, we explored the dataset by applying topic modeling to identify the topics that contain the most significant amount of fake news. Moreover, we evaluated both traditional machine learning algorithms and deep learning algorithms for Cantonese fake news detection. Our empirical results show that deep learning based methods perform slightly better than traditional machine learning methods on TF-IDF features.
Minzhu Zhao, Yunya Song, Liang Lan
IEEE BigData4
2021 Label Dependent Attention Model for Disease Risk Prediction Using Multimodal Electronic Health Records
abstract
Disease risk prediction has attracted increasing attention in the field of modern healthcare, especially with the latest advances in artificial intelligence (AI). Electronic health records (EHRs), which contain heterogeneous patient information, are widely used in disease risk prediction tasks. One challenge of applying AI models for risk prediction lies in generating interpretable evidence to support the prediction results while retaining the prediction ability. In order to address this problem, we propose the method of jointly embedding words and labels whereby attention modules learn the weights of words from medical notes according to their relevance to the names of risk prediction labels. This approach boosts interpretability by employing an attention mechanism and including the names of prediction tasks in the model. However, its application is only limited to the handling of textual inputs such as medical notes. In this paper, we propose a label dependent attention model LDAM to 1) improve the interpretability by exploiting Clinical-BERT (a biomedical language model pre-trained on a large clinical corpus) to encode biomedically meaningful features and labels jointly; 2) extend the idea of joint embedding to the processing of timeseries data, and develop a multi-modal learning framework for integrating heterogeneous information from medical notes and time-series health status indicators. To demonstrate our method, we apply LDAM to the MIMIC-III dataset to predict different disease risks. We evaluate our method both quantitatively and qualitatively. Specifically, the predictive power of LDAM will be shown, and case studies will be carried out to illustrate its interpretability.
Qing Yin, Yunya Song, Yike Guo, Xian Yang 0001
ICDM3