This Repo Contains the code and presentation of IIT (BHU) Varanasi Team for the event BRIDGEi2i's Automatic Headline And Sentiment Generator at Inter IIT Tech Meet '21. Our Team secured a Silver Medal at the event.
We briefly explain the salient features of our approach here. In #Approach, we explain each task in detail.
- Binary classification for mobile-theme identification is not a very difficult task.
- The amount of data being processed in this step is about 4 times that being processed in the other steps. This is because the ratio of mobile-themed to non-mobile themed data is about 1:3, and we only need to do the other tasks on mobile-themed data.
- Therefore it makes sense to use simpler and faster models for this step.
- Headline generation is a difficult task, which yielded poor results on multilingual data.
- Translating all data to English language using an accurate model not only provides greater scope for scalability to additional languages, it even improves performance on other tasks for which we may already have superior pretrained models in English.
- The set of all possible mobile brands is a modestly-sized set
- Using regex matching instead of framing it as an NER problem is much faster and often more reliable.
- We tried a lot of possible variants but T5 performed the best.
Aditya Kumar |
Ankit Sinha |
Kshitij Parvani |
Lakshya Rathore |
Pranav Ajit Nair |
Satyam kumar yadav |
Shivam Singh |