etherlabsio / ai-engine

Core AI services and functions powering the ETHER Platform
MIT License
0 stars 0 forks source link

Topic Change Detection #134

Open vdpappu opened 4 years ago

vdpappu commented 4 years ago

Let's discuss the potential next steps for improving topic change detection and update the activities here.

reaganrewop commented 4 years ago

The ideal goal for the topic change detection is to, slice the meeting into multiple partition where each partition carries enough information to redeem itself as a discussion.

The following needs to be addressed to achieve this:

going with our current implementation, I made few extra implementations to try to fix the last issue.

doing this increased the accuracy of the communities by a large amount and no overlapping groups would be formed.

reaganrewop commented 4 years ago

To improve the current communities approach (the one on staging) or to be precise, to understand what is best for communities, I went through few papers and methods to understand how effective it can be. Based on that I made few changes to the algorithm.

Based on the validation set, the accuracy increased form 47 percent to 79 percent.