Louis-udm / VGCN-BERT

MIT License
122 stars 35 forks source link

Classification of sub sentence in a document #5

Open Sharathmk99 opened 4 years ago

Sharathmk99 commented 4 years ago

Hi, Thank you for your great paper and implementation code. I have a document which consist of multiple paragraph, currently we have logic to extract the paragraph and had to classification model for prediction. The disadvantage of this solution is it depends on paragraph logic which is not perfect.

I was thinking if we can build graph using this document split by space then classify every node. Is this possible with your implementation??

Thank you