abaheti95
Research Scientist at Databricks Mosaic Research. Past, PhD from Georgia Tech. I work on large language models and reinforcement learning.
DatabricksSan Francisco, CA
Pinned Repositories
abaheti95.github.io
:sparkles: Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
Advance-Digital-Image-Processing-and-Computer-Vision-Assingments
All of my course codes related to Advance Digital Image Processing and Computer Vision are present in this folder
Barrier-Coverage
This is my BTP project. This is basically a simulation code for testing the performance of my designed algorithms
DC-NeuralConversation
OpenNMT based Neural Conversation model which implements Topic and Semantic Distributional Constraints to improve quality of generated responses
Deep-Learning
I'll put all the valuable tutorials and starter codes of deep learning here.
HMM-LDA
"Integrating Topics and Syntax" T.L. Griffiths et al. C++ implementation of HMM-LDA. Inspired by katsuya94/hmm-lda
LoL-RL
Advantage Leftover Lunch Reinforcement Learning (A-LoL RL): Improving Language Models with Advantage-based Offline Policy Gradients
paquora
The aim of this project is to devise a machine learning method to identify the personality traits of a user based on his/her answers on Q&A website Quora.
QADialogSystem
We design models that generate conversational responses for factual questions using expert answer phrases from Question Answering systems.
ToxiChat
Code and data for the EMNLP 2021 paper "Just Say No: Analyzing the Stance of Neural Dialogue Generation in Offensive Contexts". Coming soon!
abaheti95's Repositories
abaheti95/Deep-Learning
I'll put all the valuable tutorials and starter codes of deep learning here.
abaheti95/DC-NeuralConversation
OpenNMT based Neural Conversation model which implements Topic and Semantic Distributional Constraints to improve quality of generated responses
abaheti95/LoL-RL
Advantage Leftover Lunch Reinforcement Learning (A-LoL RL): Improving Language Models with Advantage-based Offline Policy Gradients
abaheti95/QADialogSystem
We design models that generate conversational responses for factual questions using expert answer phrases from Question Answering systems.
abaheti95/ToxiChat
Code and data for the EMNLP 2021 paper "Just Say No: Analyzing the Stance of Neural Dialogue Generation in Offensive Contexts". Coming soon!
abaheti95/HMM-LDA
"Integrating Topics and Syntax" T.L. Griffiths et al. C++ implementation of HMM-LDA. Inspired by katsuya94/hmm-lda
abaheti95/paquora
The aim of this project is to devise a machine learning method to identify the personality traits of a user based on his/her answers on Q&A website Quora.
abaheti95/abaheti95.github.io
:sparkles: Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
abaheti95/Advance-Digital-Image-Processing-and-Computer-Vision-Assingments
All of my course codes related to Advance Digital Image Processing and Computer Vision are present in this folder
abaheti95/Barrier-Coverage
This is my BTP project. This is basically a simulation code for testing the performance of my designed algorithms
abaheti95/c-swm
Contrastive Learning of Structured World Models
abaheti95/ElectoralDB
The aim of this project was to create a user friendly web tool to manage electoral data. It has different views for different users of the website with different permission. Django is used for the backend.
abaheti95/Gaussian-HMM
A C++ based G-HMM implementation
abaheti95/Lisp-Interpreter
Very basic version of Lisp Interpreter designed as a part of homework of CSE 6341: Programming Langauges
abaheti95/OSlab
All os laboratory assignment codes
abaheti95/TinyC_Compiler
The project contains a compiler of scaled down C language