← Search

Milan Gritta

8 accepted papers

2026

A Benchmark for Deep Information Synthesis

ICLR 2026poster

Large language model (LLM)-based agents are increasingly used to solve complex tasks involving tool use, such as web browsing, code execution, and data analysis. However, current evaluation benchmarks do not adequately assess their ability to solve real-world tasks that require synthesizing informat…

Cited by 0SourceScholar
2026

DRIFT: Decompose, Retrieve, Illustrate, then Formalize Theorems

ICLR 2026poster

Automating the formalization of mathematical statements for theorem proving remains a major challenge for Large Language Models (LLMs). LLMs struggle to identify and utilize the prerequisite mathematical knowledge and its corresponding formal representation in languages like Lean. Current retrieval-…

Cited by 0SourcecodeScholar
2025

Code-Optimise: Self-Generated Preference Data for Correctness and Efficiency

NAACL 2025findings

Code Language Models have been trained togenerate accurate solutions, typically with noregard for runtime. On the other hand, previousworks that explored execution optimisationhave observed corresponding drops infunctional correctness. To that end, we introduceCode-Optimise, a framework that incorpo…

2025

Mixture of Attentions For Speculative Decoding

ICLR 2025poster

The growth in the number of parameters of Large Language Models (LLMs) has led to a significant surge in computational requirements, making them challenging and costly to deploy. Speculative decoding (SD) leverages smaller models to efficiently propose future tokens, which are then verified by the L…

2024

HumanRankEval: Automatic Evaluation of LMs as Conversational Assistants

NAACL 2024long

Language models (LMs) as conversational assistants recently became popular tools that help people accomplish a variety of tasks. These typically result from adapting LMs pretrained on general domain text sequences through further instruction-tuning and possibly preference optimisation methods. The e…

2023

A Systematic Study of Performance Disparities in Multilingual Task-Oriented Dialogue Systems

EMNLP 2023long main

Achieving robust language technologies that can perform well across the world's many languages is a central goal of multilingual NLP. In this work, we take stock of and empirically analyse task performance disparities that exist between multilingual task-oriented dialogue (ToD) systems. We first def…

Cited by 0SourceScholar
2022

CrossAligner & Co: Zero-Shot Transfer Methods for Task-Oriented Cross-lingual Natural Language Understanding

ACL 2022findings

Task-oriented personal assistants enable people to interact with a host of devices and services using natural language. One of the challenges of making neural dialogue systems available to more users is the lack of training data for all but a few languages. Zero-shot methods try to solve this issue…