REVIEW 5 major objections 5 minor 51 references
Computing with Canonical Microcircuits
T0 review · 5 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read The paper proposes that canonical microcircuit motifs from the neocortex, implemented as learnable 8-dimensional neural ODEs, can classify images competitively and interpretably using far fewer parameters than conventional deep networks.
desk verdict A genuinely new CMC-as-nODE combination undermined by internally inconsistent accuracy numbers; the central claim can't be trusted as submitted. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the canonical microcircuit (CMC) neural ODE: a four-population recurrent dynamical system in which spiny stellate cells, inhibitory interneurons, superficial pyramidal cells, and deep pyramidal cells each obey a second-order differential equation derived from a standard predictive-coding microcircuit model. Written as first-order equations, each node is 8-dimensional; its connectivity strengths ($\gamma$) and time constants ($\kappa$) are learnable, and the whole system is integrated with a fixed solver over a short time window as the hidden-state evolution of a neural ODE. This machinery converts a neuroscience circuit model into a trainable module, and repeated modules with inter-node connectivity form the hierarchy used for vision tasks.
What would settle it
Train the same architecture with the canonical microcircuit ODE replaced by a plain feedforward or linear layer of comparable parameter count, keeping the retinal preprocessing, state-initialization projection, readout, and solver schedule fixed; if MNIST accuracy stays near 97.8 percent, the microcircuit dynamics are not the source of the claimed capability.
Extended reading notes
Core claim
The central claim is that canonical microcircuits—stereotyped laminar patterns of spiny stellate, inhibitory, and pyramidal neurons—can be operationalized as an 8-dimensional neural ODE system and trained end-to-end on raw image classification. Each cortical area is modeled by this ODE, with learnable synaptic strengths and time constants, and multiple areas are connected by learnable forward and backward matrices that mirror the V1-to-V5 visual hierarchy. The paper reports competitive MNIST and CIFAR-10 accuracy with roughly 150,000 parameters for a five-region model, and shows that different digit classes converge to distinct phase-space attractors during inference. It concludes that biologically plausible circuit dynamics, not just brain-inspired layer wiring, can deliver both efficiency and interpretability.
Load-bearing premise
The paper attributes its accuracy and parameter efficiency to the microcircuit, but every model also contains a learnable retina-like preprocessing layer, a learned projection that sets the initial state, a learned readout, and hand-selected solver settings, and no control replaces the microcircuit ODE with an ordinary layer to show those parts are not responsible for the gains.
Editorial extensions
If this is right
- A single CMC node can serve as a parameter-efficient feature extractor for MNIST, with a five-node hierarchy reaching about 99 percent test accuracy at roughly 150,000 parameters.
- Scaling from one to five nodes consistently improves accuracy on CIFAR-10, suggesting that deeper hierarchies of the same recurrent motif extract progressively more abstract features.
- Removing inter-regional recurrence yields worse generalization and rougher loss surfaces than the recurrent version, so recurrent feedback across nodes is doing real work.
- Class-specific attractors in phase space give a built-in interpretability channel: the dynamics themselves, not a post-hoc explanation, distinguish input classes.
Reading between the lines
- The paper leaves open whether the microcircuit dynamics or the learnable preprocessing and readout surrounding them explain the gains; a matched control that replaces the CMC ODE with a plain feedforward layer would isolate the contribution.
- If the recurrent ODE is doing the heavy lifting, any sufficiently expressive recurrent ODE with comparable weight sharing might reproduce the parameter efficiency, meaning the biological detail may matter less than recurrence itself.
- The observed class-specific attractors suggest a testable extension the author does not pursue: using distance to each class attractor as a confidence score for out-of-distribution detection or few-shot classification.
- Because the solver uses a fixed short time window, the model is effectively a depth-unrolled RNN; comparing against a discrete RNN with the same integration schedule would quantify what continuous-time dynamics add.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a neural ODE implementation of canonical microcircuits (CMCs) for image classification. The architecture combines a learnable retinal preprocessing front-end, state-initialization projection, one or more CMC nodes with eight-dimensional dynamics derived from Bastos et al., learnable inter-node connectivity, and a learned readout. The authors report MNIST and CIFAR-10 results for one to five nodes, claim orders-of-magnitude parameter efficiency relative to conventional deep networks, and present phase-space trajectories as evidence of interpretable class-specific dynamics.
Significance. If the empirical claims held, this would demonstrate that a biologically derived recurrent ODE module with roughly 150K parameters can match much larger convolutional or transformer models on standard vision benchmarks while offering interpretable dynamics. The paper's strengths include the use of established CMC dynamics, a clear biological motivation, and an exploratory ablation study. However, the headline accuracy figures are internally inconsistent across sections, no matched control isolates the effect of the CMC ODE, and the parameter-efficiency comparison lacks a quantitative baseline, so the significance cannot be assessed from the manuscript as submitted.
major comments (5)
- [Abstract; Sections 5.2, 6.2, 6.3; Figure 4] The abstract's headline claim that a single CMC node achieves 97.8% accuracy on MNIST is not reported anywhere in the experimental sections: Section 6.2 reports 86.4% for one node and 95.2% for four nodes, Section 6.3 reports 86.5% and 99.2% for the same two configurations, Section 5.2 reports 99.8% for a five-region model, and the learning curves in Figure 4 appear to plateau near 93-94% for all node counts. These numbers cannot all describe the same experimental setup, and the manuscript provides no reconciliation or confidence intervals, so the central empirical claim is unverifiable.
- [Sections 4.1, 5.2, 5.3] Every trained model contains a learnable retinal preprocessing front-end, a learned state-initialization projection, a learned readout, and learnable inter-node connectivity matrices, yet the paper never compares against a matched control in which the CMC ODE is replaced by an ordinary feedforward or linear map with the same surrounding modules. Without such a control, the accuracy and parameter-efficiency gains cannot be attributed to the microcircuit dynamics, which is the central claim of the paper.
- [Section 5.3; Section 6.3; Figure 1] The claimed 'orders of magnitude fewer parameters' comparison is not substantiated: no table lists baseline architectures with their parameter counts and accuracies, and the reported parameter count for the model is inconsistent (Section 5.3 says a 5-region model has approximately 150,000 parameters, while Section 6.3 attributes 150K parameters to the 4-node model). This prevents any quantitative assessment of the parameter-efficiency claim.
- [Supplementary Material, Section A; Section 7] The supplementary ablation section states that 'the original model was outperformed by each of the ablation tests for a single V1 node,' yet Section 7 summarizes the ablations as showing that 'both architecture and neural population dynamics contribute substantially to overall performance.' These statements are contradictory, and the single-node result in particular undermines the claim that each cell type is essential to the CMC's performance.
- [Sections 5.1 and 6.1] The numerical solver specification is internally inconsistent: Section 5.1 says the integration time span is [0,1] with 6 time points and a step size of 0.15, while Section 6.1 says Euler integration with a step size of 0.05 was used. The relation between '6 time points' and the time span is not defined, so the experiments cannot be reproduced exactly from the description.
minor comments (5)
- [Section 6.2] The text says 'Figure 2 shows test accuracy across datasets' but Figure 2 depicts laminar structure; the accuracy curves appear in Figure 4.
- [Section 6.4] The text refers to 'Figure 4' when describing tracked voltage evolution during training, but Figure 4 contains learning curves; the phase portraits are in Figure 5 and Figure 6, and the voltage dynamics are in Figure 3. The cross-references need correction.
- [Section 3.0.1 and Section 3.1] The paper refers to 'Section 3.1' for the ODE dynamics, but the equations appear under the malformed subsection heading '3.0.1 Neural Dynamics'; the section numbering should be repaired.
- [Figure 3] The lower portion of Figure 3 appears to reproduce the abstract of Chen et al. (2018) and a 'Model Performance' bar chart without visible attribution or discussion; if this is an unintended insertion, it should be removed, and if intentional, proper permission and citation are required.
- [Throughout] There are several typographical errors, including 'acheived' in Section 6.3 and 'feed foward' in the supplementary material; a careful proofread is needed.
Circularity Check
No significant circularity: the CMC dynamics are imported from external prior work and tested against external benchmarks, so the main claims are not equivalent to their inputs by construction.
full rationale
The derivation chain is: adopt Bastos et al. [6] canonical microcircuit ODEs (Eqs. 1–4); embed them in a trainable neural-ODE pipeline with retinal preprocessing, state initialization, and readout; train on MNIST and CIFAR-10; measure test accuracy. No claimed result is defined in terms of the quantity it purports to predict. The ODE form is explicitly attributed to prior external work ('we implement the standard instantiation proposed by [6]'), not to an ansatz smuggled in via self-citation. The only self-citation ([15], Kriegeskorte and Douglas) supports the framing remark that cross-pollination between neuroscience and AI 'continues to generate excitement'; it is not load-bearing for any experimental claim. The 'class-specific attractors' are post-hoc visualizations, not predictions used to derive accuracy. The paper does not run a matched feedforward control, and the abstract's 97.8% single-node MNIST figure is not reproduced in Sections 6.2 and 6.3 (86.4%/86.5% for one node; 95.2%/99.2% for four), but these are correctness and verifiability concerns, not circularity: no equation in the paper reduces one claim to another. Under the hard rule that circularity requires exhibiting a specific reduction (Eq. X = Eq. Y by construction, or a fitted parameter renamed as prediction), none is present.
Assumptions & free parameters
free parameters (7)
- Intra-node connectivity gamma (Eqs. 1-4)
- Synaptic time constants kappa_e, kappa_i
- Inter-node connectivity matrices
- Input projection and state initialization network
- Output projection network
- Retinal preprocessing kernels and gain gates
- Solver hyperparameters (step size, time span)
assumptions (4)
- domain assumption The Bastos et al. canonical microcircuit equations (Eqs. 1-4) capture the computationally relevant dynamics of cortical columns.
- domain assumption A coarse Euler or midpoint discretization over the interval [0,1] with normalization preserves the ODE's computational content.
- domain assumption One CMC node per cortical area with mean-field inter-node coupling is a sufficient abstraction of the visual hierarchy.
- ad hoc to paper Visualizing class-specific phase trajectories is evidence of interpretable emergent behavior.
Cite this review
Pith. "Pith review of Computing with Canonical Microcircuits." pith.science (2026). https://pith.science/paper/H4B57T26
@misc{pith2026250806501,
author = {Pith},
title = {Pith review of: Computing with Canonical Microcircuits},
year = {2026},
howpublished = {\url{https://pith.science/paper/H4B57T26}},
note = {Machine review of arXiv:2508.06501}
}
read the original abstract
The human brain represents the only known example of general intelligence that naturally aligns with human values. On a mere 20-watt power budget, the brain achieves robust learning and adaptive decision-making in ways that continue to elude advanced AI systems. Inspired by the brain, we present a computational architecture based on canonical microcircuits (CMCs) - stereotyped patterns of neurons found ubiquitously throughout the cortex. We implement these circuits as neural ODEs comprising spiny stellate, inhibitory, and pyramidal neurons, forming an 8-dimensional dynamical system with biologically plausible recurrent connections. Our experiments show that even a single CMC node achieves 97.8 percent accuracy on MNIST, while hierarchical configurations - with learnable inter-regional connectivity and recurrent connections - yield improved performance on more complex image benchmarks. Notably, our approach achieves competitive results using substantially fewer parameters than conventional deep learning models. Phase space analysis revealed distinct dynamical trajectories for different input classes, highlighting interpretable, emergent behaviors observed in biological systems. These findings suggest that neuromorphic computing approaches can improve both efficiency and interpretability in artificial neural networks, offering new directions for parameter-efficient architectures grounded in the computational principles of the human brain.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[1]
Excitatory and Inhibitory Interactions in Localized Populations of Model Neurons,
H. R. Wilson and J. D. Cowan, “Excitatory and Inhibitory Interactions in Localized Populations of Model Neurons,” Biophysical Journal, vol. 12, no. 1, pp. 1–24, Jan. 1972, doi: 10.1016/S0006- 3495(72)86068-5
doi:10.1016/s0006- 1972
-
[2]
NEURONAL CIRCUITS OF THE NEOCOR- TEX,
R. J. Douglas and K. A. C. Martin, “NEURONAL CIRCUITS OF THE NEOCOR- TEX,” Annu. Rev. Neurosci., vol. 27, no. 1, pp. 419–451, Jul. 2004, doi: 10.1146/an- nurev.neuro.27.070203.144152
arXiv 2004
-
[3]
The columnar organization of the neocortex,
V . Mountcastle, “The columnar organization of the neocortex,” Brain, vol. 120, no. 4, pp. 701–722, Apr. 1997, doi: 10.1093/brain/120.4.701
-
[4]
The neocortical circuit: themes and variations,
K. D. Harris and G. M. G. Shepherd, “The neocortical circuit: themes and variations,” Nat Neurosci, vol. 18, no. 2, pp. 170–181, Feb. 2015, doi: 10.1038/nn.3917
doi:10.1038/nn.3917 2015
-
[5]
Dynamics of neocortical networks: connectivity beyond the canonical microcircuit,
H. J. Luhmann, “Dynamics of neocortical networks: connectivity beyond the canonical microcircuit,” Pflugers Arch - Eur J Physiol, vol. 475, no. 9, pp. 1027–1033, Sep. 2023, doi: 10.1007/s00424-023-02830-y
-
[6]
Canonical Microcircuits for Predictive Coding,
A. M. Bastos, W. M. Usrey, R. A. Adams, G. R. Mangun, P. Fries, and K. J. Friston, “Canonical Microcircuits for Predictive Coding,” Neuron, vol. 76, no. 4, pp. 695–711, Nov. 2012, doi: 10.1016/j.neuron.2012.10.038
-
[7]
Neural masses and fields in dynamic causal modeling,
R. Moran, D. A. Pinotsis, and K. Friston, “Neural masses and fields in dynamic causal modeling,” Front. Comput. Neurosci., vol. 7, 2013, doi: 10.3389/fncom.2013.00057
arXiv 2013
-
[8]
A column-like organization for ocular dominance in mouse visual cortex,
P. M. Goltstein, D. Laubender, T. Bonhoeffer, and M. Hübener, “A column-like organization for ocular dominance in mouse visual cortex,” Nat Commun, vol. 16, no. 1, p. 1926, Feb. 2025, doi: 10.1038/s41467-025-56780-3
Show all 51 references
-
[9]
Layer-specificity in the effects of attention and working memory on activity in primary visual cortex,
T. Van Kerkoerle, M. W. Self, and P. R. Roelfsema, “Layer-specificity in the effects of attention and working memory on activity in primary visual cortex,” Nat Commun, vol. 8, no. 1, p. 13804, Jan. 2017, doi: 10.1038/ncomms13804
2017 doi
-
[10]
Laminar compartmentalization of attention modulation in area V4 aligns with the demands of visual processing hierarchy in the cortex,
X. Wang, A. S. Nandy, and M. P. Jadi, “Laminar compartmentalization of attention modulation in area V4 aligns with the demands of visual processing hierarchy in the cortex,” Sci Rep, vol. 13, no. 1, p. 19558, Nov. 2023, doi: 10.1038/s41598-023-46722-8
2023 doi
-
[11]
Cracking the Function of Layers in the Sensory Cortex,
H. Adesnik and A. Naka, “Cracking the Function of Layers in the Sensory Cortex,” Neuron, vol. 100, no. 5, pp. 1028–1043, Dec. 2018, doi: 10.1016/j.neuron.2018.10.032
2018 doi
-
[12]
Neural effects of propofol-induced unconsciousness and its reversal using thalamic stimulation,
A. M. Bastos et al., “Neural effects of propofol-induced unconsciousness and its reversal using thalamic stimulation,” eLife, vol. 10, p. e60824, Apr. 2021, doi: 10.7554/eLife.60824
2021 doi
-
[13]
A logical calculus of the ideas immanent in nervous activity,
W. S. McCulloch and W. Pitts, “A logical calculus of the ideas immanent in nervous activity,” Bulletin of Mathematical Biophysics, vol. 5, no. 4, pp. 115–133, Dec. 1943, doi: 10.1007/BF02478259. 10
1943 doi
-
[14]
Catalyzing next-generation Artificial Intelligence through NeuroAI,
A. Zador et al., “Catalyzing next-generation Artificial Intelligence through NeuroAI,” Nat Commun, vol. 14, no. 1, p. 1597, Mar. 2023, doi: 10.1038/s41467-023-37180-x
2023 doi
-
[15]
Cognitive computational neuroscience,
N. Kriegeskorte and P. K. Douglas, “Cognitive computational neuroscience,” Nat Neurosci, vol. 21, no. 9, pp. 1148–1160, Sep. 2018, doi: 10.1038/s41593-018-0210-5
2018 doi
-
[16]
Towards Understanding Learning Representations: To What Extent Do Different Neural Networks Learn the Same Representation,
L. Wang et al., “Towards Understanding Learning Representations: To What Extent Do Different Neural Networks Learn the Same Representation,” Nov. 28, 2018, arXiv: arXiv:1810.11750. Accessed: May 19, 2022. [Online]. Available: http://arxiv.org/abs/1810.11750
2018 arXiv
-
[17]
A functional microcircuit for cat visual cortex.,
R. J. Douglas and K. A. Martin, “A functional microcircuit for cat visual cortex.,” The Journal of Physiology, vol. 440, no. 1, pp. 735–769, Aug. 1991, doi: 10.1113/jphysiol.1991.sp018733
1991 doi
-
[18]
Efficient codes and balanced networks,
S. Denève and C. K. Machens, “Efficient codes and balanced networks,” Nat Neurosci, vol. 19, no. 3, pp. 375–382, Mar. 2016, doi: 10.1038/nn.4243
2016 doi
-
[19]
Inputs to prefrontal cortex support visual recognition in the aging brain,
J. R. Gilbert and R. J. Moran, “Inputs to prefrontal cortex support visual recognition in the aging brain,” Sci Rep, vol. 6, no. 1, p. 31943, Aug. 2016, doi: 10.1038/srep31943
2016 doi
-
[20]
A model of individualized canonical microcircuits supporting cognitive operations,
T. Kunze, A. D. H. Peterson, J. Haueisen, and T. R. Knösche, “A model of individualized canonical microcircuits supporting cognitive operations,” PLoS ONE, vol. 12, no. 12, p. e0188003, Dec. 2017, doi: 10.1371/journal.pone.0188003
2017 doi
-
[21]
A mechanistic cortical microcircuit of attention for amplification, normalization and suppression,
F. Beuth and F. H. Hamker, “A mechanistic cortical microcircuit of attention for amplification, normalization and suppression,” Vision Research, vol. 116, pp. 241–257, Nov. 2015, doi: 10.1016/j.visres.2015.04.004
2015 doi
-
[22]
Neural Ordinary Differential Equations,
R. T. Q. Chen, Y . Rubanova, J. Bettencourt, and D. K. Duvenaud, “Neural Ordinary Differential Equations,” in Advances in Neural Information Processing Systems, S. Bengio, H. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi, and R. Garnett, Eds., Curran Associates, Inc., 2018
2018
-
[23]
A Proposal on Machine Learning via Dynamical Systems,
E. Weinan, “A Proposal on Machine Learning via Dynamical Systems,” Commun. Math. Stat., vol. 5, no. 1, pp. 1–11, Mar. 2017, doi: 10.1007/s40304-017-0103-z
2017 doi
- [24]
- [25]
- [26]
- [27]
- [28]
- [29]
- [30]
-
[31]
A Forward Learning Algorithm for Neural Memory Ordinary Differential Equations,
X. Xu, H. Luo, Z. Yi, and H. Zhang, “A Forward Learning Algorithm for Neural Memory Ordinary Differential Equations,” Int. J. Neur. Syst., vol. 34, no. 09, p. 2450048, Sep. 2024, doi: 10.1142/S0129065724500485
2024 doi
-
[32]
Functional specificity in the human brain: A window into the functional architecture of the mind,
N. Kanwisher, “Functional specificity in the human brain: A window into the functional architecture of the mind,” Proc. Natl. Acad. Sci. U.S.A., vol. 107, no. 25, pp. 11163–11170, Jun. 2010, doi: 10.1073/pnas.1005062107
2010 doi
-
[33]
Deep Neural Networks: A New Framework for Modeling Biological Vision and Brain Information Processing,
N. Kriegeskorte, “Deep Neural Networks: A New Framework for Modeling Biological Vision and Brain Information Processing,” Annu. Rev. Vis. Sci., vol. 1, no. 1, pp. 417–446, Nov. 2015, doi: 10.1146/annurev-vision-082114-035447
2015 doi
-
[34]
A deep learning framework for neuroscience,
B. A. Richards et al., “A deep learning framework for neuroscience,” Nat Neurosci, vol. 22, no. 11, pp. 1761–1770, Nov. 2019, doi: 10.1038/s41593-019-0520-2
2019 doi
-
[35]
Locus Coeruleus tracking of prediction errors optimises cognitive flexibility: An Active Inference model,
A. C. Sales, K. J. Friston, M. W. Jones, A. E. Pickering, and R. J. Moran, “Locus Coeruleus tracking of prediction errors optimises cognitive flexibility: An Active Inference model,” PLoS Comput Biol, vol. 15, no. 1, p. e1006267, Jan. 2019, doi: 10.1371/journal.pcbi.1006267. 1...
2019 doi
-
[36]
Guidelines: We followed all NeurIPS guidelines related to claims
Claims Question: Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? Answer: [Yes] Justification: We summarize the contributions clearly in the abstract and expand on them in Sections 1 and 3. Guidelines: We followed...
-
[37]
We created a specific section of the paper (Section 7) to directly address limitations related to the goals set forth in this paper
Limitations Question: Does the paper discuss the limitations of the work performed by the authors? Answer: [Yes] , Justification: YES. We created a specific section of the paper (Section 7) to directly address limitations related to the goals set forth in this paper. Guideline...
-
[38]
Theory assumptions and proofs Question: For each theoretical result, does the paper provide the full set of assumptions and a complete (and correct) proof? Answer: [NA]
-
[39]
We clearly describe our model architecture, training procedure, and experiments
Experimental result reproducibility Question: Does the paper fully disclose all the information needed to reproduce the main ex- perimental results of the paper to the extent that it affects the main claims and/or conclusions of the paper (regardless of whether the code and da...
-
[40]
Guidelines: We followed all guidelines with respect to NeurIPS code
Open access to data and code Question: Does the paper provide open access to the data and code, with sufficient instruc- tions to faithfully reproduce the main experimental results, as described in supplemental material? Answer: [Yes] Justification: Yes, a link to our publicly...
-
[41]
All code is publicly accessible via the link provided
Experimental setting/details Question: Does the paper specify all the training and test details (e.g., data splits, hyper- parameters, how they were chosen, type of optimizer, etc.) necessary to understand the results? Answer: [Yes] Justification: Yes, we clearly describe all ...
-
[42]
13 Guidelines: We followed all NeurIPS guidelines for reporting
Experiment statistical significance Question: Does the paper report error bars suitably and correctly defined or other appropriate information about the statistical significance of the experiments? Answer: [Yes] Justification: Yes, our figures show error bars or intervals for ...
-
[43]
The code provided allows flexibility with respect to resources available, as described in the manuscript
Experiments compute resources Question: For each experiment, does the paper provide sufficient information on the com- puter resources (type of compute workers, memory, time of execution) needed to reproduce the experiments? Answer: [Yes] Justification: As described in the doc...
-
[44]
Guidelines: Yes all research was conducted to conform, in every respect, with the NeurIPS Code of Ethics
Code of ethics Question: Does the research conducted in the paper conform, in every respect, with the NeurIPS Code of Ethics https://neurips.cc/public/EthicsGuidelines? Answer: [Yes] Justification: Yes, we read the linked material to the code of ethics. Guidelines: Yes all res...
-
[45]
Justification: We consider this to be foundational research, and not readily tied to any particular societal impact
Broader impacts Question: Does the paper discuss both potential positive societal impacts and negative societal impacts of the work performed? Answer: [NA] . Justification: We consider this to be foundational research, and not readily tied to any particular societal impact. Gu...
-
[46]
Justification: No such risks Guidelines: Guidelines followed
Safeguards Question: Does the paper describe safeguards that have been put in place for responsible release of data or models that have a high risk for misuse (e.g., pretrained language models, image generators, or scraped datasets)? Answer: [NA] . Justification: No such risks...
-
[47]
Guidelines: Guidelines followed
Licenses for existing assets Question: Are the creators or original owners of assets (e.g., code, data, models), used in the paper, properly credited and are the license and terms of use explicitly mentioned and properly respected? Answer:[Yes] Justification: All works cited a...
-
[48]
Justification: No assets used or obtained
New assets Question: Are new assets introduced in the paper well documented and is the documentation provided alongside the assets? Answer: [NA] . Justification: No assets used or obtained. Guidelines: Guidelines followed
-
[49]
Justification: Not used
Crowdsourcing and research with human subjects Question: For crowdsourcing experiments and research with human subjects, does the paper include the full text of instructions given to participants and screenshots, if applicable, as well as details about compensation (if any)? 1...
-
[50]
Justification: Human data not used
Institutional review board (IRB) approvals or equivalent for research with human subjects Question: Does the paper describe potential risks incurred by study participants, whether such risks were disclosed to the subjects, and whether Institutional Review Board (IRB) approvals...
-
[51]
Answer: [NA]
Declaration of LLM usage Question: Does the paper describe the usage of LLMs if it is an important, original, or non-standard component of the core methods in this research? Note that if the LLM is used only for writing, editing, or formatting purposes and does not impact the ...
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.