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 →

A new attribute-driven pricing model and online algorithm deliver provable sublinear regret in high-dimensional markets while producing transparent, attribute-level price explanations. In simulations and limited real-data tests the method adapts quickly to shocks and learns near-optimal prices without operating in latent feature space.

Learning to Price: Interpretable Attribute-Level Models for Dynamic Markets
Srividhya Sethuraman, Chandrashekar Lakshminarayanan · January 30, 2026
arxiv theoretical medium 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. Srividhya Sethuraman unresolved corpus identity
  2. Chandrashekar Lakshminarayanan unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Srividhya Sethuraman provider ID
  2. Chandrashekar Lakshminarayanan provider ID
The paper introduces an interpretable additive attribute-level demand model (AFDLD) and ADEPT, a projection-free online pricing algorithm that attains a provable sublinear regret of Õ(√d T^{3/4}), and shows via simulations and real-data experiments that it learns near-optimal prices, adapts to shocks, and provides attribute-level explanations.

Citation observations

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

Dynamic pricing in high-dimensional markets poses fundamental challenges of scalability, uncertainty, and interpretability. Existing low-rank bandit formulations learn efficiently but rely on latent features that obscure how individual product attributes influence price. We address this by introducing an interpretable \emph{Additive Feature Decomposition-based Low-Dimensional Demand (\textbf{AFDLD}) model}, where product prices are expressed as the sum of attribute-level contributions and substitution effects are explicitly modeled. Building on this structure, we propose \textbf{ADEPT} (Additive DEcomposition for Pricing with cross-elasticity and Time-adaptive learning)-a projection-free, gradient-free online learning algorithm that operates directly in attribute space and achieves a sublinear regret of $\tilde{\mathcal{O}}(\sqrt{d}T^{3/4})$. Through controlled synthetic studies and real-world datasets, we show that ADEPT (i) learns near-optimal prices under dynamic market conditions, (ii) adapts rapidly to shocks and drifts, and (iii) yields transparent, attribute-level price explanations. The results demonstrate that interpretability and efficiency in autonomous pricing agents can be achieved jointly through structured, attribute-driven representations.

Summary

Main Finding

The paper introduces an interpretable low-dimensional demand model—Additive Feature Decomposition-based Low-Dimensional Demand (AFDLD)—and a practical online pricing algorithm ADEPT (Additive DEcomposition for Pricing with cross-elasticity and Time-adaptive learning). ADEPT works directly in attribute space (rather than opaque latent factors), explicitly models substitution (cross-elasticity) effects, is projection-free and gradient-free, and achieves sublinear regret \tilde{O}(√d · T^{3/4}). Empirically, ADEPT learns near-optimal prices in dynamic markets, adapts quickly to shocks and drifts, and provides transparent attribute-level pricing explanations.

Key Points

  • Model: AFDLD represents each product price as a sum of attribute-level contributions; substitution across products (cross-elasticity) is explicitly modeled rather than absorbed into an uninterpretable latent factor.
  • Interpretability: Attribute-level decomposition yields clear explanations for how individual attributes (e.g., size, brand, features) affect optimal pricing decisions.
  • Algorithmic design: ADEPT is
    • projection-free (avoids costly projection steps, improving scalability),
    • gradient-free (operates under bandit/zeroth-order feedback typical in pricing),
    • adaptive to time-varying market conditions.
  • Performance guarantee: ADEPT provably attains sublinear regret \tilde{O}(√d · T^{3/4}), where d is the attribute dimension and T the horizon.
  • Empirical findings:
    • ADEPT achieves near-optimal revenue in controlled synthetic environments,
    • adapts rapidly to shocks and nonstationary drifts,
    • produces attribute-level explanations useful for decision-makers.
  • Trade-offs/limitations:
    • Regret rate T^{3/4} is sublinear but slower than the minimax √T; there is a dependence on attribute dimension √d.
    • Interpretability and modeling gains rely on the assumed additive-attribute structure and explicit cross-elasticity parameterization.

Data & Methods

  • Model specification
    • AFDLD: product utility/demand expressed as additive contributions from attributes plus explicit substitution (cross-elasticity) terms. This yields a low-dimensional parameterization in attribute space rather than per-product latent factors.
    • Works with markets where the number of products N is large but attribute dimension d is small (d << N).
  • Algorithm (ADEPT)
    • Operates online over T rounds, selecting attribute-level price components that map to product prices.
    • Projection-free: uses Frank–Wolfe-style updates or equivalent to avoid expensive projections onto complex feasible sets.
    • Gradient-free / bandit-friendly: builds zeroth-order gradient estimates from observed demand/revenue feedback, suitable when gradients are not directly available.
    • Time-adaptive mechanisms to react to shocks and nonstationarity (e.g., step-size scheduling, windowing, or reset heuristics).
  • Theoretical analysis
    • Proves \tilde{O}(√d · T^{3/4}) regret under standard structural assumptions (boundedness, smoothness/Lipschitzness of revenue w.r.t. attribute prices, and correctness of the additive attribute + cross-elasticity model).
    • Analysis likely combines low-dimensional structure exploitation with zeroth-order online convex optimization tools and projection-free algorithmic techniques.
  • Experiments
    • Synthetic controlled studies to validate regret scaling, adaptation to shocks/drifts, and correctness of attribute recovery.
    • Real-world datasets (unspecified here) to show revenue performance, adaptation speed, and interpretability of learned attribute contributions.
    • Evaluation metrics include cumulative regret, revenue gap to oracle, adaptation latency after shocks, and qualitative/quantitative measures of explanation fidelity.

Implications for AI Economics

  • Demonstrates that structure + interpretability can coexist with efficient online learning: an interpretable attribute-driven representation can achieve practical regret guarantees while enabling transparent pricing decisions.
  • Practical pricing systems: ADEPT is suitable for high-dimensional product catalogs where attributes are meaningful and can be used to generalize across products, enabling scalable autonomous pricing agents.
  • Policy and governance: attribute-level explanations facilitate auditing, compliance, and stakeholder communication (e.g., regulators or merchants demanding reasons behind price changes).
  • Market dynamics: explicit cross-elasticity modeling improves handling of substitution effects, which is crucial for competitive markets with product heterogeneity.
  • Directions for future research:
    • Tighten regret to √T (or improve dependence on d) while maintaining projection-free and bandit-friendly operation.
    • Extend beyond additive attribute structure to capture interactions or hierarchical attributes.
    • Study fairness and strategic behavior implications when prices are explained at the attribute level (e.g., potential for gaming or discriminatory pricing).
    • Field experiments to validate long-run welfare, equilibrium effects, and robustness under adversarial strategic responses.

Assessment

Paper Typetheoretical Evidence Strengthmedium — The paper provides a formal theoretical guarantee (a provable sublinear regret bound) which is strong for algorithmic claims, and complements this with controlled synthetic experiments and tests on real-world datasets; however, there are no randomized field trials or causal identification of market effects, and empirical validation appears limited in scope and potentially sensitive to modeling assumptions. Methods Rigormedium — Rigor is high on the theoretical side (formal regret analysis and an explicit algorithm), and experiments include both synthetic and real data; but practical rigour is limited by unspecified details about the real datasets, potentially strong structural assumptions (additive feature decomposition, specific cross-elasticity form), and no large-scale field deployment or robustness checks against misspecification or strategic responses. SampleAlgorithm evaluated on controlled synthetic simulations that vary dimensionality and market dynamics, plus experiments on unspecified real-world pricing datasets (product catalogs/time series) reported by the authors; exact dataset names, sizes, time horizons T, and feature dimensionality d are not provided in the summary. Themesinnovation adoption GeneralizabilityRelies on additive attribute-level decomposition of prices/demand which may not hold for all product markets, Assumes a specific, low-dimensional attribute structure and cross-elasticity form; performance may degrade if real demand violates this, Real-world evaluations appear limited in scope and dataset variety, so external validity across sectors/geographies is uncertain, Does not appear to model inventory constraints, strategic buyer/seller behavior, competition, or regulatory constraints, Theoretical guarantees require regularity/noise assumptions and may not translate directly under heavy-tailed shocks or adversarial conditions

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
We introduce an interpretable Additive Feature Decomposition-based Low-Dimensional Demand (AFDLD) model, where product prices are expressed as the sum of attribute-level contributions and substitution effects are explicitly modeled. Decision Quality positive decision_quality
Reading fidelity high
Study strength speculative
not reported
0.02
We propose ADEPT (Additive DEcomposition for Pricing with cross-elasticity and Time-adaptive learning) — a projection-free, gradient-free online learning algorithm that operates directly in attribute space. Decision Quality positive decision_quality
Reading fidelity high
Study strength medium
not reported
0.12
ADEPT achieves a sublinear regret of tilde{O}(\sqrt{d} T^{3/4}). Decision Quality positive regret (learning performance)
Reading fidelity high
Study strength high
tilde{O}(sqrt(d) T^{3/4})
0.2
Through controlled synthetic studies and real-world datasets, ADEPT learns near-optimal prices under dynamic market conditions. Decision Quality positive quality of pricing decisions (proximity to optimal prices)
Reading fidelity high
Study strength medium
not reported
0.12
ADEPT adapts rapidly to shocks and drifts. Decision Quality positive adaptation speed / robustness to nonstationarity
Reading fidelity high
Study strength medium
not reported
0.12
ADEPT yields transparent, attribute-level price explanations. Decision Quality positive interpretability / transparency of pricing explanations
Reading fidelity high
Study strength medium
not reported
0.12
Interpretability and efficiency in autonomous pricing agents can be achieved jointly through structured, attribute-driven representations. Decision Quality positive joint attainment of interpretability and algorithmic efficiency
Reading fidelity high
Study strength medium
not reported
0.12
Existing low-rank bandit formulations learn efficiently but rely on latent features that obscure how individual product attributes influence price; AFDLD addresses these interpretability and related scalability/uncertainty challenges. Decision Quality mixed interpretability and scalability relative to low-rank formulations
Reading fidelity high
Study strength low
not reported
0.06

Notes