{"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/chebyshev-cantelli-pac-bayes-bennett","title":"Chebyshev-Cantelli PAC-Bayes-Bennett Inequality for the Weighted Majority Vote","arxiv_id":"2106.13624","date":"2021-06-25","proceeding":"NeurIPS 2021 12","authors":["Yi-Shan Wu","Andrés R. Masegosa","Stephan S. Lorenzen","Christian Igel","Yevgeny Seldin"],"abstract":"We present a new second-order oracle bound for the expected risk of a weighted majority vote. The bound is based on a novel parametric form of the Chebyshev- Cantelli inequality (a.k.a. one-sided Chebyshev's), which is amenable to efficient minimization. The new form resolves the optimization challenge faced by prior oracle bounds based on the Chebyshev-Cantelli inequality, the C-bounds [Germain et al., 2015], and, at the same time, it improves on the oracle bound based on second order Markov's inequality introduced by Masegosa et al. [2020]. We also derive a new concentration of measure inequality, which we name PAC-Bayes-Bennett, since it combines PAC-Bayesian bounding with Bennett's inequality. We use it for empirical estimation of the oracle bound. The PAC-Bayes-Bennett inequality improves on the PAC-Bayes-Bernstein inequality of Seldin et al. [2012]. We provide an empirical evaluation demonstrating that the new bounds can improve on the work of Masegosa et al. [2020]. Both the parametric form of the Chebyshev-Cantelli inequality and the PAC-Bayes-Bennett inequality may be of independent interest for the study of concentration of measure in other domains.","url_abs":"https://arxiv.org/abs/2106.13624v2","url_pdf":"https://arxiv.org/pdf/2106.13624v2.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":"chebyshev-cantelli-pac-bayes-bennett","repo_url":"https://github.com/stephanlorenzen/majorityvotebounds","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":null}],"tasks":[{"task_slug":"form","task_name":"Form"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2106.13624","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2106.13624"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+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/stephanlorenzen/majorityvotebounds","reach":null}],"summary":{"ran_draft_wrong":1,"ran_honours":3,"unverified":4},"by_repo_kind":{"official":{"samples":8,"ran":4,"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":8,"samples":[{"code_sha256_prefix":"21a1e155408babef","entry":"Binary_Search","repo":"stephanlorenzen/majorityvotebounds","repo_kind":"official","path":"mvb/bounds/ccpbb.py","file_url":"https://github.com/stephanlorenzen/majorityvotebounds/blob/HEAD/mvb/bounds/ccpbb.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"21a1e155408babef"}},{"code_sha256_prefix":"630d823ff5f1c3a2","entry":"CCPBB","repo":"stephanlorenzen/majorityvotebounds","repo_kind":"official","path":"mvb/bounds/ccpbb.py","file_url":"https://github.com/stephanlorenzen/majorityvotebounds/blob/HEAD/mvb/bounds/ccpbb.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"630d823ff5f1c3a2"}},{"code_sha256_prefix":"a14c5fcbaedf201b","entry":"_PBB_bound","repo":"stephanlorenzen/majorityvotebounds","repo_kind":"official","path":"mvb/bounds/ccpbb.py","file_url":"https://github.com/stephanlorenzen/majorityvotebounds/blob/HEAD/mvb/bounds/ccpbb.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"a14c5fcbaedf201b"}},{"code_sha256_prefix":"558e5739e2ced171","entry":"_VAR_bound","repo":"stephanlorenzen/majorityvotebounds","repo_kind":"official","path":"mvb/bounds/ccpbb.py","file_url":"https://github.com/stephanlorenzen/majorityvotebounds/blob/HEAD/mvb/bounds/ccpbb.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"558e5739e2ced171"}},{"code_sha256_prefix":"b0d41daeb6a9254e","entry":"PBBennett_bound","repo":"stephanlorenzen/majorityvotebounds","repo_kind":"official","path":"NeurIPS2021/artificialEvaluation/PBBennett_vs_PBBernstein.py","file_url":"https://github.com/stephanlorenzen/majorityvotebounds/blob/HEAD/NeurIPS2021/artificialEvaluation/PBBennett_vs_PBBernstein.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"b0d41daeb6a9254e"}},{"code_sha256_prefix":"5c0ed94cddbce188","entry":"PBBernstein_bound","repo":"stephanlorenzen/majorityvotebounds","repo_kind":"official","path":"NeurIPS2021/artificialEvaluation/PBBennett_vs_PBBernstein.py","file_url":"https://github.com/stephanlorenzen/majorityvotebounds/blob/HEAD/NeurIPS2021/artificialEvaluation/PBBennett_vs_PBBernstein.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"5c0ed94cddbce188"}},{"code_sha256_prefix":"3f25e0d950fb8ef4","entry":"VarCoeff","repo":"stephanlorenzen/majorityvotebounds","repo_kind":"official","path":"NeurIPS2021/artificialEvaluation/PBBennett_vs_PBBernstein.py","file_url":"https://github.com/stephanlorenzen/majorityvotebounds/blob/HEAD/NeurIPS2021/artificialEvaluation/PBBennett_vs_PBBernstein.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"3f25e0d950fb8ef4"}},{"code_sha256_prefix":"e5e776b74700e4ba","entry":"optimizeCCPBB","repo":"stephanlorenzen/majorityvotebounds","repo_kind":"official","path":"mvb/bounds/ccpbb.py","file_url":"https://github.com/stephanlorenzen/majorityvotebounds/blob/HEAD/mvb/bounds/ccpbb.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"e5e776b74700e4ba"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}