{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2603-04969","title":"MPCEval: A Benchmark for Multi-Party Conversation Generation","arxiv_id":"2603.04969","date":"2026-03-05","proceeding":null,"authors":["Minxing Zhang","Yi Yang","Zhuofan Jia","Xuan Yang","Jian Pei","Yuchen Zang","Xingwang Deng","Xianglong Chen"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2603.04969","url_pdf":"https://arxiv.org/pdf/2603.04969","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2603.04969","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2603.04969"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Owen-Yang-18/MPCEval","reach":null}],"summary":{"unverified":25},"by_repo_kind":{"found_in_text":{"samples":25,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":25,"samples":[{"code_sha256_prefix":"5bef1f6716768b9b","entry":"build_ll_prompt_ids","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/loglikelihood.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/loglikelihood.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5bef1f6716768b9b"}},{"code_sha256_prefix":"149738303aa10a24","entry":"build_ngram_counts","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/dialogue_act.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/dialogue_act.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"149738303aa10a24"}},{"code_sha256_prefix":"8f4cadfe0e10263f","entry":"choose_k_star","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/topic_expansion.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/topic_expansion.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8f4cadfe0e10263f"}},{"code_sha256_prefix":"823b4337f92571b8","entry":"compute_speaker_scores","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/global_consistency/metrics.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/global_consistency/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"823b4337f92571b8"}},{"code_sha256_prefix":"e5353c9c031c2801","entry":"extract_lexical_terms","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/lexical.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/lexical.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e5353c9c031c2801"}},{"code_sha256_prefix":"2af2fb31c4b2fd68","entry":"format_context_with_speakers","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/loglikelihood.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/loglikelihood.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2af2fb31c4b2fd68"}},{"code_sha256_prefix":"099703b2f944ce43","entry":"get_tokenizer","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/lexical.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/lexical.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"099703b2f944ce43"}},{"code_sha256_prefix":"8b41b76ae75d21fb","entry":"gini_coefficient","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/global_speaker/metrics.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/global_speaker/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8b41b76ae75d21fb"}},{"code_sha256_prefix":"569a39c027fb616f","entry":"harmonic_mean_progression","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/global_content_unsupervised/metrics.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/global_content_unsupervised/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"569a39c027fb616f"}},{"code_sha256_prefix":"010611cc731de5c9","entry":"load_context_token_cache","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/loglikelihood.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/loglikelihood.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"010611cc731de5c9"}},{"code_sha256_prefix":"dc8906c2137a3526","entry":"load_tes_context_cache","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/topic_expansion.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/topic_expansion.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"dc8906c2137a3526"}},{"code_sha256_prefix":"1bc0ee5a1bbbb819","entry":"message_semantic_novelty","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/message.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/message.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1bc0ee5a1bbbb819"}},{"code_sha256_prefix":"a548101cf60fb69a","entry":"names_equal","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_speaker/utils/common.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_speaker/utils/common.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a548101cf60fb69a"}},{"code_sha256_prefix":"749cb62b7c663ad3","entry":"normalize_name","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_speaker/utils/common.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_speaker/utils/common.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"749cb62b7c663ad3"}},{"code_sha256_prefix":"490e489b13b16ab5","entry":"normalize_text","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_speaker/utils/common.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_speaker/utils/common.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"490e489b13b16ab5"}},{"code_sha256_prefix":"b29ec23f3fbf3c94","entry":"normalized_speaker_entropy","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/global_speaker/metrics.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/global_speaker/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b29ec23f3fbf3c94"}},{"code_sha256_prefix":"19b041594599c18c","entry":"progression_distance","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/global_content_unsupervised/metrics.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/global_content_unsupervised/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"19b041594599c18c"}},{"code_sha256_prefix":"8e3999bde3f6c741","entry":"raw_displacement","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/global_content_unsupervised/metrics.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/global_content_unsupervised/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8e3999bde3f6c741"}},{"code_sha256_prefix":"cad4ae349da9e797","entry":"remove_punctuation","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/message.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/message.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cad4ae349da9e797"}},{"code_sha256_prefix":"9d094df48eb86093","entry":"to_numpy_embeddings","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/global_consistency/metrics.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/global_consistency/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9d094df48eb86093"}},{"code_sha256_prefix":"b12c267ebc1a5e4c","entry":"to_turn_records","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/types.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/types.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b12c267ebc1a5e4c"}},{"code_sha256_prefix":"188187f5ace4e3f1","entry":"tokenize_text","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/lexical.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/lexical.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"188187f5ace4e3f1"}},{"code_sha256_prefix":"a29c48025cb5c18d","entry":"topic_expansion_score","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/topic_expansion.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/topic_expansion.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a29c48025cb5c18d"}},{"code_sha256_prefix":"c4231d102ae73dc1","entry":"train_transition_model","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/local_content_unsupervised/dialogue_act.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/local_content_unsupervised/dialogue_act.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c4231d102ae73dc1"}},{"code_sha256_prefix":"f11c39607d733c7a","entry":"weighted_aggregate","repo":"Owen-Yang-18/MPCEval","repo_kind":"found_in_text","path":"src/global_consistency/metrics.py","file_url":"https://github.com/Owen-Yang-18/MPCEval/blob/HEAD/src/global_consistency/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f11c39607d733c7a"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}