Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPICT for text classification? #4

Closed
TheodoreGalanos opened this issue Mar 9, 2018 · 2 comments
Closed

DEPICT for text classification? #4

TheodoreGalanos opened this issue Mar 9, 2018 · 2 comments

Comments

@TheodoreGalanos
Copy link

Hello!

First of all thanks for sharing this work, it's amazing!

I have a bit of a peculiar question I guess. Do you think DEPICT could easily be adapted to fit to text classification. I'm really not trained in the field so my simple mind only tells me change Conv layers to 1D and adjust their options and you're good to go, but of course it has to be a whole lot more than that.

Was wondering if you had ever thought of this application and if you think it would work. If not the specific model, then a similar approach to text classification. Seems to fit in the efforts of classifying documents that can take one out of n possible sentiment target values.

Would love to hear your thoughts!

Kind regards,
Theodore.

@herandy
Copy link
Owner

herandy commented Mar 12, 2018

For classification you probably could find models specifically for that task. This could be adapted but I think it would be better suited for unsupervised learning like what we have done in the paper, meaning that your knowledge about the data is vastly more limited compared to supervised learning (No labels). I think there are a lot of models for classification and specifically text classification, LSTMs as well as CNN models.

@TheodoreGalanos
Copy link
Author

Hi @herandy

Thanks a lot for your answer, yeah I was mostly thinking of this in an unsupervised manner. So even if I had the labels, I could use the model's clustering results as an additional input to classification process. The labels we have would mostly help in defining the clusters.

You are right of course, there are loads of other models and I'm using some of them. But none of the has this clustering kind of approach, that could be useful.

But yeah, I'm sure this might mean a complete rehaul even if it is possible, but was worth the ask!

Thanks for the inputs!

Kind regards,
Theodore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants