Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

publications

Augmented SBERT: Data Augmentation Method for Improving Bi-Encoders for Pairwise Sentence Scoring Tasks

Published in Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT), 2021

A simple yet efficient data augmentation strategy using the cross-encoder to label training data for training the bi-encoder for pairwise sentence scoring tasks.

Recommended citation: https://aclanthology.org/2021.naacl-main.28/

talks

teaching

CS 135 Designing Functional Programs

Fall 2021, University of Waterloo, 2021

Worked as TA for the CS 135 undergraduate-level course on Designing Functional Programs in University of Waterloo. Addressed students’ doubts and marked student assignments weekly on Racket.

CS 136 Elementary Algorithm Design and Data Abstraction

Winter 2022, University of Waterloo, 2022

Worked as TA for the CS 136 undergraduate-level course on Elementary Algorithm Design and Data Abstraction in University of Waterloo. Addressed students’ doubts and marked student assignments weekly in C Programming.

CS 241 Foundations of Sequential Programs

Spring 2023, University of Waterloo, 2023

Worked as TA for the CS 241 undergraduate-level course on Foundations of Sequential Programs in University of Waterloo. Addressed students’ doubts and marked student assignments weekly in C Programming.

CS 479/679 Introduction to Artificial Intelligence

Winter 2023, University of Waterloo, 2023

Worked as TA for the CS 479/679 undergraduate and graduate level mixed course on Introduction to Artificial Intelligence in University of Waterloo. Addressed students’ doubts and wrote and evaluated a whole assignment by myself. In this assignment, I asked students to code basic foundational principles in neural networks, including the model forward pass, backpropogation algorithm from scratch (using numpy only) and multiple different loss functions. I also set a regression and classification problem for the students to evaluate. All the codes were written in Python.

CS 370 Numerical Approximation

Fall 2023, University of Waterloo, 2023

Worked as TA for the CS 370 undergraduate level course on Numerical Approximation in University of Waterloo. Addressed students’ doubts by taking office hours for all four assignments. Created Video solutions for one of the assignments. Delved concepts such as systems of ODEs, Euler approximation, Runge-Kutta approximation and Discerete Fourier Transforms (DFTs). All codes were written in Python.