Pith. sign in

REVIEW 3 major objections 5 minor 41 references

A Confidence-Diversity Framework for Calibrating AI Judgement in Accessible Qualitative Coding Tasks

T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Confidence plus vote spread predicts AI coding agreement at 98%

desk verdict The R²=0.979 claim is a mathematical tautology for binary votes; the practical triage heuristic is salvageable but the paper overstates the calibration result. read the letter →

arxiv 2508.02029 v2 pith:J6TT7OA6 submitted 2025-08-04 cs.LG cs.AI

classification cs.LGcs.AI
keywords confidencecalibrationmodeldiversityqualitativecodinginter-modelagreementensembleuncertaintyLLMreliabilityShannonentropyhuman-AIworkflow
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

This paper asks when a label produced by a large language model can be trusted in qualitative coding tasks where human coders themselves often disagree. The authors propose that two observable signals—the average self-confidence of a panel of eight models and the spread, or diversity, of their votes, measured as normalized Shannon entropy—together predict how well the models agree with one another. Across 5,680 coding decisions in ten categories, the two signals explain 97.9% of the variance in inter-model agreement, compared with 87.5% for confidence alone. If this holds, researchers can estimate coding reliability without ground truth and route low-risk items away from human review: the proposed three-tier workflow auto-accepts about 35% of segments with under 5% error and cuts manual effort by about 65%.

What carries the argument

The load-bearing object is the diversity index $d$, the normalized Shannon entropy of the binary vote distribution over the eight-model panel: $d=-\sum_j p_j\log p_j/\log 2$, with perfect consensus at $d=0$ and a 4–4 split at $d=1$. Combined with mean confidence $\bar{c}$, it forms a two-dimensional signal whose linear regression predicts agreement $A=\max(p,1-p)$ almost exactly. The mechanism the paper identifies is error concentration: high-diversity, low-confidence categories concentrate 87% of all disagreements in just 50% of the data, while green-zone items carry under 5% error, which is what makes a three-tier risk workflow efficient.

What would settle it

On the same 710 item-level decisions, fit agreement $A$ to the diversity index $d$ alone; if $R^2$ already approaches 0.979 with no confidence term, the dual-signal gain is an artifact of the shared vote share $p$; then repeat on a three-or-more-option coding scheme where $d$ and $A$ are no longer one-to-one, and an $R^2$ far below 0.979 would show the original result depended on the binary-vote identity.

Watch

Extended reading notes

Core claim

The central claim is that in accessible qualitative coding tasks, the agreement between LLMs can be read off from two cheap signals: the panel's mean self-confidence $\bar{c}$ and the vote diversity $d$, defined as the normalized Shannon entropy of the binary vote distribution. With agreement defined as $A=\max(p,1-p)$, where $p=n_{\text{yes}}/8$ is the share of affirmative votes among eight models, the authors fit Agreement% $=30.24\bar{c}-39.41d-54.63$, which explains $R^2=0.979$ of the variance at the category level, up from 0.875 for confidence alone. They interpret the residual pattern—underprediction in high-diversity categories and overprediction in near-consensus ones ($r=-0.94$)—as evidence that diversity corrects the systematic bias of overconfident unanimous panels. The paper then converts this regression into a risk score $S=0.6(1-\bar{c})+0.4d$, partitions coding points into auto-accept, light-audit, and full-review tiers, and validates the dual-signal principle across six external datasets, reporting Cohen's $\kappa$ improvements of 0.20–0.78. The authors emphasize that the near-perfect fit likely reflects the relative simplicity of these coding tasks for current LLMs, and that the method's real value is as a foundation for harder scenarios.

Load-bearing premise

The framework treats vote diversity $d$ as an independent error signal, but with only two answer options $d$ is a purely mathematical transformation of the agreement $A$ it is used to predict, so the near-perfect fit partly measures the signal against itself.

Editorial extensions

If this is right

  • In coding tasks of comparable accessibility, researchers can estimate inter-model agreement from mean confidence and vote entropy without ground truth, reducing the need for extensive two-coder validation.
  • The three-tier workflow (risk score $S<0.25$ auto-accept, $0.25\le S<0.45$ light audit, $S\ge0.45$ full review) would auto-accept roughly one-third of segments with under 5% error and cut expert review load by about 65%, saving days on thousand-segment studies.
  • Across six public datasets spanning finance, medicine, law, moral reasoning, machine-translation quality, and natural-language inference, the dual-signal model raises Cohen's $\kappa$ by 0.20 to 0.78 (mean +0.66), indicating transfer beyond the original interview corpus.
  • Because the dual signal is computed entirely from model outputs, it gives qualitative researchers a ground-truth-free calibration audit that can be tightened (green-zone cut-off $S<0.35$) for high-stakes domains such as medicine and law.
  • Expert adjudication of contested segments indicates that 87.6% of AI-majority decisions were correct against expert consensus, implying the original human codes—not the AI—harbored the errors; if this generalizes, LLM coding may exceed typical human-coder reliability.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • With exactly two vote options, the diversity index $d$ and the agreement $A$ are both deterministic functions of the same vote share $p$, so regressing $A$ on $d$ is to a large extent predicting a quantity from itself; the reported residual correlation ($r=-0.94$) and the high $R^2$ may be inflated by this operational identity rather than by a genuine metacognitive signal.
  • The paper's own grid search found the best internal cross-validated risk score at $w^*=0$ (pure diversity), which suggests the confidence term may contribute little once diversity is known; the 0.6/0.4 weighting is chosen for interpretability and cross-domain stability, not because confidence is the stronger empirical signal.
  • A decisive test of the framework is to apply it to coding schemes with more than two categories or to open-ended multi-label coding, where entropy and max-agreement are no longer one-to-one transforms; a sharp drop in explained variance would confirm that the binary-vote identity, not LLM behavior, drove the $R^2=0.979$ result.
  • If the identity effect dominates, the workflow's efficiency numbers should be reproducible with any vote source—including a single model perturbed by random prompts or even random labelers—which would reframe the contribution as an aggregation-statistics result rather than an LLM calibration result.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. The paper proposes a confidence-diversity calibration framework for LLM-based qualitative coding. Using 5,680 binary coding decisions from eight LLMs across ten thematic categories, it defines inter-model agreement A = max(p, 1-p) with p = n_yes/8 and model diversity d as the normalized Shannon entropy of the binary vote distribution. The authors report that mean self-confidence correlates with A (r = 0.82) and that a dual-signal regression of A on mean confidence and d achieves R^2 = 0.979, enabling a three-tier workflow that auto-accepts roughly 35% of coding points with reported residual error below 5% and reduces manual effort by 65%. Cross-domain validation on six benchmark datasets is presented as evidence of transferability, with kappa improvements of 0.20-0.78.

Significance. If the dual-signal relationship were an empirical discovery about LLM calibration, the framework would be practically valuable for qualitative research at scale: it would let analysts estimate inter-model agreement without ground truth and route low-risk items away from human review. The paper's reproducibility package (Harvard Dataverse DOI, run_all.sh, raw model outputs) is a clear strength. However, the central claim is undermined by a definitional circularity: for binary votes, both A and d are deterministic functions of the same vote share p, and d is strictly monotone in |p - 0.5|, so d is a one-to-one transform of A. The reported R^2 = 0.979 largely reflects this identity rather than any behavioral property of LLMs. The practical workflow routes on d, which is essentially the same information as the agreement it purports to predict, so the error-concentration results do not establish an independent error signal.

major comments (3)
  1. [Results, 'Dual-signal mechanism eliminates residual disagreement'; Methods, 'Dual-signal calibration framework'] The definitions A = max(p, 1-p) and d = -[p log2 p + (1-p) log2(1-p)]/log2, with p = n_yes/8, imply a deterministic one-to-one relationship between A and d at the item level: both are strictly monotone functions of |p - 0.5|. Therefore the item-level 'dual-signal' regression regresses a quantity on a transform of itself, and the category-level R^2 = 0.979 largely inherits this identity. The paper never reports the d-only regression, so the claimed incremental contribution of confidence is unestablished. This is load-bearing because the central claim of the paper is that confidence plus diversity produces a dual signal that explains agreement almost completely; as written, the result is a mathematical consequence of the definitions, not an empirical finding.
  2. [Methods, 'Dual-signal calibration framework'] The grid search over w in S = w(1 - c_bar) + (1 - w)d reports an in-sample optimum at w* = 0 (pure diversity, MAE = 0.076), and the adopted 0.6/0.4 weight is justified only by cross-domain stability (external delta MAE = 0.02). Combined with the identity between d and A, this means the primary-corpus evidence does not support the 'confidence-diversity' framing: the risk score S is effectively a function of d, i.e., of the same vote share that defines the target agreement A. A proper test of the framework would need to show that d adds predictive power beyond the known functional relation, for example by comparing R^2 for Agreement ~ d alone against the reported dual regression, or by predicting expert-adjudicated error rather than A.
  3. [Results, 'Enhanced regression unifies confidence and diversity'; Limitations and Boundary Conditions] The category-level regression is fitted on n = 10 observations with two predictors (df = 7), which the paper itself acknowledges as low-powered. More seriously, the near-perfect fit is expected under the deterministic d-A relationship, so the reported R^2 = 0.979 and the bootstrap intervals in Supplementary Table 11 do not address the circularity. The claim that 'diversity corrects systematic biases left by confidence alone' (Results, 'Enhanced regression') requires a baseline that isolates d's contribution; no such baseline is reported in the main text, and the in-sample w* = 0 result suggests confidence contributes little beyond d.
minor comments (5)
  1. [Methods, 'Human validation procedure'] The audit sample sizes are internally inconsistent: 20% of 5,680 decisions is 1,136, not 1,242 as stated, and the green-zone audit of n = 242 does not match any clearly derived fraction of the 35% auto-accepted segments (20% of 35% of 5,680 is about 398). Please clarify the sampling scheme and reconcile these numbers.
  2. [Results, 'Three-tier workflow reduces manual review'; Figure 2D] The text refers to a 'selected threshold of 4.5' in the efficiency-accuracy trade-off curve, but the risk score S in Eq. (1) lies in [0, 1]; presumably this is a typo for S < 0.45 or for a different quantity. Please correct the threshold value.
  3. [Results, 'Three-tier workflow reduces manual review'; Figure 2C] The caption for Figure 2C states that the horizontal line indicates the proportion of points selected for expert audit as 4.7%, which conflicts with the three-tier assignment of 50% of points to full review and 15% to light audit. Please clarify whether 4.7% refers to a stratified audit subsample rather than the review workload.
  4. [Methods, 'Dual-signal calibration framework'] The definitions of A and d are given as inline formulas; numbering these equations would improve precision, since the paper later refers to 'Eq. (1)' for the risk score S but the agreement and diversity definitions are not numbered.
  5. [References] References [38]-[41] appear in the bibliography but are not visibly cited in the main text; please reconcile the reference list with the in-text citations.

Circularity Check

2 steps flagged · score 8.0 of 10

The headline R²=0.979 is largely tautological: with binary votes, agreement A=max(p,1−p) and diversity d are both deterministic functions of the same vote share p, so d is a re-encoding of A.

  1. self definitional [Results, 'Dual-signal mechanism eliminates residual disagreement' (definitions of A and d)]
    "For completeness, we formalise the two quantities as A = max(p, 1 − p), p = nyes/8, where nyes denotes the number of affirmative votes among the eight models. Hence A ∈ [0.5, 1] with A = 1 indicating unanimity. Model diversity is computed as the normalised Shannon entropy of the vote distribution d = − Σ_{j=1}^2 p_j log p_j / log 2, p_1 = p, p_2 = 1 − p, which maps perfect consensus to d = 0 and a balanced split (4–4) to d = 1."

    Binary vote share p is the only input to both quantities. For two bins, A=max(p,1−p) and d are both strictly monotone functions of |p−0.5|, so d is a one-to-one deterministic transform of A (indeed d is the binary entropy of A). An item-level regression of A on d therefore regresses the target on its own re-encoding; the 'diversity' term contributes no information beyond the agreement values it is supposed to predict. The category-level R²=0.979 and the residual correlation r=−0.94 with d inherit this definitional coupling; they are mathematical consequences of the definitions, not independent empirical evidence about LLM confidence or calibration.

  2. fitted input called prediction [Abstract and Methods, 'Dual-signal calibration framework']
    "Abstract: 'Adding model diversity —quantified as normalised Shannon entropy—produces a dual signal explaining agreement almost completely (R2 = 0.979)'; Methods: 'Ten-fold cross-validation on all 710 segment–code units minimised the mean absolute error at w∗ = 0 (pure diversity, MAE = 0.076).'"

    The category-level R² is an in-sample fit on the same ten categories (the paper's Limitations state 'the dual–signal regression in Fig. 1 is fitted on ten category–level observations'), yet the Abstract and Discussion describe it as 'predicting agreement almost completely'. The grid search motivating the risk score was also run on the same 710 units and selected pure diversity, w*=0, as the optimal predictor—consistent with Step 1 because d already encodes A. Thus the headline 'prediction' is a fitted, definitionally coupled quantity rather than an out-of-sample forecast from an independent error signal.

full rationale

The central circularity is definitional, not a matter of author intent or self-citation. The paper defines agreement as A=max(p,1−p) with p=nyes/8, and diversity as the normalized Shannon entropy of the same two-bin vote distribution. For binary votes, normalized entropy is strictly monotone in |p−0.5|, exactly as A is, so d is a bijective transform of A. Consequently, any regression that includes d is, at the item level, regressing agreement on its own re-encoding; the reported R²=0.979 and the residual correlation of r=−0.94 with d are largely forced by these definitions. The paper's own grid search finding w*=0 (pure diversity) as the in-sample optimum is consistent with this: diversity alone carries the agreement information because it is the same information. The cross-domain validation uses the same construction and therefore does not break the circularity, although it does provide some evidence that the weighting is stable across datasets. The confidence-only result (r=0.82) retains genuine empirical content, and the operational thresholds may still be pragmatically useful; however, the paper's headline claim that the dual signal 'explains agreement almost completely' and 'predicts' inter-model agreement is substantially a tautology. The three-tier workflow routes items by d, which is exactly the quantity that determines the agreement it aims to predict. Score 8 reflects that the central derivation is forced by definition, while a small amount of independent content remains in the confidence signal and external weight-stability checks.

Assumptions & free parameters 3 free parameters · 3 assumptions · 0 invented entities

The only constructed quantity is the risk score S, which is a weighted formula, not an invented entity. No new particle, force, or latent object is introduced.

free parameters (3)
  • Composite weight w in risk score = 0.6 (in-sample optimum was w*=0)
    Grid search over w found w*=0; authors chose w=0.6 for interpretability and external robustness. Thresholds and workflow statistics depend on it.
  • Risk-tier cut-offs = S<0.25, 0.25-0.45, >=0.45
    Called empirically determined cut-offs in Methods; they set the claimed 35% auto-accept and 65% effort reduction numbers.
  • OLS coefficients in Agreement% = 30.24*c - 39.41*d - 54.63 = 30.24, -39.41, -54.63
    Fitted to ten category-level observations (n=10, df=7); the paper uses these as the predictive enhanced regression.
assumptions (3)
  • domain assumption Model confidence ratings are commensurable across eight LLMs and linearly related to reliability.
    The dual-signal regression treats mean confidence as a first-order cue without validating the rating scales are comparable across vendors; the paper's own confidence distributions vary by family.
  • ad hoc to paper Inter-model agreement A=max(p,1-p) is a meaningful proxy for coding quality in the absence of ground truth.
    The workflow uses inter-model agreement as the target and as validation, but human expert audit is only applied to a sample or contested items.
  • ad hoc to paper A category-level model with n=10 observations is sufficient to infer a stable dual-signal law.
    The paper admits low power in Limitations; the R-squared=0.979 is computed on ten points, and item-level reanalysis shares the same definitional overlap.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Confidence-Diversity Framework for Calibrating AI Judgement in Accessible Qualitative Coding Tasks." pith.science (2026). https://pith.science/paper/J6TT7OA6

@misc{pith2026250802029,
  author       = {Pith},
  title        = {Pith review of: A Confidence-Diversity Framework for Calibrating AI Judgement in Accessible Qualitative Coding Tasks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/J6TT7OA6}},
  note         = {Machine review of arXiv:2508.02029}
}
read the original abstract

LLMs enable qualitative coding at large scale, but assessing reliability remains challenging where human experts seldom agree. We investigate confidence-diversity calibration as a quality assessment framework for accessible coding tasks where LLMs already demonstrate strong performance but exhibit overconfidence. Analysing 5,680 coding decisions from eight state-of-the-art LLMs across ten categories, we find that mean self-confidence tracks inter-model agreement closely (Pearson r=0.82). Adding model diversity quantified as normalised Shannon entropy produces a dual signal explaining agreement almost completely (R-squared=0.979), though this high predictive power likely reflects task simplicity for current LLMs. The framework enables a three-tier workflow auto-accepting 35 percent of segments with less than 5 percent error, cutting manual effort by 65 percent. Cross-domain validation confirms transferability (kappa improvements of 0.20 to 0.78). While establishing a methodological foundation for AI judgement calibration, the true potential likely lies in more challenging scenarios where LLMs may demonstrate comparative advantages over human cognitive limitations.

Figures

Figures reproduced from arXiv: 2508.02029 by the authors.

Figure 1
Figure 1. Dual-signal mechanism for calibrating AI qualitative coding. A [PITH_FULL_IMAGE:figures/full_fig_p006_1.png] view at source ↗
Figure 2
Figure 2. Three-tier workflow optimizes human-AI collaboration. A [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Prompting style and model family comparison. [PITH_FULL_IMAGE:figures/full_fig_p009_3.png] view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: External validation across six public datasets. A [PITH_FULL_IMAGE:figures/full_fig_p010_4.png]
Figure 5
Figure 5. Figure 5: Three-Tier Workflow Decision Tree: Risk score S calculated from confidence ¯c and diversity d determines automatic routing to auto-accept, light review, or full expert review. Implementation Checklist To facilitate practical adoption, we distil the above workflow into …
Figure 1
Figure 1. Figure 1: Dual-signal mechanism for calibrating AI qualitative coding. A [PITH_FULL_IMAGE:figures/full_fig_p020_1.png]
Figure 2
Figure 2. Figure 2: Three-tier workflow optimizes human-AI collaboration. A [PITH_FULL_IMAGE:figures/full_fig_p020_2.png]
Figure 3
Figure 3. Figure 3: Prompting style and model family comparison. [PITH_FULL_IMAGE:figures/full_fig_p020_3.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

41 extracted references · 34 canonical work pages

  1. [1]

    Song, H. et al. In validations we trust? the impact of imperfect human annotations as a gold standard on the quality of validation of automated content analysis.Political Communication 37, 550–572 (2020)

  2. [2]

    Measuring metacognitive judgments in problem solving

    Schraw, G. Measuring metacognitive judgments in problem solving. Educational Psychology Review 21, 343–364 (2009). 20

  3. [3]

    Nelson, L. K. Computational grounded theory: A methodological framework. Sociological Methods & Research 49, 3–42 (2020)

  4. [4]

    & Kim, A

    Chew, R., Bollenbacher, J., Wenger, M., Speer, J. & Kim, A. Llm-assisted content analysis: Using large language models to support deductive coding. arXiv preprint arXiv:2306.14924 (2023)

  5. [5]

    Bommasani, R. et al. On the opportunities and risks of foundation models. arXiv preprint arXiv:2108.07258 (2022)

  6. [6]

    & Kubli, M

    Gilardi, F., Alizadeh, M. & Kubli, M. Chatgpt outperforms crowd workers for text-annotation tasks. Proceedings of the National Academy of Sciences 120, e2305016120 (2023)

  7. [7]

    & Treude, C

    Bano, M., Hoda, R., Zowghi, D. & Treude, C. Large language models for qualitative research in software engineering: exploring opportunities and challenges. Automated Software Engineering 31, 8:1–12 (2024)

  8. [8]

    Leist, A. K. et al. Mapping of machine learning approaches for description, prediction, and causal inference in the social and health sciences. Science Advances 8, eabk1942 (2022)

Show all 41 references
  1. [9]

    McHugh, M. L. Interrater reliability: the kappa statistic. Biochemia Medica 22, 276–282 (2012)

  2. [10]

    Zade, H. et al. Conceptualizing disagreement in qualitative coding. In Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems , 1–11 (2018)

  3. [11]

    A coefficient of agreement for nominal scales

    Cohen, J. A coefficient of agreement for nominal scales. Educational and Psychological Measurement 20, 37–46 (1960)

  4. [12]

    & Weinberger, K

    Guo, C., Pleiss, G., Sun, Y. & Weinberger, K. On calibration of modern neural networks. In Proceedings of the 34th International Conference on Machine Learning , 1321–1330 (2017)

  5. [13]

    Minderer, M. et al. Revisiting the calibration of modern neural networks. In Advances in Neural Information Processing Systems 34 , 2950–2963 (2021)

  6. [14]

    Dietterich, T. G. Ensemble methods in machine learning. In International Workshop on Multiple Classifier Systems , vol. 1857 of Lecture Notes in Computer Science , 1–15 (Springer, 2000)

  7. [15]

    Content Analysis: An Introduction to Its Methodology (Sage Publications, 2018), 4 edn

    Krippendorff, K. Content Analysis: An Introduction to Its Methodology (Sage Publications, 2018), 4 edn

  8. [16]

    Landis, J. R. & Koch, G. G. The measurement of observer agreement for categorical data. Biometrics 33, 159–174 (1977)

  9. [17]

    & Strauss, A

    Corbin, J. & Strauss, A. Basics of Qualitative Research: Techniques and Procedures for Developing Grounded Theory (Sage Publications, 2014), 4 edn. 21

  10. [18]

    Constructing Grounded Theory: A Practical Guide Through Qualitative Analysis (Sage Publications, 2006)

    Charmaz, K. Constructing Grounded Theory: A Practical Guide Through Qualitative Analysis (Sage Publications, 2006)

  11. [19]

    & Ermon, S

    Kuleshov, V., Fenner, N. & Ermon, S. Accurate uncertainties for deep learning using calibrated regres- sion. In Proceedings of the 35th International Conference on Machine Learning , 2796–2805 (2018)

  12. [20]

    Vaicenavicius, J. et al. Evaluating model calibration in classification. In Proceedings of the 22nd International Conference on Artificial Intelligence and Statistics , vol. 89, 3459–3467 (2019)

  13. [21]

    & Blundell, C

    Lakshminarayanan, B., Pritzel, A. & Blundell, C. Simple and scalable predictive uncertainty estimation using deep ensembles. In Advances in Neural Information Processing Systems , 6402–6413 (2017)

  14. [22]

    & Vetrov, D

    Ashukha, A., Lyzhov, A., Molchanov, D. & Vetrov, D. Pitfalls of in-domain uncertainty estimation and ensembling in deep learning. In Proceedings of the International Conference on Learning Representations (2020)

  15. [23]

    T., Singh, S

    Ribeiro, M. T., Singh, S. & Guestrin, C. ¨Why Should I Trust You? ¨ : Explaining the Predictions of Any Classifier. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , 1135–1144 (2016)

  16. [24]

    Li, K. et al. Large language models as judges. arXiv preprint arXiv:2305.00050 (2023)

  17. [25]

    Kuncheva, L. I. & Whitaker, C. J. Measures of diversity in classifier ensembles and their relationship with the ensemble accuracy. Machine Learning 51, 181–207 (2003)

  18. [26]

    Fleiss, J. L. Measuring nominal scale agreement among many raters. Psychological Bulletin 76, 378 (1971)

  19. [27]

    Wei, J. et al. Chain-of-thought prompting elicits reasoning in large language models. arXiv preprint arXiv:2201.11903 (2022)

  20. [28]

    Wang, X. et al. Self-consistency improves chain-of-thought reasoning in large language models. Inter- national Conference on Learning Representations (2023)

  21. [29]

    Hansen, L. K. & Salamon, P. Neural network ensembles. IEEE Transactions on Pattern Analysis and Machine Intelligence 12, 993–1001 (1990)

  22. [30]

    & Watari, T

    Sakaguchi, K., Sakama, R. & Watari, T. Evaluating chatgpt in qualitative thematic analysis with human researchers in the japanese clinical context and its cultural interpretation challenges: Comparative qualitative study. Journal of Medical Internet Research 27 (2025). 22

  23. [31]

    M., Gebru, T., McMillan-Major, A

    Bender, E. M., Gebru, T., McMillan-Major, A. & Shmitchell, S. On the dangers of stochastic par- rots: Can language models be too big? In Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency, 610–623 (2021)

  24. [32]

    Maas, A. et al. Learning word vectors for sentiment analysis. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics (2011)

  25. [33]

    & Lee, J

    Dernoncourt, F. & Lee, J. Y. Pubmed 200k rct: a dataset for sequential sentence classification in medical abstracts. arXiv preprint arXiv:1710.06071 (2017)

  26. [34]

    & Androutsopoulos, I

    Chalkidis, I., Fergadiotis, E., Malakasiotis, P., Aletras, N. & Androutsopoulos, I. Large-scale multi-label text classification on eu legislation. In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics , 6314–6322 (2019)

  27. [35]

    Specia, L. et al. Findings of the wmt20 shared task on quality estimation. In Proceedings of the Fifth Conference on Machine Translation, 743–764 (Association for Computational Linguistics, Online, 2020)

  28. [36]

    Conneau, A. et al. Xnli: Evaluating cross-lingual sentence representations. In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing , 2475–2485 (2018)

  29. [37]

    Pearson, K. Liii. on lines and planes of closest fit to systems of points in space. The London, Edinburgh, and Dublin Philosophical Magazine and Journal of Science 2, 559–572 (1901)

  30. [38]

    & Clark, P

    Kojima, T., Schubert, L., Hovy, E. & Clark, P. Large language models are zero-shot reasoners. arXiv preprint arXiv:2205.11916 (2022)

  31. [39]

    Guo, Z., Lai, A., Thygesen, J. H. et al. Large language model for mental health: A systematic review. JMIR Mental Health 11, e57400 (2024)

  32. [40]

    & Augenstein, I

    Wright, D. & Augenstein, I. Aggregating soft labels from crowd annotations improves uncertainty estimation under distribution shift. PLOS ONE 20, e0323064 (2025)

  33. [41]

    Zhang, H. et al. Harnessing the power of ai in qualitative research: Exploring, using and redesigning chatgpt. Computers in Human Behavior: Artificial Humans 4, 100144 (2025). 23

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.