Open phpduke opened 5 years ago
Hey, I am applying in RGSoC this year and would like to get assigned to this issue.
Hey, I am applying in RGSoC this year and would like to get assigned to this issue.
Sure @Mishrasubha . Can you please post ideas that you have in mind for solving this problem in the slack group?
A.'I got into university X' and there will be 50 messages like - 'wow', 'nice', 'congrats', 'you did it'
B. For multiple languages
Is your feature request related to a problem? Please describe. Yes. Typically in group conversation of chat apps, we find that one of person says for example 'I got into university X' and there will be 50 messages like - 'wow', 'nice', 'congrats', 'you did it', etc. All of these messages have equal status that of a "message" so when another user comes online 3 hrs later, he has to scroll up through 50 such messages to find out what the main message actually was. So in active group people miss a lot of imp messages.
Describe the solution you'd like Ideally such messages should be identified as comment and by default shown in collapsed mode under the main post. In above scenario, main message would be "I got into university X" and below it should be "50 comments made" and no more, clicking on this link should open them all.
Describe alternatives you've considered Providing a default comment option but that is user dependent and will require educating users to use chat app more responsibly which is not always practical. Its better if we can do this using NLP.
Additional context One challenge using NLP approach to solving this problem is, for multiple languages, we will need multiple trained modules which is not scalable across multiple languages. This is an open problem for us at the moment and it will be amazing if someone can come up with a solution that is scalable across multiple low resource languages.