paper-with-me

Papers

Investigating Semi-Supervised Learning Algorithms in Text Datasets

2024-01-03 · Himmet Toprak Kesgin, Mehmet Fatih Amasyali

Using large training datasets enhances the generalization capabilities of neural networks. Semi-supervised learning (SSL) is useful when there are few labeled data and a lot of unlabeled data. SSL methods that use data augmentation are most successful for image datasets. In contrast, texts do not have consistent augmentation methods as images. Consequently, methods that use augmentation are not as effective in text data as they are in image data. In this study, we compared SSL algorithms that do not require augmentation; these are self-training, co-training, tri-training, and tri-training with disagreement. In the experiments, we used 4 different text datasets for different tasks. We examined the algorithms from a variety of perspectives by asking experiment questions and suggested several improvements. Among the algorithms, tri-training with disagreement showed the closest performance to the Oracle; however, performance gap shows that new semi-supervised algorithms or improvements in existing methods are needed.

📄 PDF Abstract BibTeX arXiv:2401.01843

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Feature Ranking for Semi-supervised Learning

2020-08-10 · Matej Petković, Sašo Džeroski, Dragi Kocev

The data made available for analysis are becoming more and more complex along several directions: high dimensionality, number of examples and the amount of labels per example. This poses a variety of challenges for the e…

ClassificationGeneral ClassificationHierarchical Multi-label ClassificationMulti-Label Classification+3

Semi-Supervised Offline Reinforcement Learning with Action-Free Trajectories

2022-10-12 · Qinqing Zheng, Mikael Henaff, Brandon Amos, Aditya Grover

Natural agents can effectively learn from multiple data sources that differ in size, quality, and types of measurements. We study this heterogeneity in the context of offline reinforcement learning (RL) by introducing a …

D4RLOffline RLreinforcement-learningReinforcement Learning+1

Improved Graph-based semi-supervised learning Schemes

2024-06-30 · Farid Bozorgnia

In this work, we improve the accuracy of several known algorithms to address the classification of large datasets when few labels are available. Our framework lies in the realm of graph-based semi-supervised learning. Wi…

A*HAR: A New Benchmark towards Semi-supervised learning for Class-imbalanced Human Activity Recognition

2021-01-13 · Govind Narasimman, Kangkang Lu, Arun Raja, Chuan Sheng Foo 외

Despite the vast literature on Human Activity Recognition (HAR) with wearable inertial sensor data, it is perhaps surprising that there are few studies investigating semisupervised learning for HAR, particularly in a cha…

Activity RecognitionHuman Activity Recognition

Online Semi-Supervised Learning with Bandit Feedback

2020-10-23 · ICLR Workshop LLD 2019 · Sohini Upadhyay, Mikhail Yurochkin, Mayank Agarwal, Yasaman Khazaeni 외

We formulate a new problem at the intersectionof semi-supervised learning and contextual bandits,motivated by several applications including clini-cal trials and ad recommendations. We demonstratehow Graph Convolutional …

ImputationMulti-Armed Bandits