CLAIMay 21, 2024

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

arXiv:2405.13095v18 citationsh-index: 15EMNLP
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem for users needing automated presentation generation from documents, but it is incremental as it builds on existing GNN and LLM techniques.

The paper tackles the problem of automatically generating presentations from long documents by addressing the need for non-linear narrative and content faithfulness, proposing a graph-based solution that combines GNN and LLM to achieve this with attribution, showing merit over direct LLM use in experiments.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes