{"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/eva2-0-investigating-open-domain-chinese","title":"EVA2.0: Investigating Open-Domain Chinese Dialogue Systems with Large-Scale Pre-Training","arxiv_id":"2203.09313","date":"2022-03-17","proceeding":null,"authors":["Yuxian Gu","Jiaxin Wen","Hao Sun","Yi Song","Pei Ke","Chujie Zheng","Zheng Zhang","Jianzhu Yao","Lei Liu","Xiaoyan Zhu","Minlie Huang"],"abstract":"Large-scale pre-training has shown remarkable performance in building open-domain dialogue systems. However, previous works mainly focus on showing and evaluating the conversational performance of the released dialogue model, ignoring the discussion of some key factors towards a powerful human-like chatbot, especially in Chinese scenarios. In this paper, we conduct extensive experiments to investigate these under-explored factors, including data quality control, model architecture designs, training approaches, and decoding strategies. We propose EVA2.0, a large-scale pre-trained open-domain Chinese dialogue model with 2.8 billion parameters, and will make our models and codes publicly available. Automatic and human evaluations show that EVA2.0 significantly outperforms other open-source counterparts. We also discuss the limitations of this work by presenting some failure cases and pose some future research directions on large-scale Chinese open-domain dialogue systems.","url_abs":"https://arxiv.org/abs/2203.09313v3","url_pdf":"https://arxiv.org/pdf/2203.09313v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"eva2-0-investigating-open-domain-chinese","repo_url":"https://github.com/thu-coai/EVA","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"eva2-0-investigating-open-domain-chinese","repo_url":"https://github.com/MindSpore-scientific/code-6/tree/main/open-domain-dialogue","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null}],"tasks":[{"task_slug":"chatbot","task_name":"Chatbot"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2203.09313","atlas_url":"https://app.syntology.ai/?focus=2203.09313","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2203.09313"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/thu-coai/EVA","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/MindSpore-scientific/code-6/tree/main/open-domain-dialogue","reach":null}],"summary":{"ran":11,"ran_draft_wrong":1,"unverified":1},"by_repo_kind":{"official":{"samples":12,"ran":11,"repositories":1},"listed":{"samples":1,"ran":1,"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":0,"samples":[{"code_sha256_prefix":"e8c5531fe7efa529","entry":"add_fp16_config_args","repo":"thu-coai/EVA","repo_kind":"official","path":"src/arguments.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/arguments.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e8c5531fe7efa529"}},{"code_sha256_prefix":"41b2dbbded142fc1","entry":"add_model_config_args","repo":"thu-coai/EVA","repo_kind":"official","path":"src/arguments.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/arguments.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"41b2dbbded142fc1"}},{"code_sha256_prefix":"81695f53d395ab64","entry":"add_training_args","repo":"thu-coai/EVA","repo_kind":"official","path":"src/arguments.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/arguments.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"81695f53d395ab64"}},{"code_sha256_prefix":"114cf78c86343fa4","entry":"calc_banned_antonym_words_ids","repo":"thu-coai/EVA","repo_kind":"official","path":"src/generation_utils.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/generation_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"114cf78c86343fa4"}},{"code_sha256_prefix":"72d3cab82bc65d33","entry":"calculate_gain","repo":"MindSpore-scientific/code-6","repo_kind":"listed","path":"neural-audio-synthesis-wavenet/WaveNetEncoder.py","file_url":"https://github.com/MindSpore-scientific/code-6/blob/HEAD/neural-audio-synthesis-wavenet/WaveNetEncoder.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"72d3cab82bc65d33"}},{"code_sha256_prefix":"af65f3906cd81298","entry":"construct_antonym_dict","repo":"thu-coai/EVA","repo_kind":"official","path":"src/generation_utils.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/generation_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"af65f3906cd81298"}},{"code_sha256_prefix":"1923fc05163d207d","entry":"convert_to_unicode","repo":"thu-coai/EVA","repo_kind":"official","path":"src/tokenization_eva.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/tokenization_eva.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1923fc05163d207d"}},{"code_sha256_prefix":"824e9c994c649f1d","entry":"get_attn_masks","repo":"thu-coai/EVA","repo_kind":"official","path":"src/eva_interactive.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/eva_interactive.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"824e9c994c649f1d"}},{"code_sha256_prefix":"deb4d1793cf3ba73","entry":"load_vocab","repo":"thu-coai/EVA","repo_kind":"official","path":"src/tokenization_eva.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/tokenization_eva.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"deb4d1793cf3ba73"}},{"code_sha256_prefix":"88a41f3211226c0e","entry":"merge","repo":"thu-coai/EVA","repo_kind":"official","path":"src/change_mp.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/change_mp.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"88a41f3211226c0e"}},{"code_sha256_prefix":"1e4734d93a0d4a9e","entry":"my_lcs","repo":"thu-coai/EVA","repo_kind":"official","path":"src/generation_metrics.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/generation_metrics.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1e4734d93a0d4a9e"}},{"code_sha256_prefix":"61d59af2776f4b6e","entry":"split","repo":"thu-coai/EVA","repo_kind":"official","path":"src/change_mp.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/change_mp.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"61d59af2776f4b6e"}},{"code_sha256_prefix":"448c7945683d52e4","entry":"init_method_normal","repo":"thu-coai/EVA","repo_kind":"official","path":"src/model/eva_modeling.py","file_url":"https://github.com/thu-coai/EVA/blob/HEAD/src/model/eva_modeling.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"448c7945683d52e4"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}