$git clone https://github.com/icip-cas/PPTAgent<table> <tr> <td width="50%"> <video controls width="100%" src="https://github.com/user-attachments/assets/314bed6a-185e-4c81-9de5-35728e83e22a"> </video> </td> <td width="50%"> <video controls width="100%" src="https://github.com/user-attachments/
| 1 | <div align="right"> |
| 2 | <details> |
| 3 | <summary >🌐 Language</summary> |
| 4 | <div> |
| 5 | <div align="center"> |
| 6 | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=en">English</a> |
| 7 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=zh-CN">简体中文</a> |
| 8 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=zh-TW">繁體中文</a> |
| 9 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=ja">日本語</a> |
| 10 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=ko">한국어</a> |
| 11 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=hi">हिन्दी</a> |
| 12 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=th">ไทย</a> |
| 13 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=fr">Français</a> |
| 14 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=de">Deutsch</a> |
| 15 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=es">Español</a> |
| 16 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=it">Italiano</a> |
| 17 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=ru">Русский</a> |
| 18 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=pt">Português</a> |
| 19 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=nl">Nederlands</a> |
| 20 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=pl">Polski</a> |
| 21 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=ar">العربية</a> |
| 22 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=fa">فارسی</a> |
| 23 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=tr">Türkçe</a> |
| 24 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=vi">Tiếng Việt</a> |
| 25 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=id">Bahasa Indonesia</a> |
| 26 | | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=as">অসমীয়া</a> |
| 27 | </div> |
| 28 | </div> |
| 29 | </details> |
| 30 | </div> |
| 31 | |
| 32 | <div align="center"> |
| 33 | <img src="resource/pptagent-logo.jpg" width="240px" alt="https://github.com/icip-cas/PPTAgent"> |
| 34 | </div> |
| 35 | |
| 36 | <table> |
| 37 | <tr> |
| 38 | <td width="50%"> |
| 39 | <video controls width="100%" src="https://github.com/user-attachments/assets/314bed6a-185e-4c81-9de5-35728e83e22a"> |
| 40 | </video> |
| 41 | </td> |
| 42 | <td width="50%"> |
| 43 | <video controls width="100%" src="https://github.com/user-attachments/assets/96eee616-5f79-4ea1-bd7f-bcaa466eda9e"> |
| 44 | </video> |
| 45 | </td> |
| 46 | </tr> |
| 47 | </table> |
| 48 | |
| 49 | We **strongly recommend** deploying our fine-tuned model for the best experience with our agent project. According to our experiments, it **significantly outperforms existing open-source models**. |
| 50 | |
| 51 | | Format | HuggingFace | ModelScope | |
| 52 | |--------|-------------|------------| |
| 53 | | GGUF (Quantized) | [Forceless/DeepPresenter-9B-GGUF](https://huggingface.co/Forceless/DeepPresenter-9B-GGUF) | [forceless/DeepPresenter-9B-GGUF](https://modelscope.cn/models/forceless/DeepPresenter-9B-GGUF) | |
| 54 | | Full Weights | [Forceless/DeepPresenter-9B](https://huggingface.co/Forceless/DeepPresenter-9B) | [forceless/DeepPresenter-9B](https://modelscope.cn/models/forceless/DeepPresenter-9B) | |
| 55 | |
| 56 | ## 📅 News |
| 57 | |
| 58 | - **[2026/04]** 🎉 [DeepPresenter](https://arxiv.org/abs/2602.22839) accepted to **ACL 2026**! |
| 59 | - **[2026/03]** 🤗 We released fine-tuned models and taskset on [Hugging Face](https://huggingface.co/collections/ICIP/deeppresenter). |
| 60 | - **[2026/01]** 🆕 Freeform & template generation now support PPTX export and offline mode. Context management added to prevent context overflow. |
| 61 | - **[2025/12]** 🔥 Relea |