Pith. sign in

REVIEW 2 major objections 4 minor 37 references

People who frequently use AI for writing tend to misjudge how much of the final text is their own work, while occasional users gauge it more accurately.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-02 00:24 UTC pith:UP7ZHYVV

load-bearing objection Construct is plausible, but the paper's central accuracy claim is not tested by its own statistics. the 2 major comments →

arxiv 2607.15006 v1 pith:UP7ZHYVV submitted 2026-07-16 cs.HC cs.AI

When AI Blurs the Boundaries of Contribution: An Empirical Study of Authorship Calibration

classification cs.HC cs.AI
keywords generative AIauthorship calibrationAI-assisted writingmetacognitive calibrationhuman-AI collaborationlearning analyticsself-regulated learningoverestimation of authorship
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

This paper introduces a measurable construct it calls authorship calibration: how closely a writer's declared percentage of personal contribution in an AI-assisted text matches the percentage they actually wrote. Analyzing session logs and self-reports from a public dataset of AI-assisted writing, the authors find that calibration varies widely across users, with many sessions showing little error but some deviating by more than 30 percentage points in either direction. The central result is that the frequency of AI use tracks calibration: people who rely heavily on AI tend to overestimate their own authorship, while people who use it less are better calibrated and if anything slightly underestimate their contribution. If true, this suggests that heavy AI assistance can blur a writer's sense of where their work ends and the machine's begins, which matters for learning because accurate self-assessment is a precondition for effective metacognitive monitoring and self-regulated learning.

Core claim

The paper's central claim is that authorship, a construct traditionally assumed to be transparent to the writer, becomes opaque in AI-assisted writing, and the degree of opacity is systematically related to how much AI help a user requests. Concretely, the authors define authorship calibration as the difference between a user's declared authorship (the percentage they say they wrote) and their actual authorship (the percentage of final sentences attributable to their own keystrokes). Across 1,252 sessions they find a near-zero average calibration score but high variability, and when they split sessions at the median number of AI calls, the heavy-AI group shows significantly lower calibration

What carries the argument

The load-bearing instrument is the authorship calibration score, defined as declared authorship minus actual authorship, where actual authorship is computed from text-provenance metadata in the interaction logs. This score operationalizes the otherwise abstract idea of awareness: zero means perfect calibration, positive means overestimation, negative means underestimation. The second piece is the median split on number of AI calls to form low- and high-usage groups, compared with a rank-based test for distributional difference.

Load-bearing premise

The statistical comparison treats each writing session as an independent observation, but the data contain many sessions from the same writer, and sessions from one writer are likely correlated; if that correlation is strong, the reported group difference between light and heavy AI users could be an artifact rather than a real effect.

What would settle it

Reanalyze the session-level data with a multilevel model that includes writer as a random effect and compute the contrast between low- and high-AI-usage sessions within writers; if the contrast is not robustly negative (or the confidence interval includes zero), the frequency conclusion fails. An independent replication with a per-session authorship question asked immediately after writing would also test whether the effect is a survey-recall artifact.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • In educational settings, miscalibrated authorship can distort metacognitive monitoring, potentially leading to overconfidence, reduced effort, or unrealistic self-assessment of learning.
  • Authorship calibration offers a concrete, computable outcome measure for evaluating human-AI writing tools and interaction designs.
  • Interventions that make text provenance visible (e.g., highlighting which sentences came from AI suggestions) could be evaluated by whether they move calibration scores toward zero.
  • The near-zero group mean shows most writers are reasonably calibrated, so the problem is not universal but concentrated in high-use sessions, suggesting targeted interventions for that group.
  • If heavy AI use degrades calibration, then pedagogical guidance on 'responsible AI use' may need to address self-awareness, not just product quality or plagiarism.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The effort-blend explanation suggests a testable sharpening: if asked about the process (edits, prompts, selections) rather than the final product, heavy AI users may claim what they 'worked on' rather than what they 'wrote'; an experiment that varies how the authorship question is framed could show calibration depends on frame.
  • The same subtraction-of-declared-and-actual metric could be applied to code generation, image editing, or spreadsheet formulas, where 'authorship' is harder to define but equally relevant to learning analytics.
  • Since the dataset pools multiple sessions per writer, a per-writer analysis (e.g., mixed-effects model) would reveal whether the heavy AI effect is driven by a few habitually overestimating users or is robust across individuals.
  • The near-zero mean may hide a dissociation: light users are slightly underconfident and heavy users overconfident, meaning that the 'calibration problem' is really two distinct errors with possibly different mechanisms (conservatism vs. effort blend).

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

2 major / 4 minor

Summary. The paper introduces 'authorship calibration,' defined as the signed difference between a user's declared proportion of authorship and their actual proportion in AI-assisted writing, using the CoAuthor dataset. It categorizes 1,252 sessions into Low- and High-AI usage groups by median number of AI calls, reports descriptive statistics and a Mann–Whitney U test, and concludes that high-AI users tend to misjudge their authorship while low-AI users are more accurately calibrated. The paper frames the contribution as relevant to metacognition and learning analytics.

Significance. If the central claim were empirically established, the concept of authorship calibration could be a useful lens for studying human-AI collaboration and its educational implications. The paper has strengths: it builds on a public, rich dataset; the operationalization of calibration is simple and computable; and the authors provide code for reproducibility. However, the significance hinges on the empirical finding that AI usage frequency affects calibration accuracy, and that finding is not supported by the reported statistical analysis.

major comments (2)
  1. [Abstract / §5.2] The abstract claims that heavy AI users 'tend to misjudge their authorship' whereas low-AI users 'exhibit more accurate authorship calibration.' Accuracy of calibration is defined in Eq. (1) and the text as the absolute magnitude |Declared − Actual|. However, the only inferential test reported in §5.2 is a Mann–Whitney U test on the signed calibration scores (Declared − Actual). With group means of −0.004 and +0.003, both effectively zero, this test does not show that one group misjudges more. It at most shows a difference in the location/shape of the signed distributions. No test compares absolute miscalibration between groups. The discussion's claim of 'more accurate authorship calibration' for low-AI users is therefore unsupported by the evidence presented.
  2. [§5.2 / §4.1] The statistical comparison treats each writing session as an independent observation, but the 1,252 filtered sessions come from only 60 authors, with multiple sessions per author (Section 4.1). Sessions from the same author are likely correlated, violating the independence assumption of the Mann–Whitney U test. The reported p < 0.05 is therefore suspect. The analysis should account for clustering, for example by using a mixed-effects model or by aggregating scores per author before comparing groups.
minor comments (4)
  1. [§5.2] The text refers to 'heatmap confirms this pattern ... (See Figure 3a)' and later 'heatmap distribution ... (See Figure 5b)'. Figure 3 is a calibration curve, not a heatmap; the internal cross-references should be corrected.
  2. [§5.2] There are typographical and grammatical errors, e.g., 'users from the the Low-AI usage group' and 'our results confirms that the accuracy of authorship calibration vary.' A careful proofread is needed.
  3. [§4.3] The operationalization of 'declared authorship' relies on a single survey item ('—% of the essay/story is written by me...'). The paper does not discuss the validity or reliability of this item as a measure of perceived authorship, especially when users may interpret 'written by me' differently in AI-assisted contexts.
  4. [References] Several references are incomplete or informal (e.g., [4] is a Medium post, [24] is titled 'Genai et al. cocreation, authorship, ownership...'). The authors should ensure all citations meet the venue's standards.

Circularity Check

0 steps flagged

No significant circularity: authorship calibration is computed as a direct difference of two independently sourced quantities, and no load-bearing self-citation or fitted parameter is present.

full rationale

The paper's central construct is operationalized in Equation 1 as Declared Authorship − Actual Authorship, where declared authorship comes from a CoAuthor survey item and actual authorship comes from CoAuthor metadata on the proportion of text written by the user. These are two distinct, externally provided measurements; the paper does not fit a parameter and then rename it as a prediction. The split into Low- and High-AI usage groups is based on the median number of AI calls, following Shibani et al. [29], an external methodological citation, and is not derived from the calibration outcome. There are no self-citations by the present authors, no imported uniqueness theorem, and no ansatz smuggled in by citation. The skeptical concern that the only reported significance test compares signed calibration scores rather than the absolute miscalibration defined in Section 3 is a statistical-support issue about whether the conclusion 'more accurate' is established, not a circularity: the test does not reduce to the definition by construction, and the means and standard deviations are reported observations rather than fitted inputs. The construct-validation worry about using the same survey item to measure perceived authorship is a validity limitation, not a circular derivation. The paper is therefore self-contained with respect to circularity; any concerns about independence of sessions, construct validity, or inferential mismatch belong to a correctness/validity review, not to the circularity pass.

Axiom & Free-Parameter Ledger

1 free parameters · 4 axioms · 1 invented entities

The paper introduces one new construct (authorship calibration) and relies on several unvalidated assumptions: that CoAuthor metadata reflects true authorship, that the survey item captures perceived authorship, and that sessions are independent. The median-split threshold is data-driven. No free parameters are fitted to a predictive model.

free parameters (1)
  • Median AI-call threshold for Low/High grouping = 11 AI calls
    Groups are defined by the median number of AI calls in the filtered dataset; this data-dependent threshold determines all between-group comparisons (Section 5.2).
axioms (4)
  • domain assumption The CoAuthor metadata 'actual proportion of text written by user' is an objective measure of actual authorship.
    Used as ground truth in Equation 1; no validation of keystroke-derived authorship against human judgment (Section 4.3).
  • domain assumption The single survey item '—% of the essay/story is written by me' validly measures perceived authorship.
    No psychometric validation or pilot; declared authorship is treated as perceived authorship (Section 4.3).
  • domain assumption Writing sessions are statistically independent observations.
    The dataset contains 1,445 sessions from 60 authors; repeated sessions per author are treated as independent in the Mann-Whitney U test (Sections 4.1, 5.2).
  • domain assumption Calibration is adequately represented by the arithmetic difference Declared - Actual.
    Equation 1 defines the construct; no demonstration that the difference score behaves as a valid calibration measure.
invented entities (1)
  • Authorship calibration no independent evidence
    purpose: Measure users' awareness of their own contribution during AI-assisted writing; operationalized as Declared - Actual.
    Construct introduced and used as the central outcome; no external validation, predictive validity, or replication.

pith-pipeline@v1.3.0-alltime-deepseek · 8059 in / 8508 out tokens · 94203 ms · 2026-08-02T00:24:56.845286+00:00 · methodology

0 comments
read the original abstract

The broad adoption of Artificial Intelligence (AI), especially Generative AI, raises pressing questions about how users interact with these systems to produce new content. In this paper, we introduce the concept of authorship calibration, defined as users awareness of their actual authorship when interacting with AI. Using the CoAuthor dataset, we empirically examine how authorship calibration varies across users and how it relates to their frequency of AI use. Our results reveal high variability: users relying heavily on AI tend to misjudge their authorship, whereas those using AI less frequently exhibit more accurate authorship calibration. These findings suggest that AI can obscure users perception of their own authorship. In learning contexts, miscalibration can affect metacognitive monitoring and learning strategies, ultimately impacting learning outcomes. Fostering authorship calibration then appears essential for promoting responsible and educationally meaningful AI integration.

Figures

Figures reproduced from arXiv: 2607.15006 by C\'elina Treuillier, Denis Lalanne.

Figure 1
Figure 1. Figure 1: Variations in Authorship Calibration Scores as a Function of Declared and Actual Authorship [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Distribution of Authorship Calibration Scores [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Calibration curves. (a) Low-AI usage (b) High-AI usage [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Distribution of Authorship Calibration Scores in Users Groups. [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Heatmap of calibration curves. stronger metacognitive awareness, as these users remain attentive to even minimal AI assistance and consequently minimize their own contribution. In contrast, users in the High-AI usage group show poorer authorship calibration, with a tendency to overestimate it. Extensive AI interactions then appears to blur the distinction between human-generated and AI-generated content. T… view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

37 extracted references · 2 linked inside Pith

  1. [1]

    University students’ insights of generative artificial intelligence (ai) writing tools.Education Sciences, 14(10):1062, 2024

    Al-Mothana M Gasaymeh, Mohammad A Beirat, and Asma’a A Abu Qbeita. University students’ insights of generative artificial intelligence (ai) writing tools.Education Sciences, 14(10):1062, 2024

  2. [2]

    Gwo-Jen Hwang and Nian-Shing Chen. Exploring the potential of generative artificial intelligence in education: applications, challenges, and future research directions.Journal of Educational Technology & Society, 26(2), 2023

  3. [3]

    The ai ghostwriter effect: When users do not perceive ownership of ai-generated text but self-declare as authors.ACM Transactions on Computer-Human Interaction, 31(2):1–40, 2024

    Fiona Draxler, Anna Werner, Florian Lehmann, Matthias Hoppe, Albrecht Schmidt, Daniel Buschek, and Robin Welsch. The ai ghostwriter effect: When users do not perceive ownership of ai-generated text but self-declare as authors.ACM Transactions on Computer-Human Interaction, 31(2):1–40, 2024

  4. [4]

    AI in writing class: Editor, co-author, ghostwriter, or muse? Medium, 2024

    Glenn Kleiman. AI in writing class: Editor, co-author, ghostwriter, or muse? Medium, 2024. Accessed: July 17, 2026

  5. [5]

    The impact of large language models on higher education: exploring the connection between ai and education 4.0

    Iris Cristina Peláez-Sánchez, Davis Velarde-Camaqui, and Leonardo David Glasserman-Morales. The impact of large language models on higher education: exploring the connection between ai and education 4.0. InFrontiers in Education, volume 9, page 1392091. Frontiers Media SA, 2024

  6. [6]

    Revolutionizing education with ai: Exploring the transformative potential of chatgpt.Contemporary educational technology, 15(3), 2023

    Tufan Adiguzel, Mehmet Haldun Kaya, and Fatih Kürsat Cansu. Revolutionizing education with ai: Exploring the transformative potential of chatgpt.Contemporary educational technology, 15(3), 2023

  7. [7]

    The promise and challenges of generative ai in education

    Michail Giannakos, Roger Azevedo, Peter Brusilovsky, Mutlu Cukurova, Yannis Dimitriadis, Davinia Hernandez- Leo, Sanna Järvelä, Manolis Mavrikis, and Bart Rienties. The promise and challenges of generative ai in education. Behaviour & Information Technology, 44(11):2518–2544, 2025

  8. [8]

    The role of metacognition in enhancing learning.Australian Journal of education, 32(2):127–138, 1988

    John Biggs. The role of metacognition in enhancing learning.Australian Journal of education, 32(2):127–138, 1988

  9. [9]

    Calibration of probabilities: The state of the art

    Sarah Lichtenstein, Baruch Fischhoff, and Lawrence D Phillips. Calibration of probabilities: The state of the art. InDecision Making and Change in Human Affairs: Proceedings of the Fifth Research Conference on Subjective Probability, Utility, and Decision Making, Darmstadt, 1–4 September, 1975, pages 275–324. Springer, 1977

  10. [10]

    Calibration: What is it and why it matters? an introduction to the special issue on calibrating calibration.Learning and Instruction, 24:1–3, 2013

    Patricia A Alexander. Calibration: What is it and why it matters? an introduction to the special issue on calibrating calibration.Learning and Instruction, 24:1–3, 2013

  11. [11]

    Coauthor: Designing a human-ai collaborative writing dataset for exploring language model capabilities

    Mina Lee, Percy Liang, and Qian Yang. Coauthor: Designing a human-ai collaborative writing dataset for exploring language model capabilities. InProceedings of the 2022 CHI conference on human factors in computing systems, pages 1–19, 2022

  12. [12]

    Art and the science of generative ai.Science, 380(6650):1110–1111, 2023

    Ziv Epstein, Aaron Hertzmann, Investigators of Human Creativity, Memo Akten, Hany Farid, Jessica Fjeld, Morgan R Frank, Matthew Groh, Laura Herman, Neil Leach, et al. Art and the science of generative ai.Science, 380(6650):1110–1111, 2023

  13. [13]

    Exploring user perspectives on chatgpt: Applications, perceptions, and implications for ai-integrated education.arXiv preprint arXiv:2305.13114, 2023

    Reza Hadi Mogavi, Chao Deng, Justin Juho Kim, Pengyuan Zhou, Young D Kwon, Ahmed Hosny Saleh Metwally, Ahmed Tlili, Simone Bassanelli, Antonio Bucchiarone, Sujit Gujar, et al. Exploring user perspectives on chatgpt: Applications, perceptions, and implications for ai-integrated education.arXiv preprint arXiv:2305.13114, 2023

  14. [14]

    Zied Bahroun, Chiraz Anane, Vian Ahmed, and Andrew Zacca. Transforming education: A comprehensive review of generative artificial intelligence in educational settings through bibliometric and content analysis.Sustainability, 15(17):12983, 2023

  15. [15]

    A comprehensive review on generative ai for education.Ieee Access, 12:142733–142759, 2024

    Uday Mittal, Siva Sai, Vinay Chamola, and Devika Sangwan. A comprehensive review on generative ai for education.Ieee Access, 12:142733–142759, 2024

  16. [16]

    Generative ai in the classroom: Can students remain active learners?arXiv preprint arXiv:2310.03192, 2023

    Rania Abdelghani, Hélène Sauzéon, and Pierre-Yves Oudeyer. Generative ai in the classroom: Can students remain active learners?arXiv preprint arXiv:2310.03192, 2023

  17. [17]

    Catalina Gomez, Sue Min Cho, Shichang Ke, Chien-Ming Huang, and Mathias Unberath. Human-ai collaboration is not very collaborative yet: a taxonomy of interaction patterns in ai-assisted decision making from a systematic review.Frontiers in Computer Science, 6:1521066, 2025

  18. [18]

    Human-ai interaction: intermittent, continuous, and proactive.Interactions, 28(6):67–71, 2021

    Niels Van Berkel, Mikael B Skov, and Jesper Kjeldskov. Human-ai interaction: intermittent, continuous, and proactive.Interactions, 28(6):67–71, 2021

  19. [19]

    A multidimensional taxonomy for learner-ai interaction.Education and Information Technologies, 29(14):18361–18378, 2024

    Bahar Memarian and Tenzin Doleck. A multidimensional taxonomy for learner-ai interaction.Education and Information Technologies, 29(14):18361–18378, 2024

  20. [20]

    Human-ai collaboration patterns in ai-assisted academic writing.Studies in Higher Education, 49(5):847–864, 2024

    Andy Nguyen, Yvonne Hong, Belle Dang, and Xiaoshan Huang. Human-ai collaboration patterns in ai-assisted academic writing.Studies in Higher Education, 49(5):847–864, 2024. 8 When AI Blurs the Boundaries of ContributionA PREPRINT

  21. [21]

    Modifying ai, enhancing essays: How active engagement with generative ai boosts writing quality

    Kaixun Yang, Mladen Rakovi ´c, Zhiping Liang, Lixiang Yan, Zijie Zeng, Yizhou Fan, Dragan Gaševi ´c, and Guanliang Chen. Modifying ai, enhancing essays: How active engagement with generative ai boosts writing quality. InProceedings of the 15th International Learning Analytics and Knowledge Conference, pages 568–578, 2025

  22. [22]

    Generative models can help writers without writing for them

    Kenneth C Arnold, April M V olzer, and Noah G Madrid. Generative models can help writers without writing for them. InIUI Workshops, 2021

  23. [23]

    Supporting learner agency in collaborative writing with generative ai.British Journal of Educational Technology, 2025

    Sujin Kim, Hyo-Jeong So, and Kyudong Park. Supporting learner agency in collaborative writing with generative ai.British Journal of Educational Technology, 2025

  24. [24]

    Genai et al

    Aras Bozkurt. Genai et al. cocreation, authorship, ownership, academic ethics and integrity in a time of generative ai, 2024

  25. [25]

    Assessment in the age of artificial intelligence.Computers and Education: Artificial Intelligence, 3:100075, 2022

    Zachari Swiecki, Hassan Khosravi, Guanliang Chen, Roberto Martinez-Maldonado, Jason M Lodge, Sandra Milligan, Neil Selwyn, and Dragan Gaševi ´c. Assessment in the age of artificial intelligence.Computers and Education: Artificial Intelligence, 3:100075, 2022

  26. [26]

    Evidence-centered assess- ment for writing with generative ai

    Yixin Cheng, Kayley Lyons, Guanliang Chen, Dragan Gaševi´c, and Zachari Swiecki. Evidence-centered assess- ment for writing with generative ai. InProceedings of the 14th learning analytics and knowledge conference, pages 178–188, 2024

  27. [27]

    Exploring human-ai collaboration in educational contexts: Insights from writing analytics and authorship attribution

    Hongchen Pan, Eduardo Araujo Oliveira, and Rafael Ferreira Mello. Exploring human-ai collaboration in educational contexts: Insights from writing analytics and authorship attribution. InProceedings of the 15th International Learning Analytics and Knowledge Conference, pages 903–909, 2025

  28. [28]

    Automatic authorship analysis in human-ai collaborative writing

    Aquia Richburg, Calvin Bao, and Marine Carpuat. Automatic authorship analysis in human-ai collaborative writing. InProceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024), pages 1845–1855, 2024

  29. [29]

    Visual repre- sentation of co-authorship with gpt-3: Studying human-machine interaction for effective writing.International Educational Data Mining Society, 2023

    Antonette Shibani, Ratnavel Rajalakshmi, Faerie Mattins, Srivarshan Selvaraj, and Simon Knight. Visual repre- sentation of co-authorship with gpt-3: Studying human-machine interaction for effective writing.International Educational Data Mining Society, 2023

  30. [30]

    Visualizing authorship and contribution of collaborative writing in e-learning environments

    Johnny Torres, Sixto García, and Enrique Peláez. Visualizing authorship and contribution of collaborative writing in e-learning environments. InProceedings of the 24th International Conference on Intelligent User Interfaces, pages 324–328, 2019

  31. [31]

    The hallmark effect: Supporting provenance and transparent use of large language models in writing with interactive visualization

    Md Naimul Hoque, Tasfia Mashiat, Bhavya Ghai, Cecilia D Shelton, Fanny Chevalier, Kari Kraus, and Niklas Elmqvist. The hallmark effect: Supporting provenance and transparent use of large language models in writing with interactive visualization. InProceedings of the 2024 CHI Conference on Human Factors in Computing Systems, pages 1–15, 2024

  32. [32]

    Metacognition and cognitive monitoring: A new area of cognitive–developmental inquiry

    John H Flavell. Metacognition and cognitive monitoring: A new area of cognitive–developmental inquiry. American psychologist, 34(10):906, 1979

  33. [33]

    A conceptual framework for assessing motivation and self-regulated learning in college students

    Paul R Pintrich. A conceptual framework for assessing motivation and self-regulated learning in college students. Educational psychology review, 16(4):385–407, 2004

  34. [34]

    Becoming a self-regulated learner: An overview.Theory into practice, 41(2):64–70, 2002

    Barry J Zimmerman. Becoming a self-regulated learner: An overview.Theory into practice, 41(2):64–70, 2002

  35. [35]

    Using automated time management enablers to improve self-regulated learning.Active Learning in Higher Education, 23(1):3–15, 2022

    Henry Khiat. Using automated time management enablers to improve self-regulated learning.Active Learning in Higher Education, 23(1):3–15, 2022

  36. [36]

    Enhancing self-regulated learning and learning experience in generative ai environments: The critical role of metacognitive support.British Journal of Educational Technology, 2025

    Xiaoqing Xu, Lifang Qiao, Nuo Cheng, Hongxia Liu, and Wei Zhao. Enhancing self-regulated learning and learning experience in generative ai environments: The critical role of metacognitive support.British Journal of Educational Technology, 2025

  37. [37]

    Exploring the relationship between calibration and self-regulated learning.Educational psychology review, 12(4):437–475, 2000

    Nancy J Stone. Exploring the relationship between calibration and self-regulated learning.Educational psychology review, 12(4):437–475, 2000. 9