Polyads Reduce Bias in Sparse Multi-Way Networks
Conditioning on local polyad orbits removes fixed effects, delivering near-95% coverage where PPML intervals collapse in sparse simulations.
Underlying Paper
Statistical Inference in Large Multi-way Networks
We propose the Polyads estimator, a new method to estimate structural parameters in weighted multi-way networks while controlling for rich, arbitrary structures of fixed effects. The method is based on a series of classification tasks and is agnostic to both the number and structure of fixed effects. Unlike full maximum likelihood, our estimator does not suffer from the incidental parameter problem: it is consistent and satisfies a Central Limit Theorem with no asymptotic bias, even when some dimensions of the network are short. For sparsely connected networks, it is also computationally faster than PPML. We provide experimental evidence that our estimator yields more reliable confidence intervals, i.e., better empirical coverage, than PPML and its bias-correction strategies. These improvements hold even under model misspecification and are more pronounced in sparse settings. While PPML remains competitive in dense, low-dimensional data, our approach offers a robust alternative for multi-way models that scales efficiently with sparsity. We apply the method to French health insurance claims data to study how a 2017 physician fee reform affected the geography and gender composition of doctor-patient connections.
High-dimensional fixed effects are useful in trade, health, and other network data because they absorb unobserved heterogeneity along several axes. They also create a familiar problem for nonlinear count models: as the network grows, the number of nuisance parameters can grow with it, and maximum likelihood can inherit incidental-parameter bias. This paper introduces the Polyads estimator for weighted multi-way networks, aimed at estimating structural parameters while conditioning away arbitrary fixed-effect structures.
The setting is a -partite count network with Poisson intensities of the form . The target is , while the fixed effects may span rows, columns, time, products, physician groups, or other network dimensions. The authors' answer is to replace global conditional maximum likelihood with many small conditional classification problems built from polyads.
Core Contribution
The key construction is a polyad: a block of network indices whose induced edges can be assigned positive and negative signs. Applying a polyad transformation shifts count mass across those edges while preserving the sufficient statistics for the fixed effects. That preservation is the mechanism that removes the nuisance parameters from the conditional likelihood.
Rather than conditioning on the full set of all networks with the same generalized degrees, the estimator conditions on the orbit generated by one polyad at a time. For each active polyad, the resulting likelihood depends on a generalized difference-in-differences feature , not on the fixed effects. Summing these convex polyad losses gives the estimator .
Technical Approach
The paper gives both an inference theory and an implementation path. Lemma 1 derives the gradient and Hessian of each polyad loss, with the Hessian equal to a conditional variance times . Lemma 2 shows strict convexity when the polyad difference features vary enough. Theorem 1 proves consistency under assumptions controlling dependence among active polyads and curvature around . Theorem 2 proves asymptotic normality without requiring all network dimensions to grow; short panels are allowed as long as the total graph size grows.
Results and Analysis
The real-data application uses French health insurance claims from 2016 to 2018 to study a May 2017 GP fee increase of 8.7%. Because the full grouped network has 69,265 patient groups, 16,941 doctors, 34 months, about 40 billion dyads, and 56,034,015 positive edges, the authors use subsampling plus random-effects meta-analysis. Across 2%, 3%, and 4% subsamples, Polyads estimates a distance effect around to after scaling by , and a same-city effect around to after scaling by . The interpretation is that the reform weakened distance and same-city frictions, consistent with patients traveling farther after the fee increase. The computational table also supports the sparsity claim: at the 2% subsample, Polyads takes 5 minutes versus 19 minutes for PPML and 53 minutes for debiased PPML; at 4%, it takes 111 minutes versus 203 and 315 minutes.
Caveats
The estimator pays for local conditioning with some statistical-efficiency loss relative to full conditional maximum likelihood; Appendix A bounds this loss using feature concentration and local overlap. The method is also designed for count data and fixed-effect dependence, not arbitrary dependence between observations. Dense networks remain the main computational weak spot: the paper says PPML is still competitive when most potential edges are realized.
Evidence Box
strongKey Claims
- •Polyad conditioning removes arbitrary fixed effects from the likelihood
- •Estimator is consistent and asymptotically normal without all dimensions growing
- •Sparse implementation scales with observed positive edges rather than all potential dyads
- •Confidence intervals are more reliable than PPML in sparse count networks
Key Results
- •600 replications per artificial configuration with densities from 0.02n to 0.1n
- •PPML best reported 95% interval coverage about 90% at n₁=n₂=100 and |E|=0.1n
- •Sparse scaling experiment uses |E|=4√n with n from 2×10⁵ to 32×10⁵
- •Real-data 4% subsample runtime: 111 min for Polyads vs 203 min for PPML and 315 min for debiased PPML
Limitations & Caveats
- •Designed for count networks rather than continuous edge weights
- •Does not model dependence beyond fixed effects and observed covariates
- •Computational advantage weakens in dense networks where most potential edges are realized
- •Full French claims network required subsampling and meta-analysis rather than direct full-sample estimation