The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Capping how often popular users are recommended improves fair matching: an exposure-constrained deferred acceptance algorithm raised congestion-adjusted matches and receiver-side match rates on a major Japanese dating app while lowering total raw dates, improving early-stage efficiency without hurting downstream engagement.

Integrating Predictive Models into Two-Sided Recommendations: A Matching-Theoretic Approach
Kazuki Sekiya, Suguru Otani, Yuki Komatsu, Sachio Ohkawa, Shunya Noda · February 23, 2026
arxiv rct high evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Kazuki Sekiya unresolved corpus identity
  2. Suguru Otani unresolved corpus identity
  3. Yuki Komatsu unresolved corpus identity
  4. Sachio Ohkawa unresolved corpus identity
  5. Shunya Noda unresolved corpus identity

Semantic Scholar

Latest observation:

  1. K. Sekiya provider ID
  2. Suguru Otani provider ID
  3. Yuki Komatsu provider ID
  4. Sachio Ohkawa provider ID
  5. Shunya Noda provider ID
An exposure-constrained deferred acceptance recommender that caps expected receiver exposure raises congestion-adjusted matches ('effective dates') and receiver-side dating probability in both calibrated simulations and a large randomized field trial, despite reducing raw match counts.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Two-sided platforms must recommend users to users, where matches (termed \emph{dates} in this paper) require mutual interest and activity on both sides. Naive ranking by predicted dating probabilities concentrates exposure on a small subset of highly responsive users, generating congestion and overstating efficiency. We model recommendation as a many-to-many matching problem and design integrators that map predicted login, like, and reciprocation probabilities into recommendations under attention constraints. We introduce \emph{effective dates}, a congestion-adjusted metric that discounts matches involving overloaded receivers. We then propose \emph{exposure-constrained deferred acceptance} (ECDA), which limits receiver exposure in terms of expected likes or dates rather than headcount. Using production-grade predictions from a large Japanese dating platform, we show in calibrated simulations that ECDA increases effective dates and receiver-side dating probability despite reducing total dates. A large-scale regional field experiment confirms these effects in practice, indicating that exposure control improves equity and early-stage matching efficiency without harming downstream engagement.

Summary

Main Finding

Integrating ML predictions into two-sided recommendations as a many-to-many matching problem and controlling receiver exposure by expected likes/dates (not just headcount) reduces harmful congestion and improves matching efficiency for most users. The paper (i) introduces a congestion-adjusted outcome metric, “effective dates,” (ii) shows that deferred-acceptance style integrators using dating-rate rankings outperform naïve like-rate ranking, and (iii) proposes Exposure-Constrained Deferred Acceptance (ECDA) — which caps receiver exposure in expected-likes/dates — that increases effective dates and receiver-side dating probability in calibrated simulations and in a large regional field experiment on a major Japanese dating platform.

Key Points

  • Problem set-up

    • Two-sided recommendation (proposers → receivers) requires mutual activity and responsiveness. Simple ranking by predicted pairwise match probability concentrates exposure on a small set of receivers, causing congestion and overstated efficiency.
    • Predictions available: login rates λ, proposer→receiver like rates αij, receiver relike rates βij. Dating rate for pair (i,j): δij = λi αij λj βij.
    • Recommendations are encoded by a matrix M with proposer attention caps ci (each proposer sees up to ci receivers).
  • New metric: Effective dates

    • Captures congestion: when a receiver accumulates multiple dates, only one is assumed to become an effective relationship.
    • Let µj = Σk δkj Mkj (expected dates for receiver j). Effective dating rate for pair (i,j): δ*ij = ((1 − e−µj) / µj) · δij.
    • Average effective dates discounts matches to overloaded receivers; it highlights the welfare loss from congestion that average raw dates can miss.
  • Integrator designs and findings

    • Rank-order input matters: sorting ROLs by dating rate (δij) for DA is better than by like rate.
    • Conventional “One-sided” greedy ranking by dating rate concentrates exposure on top receivers and performs poorly on effective dates.
    • Deferred Acceptance (DA) with appropriate capacity parameters mitigates congestion, but further gains come from ECDA.
    • ECDA defines receiver capacity in terms of expected likes/dates (exposure), not headcount. This directly targets congestion externalities and is computationally tractable (greedy implementations leveraging δij sorting).
  • Empirical validation

    • Calibration: simulations use production-grade predictive models from CoupLink (large Japanese dating app, ≈1.5M cumulative users).
    • Simulations: ECDA increases average effective dates and receiver-side dating probability even though it reduces total raw predicted dates relative to One-sided.
    • Field experiment: region-level difference-in-differences (treatment: Kanto; controls: Kansai & Tokai); pre-registered and IRB-approved.
      • ECDA led to a more equitable distribution of likes/dates and increased effective dates versus the incumbent One-sided recommender.
      • Early-stage engagement (likes, upstream activity) increased on both sides.
      • Aggregate downstream outcomes (messaging) were muted or negative when including the extreme right tail of receivers: the top 0.1% of receiver-days had been capturing many low–pass-through likes under One-sided. After excluding that tail, treatment effects are coherent and positive for effective dates, dating probability, and likes for 99.9% of users.
  • Practical considerations

    • ECDA is scalable and practical for production deployment.
    • The paper focuses on integrating predictions (assumes reasonably accurate ML estimates) rather than improving the predictions themselves.
    • The “uniform choice” assumption underlying effective dates is a transparency device to discount congestion; it is not presented as a literal behavioral model.

Data & Methods

  • Data sources

    • Production prediction outputs (login, like, relike probabilities) and platform activity from CoupLink, a large Japanese dating service.
    • Large-scale regional field deployment with pre-registered evaluation (AEA RCT Registry AEARCTR-0015446) and IRB approval.
  • Model and mechanics

    • Recommendation: choose matrix M satisfying proposer capacities ci.
    • Dating probability per pair: δij Mij (with δij = λi αij λj βij).
    • Performance metrics: average dates, average effective dates (congestion-adjusted), dating probability (probability a user gets at least one date).
    • ROL construction and integrators: compare One-sided greedy ranking by δij, DA variants (with headcount capacities), and ECDA (receiver capacity in expected-likes/dates).
  • Simulations

    • Calibrated numerical simulations using the platform’s predictive models to evaluate counterfactual integrator performance at scale.
  • Field experiment

    • Regional difference-in-differences: Kanto (treatment) vs Kansai & Tokai (controls); outcome windows include recommendation-stage expected outcomes and realized outcomes up to two weeks post-recommendation.
    • Analysis examines heterogeneity and the impact of the extreme high-exposure receiver tail (top 0.1% receiver-days).
  • Computation

    • ECDA admits greedy and parallelized implementations leveraging δij sorting; designed for large-scale production use.

Implications for AI Economics

  • Integration (not just prediction) matters: How ML outputs are aggregated into platform decisions (integrators/mechanisms) can materially change market outcomes. Platforms need mechanism-design-aware integration of predictive models rather than naive ranking.
  • Externalities of concentrated exposure: ML-based rankings that maximize immediate conversion probabilities can impose negative externalities (congestion) on counterparties, reducing realized welfare. Exposure constraints (in expected-likes/dates) internalize such externalities.
  • Metrics should be market-aware: Standard one-sided recommender metrics (clicks, predicted matches) can be misleading in two-sided markets. Outcome metrics that incorporate congestion (like effective dates) better capture true value and equity.
  • Mechanism design with ML inputs: ECDA exemplifies combining predictive ML with matching-theoretic constraints to create scalable, welfare-improving policies. This mirrors broader AI-economics themes of using predictions as inputs to economic mechanisms rather than as end-products.
  • Equity-efficiency tradeoffs: Reducing aggregate raw matches may increase meaningful matches for the many. Policymakers and platforms should weigh aggregate throughput against distributional and downstream quality effects.
  • Evaluations need field experiments: Calibrated simulations are useful, but real-world behavioral responses and extreme-tail phenomena (very high-exposure receivers) require randomized or quasi-experimental validation.
  • Generalizability and domains: Lessons extend beyond dating to job platforms, freelance marketplaces, and other reciprocal recommendation settings where responsiveness and activity matter and where over-concentration harms market functioning.
  • Future directions: modeling strategic behavior (if users adapt to exposure rules), improving behavioural assumptions behind effective-date discounting, jointly optimizing prediction and integrator design, and exploring regulatory implications for platform exposure policies.

Limitations to note - Effective dates use a simplifying uniform-choice assumption to quantify congestion; richer behavioral models may refine the metric. - The analysis assumes available, sufficiently accurate predictions; results depend on prediction quality. - The field evidence is from a dating platform; application to other markets requires domain adaptation and additional validation.

Overall, this paper provides a practical, theoretically grounded framework for turning multi-dimensional behavioral predictions into matching-aware recommendations that control exposure and reduce harmful congestion in two-sided markets.

Assessment

Paper Typerct Evidence Strengthhigh — A large-scale, production randomized field experiment provides credible causal estimates of the algorithmic change; effects are consistent with calibrated simulations based on real prediction models. Main limitations are domain- and platform-specific external validity rather than internal validity. Methods Rigorhigh — The paper develops a formal many-to-many matching model, introduces a congestion-adjusted metric (effective dates), designs an exposure-aware algorithm (ECDA), calibrates simulations to production prediction models, and validates findings via a large randomized experiment, demonstrating careful theoretical and empirical work. SampleActive users on a large Japanese two-sided dating platform, using production predictions of login, like, and reciprocation probabilities; analysis relies on platform interaction logs (recommendations shown, likes, reciprocations/dates) and a large-scale regional randomized trial (details on exact sample size and demographic composition not provided in the summary). Themeshuman_ai_collab inequality IdentificationRandomized field experiment: users/regions were randomly assigned to receive the exposure-constrained deferred acceptance (ECDA) recommender versus the platform's baseline ranking, with causal effects supplemented by calibrated simulations using production-grade predictions (login, like, reciprocation probabilities). GeneralizabilitySingle-platform study (one dating app) — behavioral patterns and incentives may differ on other platforms or marketplaces, Country/region-specific (Japan) — cultural differences in dating behavior may limit cross-country generalization, Results apply to two-sided mutual-interest matching contexts and may not transfer directly to one-sided marketplaces (e.g., ad auctions) or labor markets, Relies on availability and accuracy of per-user predicted login/like/reciprocation probabilities; performance may change with poorer predictions or different attention constraints, Experiment was regional rather than fully global; demographic skew of platform users (age, gender balance) may limit wider applicability

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Naive ranking by predicted dating probabilities concentrates exposure on a small subset of highly responsive users, generating congestion and overstating efficiency. Inequality negative concentration of exposure / congestion (how recommendation exposure is distributed across users)
Reading fidelity high
Study strength medium
not reported
0.6
We model recommendation as a many-to-many matching problem and design integrators that map predicted login, like, and reciprocation probabilities into recommendations under attention constraints. Task Allocation null_result formulation of recommendation problem and design of integrators (algorithmic/method output)
Reading fidelity high
Study strength high
not reported
1.0
We introduce 'effective dates', a congestion-adjusted metric that discounts matches involving overloaded receivers. Other null_result effective dates (congestion-adjusted matches)
Reading fidelity high
Study strength high
not reported
1.0
We propose exposure-constrained deferred acceptance (ECDA), which limits receiver exposure in terms of expected likes or dates rather than headcount. Task Allocation null_result receiver exposure measured in expected likes or dates (design choice)
Reading fidelity high
Study strength high
not reported
1.0
Using production-grade predictions from a large Japanese dating platform, calibrated simulations show that ECDA increases effective dates. Task Allocation positive effective dates (congestion-adjusted matches)
Reading fidelity high
Study strength medium
not reported
0.6
Calibrated simulations show ECDA increases receiver-side dating probability despite reducing total dates. Task Allocation mixed receiver-side dating probability; total dates (count of matches)
Reading fidelity high
Study strength medium
not reported
0.6
A large-scale regional field experiment confirms these effects in practice. Task Allocation positive confirmation of simulation effects (effective dates, receiver-side dating probability improvements, and reduction in total dates)
Reading fidelity high
Study strength high
not reported
1.0
Exposure control improves equity and early-stage matching efficiency without harming downstream engagement. Task Allocation positive equity (distribution of exposure), early-stage matching efficiency (e.g., effective dates or initial reciprocation), downstream engagement (subsequent user activity metrics)
Reading fidelity high
Study strength high
not reported
1.0

Notes