{"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/improving-pacing-in-long-form-story-planning","title":"Improving Pacing in Long-Form Story Planning","arxiv_id":"2311.04459","date":"2023-11-08","proceeding":null,"authors":["Yichen Wang","Kevin Yang","Xiaoming Liu","Dan Klein"],"abstract":"Existing LLM-based systems for writing long-form stories or story outlines frequently suffer from unnatural pacing, whether glossing over important events or over-elaborating on insignificant details, resulting in a jarring experience for the reader. We propose a CONCrete Outline ConTrol (CONCOCT) system to improve pacing when automatically generating story outlines. We first train a concreteness evaluator to judge which of two events is more concrete (low-level-detailed). This evaluator can then be used to control pacing in hierarchical outline generation; in this work, we explore a vaguest-first expansion procedure that aims for uniform pacing. We further use the evaluator to filter new outline items based on predicted concreteness. Compared to a baseline hierarchical outline generator, humans judge CONCOCT's pacing to be more consistent over 57% of the time across multiple outline lengths; the gains also translate to downstream stories. All code, data, and models are open-sourced.","url_abs":"https://arxiv.org/abs/2311.04459v1","url_pdf":"https://arxiv.org/pdf/2311.04459v1.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":"improving-pacing-in-long-form-story-planning","repo_url":"https://github.com/yichenzw/pacing","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"form","task_name":"Form"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2311.04459","atlas_url":"https://app.syntology.ai/?focus=2311.04459","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2311.04459"}},"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/yichenzw/pacing","reach":{"status":"ok"}}],"summary":{"ran":13,"unverified":4},"by_repo_kind":{"official":{"samples":17,"ran":13,"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":17,"samples":[{"code_sha256_prefix":"cf7a81e403862bdc","entry":"add_general_args","repo":"yichenzw/pacing","repo_kind":"official","path":"doc_generation_toolkit/common/util.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/doc_generation_toolkit/common/util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cf7a81e403862bdc"}},{"code_sha256_prefix":"ac893a79c2cadf38","entry":"determistic_simple_API","repo":"yichenzw/pacing","repo_kind":"official","path":"chatgpt_api.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/chatgpt_api.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ac893a79c2cadf38"}},{"code_sha256_prefix":"c39befcce8c56b77","entry":"find_closest_sublist","repo":"yichenzw/pacing","repo_kind":"official","path":"utils.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c39befcce8c56b77"}},{"code_sha256_prefix":"4e01cd1c558718da","entry":"load_dataset","repo":"yichenzw/pacing","repo_kind":"official","path":"dataset.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/dataset.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4e01cd1c558718da"}},{"code_sha256_prefix":"0abd22edc46fd892","entry":"load_jsonl","repo":"yichenzw/pacing","repo_kind":"official","path":"utils.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0abd22edc46fd892"}},{"code_sha256_prefix":"8d8abe0e09f5688b","entry":"load_jsonl","repo":"yichenzw/pacing","repo_kind":"official","path":"concrete_evaluator/val.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/concrete_evaluator/val.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8d8abe0e09f5688b"}},{"code_sha256_prefix":"8ffd1cad03ea46da","entry":"num_to_char","repo":"yichenzw/pacing","repo_kind":"official","path":"doc_generation_toolkit/common/util.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/doc_generation_toolkit/common/util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8ffd1cad03ea46da"}},{"code_sha256_prefix":"89d4028fd99a22c6","entry":"openai_call","repo":"yichenzw/pacing","repo_kind":"official","path":"gpt4_eval/gpt4_eval_single.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/gpt4_eval/gpt4_eval_single.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"89d4028fd99a22c6"}},{"code_sha256_prefix":"4c52dc8c1e011ef9","entry":"openai_call","repo":"yichenzw/pacing","repo_kind":"official","path":"story_generation/convert_outline_to_doc_format.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/story_generation/convert_outline_to_doc_format.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4c52dc8c1e011ef9"}},{"code_sha256_prefix":"91dc1a752a4f8b5c","entry":"openai_call","repo":"yichenzw/pacing","repo_kind":"official","path":"story_generation/direct_gen.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/story_generation/direct_gen.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"91dc1a752a4f8b5c"}},{"code_sha256_prefix":"e68104252a4d6ff7","entry":"sample_length","repo":"yichenzw/pacing","repo_kind":"official","path":"dataset.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/dataset.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e68104252a4d6ff7"}},{"code_sha256_prefix":"d805b5c3239eb544","entry":"to_tensor_dataset","repo":"yichenzw/pacing","repo_kind":"official","path":"ranker.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/ranker.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d805b5c3239eb544"}},{"code_sha256_prefix":"7910e2722c51f64a","entry":"visit_record_formating","repo":"yichenzw/pacing","repo_kind":"official","path":"dataset.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/dataset.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7910e2722c51f64a"}},{"code_sha256_prefix":"08d471154e8360cc","entry":"eval","repo":"yichenzw/pacing","repo_kind":"official","path":"gpt4_eval/gpt4_eval_single.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/gpt4_eval/gpt4_eval_single.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":"08d471154e8360cc"}},{"code_sha256_prefix":"37ee1f3c60cbd5ef","entry":"generate_outline","repo":"yichenzw/pacing","repo_kind":"official","path":"run_outline.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/run_outline.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":"37ee1f3c60cbd5ef"}},{"code_sha256_prefix":"1157e2d7daf50b7d","entry":"recursive_traverse","repo":"yichenzw/pacing","repo_kind":"official","path":"story_generation/convert_outline_to_doc_format.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/story_generation/convert_outline_to_doc_format.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":"1157e2d7daf50b7d"}},{"code_sha256_prefix":"56951e0d3eff5c73","entry":"split_excerpt","repo":"yichenzw/pacing","repo_kind":"official","path":"gpt4_eval/gpt4_eval_single.py","file_url":"https://github.com/yichenzw/pacing/blob/HEAD/gpt4_eval/gpt4_eval_single.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":"56951e0d3eff5c73"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}