Papers › MPCEval: A Benchmark for Multi-Party Conversation Generation

MPCEval: A Benchmark for Multi-Party Conversation Generation

5 Mar 2026arXiv:2603.04969added by Syntology

Minxing Zhang, Yi Yang, Zhuofan Jia, Xuan Yang, Jian Pei, Yuchen Zang, Xingwang Deng, Xianglong Chen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Multi-party conversation generation, such as smart reply and collaborative assistants, is an increasingly important capability of generative AI, yet its evaluation remains a critical bottleneck. Compared to two-party dialogue, multi-party settings introduce distinct challenges, including complex turn-taking, role-dependent speaker behavior, long-range conversational structure, and multiple equally valid continuations. Accordingly, we introduce MPCEval, a task-aware evaluation and benchmarking suite for multi-party conversation generation. MPCEval decomposes generation quality into speaker modeling, content quality, and speaker--content consistency, and explicitly distinguishes local next-turn prediction from global full-conversation generation. It provides novel, quantitative, reference-free, and reproducible metrics that scale across datasets and models. We apply MPCEval to diverse public and real-world datasets and evaluate modern generation methods alongside human-authored conversations. The results reveal systematic, dimension-specific model characteristics in participation balance, content progression and novelty, and speaker--content consistency, demonstrating that evaluation objectives critically shape model assessment and that single-score evaluation obscures fundamental differences in multi-party conversational behavior. The implementation of MPCEval and the associated evaluation code are publicly available at https://github.com/Owen-Yang-18/MPCEval.

PaperPDFCode 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="2603.04969")

Code

Syntology Ran 0 of 25 code samples harvested from 1 repository linked to this paper; 25 have no recorded run.

By repository: found in paper text by Syntology: 25 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Owen-Yang-18/MPCEval found in paper text by Syntology report

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

25 samples harvested; 0 ran; 0 honoured the contract we drafted; 25 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.

25unverified

Licence: 25 of the 25 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 Owen-Yang-18/MPCEval. “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.

build_ll_prompt_ids Owen-Yang-18/MPCEval/src/local_content_unsupervised/loglikelihood.py found in paper text by Syntology unverified no licence file found · pointer only · 5bef1f6716768b9b · report
build_ngram_counts Owen-Yang-18/MPCEval/src/local_content_unsupervised/dialogue_act.py found in paper text by Syntology unverified no licence file found · pointer only · 149738303aa10a24 · report
choose_k_star Owen-Yang-18/MPCEval/src/local_content_unsupervised/topic_expansion.py found in paper text by Syntology unverified no licence file found · pointer only · 8f4cadfe0e10263f · report
compute_speaker_scores Owen-Yang-18/MPCEval/src/global_consistency/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 823b4337f92571b8 · report
extract_lexical_terms Owen-Yang-18/MPCEval/src/local_content_unsupervised/lexical.py found in paper text by Syntology unverified no licence file found · pointer only · e5353c9c031c2801 · report
format_context_with_speakers Owen-Yang-18/MPCEval/src/local_content_unsupervised/loglikelihood.py found in paper text by Syntology unverified no licence file found · pointer only · 2af2fb31c4b2fd68 · report
get_tokenizer Owen-Yang-18/MPCEval/src/local_content_unsupervised/lexical.py found in paper text by Syntology unverified no licence file found · pointer only · 099703b2f944ce43 · report
gini_coefficient Owen-Yang-18/MPCEval/src/global_speaker/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 8b41b76ae75d21fb · report
harmonic_mean_progression Owen-Yang-18/MPCEval/src/global_content_unsupervised/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 569a39c027fb616f · report
load_context_token_cache Owen-Yang-18/MPCEval/src/local_content_unsupervised/loglikelihood.py found in paper text by Syntology unverified no licence file found · pointer only · 010611cc731de5c9 · report
load_tes_context_cache Owen-Yang-18/MPCEval/src/local_content_unsupervised/topic_expansion.py found in paper text by Syntology unverified no licence file found · pointer only · dc8906c2137a3526 · report
message_semantic_novelty Owen-Yang-18/MPCEval/src/local_content_unsupervised/message.py found in paper text by Syntology unverified no licence file found · pointer only · 1bc0ee5a1bbbb819 · report
names_equal Owen-Yang-18/MPCEval/src/local_speaker/utils/common.py found in paper text by Syntology unverified no licence file found · pointer only · a548101cf60fb69a · report
normalize_name Owen-Yang-18/MPCEval/src/local_speaker/utils/common.py found in paper text by Syntology unverified no licence file found · pointer only · 749cb62b7c663ad3 · report
normalize_text Owen-Yang-18/MPCEval/src/local_speaker/utils/common.py found in paper text by Syntology unverified no licence file found · pointer only · 490e489b13b16ab5 · report
normalized_speaker_entropy Owen-Yang-18/MPCEval/src/global_speaker/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · b29ec23f3fbf3c94 · report
progression_distance Owen-Yang-18/MPCEval/src/global_content_unsupervised/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 19b041594599c18c · report
raw_displacement Owen-Yang-18/MPCEval/src/global_content_unsupervised/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 8e3999bde3f6c741 · report
remove_punctuation Owen-Yang-18/MPCEval/src/local_content_unsupervised/message.py found in paper text by Syntology unverified no licence file found · pointer only · cad4ae349da9e797 · report
to_numpy_embeddings Owen-Yang-18/MPCEval/src/global_consistency/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 9d094df48eb86093 · report
to_turn_records Owen-Yang-18/MPCEval/src/local_content_unsupervised/types.py found in paper text by Syntology unverified no licence file found · pointer only · b12c267ebc1a5e4c · report
tokenize_text Owen-Yang-18/MPCEval/src/local_content_unsupervised/lexical.py found in paper text by Syntology unverified no licence file found · pointer only · 188187f5ace4e3f1 · report
topic_expansion_score Owen-Yang-18/MPCEval/src/local_content_unsupervised/topic_expansion.py found in paper text by Syntology unverified no licence file found · pointer only · a29c48025cb5c18d · report
train_transition_model Owen-Yang-18/MPCEval/src/local_content_unsupervised/dialogue_act.py found in paper text by Syntology unverified no licence file found · pointer only · c4231d102ae73dc1 · report
weighted_aggregate Owen-Yang-18/MPCEval/src/global_consistency/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · f11c39607d733c7a · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.04969, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

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