My Projects

R&D Projects

Table to Text Generation with Subjectivity and Objectivity

2023 - 2024

Formulated a novel subjective table-to-text generation task, built a new dataset, and outperformed LLMs with a fine-tuned model achieving the highest metric.

Guidance: Prof. Pushpak Bhattacharyya, IIT Bombay

Natural Language Generation from RDF Triples

2023

Developed a state-of-the-art seq-to-seq model using T5-base to generate coherent text from RDF triples on WebNLG, with comprehensive ablation and evaluation.

Guidance: Prof. Pushpak Bhattacharyya, IIT Bombay

Course Projects

Argument Generation with Prompting

Spring, 2023

Performed argument generation on CMV dataset using multi-task prompting on T5 model. The model was trained to optimize all the losses of different objectives.

Course:: CS 772, CSE, IIT Bombay

Picture-based Word Sense Disambiguation

Spring, 2023

Implemented a model to identify correct meaning of an ambiguous word through picture input. Created a novel sample dataset to test the results.

Course: CS 772, CSE, IIT Bombay

Ghar Dhundo

Autumn, 2022

Building a website to find various homes or apartments for buying, renting or leasing based on different demographics, features and facilities.

Course: CS 699, CSE, IIT Bombay

Developing Containers for Virtualization and Analyzing Live Migration Performances

Spring, 2024

Developed a lightweight container from scratch, and analyzed its live migration downtime through experiments.

Course: CS 695, CSE, IIT Bombay

Multi-threaded Web Server

Autumn, 2022

Built a webserver with multiple threads, capable of handling many clients at the same time over TCP sockets. HTTP requests are served successfully and also the performance bottlenecks are optimized.

Course: CS 744, CSE, IIT Bombay

POS Tagging Using Encoder-Decoder and FFNN

Spring, 2023

Developed two seperate models for POS Tagging on the universal tagset using Encoder-Decoder architecture and Feed-forward Neural Network.

Course: CS 772, CSE, IIT Bombay

Linux Shell Functions Implementation

Autumn, 2022

Implemented functional properties of a linux shell. Background process, foreground process, forking, reaping, process memory management and signal handling have been implemented along with efficient testing.

Course: CS 744, CSE, IIT Bombay

Dynamics of Challenges Faced in Building a Startup

Spring, 2023

Analysed various social, economic and dynamic challenges faced by a startup system. Modeled them and simulated to find right situation for a startup growth.

Course: CS 752, CSE, IIT Bombay

Mental Health Prediction Using Machine Learning Models

Autumn, 2022

A dataset of personal life-based answers of tech people is used to predict mental health. Various models are used and the best of them are mentioned.

Course: CS 725, CSE, IIT Bombay

Old Self Projects

Hospital Management System

2021

Our proposed system will automate processes with better accuracy, integrate barcode-based patient and inventory tracking, ensure safety and social distancing, offer a user-friendly and expandable interface, with minor added costs for cloud and technology integration.

𝒒𝑹 Characterization and Polar Plot

2020

We proposed peptide vaccines and developed a 2D Polar plot method using biochemical properties of amino acids to compute a characteristic qR value for nucleotide and protein sequences.

Stock Market Prediction Model

2019

A simple model using LSTM to fit a curve in stock prices of previous recordings.

Random Walk Model

2021

Random walk is a popular model of statistics which represents the possible path distance with randomisation with a given time quanta.