Suborno Deb Bappon (@subornodeb) 's Twitter Profile
Suborno Deb Bappon

@subornodeb

Graduate Research & Teaching Assistant,
Department of Computer Science,
University of Saskatchewan, Canada.

ID: 1753284508286341120

linkhttps://sites.google.com/view/subornodebbappon calendar_today02-02-2024 05:09:47

6 Tweet

17 Followers

184 Following

Saikat Mondal (@saikatcsebd) 's Twitter Profile Photo

The pre-print of our MSR 2025 Mining Challenge paper "Enhancing User Interaction in ChatGPT: Characterizing and Consolidating Multiple Prompts for Issue Resolution" is available in the following links. arxiv.org/abs/2402.04568 Suborno Deb Bappon Chanchal Roy

Saikat Mondal (@saikatcsebd) 's Twitter Profile Photo

Happy to share that our RT paper "AUTOGENICS: Automated Generation of Context-Aware Inline Comments for Code Snippets on Programming Q&A Sites Using #LLM" has been accepted at the IEEE SCAM Conference 2024 conference! with Suborno Deb Bappon & Banani Roy Preprint will be available soon.

Collin McMillan (@profmcmillan) 's Twitter Profile Photo

LLMs are not magic: they need to see code in context just like people do. This paper observes that code comments generated by LLMs "are less effective for shorter code snippets" -- because they lack any context! Suborno Deb Bappon, Saikat Mondal, Banani Roy arxiv.org/abs/2408.15411

Suborno Deb Bappon (@subornodeb) 's Twitter Profile Photo

Just solved "Group Anagrams" (Problem No: 49) on LeetCode! 🔥 Used sorting to create a unique signature for each word and grouped them in a dictionary. Efficient and clean solution! 💡 Check it out here: github.com/Suborno-Deb-Ba… #Python #LeetCode #Algorithms