Papers › PPTC Benchmark: Evaluating Large Language Models for PowerPoint Task Completion

PPTC Benchmark: Evaluating Large Language Models for PowerPoint Task Completion

3 Nov 2023arXiv:2311.01767archive 2025-07-28

Yiduo Guo, Zekai Zhang, Yaobo Liang, Dongyan Zhao, Nan Duan

Recent evaluations of Large Language Models (LLMs) have centered around testing their zero-shot/few-shot capabilities for basic natural language tasks and their ability to translate instructions into tool APIs. However, the evaluation of LLMs utilizing complex tools to finish multi-turn, multi-modal instructions in a complex multi-modal environment has not been investigated. To address this gap, we introduce the PowerPoint Task Completion (PPTC) benchmark to assess LLMs' ability to create and edit PPT files based on user instructions. It contains 279 multi-turn sessions covering diverse topics and hundreds of instructions involving multi-modal operations. We also propose the PPTX-Match Evaluation System that evaluates if LLMs finish the instruction based on the prediction file rather than the label API sequence, thus it supports various LLM-generated API sequences. We measure 3 closed LLMs and 6 open-source LLMs. The results show that GPT-4 outperforms other LLMs with 75.1\% accuracy in single-turn dialogue testing but faces challenges in completing entire sessions, achieving just 6\% session accuracy. We find three main error causes in our benchmark: error accumulation in the multi-turn session, long PPT template processing, and multi-modality perception. These pose great challenges for future LLM and agent systems. We release the data, code, and evaluation system of PPTC at \url{https://github.com/gydpku/PPTC}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2311.01767")

Code

Syntology Ran 13 of 17 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

gydpku/pptc officialmentioned in papertfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 13 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
4unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from gydpku/pptc. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_api_in_list gydpku/pptc/src/ppt_executor.py official repository ran MIT (permissive) · 3fb8d14cb807e9b5 · report
check_left gydpku/pptc/src/pptx_check.py official repository ran MIT (permissive) · 36bec59464b6e01c · report
check_right gydpku/pptc/src/pptx_check.py official repository ran MIT (permissive) · 63252f499f1cb498 · report
check_top gydpku/pptc/src/pptx_check.py official repository ran MIT (permissive) · 4450f6b58f2766de · report
check_trigger gydpku/pptc/remove_duplicate.py official repository ran MIT (permissive) · aacdff4f5284d7b6 · report
get_API_name gydpku/pptc/src/api_doc.py official repository ran MIT (permissive) · 750d50b5ca3e4092 · report
get_fill_color gydpku/pptc/src/ppt_executor.py official repository ran MIT (permissive) · 0368656863d589da · report
get_fill_color gydpku/pptc/src/ppt_reader.py official repository ran MIT (permissive) · f57954039746e683 · report
get_topk gydpku/pptc/src/api_selection.py official repository ran MIT (permissive) · 7ec3a2a9bc36cd82 · report
hasshape gydpku/pptc/src/ppt_reader.py official repository ran MIT (permissive) · 8f6c62d7a26a1a28 · report
load_data gydpku/pptc/src/dataset.py official repository ran MIT (permissive) · 3ebbdae2f7a95dd1 · report
parse_answer gydpku/pptc/src/content_selection.py official repository ran MIT (permissive) · acccc24d18f3e8af · report
random_permutation gydpku/pptc/src/api_doc.py official repository ran fingerprinted MIT (permissive) · 90028c50a5b3c5e6 · report
get_all_APIs gydpku/pptc/src/api_doc.py official repository unverified MIT (permissive) · f12cae9340a33209 · report
get_content gydpku/pptc/src/ppt_reader.py official repository unverified MIT (permissive) · ecd0f7075ab18e97 · report
select_information_type gydpku/pptc/src/content_selection.py official repository unverified MIT (permissive) · 830ca0bb57f97a8c · report
select_shape_type gydpku/pptc/src/content_selection.py official repository unverified MIT (permissive) · 0e252063562ea1b8 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutGPT-4Label SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections