← Search

Ivan Radiček

2 accepted papers

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

Repair Is Nearly Generation: Multilingual Program Repair with LLMs

AAAI 2023technical

Most programmers make mistakes when writing code. Some of these mistakes are small and require few edits to the original program – a class of errors recently termed last mile mistakes. These errors break the flow for experienced developers and can stump novice programmers. Existing automated repair…