← Search

Jiandong Ding

6 accepted papers

2026

Invariant Feature Learning for Counterfactual Watch-time Prediction in Video Recommendation

AAAI 2026technical

Video recommendation systems heavily rely on user watch time feedback, making accurate watch time prediction a crucial task. However, this task inherently suffers from bias, as recommendation models tend to favor long-duration videos to maximize watch time. This issue, known as duration bias in the

Cited by 0SourcePDFScholar
2023

Continual Graph Convolutional Network for Text Classification

AAAI 2023technical

Graph convolutional network (GCN) has been successfully applied to capture global non-consecutive and long-distance semantic information for text classification. However, while GCN-based methods have shown promising results in offline evaluations, they commonly follow a seen-token-seen-document para…

2023

Neural Topic Modeling based on Cycle Adversarial Training and Contrastive Learning

ACL 2023findings

Neural topic models have been widely used to extract common topics across documents. Recently, contrastive learning has been applied to variational autoencoder-based neural topic models, achieving promising results. However, due to the limitation of the unidirectional structure of the variational au…

2022

EPiDA: An Easy Plug-in Data Augmentation Framework for High Performance Text Classification

NAACL 2022long

Recent works have empirically shown the effectiveness of data augmentation (DA) in NLP tasks, especially for those suffering from data scarcity. Intuitively, given the size of generated data, their diversity and quality are crucial to the performance of targeted tasks. However, to the best of our kn…

2021

DP-SSL: Towards Robust Semi-supervised Learning with A Few Labeled Samples

NeurIPS 2021poster

The scarcity of labeled data is a critical obstacle to deep learning. Semi-supervised learning (SSL) provides a promising way to leverage unlabeled data by pseudo labels. However, when the size of labeled data is very small (say a few labeled samples per class), SSL performs poorly and unstably, pos…

Cited by 36SourcePDFScholar
2021

Weakly-supervised Text Classification Based on Keyword Graph

EMNLP 2021main

Weakly-supervised text classification has received much attention in recent years for it can alleviate the heavy burden of annotating massive data. Among them, keyword-driven methods are the mainstream where user-provided keywords are exploited to generate pseudo-labels for unlabeled texts. However,…