← Search

Jihong Ouyang

11 accepted papers

2024

Aspect-Based Sentiment Analysis with Explicit Sentiment Augmentations

AAAI 2024technical

Aspect-based sentiment analysis (ABSA), a fine-grained sentiment classification task, has received much attention recently. Many works investigate sentiment information through opinion words, such as "good'' and "bad''. However, implicit sentiment data widely exists in the ABSA dataset, whose sentim…

Cited by 10SourcePDFScholar
2024

Generalized Variational Inference via Optimal Transport

AAAI 2024technical

Variational Inference (VI) has gained popularity as a flexible approximate inference scheme for computing posterior distributions in Bayesian models. Original VI methods use Kullback-Leibler (KL) divergence to construct variational objectives. However, KL divergence has zero-forcing behavior and is…

2024

Positive and Unlabeled Learning with Controlled Probability Boundary Fence

ICML 2024poster

Positive and Unlabeled (PU) learning refers to a special case of binary classification, and technically, it aims to induce a binary classifier from a few labeled positive training instances and loads of unlabeled instances. In this paper, we derive a theorem indicating that the probability boundary…

Cited by 3SourcePDFScholar
2024

WPML3CP: Wasserstein Partial Multi-Label Learning with Dual Label Correlation Perspectives

IJCAI 2024poster

Partial multi-label learning (PMLL) refers to a weakly-supervised classification problem, where each instance is associated with a set of candidate labels, covering its ground-truth labels but also with irrelevant ones. The current methodology of PMLL is to estimate the ground-truth confidences of c…

2023

Learning with Partial Labels from Semi-supervised Perspective

AAAI 2023technical

Partial Label (PL) learning refers to the task of learning from the partially labeled data, where each training instance is ambiguously equipped with a set of candidate labels but only one is valid. Advances in the recent deep PL learning literature have shown that the deep learning paradigms, e.g.,…

2023

Variational Wasserstein Barycenters with C-cyclical Monotonicity Regularization

AAAI 2023technical

Wasserstein barycenter, built on the theory of Optimal Transport (OT), provides a powerful framework to aggregate probability distributions, and it has increasingly attracted great attention within the machine learning community. However, it is often intractable to precisely compute, especially for…

2022

Weakly-supervised Text Classification with Wasserstein Barycenters Regularization

IJCAI 2022poster

Weakly-supervised text classification aims to train predictive models with unlabeled texts and a few representative words of classes, referred to as category words, rather than labeled texts. These weak supervisions are much more cheaper and easy to collect in real-world scenarios. To resolve this t…

2022

Who Is Your Right Mixup Partner in Positive and Unlabeled Learning

ICLR 2022poster

Positive and Unlabeled (PU) learning targets inducing a binary classifier from weak training datasets of positive and unlabeled instances, which arise in many real-world applications. In this paper, we propose a novel PU learning method, namely Positive and unlabeled learning with Partially Positive…

Cited by 36SourcePDFScholar
2021

Extracting Topics with Simultaneous Word Co-occurrence and Semantic Correlation Graphs: Neural Topic Modeling for Short Texts

EMNLP 2021finding

Short text nowadays has become a more fashionable form of text data, e.g., Twitter posts, news titles, and product reviews. Extracting semantic topics from short texts plays a significant role in a wide spectrum of NLP applications, and neural topic modeling is now a major tool to achieve it. Motiva…

2021

Semi-Supervised Text Classification with Balanced Deep Representation Distributions

ACL 2021long

Semi-Supervised Text Classification (SSTC) mainly works under the spirit of self-training. They initialize the deep classifier by training over labeled texts; and then alternatively predict unlabeled texts as their pseudo-labels and train the deep classifier over the mixture of labeled and pseudo-la…