EMNLP 2024industry2 citations

Visual Editing with LLM-based Tool Chaining: An Efficient Distillation Approach for Real-Time Applications

Oren Sultan, Alexander Khasin, Guy Shiran, Asnat Greenstein-Messica, Dafna Shahaf

Abstract

We present a practical distillation approach to fine-tune LLMs for invoking tools in real-time applications. We focus on visual editing tasks; specifically, we modify images and videos by interpreting user stylistic requests, specified in natural language (“golden hour”), using an LLM to select the appropriate tools and their parameters to achieve the desired visual effect.We found that proprietary LLMs such as GPT-3.5-Turbo show potential in this task, but their high cost and latency make them unsuitable for real-time applications.In our approach, we fine-tune a (smaller) student LLM with guidance from a (larger) teacher LLM and behavioral signals.We introduce offline metrics to evaluate student LLMs. Both online and offline experiments show that our student models manage to match the performance of our teacher model (GPT-3.5-Turbo), significantly reducing costs and latency.Lastly, we show that fine-tuning was improved by 25% in low-data regimes using augmentation.

BibTeX
@inproceedings{sultan-etal-2024-visual,
    title = "Visual Editing with {LLM}-based Tool Chaining: An Efficient Distillation Approach for Real-Time Applications",
    author = "Sultan, Oren  and
      Khasin, Alexander  and
      Shiran, Guy  and
      Greenstein-Messica, Asnat  and
      Shahaf, Dafna",
    editor = "Dernoncourt, Franck  and
      Preo{\c{t}}iuc-Pietro, Daniel  and
      Shimorina, Anastasia",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing: Industry Track",
    month = nov,
    year = "2024",
    address = "Miami, Florida, US",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-industry.96/",
    doi = "10.18653/v1/2024.emnlp-industry.96",
    pages = "1286--1304"
}