Papers › A Bayesian Spatial Model to Correct Under-Reporting in Urban Crowdsourcing

A Bayesian Spatial Model to Correct Under-Reporting in Urban Crowdsourcing

18 Dec 2023arXiv:2312.11754archive 2025-07-28

Gabriel Agostini, Emma Pierson, Nikhil Garg

Decision-makers often observe the occurrence of events through a reporting process. City governments, for example, rely on resident reports to find and then resolve urban infrastructural problems such as fallen street trees, flooded basements, or rat infestations. Without additional assumptions, there is no way to distinguish events that occur but are not reported from events that truly did not occur--a fundamental problem in settings with positive-unlabeled data. Because disparities in reporting rates correlate with resident demographics, addressing incidents only on the basis of reports leads to systematic neglect in neighborhoods that are less likely to report events. We show how to overcome this challenge by leveraging the fact that events are spatially correlated. Our framework uses a Bayesian spatial latent variable model to infer event occurrence probabilities and applies it to storm-induced flooding reports in New York City, further pooling results across multiple storms. We show that a model accounting for under-reporting and spatial correlation predicts future reports more accurately than other models, and further induces a more equitable set of inspections: its allocations better reflect the population and provide equitable service to non-white, less traditionally educated, and lower-income residents. This finding reflects heterogeneous reporting behavior learned by the model: reporting rates are higher in Census tracts with higher populations, proportions of white residents, and proportions of owner-occupied households. Our work lays the groundwork for more equitable proactive government services, even with disparate reporting behavior.

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="2312.11754")

Code

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

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

gsagostini/networks_underreporting officialmentioned in papermentioned on GitHubMIT report

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

21 samples harvested; 18 ran; 0 honoured the contract we drafted; 3 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.

18ran
3unverified

Licence: 0 of the 21 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 gsagostini/networks_underreporting. “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.

assess_equity_of_inspections gsagostini/networks_underreporting/d03_src/evaluate_equity.py official repository ran MIT (permissive) · 6d9528d74ceea0aa · report
combine_posteriors gsagostini/networks_underreporting/d03_src/model_pooling.py official repository ran MIT (permissive) · 1efcec9cbec7afd4 · report
evaluate_improvement gsagostini/networks_underreporting/d03_src/evaluate_utils.py official repository ran MIT (permissive) · d0536ebc53dfe889 · report
fit_normal_pdf_to_samples gsagostini/networks_underreporting/d03_src/model_pooling.py official repository ran MIT (permissive) · 9cbfc3a586a854a2 · report
generate_graph_grid gsagostini/networks_underreporting/d03_src/process_graph.py official repository ran MIT (permissive) · f903f90d1a598f1f · report
generate_plots_dist_per_graph gsagostini/networks_underreporting/d03_src/process_prior.py official repository ran MIT (permissive) · fd973d9b1fd5f1e6 · report
get_combined_posterior_from_samples gsagostini/networks_underreporting/d03_src/model_pooling.py official repository ran MIT (permissive) · 96192a04d0fe7849 · report
get_inspection_count gsagostini/networks_underreporting/d03_src/evaluate_equity.py official repository ran MIT (permissive) · ae45c2afda2669db · report
get_inspection_status gsagostini/networks_underreporting/d03_src/evaluate_equity.py official repository ran MIT (permissive) · 44571b731a908087 · report
get_means_and_keys gsagostini/networks_underreporting/d03_src/process_prior.py official repository ran MIT (permissive) · 8a4cdf17e1d72379 · report
get_trivial_probability gsagostini/networks_underreporting/d03_src/model_baselines.py official repository ran MIT (permissive) · a14c496a2abc7088 · report
initialize_AN gsagostini/networks_underreporting/d03_src/model_MCMC.py official repository ran MIT (permissive) · c1faeb1d6c219ebb · report
initialize_MCMC gsagostini/networks_underreporting/d03_src/model_MCMC.py official repository ran MIT (permissive) · 94269ba8fe1e8928 · report
process_complaints gsagostini/networks_underreporting/d03_src/process_complaints.py official repository ran MIT (permissive) · b8a73b0bb355b4a9 · report
sample_SVE gsagostini/networks_underreporting/d03_src/model_SVEA.py official repository ran MIT (permissive) · 1e9d355db10b8dd0 · report
sample_from_ising gsagostini/networks_underreporting/d03_src/model_SVEA.py official repository ran MIT (permissive) · 71be365363b42841 · report
sample_ising_Gibbs gsagostini/networks_underreporting/d03_src/model_SVEA.py official repository ran MIT (permissive) · 02490ec7f099eb85 · report
show_samples gsagostini/networks_underreporting/d03_src/evaluate_visualization.py official repository ran MIT (permissive) · 693fed40e010185e · report
evaluate_performance gsagostini/networks_underreporting/d03_src/evaluate_utils.py official repository unverified MIT (permissive) · 2196c5ac030bd5c6 · report
get_GP_probability gsagostini/networks_underreporting/d03_src/model_baselines.py official repository unverified MIT (permissive) · 05dd8459251c2af8 · report
plot_heatmap gsagostini/networks_underreporting/d03_src/process_prior.py official repository unverified MIT (permissive) · c6067f15bc76c0b7 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

1 archive method tag without a method page not shown.

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