{"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/keep-it-simple-unsupervised-simplification-of-1","title":"Keep it Simple: Unsupervised Simplification of Multi-Paragraph Text","arxiv_id":"2107.03444","date":"2021-07-07","proceeding":"ACL 2021 5","authors":["Philippe Laban","Tobias Schnabel","Paul Bennett","Marti A. Hearst"],"abstract":"This work presents Keep it Simple (KiS), a new approach to unsupervised text simplification which learns to balance a reward across three properties: fluency, salience and simplicity. We train the model with a novel algorithm to optimize the reward (k-SCST), in which the model proposes several candidate simplifications, computes each candidate's reward, and encourages candidates that outperform the mean reward. Finally, we propose a realistic text comprehension task as an evaluation method for text simplification. When tested on the English news domain, the KiS model outperforms strong supervised baselines by more than 4 SARI points, and can help people complete a comprehension task an average of 18% faster while retaining accuracy, when compared to the original text. Code available: https://github.com/tingofurro/keep_it_simple","url_abs":"https://arxiv.org/abs/2107.03444v1","url_pdf":"https://arxiv.org/pdf/2107.03444v1.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":"keep-it-simple-unsupervised-simplification-of-1","repo_url":"https://github.com/tingofurro/keep_it_simple","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"reading-comprehension","task_name":"Reading Comprehension"},{"task_slug":"text-simplification","task_name":"Text Simplification"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2107.03444","atlas_url":"https://app.syntology.ai/?focus=2107.03444","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2107.03444"}},"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/tingofurro/keep_it_simple","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"unverified":13},"by_repo_kind":{"official":{"samples":13,"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":0,"samples":[{"code_sha256_prefix":"3ee08534dd7b401f","entry":"any_gpu_with_space","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"utils_misc.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/utils_misc.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3ee08534dd7b401f"}},{"code_sha256_prefix":"d584842a9e9b1e1c","entry":"build_levenshtein_matrix","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"utils_edits.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/utils_edits.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d584842a9e9b1e1c"}},{"code_sha256_prefix":"248292fc5ffe5c2b","entry":"cc_news_collate","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"train_keep_it_simple.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/train_keep_it_simple.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"248292fc5ffe5c2b"}},{"code_sha256_prefix":"a51a3b067e73c1d5","entry":"doc2ents","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"model_guardrails.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/model_guardrails.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a51a3b067e73c1d5"}},{"code_sha256_prefix":"211650defcae2522","entry":"fix_punctuation","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"utils_edits.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/utils_edits.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"211650defcae2522"}},{"code_sha256_prefix":"4575f85aa7122560","entry":"get_constant_schedule","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"utils_optim.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/utils_optim.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4575f85aa7122560"}},{"code_sha256_prefix":"a2003a42a1bf5632","entry":"get_constant_schedule_with_warmup","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"utils_optim.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/utils_optim.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a2003a42a1bf5632"}},{"code_sha256_prefix":"a25190d7f66f8704","entry":"get_pos_group","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"utils_masking.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/utils_masking.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a25190d7f66f8704"}},{"code_sha256_prefix":"aae67c85186c7e28","entry":"mask_tokens","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"utils_masking.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/utils_masking.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"aae67c85186c7e28"}},{"code_sha256_prefix":"aa982ce4f9f219e4","entry":"pad","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"model_generator.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/model_generator.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"aa982ce4f9f219e4"}},{"code_sha256_prefix":"f019c240efcb2696","entry":"select_logprobs","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"utils_rl.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/utils_rl.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f019c240efcb2696"}},{"code_sha256_prefix":"910784711d3445e5","entry":"show_diff","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"utils_edits.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/utils_edits.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"910784711d3445e5"}},{"code_sha256_prefix":"21cbeb28c1f4b1f1","entry":"unfold","repo":"tingofurro/keep_it_simple","repo_kind":"official","path":"model_salience.py","file_url":"https://github.com/tingofurro/keep_it_simple/blob/HEAD/model_salience.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"21cbeb28c1f4b1f1"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}