Filippo Galgani

Filippo Galgani

Filippo is a Software Engineer at Google since 2014, currently focusing on LLM efficiency and on-device applications. He has a PhD from the University of New South Wales (2013), in automatic summarization of legal text. He also has a Master in Computer Engineering from Istituto Politecnico di Milano.
Authored Publications
Sort By
  • Title
  • Title, descending
  • Year
  • Year, descending
    Agent-Initated Interaction in Phone UI Automation
    Noam Kahlon
    Guy Rom
    Tal Efros
    Omri Berkovitch
    Sapir Caduri
    Will Bishop
    Ido Dagan
    Association for Computing Machinery, New York, NY, USA, 2391–2400
    Preview abstract Phone automation agents aim to autonomously perform a given natural-language user request, such as scheduling appointments or booking a hotel. While much research effort has been devoted to screen understanding and action planning, complex tasks often necessitate user interaction for successful completion. Aligning the agent with the user's expectations is crucial for building trust and enabling personalized experiences. This requires the agent to proactively engage the user when necessary, avoiding actions that violate their preferences while refraining from unnecessary questions where a default action is expected. We argue that such subtle agent-initiated interaction with the user deserves focused research attention. To promote such research, this paper introduces a task formulation for detecting the need for user interaction and generating appropriate messages. We thoroughly define the task, including aspects like interaction timing and the scope of the agent's autonomy. Using this definition, we derived annotation guidelines and created a diverse dataset for the task, leveraging an existing UI automation dataset. We tested several text-based and multimodal baseline models for the task, finding that it is very challenging for current LLMs. We suggest that our task formulation, dataset, baseline models and analysis will be valuable for future UI automation research, specifically in addressing this crucial yet often overlooked aspect of agent-initiated interaction. This work provides a needed foundation to allow personalized agents to properly engage the user when needed, within the context of phone UI automation. View details
    Efficient data generation for source-grounded information-seeking dialogs: A use case for meeting transcripts
    Lotem Golany
    Maya Mamo
    Nimrod Parasol
    Omer Vandsburger
    Nadav Bar
    Ido Dagan
    Findings of the Association for Computational Linguistics: EMNLP 2024, Association for Computational Linguistics, Miami, Florida, USA, pp. 1908-1925
    Preview abstract Automating data generation with Large Language Models (LLMs) has become increasingly popular. In this work, we investigate the feasibility and effectiveness of LLM-based data generation in the challenging setting of source-grounded information-seeking dialogs, with response attribution, over long documents. Our source texts consist of long and noisy meeting transcripts, adding to the task complexity. Since automating attribution remains difficult, we propose a semi-automatic approach: dialog queries and responses are generated with LLMs, followed by human verification and identification of attribution spans. Using this approach, we created MISeD – Meeting Information Seeking Dialogs dataset – a dataset of information-seeking dialogs focused on meeting transcripts. Models finetuned with MISeD demonstrate superior performance compared to off-the-shelf models, even those of larger size. Finetuning on MISeD gives comparable response generation quality to finetuning on fully manual data, while improving attribution quality and reducing time and effort. View details