Papers › Robustness Auditing for Linear Regression: To Singularity and Beyond

Robustness Auditing for Linear Regression: To Singularity and Beyond

10 Oct 2024arXiv:2410.07916archive 2025-07-28

Ittai Rubinstein, Samuel B. Hopkins

It has recently been discovered that the conclusions of many highly influential econometrics studies can be overturned by removing a very small fraction of their samples (often less than 0.5%). These conclusions are typically based on the results of one or more Ordinary Least Squares (OLS) regressions, raising the question: given a dataset, can we certify the robustness of an OLS fit on this dataset to the removal of a given number of samples? Brute-force techniques quickly break down even on small datasets. Existing approaches which go beyond brute force either can only find candidate small subsets to remove (but cannot certify their non-existence) [BGM20, KZC21], are computationally intractable beyond low dimensional settings [MR22], or require very strong assumptions on the data distribution and too many samples to give reasonable bounds in practice [BP21, FH23]. We present an efficient algorithm for certifying the robustness of linear regressions to removals of samples. We implement our algorithm and run it on several landmark econometrics datasets with hundreds of dimensions and tens of thousands of samples, giving the first non-trivial certificates of robustness to sample removal for datasets of dimension $4$ or greater. We prove that under distributional assumptions on a dataset, the bounds produced by our algorithm are tight up to a 1 + o(1) multiplicative factor.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.07916")

Code

Syntology Ran 20 of 22 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 20 ran with no contract checked.

By repository: official repository: 22 samples from 1 repository, 20 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 20 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

20ran
2unverified

Licence: 22 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ittai-rubinstein/ols_robustness. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

approximate_most_influential_pertrubation ittai-rubinstein/ols_robustness/src/lower_bounds/amip.py official repository ran no licence file found · pointer only · f870b847a1110a75 · report
bound_42_hypercontractivity ittai-rubinstein/ols_robustness/src/geometric_algorithms/hypercontractivity_reduction.py official repository ran fingerprinted no licence file found · pointer only · 7500999d93e83723 · report
bound_42_hypercontractivity_gm ittai-rubinstein/ols_robustness/src/geometric_algorithms/hypercontractivity_reduction.py official repository ran no licence file found · pointer only · d083e44e07f5981e · report
categorical_triangle_inequality ittai-rubinstein/ols_robustness/src/categorical_data/categorical_triangle_inequality.py official repository ran no licence file found · pointer only · 4933136938918ca3 · report
compute_beta_and_f ittai-rubinstein/ols_robustness/src/lower_bounds/amip.py official repository ran no licence file found · pointer only · 12ea2c67aabeebbe · report
compute_i_phi_coefficients ittai-rubinstein/ols_robustness/src/geometric_algorithms/hypercontractivity_reduction.py official repository ran no licence file found · pointer only · 4265834f3cf0c804 · report
compute_linear_combination_ku_datas ittai-rubinstein/ols_robustness/src/categorical_data/ku_triangle_inequality.py official repository ran no licence file found · pointer only · ef019453fa6adc41 · report
diagonal_matrix_product ittai-rubinstein/ols_robustness/src/lower_bounds/kzc.py official repository ran no licence file found · pointer only · 65de6bb84b46038b · report
dynamic_programming_1d ittai-rubinstein/ols_robustness/src/categorical_data/dynamic_programming.py official repository ran no licence file found · pointer only · 398bb9cf6392d204 · report
dynamic_programming_2d ittai-rubinstein/ols_robustness/src/categorical_data/dynamic_programming.py official repository ran no licence file found · pointer only · 490a5bfdad60b596 · report
efficient_greedy_removals ittai-rubinstein/ols_robustness/src/lower_bounds/kzc.py official repository ran no licence file found · pointer only · ff9b878454d7ea8d · report
f ittai-rubinstein/ols_robustness/src/lower_bounds/amip.py official repository ran no licence file found · pointer only · eff9e12561a99df1 · report
leave_one_out_regression_vectorized ittai-rubinstein/ols_robustness/src/lower_bounds/kzc.py official repository ran no licence file found · pointer only · 616bb4f47a0c056b · report
normalize_and_split_dataframes ittai-rubinstein/ols_robustness/src/categorical_data/categorical_data.py official repository ran no licence file found · pointer only · 87a5378683067341 · report
optimize_matrix_sdp ittai-rubinstein/ols_robustness/src/geometric_algorithms/sdp_bounds.py official repository ran no licence file found · pointer only · 2e38ede09da9d67b · report
perform_regression_and_append_residuals ittai-rubinstein/ols_robustness/src/categorical_data/categorical_data.py official repository ran no licence file found · pointer only · b57797272c866c51 · report
refined_triangle_inequality_indices ittai-rubinstein/ols_robustness/src/geometric_algorithms/triangle_inequality.py official repository ran no licence file found · pointer only · 300ec7a3948ba792 · report
spectral_bound_sum_ips ittai-rubinstein/ols_robustness/src/geometric_algorithms/spectral_algorithms.py official repository ran no licence file found · pointer only · c9d454d394856eb6 · report
spectral_bound_sum_ips_squared ittai-rubinstein/ols_robustness/src/geometric_algorithms/spectral_algorithms.py official repository ran no licence file found · pointer only · 54c3a836679cdb70 · report
split_and_normalize ittai-rubinstein/ols_robustness/src/categorical_data/categorical_data.py official repository ran no licence file found · pointer only · 7bd97d5c6b40238d · report
optimize_matrix ittai-rubinstein/ols_robustness/src/geometric_algorithms/sdp_bounds.py official repository unverified no licence file found · pointer only · a6a5dfe2d50f6c5b · report
spectral_bound_sum_ips_improved ittai-rubinstein/ols_robustness/src/geometric_algorithms/spectral_algorithms.py official repository unverified no licence file found · pointer only · 59adb64bb8c50d38 · report

Tasks

Econometricsregression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections