{"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/do-neural-dialog-systems-use-the-conversation","title":"Do Neural Dialog Systems Use the Conversation History Effectively? An Empirical Study","arxiv_id":"1906.01603","date":"2019-06-04","proceeding":"ACL 2019 7","authors":["Chinnadhurai Sankar","Sandeep Subramanian","Christopher Pal","Sarath Chandar","Yoshua Bengio"],"abstract":"Neural generative models have been become increasingly popular when building conversational agents. They offer flexibility, can be easily adapted to new domains, and require minimal domain engineering. A common criticism of these systems is that they seldom understand or use the available dialog history effectively. In this paper, we take an empirical approach to understanding how these models use the available dialog history by studying the sensitivity of the models to artificially introduced unnatural changes or perturbations to their context at test time. We experiment with 10 different types of perturbations on 4 multi-turn dialog datasets and find that commonly used neural dialog architectures like recurrent and transformer-based seq2seq models are rarely sensitive to most perturbations such as missing or reordering utterances, shuffling words, etc. Also, by open-sourcing our code, we believe that it will serve as a useful diagnostic tool for evaluating dialog systems in the future.","url_abs":"https://arxiv.org/abs/1906.01603v2","url_pdf":"https://arxiv.org/pdf/1906.01603v2.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":"do-neural-dialog-systems-use-the-conversation","repo_url":"https://github.com/chinnadhurai/ParlAI","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"diagnostic","task_name":"Diagnostic"}],"methods":[{"method_slug":"lstm","method_name":"LSTM"},{"method_slug":"seq2seq","method_name":"Seq2Seq"},{"method_slug":"sigmoid-activation","method_name":"Sigmoid Activation"},{"method_slug":"tanh-activation","method_name":"Tanh Activation"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/1906.01603","atlas_url":"https://app.syntology.ai/?focus=1906.01603","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1906.01603"}},"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/chinnadhurai/ParlAI","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":5,"unverified":8},"by_repo_kind":{"official":{"samples":13,"ran":5,"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":13,"samples":[{"code_sha256_prefix":"09a95f9415277981","entry":"built","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/build_data.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/build_data.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":false,"mcp_get_code":{"code_sha256":"09a95f9415277981"}},{"code_sha256_prefix":"761ab53c3cc0c21a","entry":"find_ngrams","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/dict.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/dict.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":false,"mcp_get_code":{"code_sha256":"761ab53c3cc0c21a"}},{"code_sha256_prefix":"019aeff4cb65bf1a","entry":"get_model_dir","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/build_data.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/build_data.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":false,"mcp_get_code":{"code_sha256":"019aeff4cb65bf1a"}},{"code_sha256_prefix":"1576efd167dc84a8","entry":"str2bool","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/params.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/params.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":false,"mcp_get_code":{"code_sha256":"1576efd167dc84a8"}},{"code_sha256_prefix":"7e5138ac467c5625","entry":"unescape","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/dict.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/dict.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":false,"mcp_get_code":{"code_sha256":"7e5138ac467c5625"}},{"code_sha256_prefix":"758e9948df81569f","entry":"escape","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/dict.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/dict.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":false,"mcp_get_code":{"code_sha256":"758e9948df81569f"}},{"code_sha256_prefix":"4f53f28aaa58cf4b","entry":"load_agent_module","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/loader.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/loader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"mcp_get_code":{"code_sha256":"4f53f28aaa58cf4b"}},{"code_sha256_prefix":"efb9630a265e6c00","entry":"load_opt_file","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/opt.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/opt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"mcp_get_code":{"code_sha256":"efb9630a265e6c00"}},{"code_sha256_prefix":"17e935d68780fee8","entry":"modelzoo_path","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/build_data.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/build_data.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"mcp_get_code":{"code_sha256":"17e935d68780fee8"}},{"code_sha256_prefix":"da3bc8c42eec18d1","entry":"normalize_answer","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/metrics.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"mcp_get_code":{"code_sha256":"da3bc8c42eec18d1"}},{"code_sha256_prefix":"d1c669045b65dcac","entry":"register_agent","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/loader.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/loader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"mcp_get_code":{"code_sha256":"d1c669045b65dcac"}},{"code_sha256_prefix":"20eb985274e73aa2","entry":"register_teacher","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/loader.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/loader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"mcp_get_code":{"code_sha256":"20eb985274e73aa2"}},{"code_sha256_prefix":"e99fd6709751aec6","entry":"str2none","repo":"chinnadhurai/ParlAI","repo_kind":"official","path":"parlai/core/params.py","file_url":"https://github.com/chinnadhurai/ParlAI/blob/HEAD/parlai/core/params.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"mcp_get_code":{"code_sha256":"e99fd6709751aec6"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}