{"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/effective-human-ai-teams-via-learned-natural-1","title":"Effective Human-AI Teams via Learned Natural Language Rules and Onboarding","arxiv_id":"2311.01007","date":"2023-11-02","proceeding":"NeurIPS 2023 11","authors":["Hussein Mozannar","Jimin J Lee","Dennis Wei","Prasanna Sattigeri","Subhro Das","David Sontag"],"abstract":"People are relying on AI agents to assist them with various tasks. The human must know when to rely on the agent, collaborate with the agent, or ignore its suggestions. In this work, we propose to learn rules, grounded in data regions and described in natural language, that illustrate how the human should collaborate with the AI. Our novel region discovery algorithm finds local regions in the data as neighborhoods in an embedding space where prior human behavior should be corrected. Each region is then described using a large language model in an iterative and contrastive procedure. We then teach these rules to the human via an onboarding stage. Through user studies on object detection and question-answering tasks, we show that our method can lead to more accurate human-AI teams. We also evaluate our region discovery and description algorithms separately.","url_abs":"https://arxiv.org/abs/2311.01007v2","url_pdf":"https://arxiv.org/pdf/2311.01007v2.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":"effective-human-ai-teams-via-learned-natural-1","repo_url":"https://github.com/clinicalml/onboarding_human_ai","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"language-modeling","task_name":"Language Modeling"},{"task_slug":"language-modelling","task_name":"Language Modelling"},{"task_slug":"large-language-model","task_name":"Large Language Model"},{"task_slug":"object-detection","task_name":"Object Detection"},{"task_slug":"question-answering","task_name":"Question Answering"},{"task_slug":"object-detection-1","task_name":"object-detection"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2311.01007","atlas_url":"https://app.syntology.ai/?focus=2311.01007","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2311.01007"}},"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":"deterministic:regex_extraction","url":"https://github.com/clinicalml/onboarding_human_ai","reach":{"status":"ok"}}],"summary":{"ran":8,"unverified":4},"by_repo_kind":{"official":{"samples":12,"ran":8,"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":12,"samples":[{"code_sha256_prefix":"173ade9e3012230f","entry":"compute_metrics","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"src/teacher_methods/teacher_human.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/src/teacher_methods/teacher_human.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":"173ade9e3012230f"}},{"code_sha256_prefix":"5df2e5ed9131830c","entry":"get_distribution_list","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"integrai/utils.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/integrai/utils.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":"5df2e5ed9131830c"}},{"code_sha256_prefix":"83e80b8b56bd781e","entry":"get_metrics","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"src/teacher_methods/teacher_human.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/src/teacher_methods/teacher_human.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":"83e80b8b56bd781e"}},{"code_sha256_prefix":"2f90cdceb31e1668","entry":"get_synth_ai_human_regions","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"experiments/synth_regions.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/experiments/synth_regions.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":"2f90cdceb31e1668"}},{"code_sha256_prefix":"7af6bc32b3a4ea38","entry":"loss_01","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"integrai/utils.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/integrai/utils.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":"7af6bc32b3a4ea38"}},{"code_sha256_prefix":"030639705d7da61b","entry":"loss_01_pointwise","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"integrai/utils.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/integrai/utils.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":"030639705d7da61b"}},{"code_sha256_prefix":"354a37ff5a56cca2","entry":"pil_to_detectronformat","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"src/datasets_hai/coco.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/src/datasets_hai/coco.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":"354a37ff5a56cca2"}},{"code_sha256_prefix":"622e5b1b5cdbd1ab","entry":"squared_distance","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"integrai/integrai_discover.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/integrai/integrai_discover.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":"622e5b1b5cdbd1ab"}},{"code_sha256_prefix":"67aa6df802437470","entry":"ai_error_analysis","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"src/human_ai_card/error_analysis.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/src/human_ai_card/error_analysis.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":"67aa6df802437470"}},{"code_sha256_prefix":"d14723965be5cd52","entry":"get_text_embeddings_clip","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"integrai/embedding_funcs.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/integrai/embedding_funcs.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":"d14723965be5cd52"}},{"code_sha256_prefix":"d398222f6dd914e1","entry":"prepare_bdd_dataset","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"src/datasets_hai/bdd.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/src/datasets_hai/bdd.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":"d398222f6dd914e1"}},{"code_sha256_prefix":"ac82e3557ab9869f","entry":"prepare_coco_dataset","repo":"clinicalml/onboarding_human_ai","repo_kind":"official","path":"src/datasets_hai/coco.py","file_url":"https://github.com/clinicalml/onboarding_human_ai/blob/HEAD/src/datasets_hai/coco.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":"ac82e3557ab9869f"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}