← Search

Aditya Kanade

8 accepted papers

2025

An empirical study of validating synthetic data for formula generation

NAACL 2025findings

Large language models (LLMs) can be leveraged to help write formulas in spreadsheets, but formula data resources are scarce, impacting both the base performance of pre-trained models and limiting the ability to fine-tune them. Given a corpus of formulas, we can use another model to generate syntheti…

Cited by 2SourcePDFScholar
2025

NextCoder: Robust Adaptation of Code LMs to Diverse Code Edits

ICML 2025poster

Software engineering activities frequently involve edits to existing code. However, contemporary code language models (LMs) lack the ability to handle diverse types of code-edit requirements. In this work, we attempt to overcome this shortcoming through (1) a novel synthetic data generation pipeline…

Cited by 0SourcePDFScholar
2024

FLAME: A Small Language Model for Spreadsheet Formulas

AAAI 2024technical

Spreadsheets are a vital tool for end-user data management. Using large language models for formula authoring assistance in these environments can be difficult, as these models are expensive to train and challenging to deploy due to their size (up to billions of parameters). We present FLAME, a tran…

Cited by 10SourcePDFScholar
2023

Attention-Guided Deep Learning Framework For Movement Quality Assessment

ICASSP 2023accepted

Physical rehabilitation programs frequently begin with a brief stay in the hospital and continue with home-based rehabilitation. Lack of feedback on exercise correctness is a significant issue in home-based rehabilitation. Deep learning-based movement quality assessment (MQA) can assist with home-ba…

Cited by 0SourceScholar
2023

Monitor-Guided Decoding of Code LMs with Static Analysis of Repository Context

NeurIPS 2023poster

Language models of code (LMs) work well when the surrounding code provides sufficient context. This is not true when it becomes necessary to use types, functionality or APIs defined elsewhere in the repository or a linked library, especially those not seen during training. LMs suffer from limited aw…

2020

Learning and Evaluating Contextual Embedding of Source Code

ICML 2020poster

Recent research has achieved impressive results on understanding and improving source code by building up on machine-learning techniques developed for natural languages. A significant advancement in natural-language understanding has come with the development of pre-trained contextual embeddings, su…

2019

Neural Attribution for Semantic Bug-Localization in Student Programs

NeurIPS 2019poster

Providing feedback is an integral part of teaching. Most open online courses on programming make use of automated grading systems to support programming assignments and give real-time feedback. These systems usually rely on test results to quantify the programs' functional correctness. They return f…

2019

Neural Program Repair by Jointly Learning to Localize and Repair

ICLR 2019poster

Due to its potential to improve programmer productivity and software quality, automated program repair has been an active topic of research. Newer techniques harness neural networks to learn directly from examples of buggy programs and their fixes. In this work, we consider a recently identified cla…

Cited by 167SourcePDFScholar