paper-with-me

Papers

SlideSpawn: An Automatic Slides Generation System for Research Publications

2024-11-20 · Keshav Kumar, Ravindranath Chowdary

Research papers are well structured documents. They have text, figures, equations, tables etc., to covey their ideas and findings. They are divided into sections like Introduction, Model, Experiments etc., which deal with different aspects of research. Characteristics like these set research papers apart from ordinary documents and allows us to significantly improve their summarization. In this paper, we propose a novel system, SlideSpwan, that takes PDF of a research document as an input and generates a quality presentation providing it's summary in a visual and concise fashion. The system first converts the PDF of the paper to an XML document that has the structural information about various elements. Then a machine learning model, trained on PS5K dataset and Aminer 9.5K Insights dataset (that we introduce), is used to predict salience of each sentence in the paper. Sentences for slides are selected using ILP and clustered based on their similarity with each cluster being given a suitable title. Finally a slide is generated by placing any graphical element referenced in the selected sentences next to them. Experiments on a test set of 650 pairs of papers and slides demonstrate that our system generates presentations with better quality.

📄 PDF Abstract BibTeX arXiv:2411.17719

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

DOC2PPT: Automatic Presentation Slides Generation from Scientific Documents

2021-01-28 · Tsu-Jui Fu, William Yang Wang, Daniel McDuff, Yale Song

Creating presentation materials requires complex multimodal reasoning skills to summarize key concepts and arrange them in a logical and visually pleasing manner. Can machines learn to emulate this laborious process? We …

Document SummarizationMultimodal ReasoningRetrievalText Retrieval

Design First, Code Later: Aesthetically Pleasing Template-Free Slides Generation

2026-04-08 · Zhiyao Cui, Chenxu Wang, Shuyue Hu, Yiqun Zhang 외 arxiv

Producing presentation slides automatically entails coordinating narrative structure with page-level graphic design under strict spatial constraints. For such structured multimodal tasks, a well-organized design process …

Multi-agent Reinforcement Learning

Learning to Emphasize: Dataset and Shared Task Models for Selecting Emphasis in Presentation Slides

2021-01-02 · Amirreza Shirani, Giai Tran, Hieu Trinh, Franck Dernoncourt 외

Presentation slides have become a common addition to the teaching material. Emphasizing strong leading words in presentation slides can allow the audience to direct the eye to certain focal points instead of reading the …

Extractive Research Slide Generation Using Windowed Labeling Ranking

2021-06-06 · NAACL (sdp) 2021 6 · Athar Sefid, Jian Wu, Prasenjit Mitra, Lee Giles

Presentation slides describing the content of scientific and technical papers are an efficient and effective way to present that work. However, manually generating presentation slides is labor intensive. We propose a met…

Extractive SummarizationSentence

Enhancing Presentation Slide Generation by LLMs with a Multi-Staged End-to-End Approach

2024-06-01 · Sambaran Bandyopadhyay, Himanshu Maheshwari, Anandhavelu Natarajan, Apoorv Saxena

Generating presentation slides from a long document with multimodal elements such as text and images is an important task. This is time consuming and needs domain expertise if done manually. Existing approaches for gener…