jinfengr / neural-tweet-search

Multi-Perspective Relevance Matching with Hierarchical ConvNets for Social Media Search (Rao et al. AAAI'19)
Apache License 2.0
26 stars 8 forks source link

some questions about this framwork #6

Closed tanjia123456 closed 4 years ago

tanjia123456 commented 4 years ago

Hello, can your algorithm be used for node classification? I think you quoted the article Convolutional neural networks for mesh-based parcellation of the cerebral cortex. Here I have a question. How should I visualize the results of node classification?

jinfengr commented 4 years ago

Hi @tanjia123456, actually this framework is a classification model. If you check out the loss function of the framework, it's a cross-entropy loss for classification. We simply adapt the framework to a ranking task (by ordering the prediction scores descendingly). But I have no idea about how it can be adapted to the cerebral cortex classification task as I am not familiar with the problem setting.

tanjia123456 commented 4 years ago

Ok, any way, thank you very much! I think I have know how to solve my problem.