Preprocess for Text Classification
kentwhf opened this issue · 2 comments
kentwhf commented
Hi,
I am interested in applying SGC to some other text classification datasets. How did you prepossess the dataset?
Many thanks ahead
kentwhf commented
Also, is it possible to release the original text data in .txt format (eg. R8.txt)? I might want try some sensitivity analysis on embedding size as well
felixgwu commented
Hi @kentwhf,
Thank you for your interest. Our text classification code is a modified clone of the TextGCN repo. Unfortunately, we simply use their preprocessed data, so we don't have the details of how they preprocess the data. Please contact the author of TextGCN for the data preprocessing.