Skip to content

Large-scale semi-supervised annotation (self-learning, co-training) for text (code for papers @ KDD17, @ KAIS19); Repository maintained by Vasileios Iosifidis.

License

Notifications You must be signed in to change notification settings

AIML-research/Semi-Supervised-Learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semi-Supervised-Learning

In this repository, we have implemented semi-supervised methods for text classification which can be deployed in SPARK distributed system.

Under the TwitterPreprocessing, we have implemented the text preprocessing part of our process.

Self-Learning, Co-Training classification have been implemented for textual classification.

Implementation link

Derived labels link

Crowdsourced labels link

Promo video link

Paper link

In order to cite our work please use this reference:

@inproceedings{iosifidis2017large, title={Large scale sentiment learning with limited labels}, author={Iosifidis, Vasileios and Ntoutsi, Eirini}, booktitle={Proceedings of the 23rd ACM SIGKDD international conference on knowledge discovery and data mining}, pages={1823--1832}, year={2017}, organization={ACM} }

About

Large-scale semi-supervised annotation (self-learning, co-training) for text (code for papers @ KDD17, @ KAIS19); Repository maintained by Vasileios Iosifidis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 56.9%
  • Java 43.1%