<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Projects | Vedaant Jain</title><link>https://vedaantjain.netlify.app/project/</link><atom:link href="https://vedaantjain.netlify.app/project/index.xml" rel="self" type="application/rss+xml"/><description>Projects</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Tue, 10 Sep 2024 00:00:00 +0000</lastBuildDate><image><url>https://vedaantjain.netlify.app/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_512x512_fill_lanczos_center_3.png</url><title>Projects</title><link>https://vedaantjain.netlify.app/project/</link></image><item><title>Quacer-C- Quantitative Certification of Knowledge Comprehension in LLMs</title><link>https://vedaantjain.netlify.app/project/quacer-c/</link><pubDate>Tue, 10 Sep 2024 00:00:00 +0000</pubDate><guid>https://vedaantjain.netlify.app/project/quacer-c/</guid><description>&lt;p>QuaCer-C is a framework for quantitatively certifying the knowledge comprehension capabilities of Large Language Models (LLMs). Using the structured nature of knowledge graphs, we are able to derive specifications for reasoning over unstructured data like text providing a way to formally understanding reasoning using exact confidence intervals.&lt;/p>
&lt;p>Authors: Isha Chaudhary, Vedaant Jain, Gagandeep Singh&lt;/p></description></item><item><title>HumorDB</title><link>https://vedaantjain.netlify.app/project/humordb/</link><pubDate>Wed, 12 Jun 2024 00:00:00 +0000</pubDate><guid>https://vedaantjain.netlify.app/project/humordb/</guid><description>&lt;p>HumorDB is a novel image-only dataset designed to advance visual humor understanding in AI systems. It consists of carefully curated image pairs with contrasting humor ratings, emphasizing subtle visual cues that trigger humor while mitigating potential biases. The dataset enables evaluation through binary classification, range regression, and pairwise comparison tasks.&lt;/p>
&lt;p>Authors: Vedaant Jain, Felipe Feitosa, Gabriel Kreiman&lt;/p></description></item><item><title>Parkinson's Disease Progression</title><link>https://vedaantjain.netlify.app/project/parkinsonsimulation/</link><pubDate>Sun, 12 May 2024 00:00:00 +0000</pubDate><guid>https://vedaantjain.netlify.app/project/parkinsonsimulation/</guid><description>&lt;p>This project addresses limitations in Parkinson&amp;rsquo;s Disease (PD) research by creating synthetic data that aims to simulate changes in facial features associated with PD progression. Using diffusion models and inpainting techniques, we developed a pipeline to generate realistic image pairs representing the transition from healthy to PD-affected facial states. Additionally, we utilized evaluations based on training classification models on the synthetic data. We also explored Model generalization using subset of FFHQ dataset and saw improvement by 5% over previous model baseline.&lt;/p></description></item><item><title>Curriculum Learning for Embodied Planning with LLMs</title><link>https://vedaantjain.netlify.app/project/embodiedcurriculum/</link><pubDate>Fri, 10 May 2024 00:00:00 +0000</pubDate><guid>https://vedaantjain.netlify.app/project/embodiedcurriculum/</guid><description>&lt;p>This project explores the application of Curriculum Learning to improve the performance of GPT-2 models in Embodied Natural Language Processing tasks using the ALFWorld dataset. We developed curricula for both Action Modeling and Reinforcement Learning stages, demonstrating significant improvements in task success rates and action efficiency.&lt;/p>
&lt;p>Authors: Bohan Liu, Vedaant Jain, Aarohi Gupta&lt;/p>
&lt;p>Key aspects of this research include:&lt;/p>
&lt;ul>
&lt;li>Developing difficulty scoring mechanisms for task demonstrations&lt;/li>
&lt;li>Creating &amp;ldquo;Easy&amp;rdquo; and &amp;ldquo;Hard&amp;rdquo; curriculum sets to structure model training&lt;/li>
&lt;li>Investigating the impact of curricula on model generalization across task types&lt;/li>
&lt;li>Exploring the potential of few-shot learning with large language models&lt;/li>
&lt;li>Demonstrating the effectiveness of a two-stage &amp;ldquo;easy-then-hard&amp;rdquo; curriculum in Reinforcement Learning&lt;/li>
&lt;/ul>
&lt;p>Our results show that carefully designed curricula can enhance model performance, improve generalization to unseen tasks, and increase learning efficiency in embodied AI environments.&lt;/p></description></item><item><title>LLMs Mimic Reddit</title><link>https://vedaantjain.netlify.app/project/redditsimulations/</link><pubDate>Fri, 10 May 2024 00:00:00 +0000</pubDate><guid>https://vedaantjain.netlify.app/project/redditsimulations/</guid><description>&lt;p>This project explores the potential of Large Language Models (LLMs) to accurately simulate user behavior in Reddit communities. We investigate if LLMs can effectively mimic the communication patterns of specific users when provided with their comment history as context, focusing on the r/science subreddit.&lt;/p>
&lt;p>Authors: Vedaant Jain*, Yoshee Jain∗, Ishq Gupta, Aditi Shrivastava, Koustuv Saha, Eshwar Chandrasekharan&lt;/p>
&lt;p>Key aspects of this research include:&lt;/p>
&lt;ul>
&lt;li>Developing prompting strategies for comment prediction and masked fill-in-the-blank tasks&lt;/li>
&lt;li>Evaluating LLM performance on style similarity (formality, syntax) and content similarity (semantics, emotions)&lt;/li>
&lt;li>Analyzing the accuracy of LLMs in replicating user-specific communication nuances&lt;/li>
&lt;li>Exploring the potential applications in automated moderation and prosocial behavior promotion&lt;/li>
&lt;/ul></description></item><item><title>Multi-Modal Information Extraction from Academic Resumes</title><link>https://vedaantjain.netlify.app/project/resumeextraction/</link><pubDate>Wed, 10 May 2023 00:00:00 +0000</pubDate><guid>https://vedaantjain.netlify.app/project/resumeextraction/</guid><description>&lt;p>This project addresses the challenge of extracting structured information from academic resumes, which often span multiple pages and contain complex, domain-specific content. We developed a novel approach combining document layout analysis and sequence tagging to accurately segment and extract key information from various resume sections.&lt;/p>
&lt;p>Key aspects of this research include:&lt;/p>
&lt;ul>
&lt;li>Utilizing Document-Image-Transformer (DiT) for title detection and resume sectioning&lt;/li>
&lt;li>Implementing BERT-based sequence tagging models for information extraction from specific sections (education, employment, publications)&lt;/li>
&lt;li>Creating a labeled dataset of 30+ academic resumes (250+ pages) for model training and evaluation&lt;/li>
&lt;/ul></description></item><item><title>Neural Style Transfer with Rust and PyTorch</title><link>https://vedaantjain.netlify.app/project/styletransferweb/</link><pubDate>Sat, 10 Dec 2022 00:00:00 +0000</pubDate><guid>https://vedaantjain.netlify.app/project/styletransferweb/</guid><description>&lt;p>This project implements artistic style transfer using Convolutional Neural Networks (CNNs) in Rust. It combines the content of one image with the artistic style of another, creating unique visual outputs. The system is deployed as a web application, allowing users to easily interact with the model through a REST API.&lt;/p>
&lt;p>Key features of this project include:&lt;/p>
&lt;ul>
&lt;li>Implementation of neural style transfer algorithms using Rust bindings for PyTorch&lt;/li>
&lt;li>GPU-accelerated model training for improved performance&lt;/li>
&lt;li>Development of a REST API for seamless integration between the user interface and the server hosting the model&lt;/li>
&lt;li>Web-based interface for users to upload content and style images and receive stylized outputs&lt;/li>
&lt;/ul></description></item></channel></rss>