Causal Time Series Generation via Diffusion Models
Pith reviewed 2026-05-18 14:40 UTC · model grok-4.3
The pith
A diffusion model framework derives causal score functions to generate time series under interventions and as individual counterfactuals.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
By applying backdoor adjustment to the diffusion score function for interventions and the full abduction-action-prediction procedure for counterfactuals, CaTSG creates a unified sampling process that supports observational, interventional, and counterfactual time series generation within one model while keeping the generated observational distribution faithful to the training data.
What carries the argument
Backdoor-adjusted guidance applied to the diffusion model's score function, which modifies the reverse denoising trajectory to account for unobserved confounding and to target specific interventions or counterfactual worlds.
If this is right
- A single trained diffusion model can now produce sequences that reflect the effect of an intervention on one or more covariates.
- Individual counterfactual trajectories become generatable by first inferring the noise and then applying the appropriate action and prediction steps.
- Observational fidelity metrics remain competitive with or better than non-causal baselines even after the causal adjustments are added.
- The same architecture supplies all three levels of Pearl's causal ladder without separate models for each rung.
Where Pith is reading between the lines
- Extension: The same score-adjustment idea could be tried on other sequential generative architectures such as autoregressive transformers to add causal control without diffusion-specific machinery.
- Extension: In domains like policy evaluation, the framework supplies a way to simulate alternate histories for individual units rather than only population averages.
- Extension: Combining the method with data-driven causal discovery algorithms might reduce the need for a pre-specified graph when applying the backdoor adjustment.
Load-bearing premise
Backdoor adjustment and the abduction-action-prediction steps can be transplanted directly onto the diffusion score function for time series without breaking temporal dependencies or requiring extra causal graph details.
What would settle it
On a synthetic time series dataset generated from a fully known causal graph, compare the marginal statistics of sequences produced by CaTSG under a specific intervention against the true post-intervention distribution obtained by do-calculus on the graph; large mismatch falsifies the claim that the adjusted scores correctly steer the sampler.
Figures
read the original abstract
Time series generation (TSG) synthesizes realistic sequences and has achieved remarkable success. Among TSG, conditional models generate sequences given observed covariates, however, such models learn observational correlations without considering unobserved confounding. In this work, we propose a causal perspective on conditional TSG and introduce causal time series generation as a new TSG task family, formalized within Pearl's causal ladder, extending beyond observational generation to include interventional and counterfactual settings. To instantiate these tasks, we develop CaTSG, a unified diffusion-based framework with backdoor-adjusted guidance that causally steers sampling toward desired interventions and individual counterfactuals while preserving observational fidelity. Specifically, our method derives causal score functions via backdoor adjustment and the abduction-action-prediction procedure, thus enabling principled support for all three levels of TSG. Extensive experiments on both synthetic and real-world datasets show that CaTSG achieves superior fidelity and also supporting interventional and counterfactual generation that existing baselines cannot handle. Overall, we propose the causal TSG family and instantiate it with CaTSG, providing an initial proof-of-concept and opening a promising direction toward more reliable simulation under interventions and counterfactual generation.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript introduces causal time series generation (CaTSG) as a new task family extending standard conditional time series generation to Pearl's three rungs of the causal ladder (observational, interventional, and counterfactual). It proposes a unified diffusion-based framework that derives causal score functions by substituting backdoor-adjusted conditionals and applying the abduction-action-prediction procedure, enabling steered sampling for interventions and individual counterfactuals while preserving observational fidelity. Experiments on synthetic and real-world datasets are reported to show superior fidelity and the ability to handle causal queries that baselines cannot.
Significance. If the central construction is valid, the work would be significant for generative modeling in domains requiring intervention-aware simulation such as healthcare and finance. The unified treatment of all three causal levels within a single diffusion framework, together with the explicit use of backdoor adjustment on the score function, represents a concrete step beyond purely observational TSG. The provision of both synthetic and real-world empirical support strengthens the initial proof-of-concept.
major comments (3)
- [§3] §3 (method derivation): the substitution of the backdoor-adjusted conditional directly into the diffusion score s_θ(x_t, t) is presented without an explicit time-unrolled causal graph or a proof that the resulting score equals the gradient of the log-density of the post-intervention marginal; temporal ordering of edges and potential additional conditioning paths introduced by the diffusion process are not addressed, which is load-bearing for the claim that interventional samples are correctly generated.
- [§4] §4 (abduction-action-prediction): the implementation of the abduction step for individual counterfactuals in the diffusion setting is described at a high level; it is unclear how the noise variables are recovered from observed trajectories while respecting the sequential nature of the data, and no verification is given that the subsequent action and prediction steps commute with the reverse diffusion process.
- [Table 2, §5.2] Table 2 and §5.2: the reported improvements in interventional and counterfactual metrics are shown without error bars or statistical significance tests across multiple random seeds; given that the central claim rests on the correctness of the causal steering, the absence of these controls weakens the empirical support for the method's reliability.
minor comments (2)
- Notation for the time-indexed variables and the backdoor set Z should be introduced earlier and used consistently; current presentation requires the reader to infer the precise conditioning from the text.
- The related-work section would benefit from explicit comparison to recent causal diffusion models (e.g., those using do-calculus on score functions) to better situate the novelty of the time-series extension.
Simulated Author's Rebuttal
We thank the referee for the constructive and detailed feedback. We address each major comment below and outline the revisions planned for the next version of the manuscript.
read point-by-point responses
-
Referee: [§3] §3 (method derivation): the substitution of the backdoor-adjusted conditional directly into the diffusion score s_θ(x_t, t) is presented without an explicit time-unrolled causal graph or a proof that the resulting score equals the gradient of the log-density of the post-intervention marginal; temporal ordering of edges and potential additional conditioning paths introduced by the diffusion process are not addressed, which is load-bearing for the claim that interventional samples are correctly generated.
Authors: We agree that §3 would benefit from greater formal detail. In the revision we will insert an explicit time-unrolled causal graph that depicts the diffusion process together with the structural causal model at each time step. We will also add a short proof sketch establishing that the backdoor-adjusted score is the gradient of the log-density of the post-intervention marginal, and we will discuss why the diffusion’s additional conditioning paths do not violate the adjustment when the backdoor set is chosen with respect to the original SCM. revision: yes
-
Referee: [§4] §4 (abduction-action-prediction): the implementation of the abduction step for individual counterfactuals in the diffusion setting is described at a high level; it is unclear how the noise variables are recovered from observed trajectories while respecting the sequential nature of the data, and no verification is given that the subsequent action and prediction steps commute with the reverse diffusion process.
Authors: We acknowledge that the current description of the abduction step is high-level. In the revised manuscript we will provide a concrete algorithm that recovers the per-step noise variables from an observed trajectory while respecting the autoregressive structure of the time series. We will also include a brief argument (or empirical check) showing that the action and prediction operations can be interleaved with the reverse diffusion steps without changing the final counterfactual distribution. revision: yes
-
Referee: [Table 2, §5.2] Table 2 and §5.2: the reported improvements in interventional and counterfactual metrics are shown without error bars or statistical significance tests across multiple random seeds; given that the central claim rests on the correctness of the causal steering, the absence of these controls weakens the empirical support for the method's reliability.
Authors: We thank the referee for this observation. In the revision we will rerun all experiments with at least five independent random seeds, report means and standard deviations (error bars) for every metric in Table 2, and add paired statistical significance tests (e.g., t-tests) between CaTSG and the strongest baseline for the interventional and counterfactual settings. revision: yes
Circularity Check
No circularity: applies external causal adjustment to diffusion scores
full rationale
The paper's central construction derives interventional and counterfactual score functions by substituting backdoor-adjusted conditionals and the abduction-action-prediction steps into the standard diffusion score s_θ(x_t, t). These steps are imported from Pearl's causal ladder and standard causal inference literature rather than being fitted to the paper's own data or derived from internal parameters. No self-citation chain, self-definitional loop, or fitted-input-renamed-as-prediction is present in the derivation; the observational fidelity term remains the original diffusion objective while the causal steering is an additive guidance term justified externally. The time-series extension is presented as an application, not a reduction to the inputs by construction. This is the normal case of a self-contained method that builds on independent external results.
Axiom & Free-Parameter Ledger
axioms (2)
- domain assumption Backdoor adjustment can be applied to derive causal score functions for diffusion sampling in time series data.
- domain assumption The abduction-action-prediction procedure from Pearl's framework extends directly to individual counterfactual generation in sequential data.
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
we derive causal score functions via backdoor adjustment and the abduction–action–prediction procedure... s_int_t = ∇_x_t log p(x_t | do(c)) ∝ (1+ω) E_{e∼p(e|x,c)} [ε_θ(x_t,t,c,e)] − ω ε_θ(x_t,t)
-
IndisputableMonolith/Foundation/RealityFromDistinction.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
SCM with latent confounder E... P(X|do(C)) = Σ_e P(X|C,E=e)P(E=e)
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Forward citations
Cited by 3 Pith papers
-
Causal Diffusion Models for Counterfactual Outcome Distributions in Longitudinal Data
Causal Diffusion Model is the first diffusion-based method to produce full probabilistic counterfactual outcome distributions for sequential interventions in longitudinal data, showing 15-30% better distributional acc...
-
Intervention-Based Time Series Causal Discovery via Simulator-Generated Interventional Distributions
SVAR-FM uses simulator clamping to produce interventional distributions and flow matching to identify time series causal structures, with an error bound that predicts sign reversal of causal effects below a simulator ...
-
Interventional Time Series Priors for Causal Foundation Models
CausalTimePrior generates synthetic temporal structural causal models with paired observational and interventional time series to train prior-data fitted networks for in-context causal effect estimation on held-out data.
Reference graph
Works this paper leans on
-
[1]
Diffusion-based time series imputation and forecasting with structured state space models
Juan Lopez Alcaraz and Nils Strodthoff. Diffusion-based time series imputation and forecasting with structured state space models. Transactions on Machine Learning Research, 2023
work page 2023
-
[2]
Tsgbench: Time series generation benchmark
Yihao Ang, Qiang Huang, Yifan Bao, Anthony KH Tung, and Zhiyong Huang. Tsgbench: Time series generation benchmark. Proceedings of the VLDB Endowment, 17 0 (3): 0 305--318, 2023
work page 2023
-
[3]
An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling
Shaojie Bai, J Zico Kolter, and Vladlen Koltun. An empirical evaluation of generic convolutional and recurrent networks for sequence modeling. arXiv preprint arXiv:1803.01271, 2018
work page internal anchor Pith review Pith/arXiv arXiv 2018
-
[4]
Towards controllable time series generation
Yifan Bao, Yihao Ang, Qiang Huang, Anthony KH Tung, and Zhiyong Huang. Towards controllable time series generation. arXiv preprint arXiv:2403.03698, 2024
-
[5]
Unsupervised learning of visual features by contrasting cluster assignments
Mathilde Caron, Ishan Misra, Julien Mairal, Priya Goyal, Piotr Bojanowski, and Armand Joulin. Unsupervised learning of visual features by contrasting cluster assignments. Advances in neural information processing systems, 33: 0 9912--9924, 2020
work page 2020
-
[6]
Challenges and corresponding solutions of generative adversarial networks (gans): a survey study
Haiyang Chen. Challenges and corresponding solutions of generative adversarial networks (gans): a survey study. In Journal of Physics: Conference Series, volume 1827, pp.\ 012066. IOP Publishing, 2021
work page 2021
-
[7]
Beijing multi-site air-quality data, 2019
Song Chen. Beijing multi-site air-quality data, 2019. URL https://doi.org/10.24432/C5RK5G
-
[8]
On the constrained time-series generation problem
Andrea Coletta, Sriram Gopalakrishnan, Daniel Borrajo, and Svitlana Vyetrenko. On the constrained time-series generation problem. Advances in Neural Information Processing Systems, 36: 0 61048--61059, 2023
work page 2023
-
[9]
Sinkhorn distances: Lightspeed computation of optimal transport
Marco Cuturi. Sinkhorn distances: Lightspeed computation of optimal transport. Advances in neural information processing systems, 26, 2013
work page 2013
-
[10]
Chris Donahue, Julian McAuley, and Miller Puckette. Adversarial audio synthesis. In International Conference on Learning Representations, 2019
work page 2019
-
[11]
Real-valued (Medical) Time Series Generation with Recurrent Conditional GANs
Crist \'o bal Esteban, Stephanie L Hyland, and Gunnar R \"a tsch. Real-valued (medical) time series generation with recurrent conditional gans. arXiv preprint arXiv:1706.02633, 2017
work page internal anchor Pith review Pith/arXiv arXiv 2017
-
[12]
Classifier-Free Diffusion Guidance
Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance. arXiv preprint arXiv:2207.12598, 2022
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[13]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. Advances in neural information processing systems, 33: 0 6840--6851, 2020
work page 2020
-
[14]
Metro interstate traffic volume data set, 2019
John Hogue. Metro interstate traffic volume data set, 2019. URL https://doi.org/10.24432/C5X60B
-
[15]
A causal lens for controllable text generation
Zhiting Hu and Li Erran Li. A causal lens for controllable text generation. Advances in Neural Information Processing Systems, 34: 0 24941--24955, 2021
work page 2021
-
[16]
Timedp: Learning to generate multi-domain time series with domain prompts
Yu-Hao Huang, Chang Xu, Yueying Wu, Wu-Jun Li, and Jiang Bian. Timedp: Learning to generate multi-domain time series with domain prompts. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, pp.\ 17520--17527, 2025
work page 2025
-
[17]
Causalgan: Learning causal implicit generative models with adversarial training
Murat Kocaoglu, Christopher Snyder, Alexandros G Dimakis, and Sriram Vishwanath. Causalgan: Learning causal implicit generative models with adversarial training. In International Conference on Learning Representations, 2018
work page 2018
-
[18]
Aneesh Komanduri, Xintao Wu, Yongkai Wu, and Feng Chen. From identifiable causal representations to controllable counterfactual generation: A survey on causal generative modeling. arXiv preprint arXiv:2310.11011, 2023
-
[19]
Robert L. Lehrman. Physics the Easy Way. Barron's Educational Series, Hauppauge, NY, 3rd edition, 1998. OCLC: 1036803976
work page 1998
-
[20]
Hao Li, Yu-Hao Huang, Chang Xu, Viktor Schlegel, Ren-He Jiang, Riza Batista-Navarro, Goran Nenadic, and Jiang Bian. Bridge: Bootstrapping text to control time-series generation via multi-agent iterative optimization and diffusion modelling. ICML, 2025
work page 2025
-
[21]
Diffusion models for time-series applications: a survey
Lequan Lin, Zhengkun Li, Ruikun Li, Xuliang Li, and Junbin Gao. Diffusion models for time-series applications: a survey. Frontiers of Information Technology & Electronic Engineering, 25 0 (1): 0 19--41, 2024
work page 2024
-
[22]
A causal inference look at unsupervised video anomaly detection
Xiangru Lin, Yuyang Chen, Guanbin Li, and Yizhou Yu. A causal inference look at unsupervised video anomaly detection. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 36, pp.\ 1620--1629, 2022
work page 2022
-
[23]
Learning causal semantic representation for out-of-distribution prediction
Chang Liu, Xinwei Sun, Jindong Wang, Haoyue Tang, Tao Li, Tao Qin, Wei Chen, and Tie-Yan Liu. Learning causal semantic representation for out-of-distribution prediction. Advances in Neural Information Processing Systems, 34: 0 6155--6170, 2021
work page 2021
-
[24]
Dpm-solver: A fast ode solver for diffusion probabilistic model sampling in around 10 steps
Cheng Lu, Yuhao Zhou, Fan Bao, Jianfei Chen, Chongxuan Li, and Jun Zhu. Dpm-solver: A fast ode solver for diffusion probabilistic model sampling in around 10 steps. Advances in neural information processing systems, 35: 0 5775--5787, 2022
work page 2022
-
[25]
Ellicott C Matthay and M Maria Glymour. Causal inference challenges and new directions for epidemiologic research on the health effects of social policies. Current Epidemiology Reports, 9 0 (1): 0 22--37, 2022
work page 2022
-
[26]
Neural variational inference and learning in belief networks
Andriy Mnih and Karol Gregor. Neural variational inference and learning in belief networks. In International Conference on Machine Learning, pp.\ 1791--1799. PMLR, 2014
work page 2014
-
[27]
Time weaver: A conditional time series generation model
Sai Shankar Narasimhan, Shubhankar Agarwal, Oguzhan Akcin, Sujay Sanghavi, and Sandeep P Chinchali. Time weaver: A conditional time series generation model. In International Conference on Machine Learning, pp.\ 37293--37320. PMLR, 2024
work page 2024
- [28]
-
[29]
Causal inference in statistics: A primer
Judea Pearl, Madelyn Glymour, and Nicholas P Jewell. Causal inference in statistics: A primer. John Wiley & Sons, 2016
work page 2016
-
[30]
Models, reasoning and inference
Judea Pearl et al. Models, reasoning and inference. Cambridge, UK: CambridgeUniversityPress, 19 0 (2), 2000
work page 2000
-
[31]
Giorgia Ramponi, Pavlos Protopapas, Marco Brambilla, and Ryan Janssen. T-cgan: Conditional generative adversarial network for data augmentation in noisy time series with irregular sampling. arXiv preprint arXiv:1811.08295, 2018
work page internal anchor Pith review Pith/arXiv arXiv 2018
-
[32]
Counterfactual generative networks
Axel Sauer and Andreas Geiger. Counterfactual generative networks. In International Conference on Learning Representations, 2021
work page 2021
-
[33]
Conditional gan for timeseries generation
Kaleb E Smith and Anthony O Smith. Conditional gan for timeseries generation. arXiv preprint arXiv:2006.16477, 2020
-
[34]
Deep unsupervised learning using nonequilibrium thermodynamics
Jascha Sohl-Dickstein, Eric Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. In International conference on machine learning, pp.\ 2256--2265. pmlr, 2015
work page 2015
-
[35]
Generative modeling by estimating gradients of the data distribution
Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution. Advances in neural information processing systems, 32, 2019
work page 2019
-
[36]
Csdi: Conditional score-based diffusion models for probabilistic time series imputation
Yusuke Tashiro, Jiaming Song, Yang Song, and Stefano Ermon. Csdi: Conditional score-based diffusion models for probabilistic time series imputation. Advances in neural information processing systems, 34: 0 24804--24816, 2021
work page 2021
-
[37]
Vajira Thambawita, Jonas L Isaksen, Steven A Hicks, Jonas Ghouse, Gustav Ahlberg, Allan Linneberg, Niels Grarup, Christina Ellervik, Morten Salling Olesen, Torben Hansen, et al. Deepfake electrocardiograms using generative adversarial networks are the beginning of the end for privacy issues in medicine. Scientific reports, 11 0 (1): 0 21896, 2021
work page 2021
-
[38]
On the combination of independent test statistics
WR Van Zwet and J Oosterhoff. On the combination of independent test statistics. The Annals of Mathematical Statistics, 38 0 (3): 0 659--680, 1967
work page 1967
-
[39]
Towards precise embodied dialogue localization via causality guided diffusion
Haoyu Wang, Le Wang, Sanping Zhou, Jingyi Tian, Zheng Qin, Yabing Wang, Gang Hua, and Wei Tang. Towards precise embodied dialogue localization via causality guided diffusion. In Proceedings of the Computer Vision and Pattern Recognition Conference, pp.\ 13350--13360, 2025
work page 2025
-
[40]
Diffstg: Probabilistic spatio-temporal graph forecasting with denoising diffusion models
Haomin Wen, Youfang Lin, Yutong Xia, Huaiyu Wan, Qingsong Wen, Roger Zimmermann, and Yuxuan Liang. Diffstg: Probabilistic spatio-temporal graph forecasting with denoising diffusion models. In Proceedings of the 31st ACM International Conference on Advances in Geographic Information Systems, pp.\ 1--12, 2023
work page 2023
-
[41]
Deciphering spatio-temporal graph forecasting: A causal lens and treatment
Yutong Xia, Yuxuan Liang, Haomin Wen, Xu Liu, Kun Wang, Zhengyang Zhou, and Roger Zimmermann. Deciphering spatio-temporal graph forecasting: A causal lens and treatment. Advances in Neural Information Processing Systems, 36: 0 37068--37088, 2023
work page 2023
-
[42]
Yutong Xia, Ao Qu, Yunhan Zheng, Yihong Tang, Dingyi Zhuang, Yuxuan Liang, Shenhao Wang, Cathy Wu, Lijun Sun, Roger Zimmermann, et al. Reimagining urban science: Scaling causal inference with large language models. arXiv preprint arXiv:2504.12345, 2025 a
-
[43]
Capulse: Detecting anomalies by tuning in to the causal rhythms of time series
Yutong Xia, Yingying Zhang, Yuxuan Liang, Lunting Fan, Qingsong Wen, and Roger Zimmermann. Capulse: Detecting anomalies by tuning in to the causal rhythms of time series. arXiv preprint arXiv:2508.04630, 2025 b
-
[44]
Causalvae: Disentangled representation learning via neural structural causal models
Mengyue Yang, Furui Liu, Zhitang Chen, Xinwei Shen, Jianye Hao, and Jun Wang. Causalvae: Disentangled representation learning via neural structural causal models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 9593--9602, 2021
work page 2021
-
[45]
A survey on diffusion models for time series and spatio-temporal data
Yiyuan Yang, Ming Jin, Haomin Wen, Chaoli Zhang, Yuxuan Liang, Lintao Ma, Yi Wang, Chenghao Liu, Bin Yang, Zenglin Xu, et al. A survey on diffusion models for time series and spatio-temporal data. arXiv preprint arXiv:2404.18886, 2024
-
[46]
Time-series generative adversarial networks
Jinsung Yoon, Daniel Jarrett, and Mihaela Van der Schaar. Time-series generative adversarial networks. Advances in neural information processing systems, 32, 2019
work page 2019
-
[47]
Anonymization through data synthesis using generative adversarial networks (ads-gan)
Jinsung Yoon, Lydia N Drumright, and Mihaela Van Der Schaar. Anonymization through data synthesis using generative adversarial networks (ads-gan). IEEE journal of biomedical and health informatics, 24 0 (8): 0 2378--2388, 2020
work page 2020
-
[48]
Diffusion-ts: Interpretable diffusion for general time series generation
Xinyu Yuan and Yan Qiao. Diffusion-ts: Interpretable diffusion for general time series generation. In The Twelfth International Conference on Learning Representations, 2024
work page 2024
-
[49]
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should not add it explicitly Type <Return> for now, but then later remove the command n...
-
[50]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@first@sw \@firstoftwo \@ifundefined NAT@b*@#2 \@firstoftwo @num @NAT@ctr \@secondoft...
-
[51]
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibsetup #1 @NAT@ctr @ @openbib .11em \@plus.33em \@minus.07em 4000 4000 `\.\@m @bibit...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.