EMNLP 2024finding2 citations

Presentations are not always linear! GNN meets LLM for Text Document-to-Presentation Transformation with Attribution

Himanshu Maheshwari, Sambaran Bandyopadhyay, Aparna Garimella, Anandhavelu Natarajan

Abstract

Automatically generating a presentation from the text of a long document is a challenging and useful problem. In contrast to a flat summary, a presentation needs to have a better and non-linear narrative, i.e., the content of a slide can come from different and non-contiguous parts of the given document. However, it is difficult to incorporate such non-linear mapping of content to slides and ensure that the content is faithful to the document. LLMs are prone to hallucination and their performance degrades with the length of the input document. Towards this, we propose a novel graph based solution where we learn a graph from the input document and use a combination of graph neural network and LLM to generate a presentation with attribution of content for each slide. We conduct thorough experiments to show the merit of our approach compared to directly using LLMs for this task.

BibTeX
@inproceedings{maheshwari-etal-2024-presentations,
    title = "Presentations are not always linear! {GNN} meets {LLM} for Text Document-to-Presentation Transformation with Attribution",
    author = "Maheshwari, Himanshu  and
      Bandyopadhyay, Sambaran  and
      Garimella, Aparna  and
      Natarajan, Anandhavelu",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.936/",
    doi = "10.18653/v1/2024.findings-emnlp.936",
    pages = "15948--15962"
}