REVIEW 2 major objections 6 minor 64 references
Quantifying Correlations of Machine Learning Models
T0 review · 2 major / 6 minor · reviewed 2026-08-09 · deepseek-v4-flash
Pith's one-line read Errors of machine learning models are not independent: shared data, algorithms, and foundation models create strong correlations that raise the risk of simultaneous failure.
desk verdict Useful measurement for same-data and overlapping-feature scenarios, but the foundation-model experiment does not estimate the correlation defined in the paper. 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 central objects are the two correlation coefficients: the per-input error correlation rho between two models (Definition 1) and the aggregate performance correlation Pi between two fine-tuned models built from the same foundation model (Definition 2). The mechanism is that error randomness comes from training and test data, so models that share data, architecture, features, or pretrained weights produce dependent error terms. For regression, Pearson's coefficient is used; for classification, the phi_K coefficient, which captures nonlinear dependence among categorical variables, is used. These coefficients are estimated empirically on real datasets across the three scenarios.
What would settle it
Fine-tune two models from the same foundation model on the same training set and compute the per-input error correlation (Definition 1) on a held-out test set; if that per-input correlation is close to zero while only the aggregated error-frequency correlation (Definition 2) stays high, the homogenization conclusion would not follow. The claim predicts both should be substantial.
Extended reading notes
Core claim
The central claim is that error correlations between machine learning models are substantial and systematic. Definition 1 formalizes the correlation of per-input error terms between two models, with randomness coming from training and test data, and Definition 2 formalizes the correlation of aggregate performance between two fine-tuned models that share a foundation model. Empirically, on the California Housing dataset, random forest, XGBoost, and generalized additive models show strong positive error correlations, and two neural networks correlate strongly with each other and with linear regression. On CIFAR-10, similar architectures (the two convolutional networks, the two small neural networks) have high correlated errors, while on a financial text task the eight tested large language models, all transformer-based, show widespread correlated errors. When models share highly predictive overlapping features, their errors correlate strongly, and when different models are fine-tuned from the same foundation model on different datasets, their error frequencies across datasets are positively correlated, particularly for text tasks that are semantically related. The authors interpret this as empirical evidence for homogenization: downstream models inherit the foundation model's error patterns, making simultaneous failures more likely.
Load-bearing premise
The Scenario-3 experiments treat the correlation of error frequencies across different datasets and across different foundation models as a valid estimate of Definition 2's correlation between two fine-tuned models that share one foundation model, but the experiments never directly compute the per-input error correlation between two models sharing the same foundation model on the same test set.
Editorial extensions
If this is right
- A portfolio of models trained on the same public dataset will have a higher-than-independent probability of simultaneous failure, so risk assessment must account for error correlation, not just individual accuracy.
- Widespread use of transformer-based foundation models concentrates error correlations: different applications fine-tuned from similar base models can fail in unison.
- Organizations that build models from the same highly predictive public features will have correlated errors even if they use different model algorithms.
- Fine-tuning many downstream models from one foundation model propagates that model's defect patterns; the resulting homogenization is measurable through correlation of error frequencies across tasks.
- Mitigation strategies should actively diversify data sources, model architectures, and foundation models to reduce systemic risk from correlated errors.
Reading between the lines
- If error correlations persist at scale, model risk management should treat a set of foundation-model-derived systems as a single correlated exposure, analogous to a loan portfolio with a common factor; diversifying across several independent foundation models could become a concrete mitigation lever.
- The framework could be extended to tail dependence, measuring the correlation of rare catastrophic errors, which would capture joint failures better than Pearson correlation when error distributions are heavy-tailed.
- A testable extension is to predict cross-dataset performance correlation from a quantitative measure of task similarity between the fine-tuning datasets; the paper's ag_news outlier suggests such a relationship exists but is not formalized.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper defines three scenarios in which errors of multiple ML models may be correlated—models trained on the same dataset with different architectures (Scenario 1), models trained on overlapping feature sets (Scenario 2), and fine-tuned models sharing a foundation model (Scenario 3)—and provides formal definitions of error correlation (Definition 1) and performance correlation for fine-tuned models (Definition 2). It then reports empirical correlation matrices for tabular regression (California Housing), image classification (CIFAR-10, EUROSAT, MNIST, Fashion-MNIST), and text classification (financial_phrasebank, twitter-financial-news-sentiment, emotion-balanced, ag_news), using Pearson and ϕK coefficients. The central claim is that aggregate risks are substantial when models share algorithms, training data, or foundation models.
Significance. The paper addresses an important and understudied problem: correlated failures across concurrently deployed ML models. The decomposition into three practical scenarios and the attempt to measure correlations directly are useful contributions, and the availability of code supports reproducibility. If the empirical claims were fully supported, the work would be valuable for AI risk management and portfolio-level analysis of model failures. However, the Scenario 3 experiment does not estimate the quantity in Definition 2, and the single-split point estimates provide thin support for the quantitative conclusions. The framework is a good starting point, but the current evidence does not yet establish the advertised homogenization claim.
major comments (2)
- [Section III-A / Section IV] The experiment reported in Section IV-C3 does not estimate the correlation defined in Definition 2. Eq. (4) is the correlation, for a fixed foundation model F, between the performance metrics E(f1(F), Z1) and E(f2(F), Z2) of two fine-tuned models derived from that same F. Figures 6b and 7b instead compute, for each pair of datasets, the Pearson correlation across the set of foundation models F of the error frequencies E(f_F, Zi) and E(f_F, Zj). Because each foundation model is fine-tuned only once per dataset, there is no replication from which a within-F correlation between two fine-tuned models could be estimated. The cross-foundation correlation Corr_F(E(f_F,Zi), E(f_F,Zj)) can be large even when downstream errors are independent given F, simply because some datasets are easier than others; it therefore cannot support the abstract's claim that risks are substantial 'when models share ... foundational models' or the homogenization conclusion in Section V. To support this claim, the authors need to fine-tune each foundation model multiple times per dataset (varying seeds or data order) and estimate the within-F correlation of Eq. (4); the text should also specify the probability distribution over f1(F) and f2(F), since Eq. (4) is degenerate if fine-tuning is deterministic.
- [Section IV-C2] Definition 1 states that the randomness in Eq. (3) comes from the training and test datasets, but the experiments in Sections IV-C1 and IV-C2 use one fixed random split and one training run per model, then correlate the error vectors over the test set. This estimates a conditional correlation between two realized fitted models, not the marginal correlation over training randomness specified in Definition 1. This distinction matters for the paper's message: two algorithms that are similar on average may still show a different empirical correlation for a particular pair of trained models. The authors should either perform multiple training runs and test splits (with bootstrap or standard-error reporting) and average the resulting correlations, or explicitly redefine the estimand as the correlation of errors of fixed models. The absence of any uncertainty quantification for Figures 1-4, 6b, and 7b is a further concern, since the conclusions are quantitative statements about the magnitude of risk.
minor comments (6)
- [Section IV] The code is described as 'available online at this repository' but no URL is given; please provide a working link.
- [Section IV-C3] The subsection heading contains a typo: 'fintuning' should be 'fine-tuning'.
- [Section IV-C2] The symbol 'M∫' in the paragraph after Figure 4 should be 'M_f' (or 'Mf') for consistency with the earlier definition.
- [Section I] The first contribution bullet contains a grammar error: 'We introduces' should be 'We introduce'.
- [References] The reference for the twitter-financial-news-sentiment dataset [36] points to a Hugging Face model URL rather than a dataset citation; please cite the dataset properly.
- [Section III-A] The notation f1(F) in Definition 2 is awkward because F is a model, not a family; consider writing f_{1,F} or 'fine-tuned from F' to avoid confusion.
Circularity Check
No circularity: the paper measures error correlations directly from data, and the Scenario 3 gap is a construct-validity concern, not a derivation that reduces to its inputs.
full rationale
The paper's central quantities (Definition 1 and Definition 2) are defined independently of the empirical results. Scenario 1 and Scenario 2 correlations are computed directly from model errors on held-out test data, with no fitted parameters and no prediction that is later shown to be equivalent to its own input. Scenario 3 defines the target as Corr(E(f1(F), Z1), E(f2(F), Z2)) for two fine-tuned models derived from the same foundation model, but the reported experiment instead computes, for a set of different foundation models, the Pearson correlation across F of error frequencies on dataset pairs. This is a mismatch between definition and operationalization, meaning the homogenization claim may be unsupported by the experiment as described. However, a mismatch is not circularity: the experiment does not define the correlation in terms of the conclusion, and no parameter is fitted and then renamed as a prediction. The load-bearing issue, if any, is construct validity, not circular reduction. There are also no load-bearing self-citations: references [6] and [7] merely introduce the term 'homogenization' and are not used to justify the empirical estimates. Accordingly, the appropriate circularity score is 0.
Assumptions & free parameters
assumptions (3)
- domain assumption Error terms are random variables whose randomness comes from the training and test datasets (Section III-A, Definition 1).
- domain assumption Pearson and phi-K correlation coefficients are appropriate measures for continuous and categorical errors (Section III, Remark 2).
- domain assumption Fine-tuned foundation models inherit a meaningful component of their error behavior from the base model (Section III Scenario 3).
Cite this review
Pith. "Pith review of Quantifying Correlations of Machine Learning Models." pith.science (2026). https://pith.science/paper/KFTCGLCC
@misc{pith2026250203937,
author = {Pith},
title = {Pith review of: Quantifying Correlations of Machine Learning Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/KFTCGLCC}},
note = {Machine review of arXiv:2502.03937}
}
read the original abstract
Machine Learning models are being extensively used in safety critical applications where errors from these models could cause harm to the user. Such risks are amplified when multiple machine learning models, which are deployed concurrently, interact and make errors simultaneously. This paper explores three scenarios where error correlations between multiple models arise, resulting in such aggregated risks. Using real-world data, we simulate these scenarios and quantify the correlations in errors of different models. Our findings indicate that aggregated risks are substantial, particularly when models share similar algorithms, training datasets, or foundational models. Overall, we observe that correlations across models are pervasive and likely to intensify with increased reliance on foundational models and widely used public datasets, highlighting the need for effective mitigation strategies to address these challenges.
Figures
Reference graph
Works this paper leans on
-
[1]
Governance of artificial intelligence
Araz Taeihagh. Governance of artificial intelligence. Policy and Society , 40(2):137–157, 06 2021
work page 2021
-
[2]
Artificial intelligence in radiation oncology
Elizabeth Huynh, Ahmed Hosny, Christian Guthier, Danielle S Bitterman, Steven F Petit, Daphne A Haas-Kogan, Benjamin Kann, Hugo JWL Aerts, and Raymond H Mak. Artificial intelligence in radiation oncology. Nature Reviews Clinical Oncology , 17(12):771–781, 2020
work page 2020
-
[3]
Adnan Qayyum, Muhammad Usama, Junaid Qadir, and Ala Al-Fuqaha. Securing connected and autonomous vehicles: Challenges posed by adversarial machine learning and the way forward. IEEE Communications Surveys and Tutorials, 22(2):998–1026, 2020
work page 2020
-
[4]
Gourav Bathla, Kishor Bhadane, Rahul Kumar Singh, Rajneesh Kumar, Rajanikanth Aluvalu, Rajalakshmi Krishnamurthi, Adarsh Kumar, R. N Thakur, and Shakila Basheer. Autonomous vehicles and intelligent au- tomation: Applications, challenges, and opportunities. Mobile Information Systems, 2022(1):7632892, 2022
work page 2022
-
[5]
Qing Yang, Song Fu, Honggang Wang, and Hua Fang. Machine-learning- enabled cooperative perception for connected autonomous vehicles: Challenges and opportunities. IEEE Network, 35(3):96–101, 2021
work page 2021
-
[6]
On the opportunities and risks of foundation models
Rishi Bommasani, Drew A Hudson, Ehsan Adeli, Russ Altman, Simran Arora, Sydney von Arx, Michael S Bernstein, Jeannette Bohg, Antoine Bosselut, Emma Brunskill, et al. On the opportunities and risks of foundation models. arXiv preprint arXiv:2108.07258 , 2021
arXiv 2021
-
[7]
Kathleen Creel and Deborah Hellman. The algorithmic leviathan: Arbitrariness, fairness, and opportunity in algorithmic decision-making systems. Canadian Journal of Philosophy , 52(1):26–43, 2022
work page 2022
-
[8]
L. Breiman. Bagging predictors. Machine Learning, 24:123–140, 1996
work page 1996
Show all 64 references
-
[9]
Kuncheva and Christopher J
Ludmila I. Kuncheva and Christopher J. Whitaker. Measures of diversity in classifier ensembles and their relationship with the ensemble accuracy. Machine Learning, 51:181–207, 2003
2003
-
[10]
The random subspace method for constructing decision forests
Tin Kam Ho. The random subspace method for constructing decision forests. IEEE Transactions on Pattern Analysis and Machine Intelligence , 20(8):832–844, 1998
1998
-
[11]
Webb, Henry W
Danny Wood, Tingting Mu, Andrew M. Webb, Henry W. J. Reeve, Mikel Luján, and Gavin Brown. A unified theory of diversity in ensemble learning. ArXiv, abs/2301.03962, 2023
2023 arXiv
-
[12]
Bagging classifiers for fighting poisoning attacks in adversarial classification tasks
Battista Biggio, Igino Corona, Giorgio Fumera, Giorgio Giacinto, and Fabio Roli. Bagging classifiers for fighting poisoning attacks in adversarial classification tasks. In Carlo Sansone, Josef Kittler, and Fabio Roli, editors, Multiple Classifier Systems , pages 350–359, Berli...
2011
-
[13]
Improving adversarial robustness via promoting ensemble diversity
Tianyu Pang, Kun Xu, Chao Du, Ning Chen, and Jun Zhu. Improving adversarial robustness via promoting ensemble diversity. In International Conference on Machine Learning , 2019
2019
-
[14]
Dibs: Diversity inducing information bottleneck in model ensembles
Samarth Sinha, Homanga Bharadhwaj, Anirudh Goyal, Hugo Larochelle, Animesh Garg, and Florian Shkurti. Dibs: Diversity inducing information bottleneck in model ensembles. In Proceedings of the AAAI Conference on Artificial Intelligence , volume 35, pages 9666–9674, 2021
2021
-
[15]
A Probabilistic Theory of Pattern Recognition
Gábor Lugosi Luc Devroye, László Györfi. A Probabilistic Theory of Pattern Recognition. MIT press, 1996
1996
-
[16]
Approximate statistical tests for comparing supervised classification learning algorithms
Thomas G Dietterich. Approximate statistical tests for comparing supervised classification learning algorithms. Neural computation , 10(7):1895–1923, 1998
1923
-
[17]
Inference for the generalization error
Claude Nadeau and Yoshua Bengio. Inference for the generalization error. In S. Solla, T. Leen, and K. Müller, editors, Advances in Neural Information Processing Systems , volume 12. MIT Press, 1999
1999
-
[18]
No unbiased estimator of the variance of k-fold cross-validation
Yoshua Bengio and Yves Grandvalet. No unbiased estimator of the variance of k-fold cross-validation. In S. Thrun, L. Saul, and B. Schölkopf, editors, Advances in Neural Information Processing Systems , volume 16. MIT Press, 2003
2003
-
[19]
Bias in error estimation when using cross-validation for model selection
Sudhir Varma and Richard Simon. Bias in error estimation when using cross-validation for model selection. BMC Bioinformatics, 9, 2006
2006
-
[20]
Residual variance estimation in machine learning
Elia Liitiäinen, Michel Verleysen, Francesco Corona, and Amaury Lendasse. Residual variance estimation in machine learning. Neu- rocomputing, 72(16):3692–3703, 2009
2009
-
[21]
Analysis of variance of cross-validation estimators of the generalization error
Marianthi Markatou, Hong Tian, Shameek Biswas, and George Hripcsak. Analysis of variance of cross-validation estimators of the generalization error. Journal of Machine Learning Research , 6(39):1127–1168, 2005
2005
-
[22]
David M. W. Powers and Adham Atyabi. The problem of cross-validation: Averaging and bias, repetition and significance. In 2012 Spring Congress on Engineering and Technology , pages 1–5, 2012
2012
-
[23]
Imagenet: A large-scale hierarchical image database
Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In 2009 IEEE Conference on Computer Vision and Pattern Recognition, pages 248–255, 2009
2009
-
[24]
Lawrence Zitnick
Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Dollár, and C. Lawrence Zitnick. Microsoft coco: Common objects in context. In David Fleet, Tomas Pajdla, Bernt Schiele, and Tinne Tuytelaars, editors, Computer Vision – ECCV 2014 , pag...
2014
-
[25]
Battery health prediction using fusion-based feature selection and machine learning
Xiaosong Hu, Yunhong Che, Xianke Lin, and Simona Onori. Battery health prediction using fusion-based feature selection and machine learning. IEEE Transactions on Transportation Electrification , 7(2):382– 398, 2021
2021
-
[26]
Analyzing electric vehicle battery health performance using supervised machine learning
Kaushik Das, Roushan Kumar, and Anurup Krishna. Analyzing electric vehicle battery health performance using supervised machine learning. Renewable and Sustainable Energy Reviews , 189:113967, 2024
2024
-
[27]
Large language models: A deep dive, 2024
Uday Kamath, Kevin Keenan, Garrett Somers, and Sarah Sorenson. Large language models: A deep dive, 2024
2024
-
[28]
Pearson Correlation Coefficient, pages 1–4
Jacob Benesty, Jingdong Chen, Yiteng Huang, and Israel Cohen. Pearson Correlation Coefficient, pages 1–4. Springer Berlin Heidelberg, Berlin, Heidelberg, 2009
2009
-
[29]
M. Baak, R. Koopman, H. Snoek, and S. Klous. A new correlation coefficient between categorical, ordinal and interval variables with pearson characteristics, 2019
2019
-
[30]
Kelley Pace and Ronald Barry
R. Kelley Pace and Ronald Barry. Sparse spatial autoregressions.Statistics & Probability Letters , 33(3):291–297, 1997
1997
-
[31]
Learning multiple layers of features from tiny images
Alex Krizhevsky. Learning multiple layers of features from tiny images. 2009
2009
-
[32]
Eurosat: A novel dataset and deep learning benchmark for land use and land cover classification
Patrick Helber, Benjamin Bischke, Andreas Dengel, and Damian Borth. Eurosat: A novel dataset and deep learning benchmark for land use and land cover classification. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing , 12(7):2217–2226, 2019
2019
-
[33]
Mnist handwritten digit database
Yann LeCun, Corinna Cortes, and CJ Burges. Mnist handwritten digit database. ATT Labs [Online]. Available: http://yann.lecun.com/exdb/mnist, 2, 2010
2010
-
[34]
Fashion-mnist: a novel image dataset for benchmarking machine learning algorithms
Han Xiao, Kashif Rasul, and Roland V ollgraf. Fashion-mnist: a novel image dataset for benchmarking machine learning algorithms. CoRR, abs/1708.07747, 2017
2017 arXiv
-
[35]
P. Malo, A. Sinha, P. Korhonen, J. Wallenius, and P. Takala. Good debt or bad debt: Detecting semantic orientations in economic texts. Journal of the Association for Information Science and Technology , 65, 2014
2014
-
[36]
https://huggingface.co/modelshttps: //huggingface.co/datasets/zeroshot/twitter-financial-news-sentiment
The twitter financial news dataset. https://huggingface.co/modelshttps: //huggingface.co/datasets/zeroshot/twitter-financial-news-sentiment
-
[37]
CARER: Contextualized affect representations for emotion recognition
Elvis Saravia, Hsien-Chi Toby Liu, Yen-Hao Huang, Junlin Wu, and Yi-Shin Chen. CARER: Contextualized affect representations for emotion recognition. In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing , pages 3687–3697, Brussels, Belgium, ...
2018
-
[38]
Character-level convolutional networks for text classification
Xiang Zhang, Junbo Jake Zhao, and Yann LeCun. Character-level convolutional networks for text classification. In NIPS, 2015
2015
-
[39]
Scikit-learn: Machine learning in python
Fabian Pedregosa, Gaël Varoquaux, Alexandre Gramfort, Vincent Michel, Bertrand Thirion, Olivier Grisel, Mathieu Blondel, Peter Prettenhofer, Ron Weiss, Vincent Dubourg, et al. Scikit-learn: Machine learning in python. Journal of machine learning research , 12(Oct):2825–2830, 2011
2011
-
[40]
Tensorflow: A system for large-scale machine learning
Martín Abadi, Paul Barham, Jianmin Chen, Zhifeng Chen, Andy Davis, Jeffrey Dean, Matthieu Devin, Sanjay Ghemawat, Geoffrey Irving, Michael Isard, et al. Tensorflow: A system for large-scale machine learning. In 12th {USENIX} Symposium on Operating Systems Design and Implementa...
2016
-
[41]
https://huggingface.co/datasets
Hugging face datasets. https://huggingface.co/datasets
-
[42]
https://huggingface.co/models
Hugging face models. https://huggingface.co/models
-
[43]
Peft: State-of-the-art parameter- efficient fine-tuning methods
Sourab Mangrulkar, Sylvain Gugger, Lysandre Debut, Younes Belkada, Sayak Paul, and Benjamin Bossan. Peft: State-of-the-art parameter- efficient fine-tuning methods. https://github.com/huggingface/peft, 2022
2022
-
[44]
Statistical Models : Theory and Practice
David Freedman. Statistical Models : Theory and Practice . Cambridge University Press, August 2005
2005
-
[45]
The regression analysis of binary sequences
David R Cox. The regression analysis of binary sequences. Journal of the Royal Statistical Society: Series B (Methodological) , 20(2):215–232, 1958
1958
-
[46]
L. Breiman. Random forests. Machine Learning, 45:5–32, 2001
2001
-
[47]
Xgboost: A scalable tree boosting system
Tianqi Chen and Carlos Guestrin. Xgboost: A scalable tree boosting system. In Proceedings of the 22nd acm sigkdd international conference on knowledge discovery and data mining , pages 785–794, 2016
2016
-
[48]
Generalized Additive Models
Trevor Hastie and Robert Tibshirani. Generalized Additive Models. Statistical Science, 1(3):297 – 310, 1986
1986
-
[49]
Rumelhart, Geoffrey E
David E. Rumelhart, Geoffrey E. Hinton, and Ronald J. Williams. Learning representations by back-propagating errors. Nature, 323:533– 536, 1986
1986
-
[50]
Bengio, and Geoffrey Hinton
Yann LeCun, Y . Bengio, and Geoffrey Hinton. Deep learning. Nature, 521:436–44, 05 2015
2015
-
[51]
Deep residual learning for image recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 770–778, 2016
2016
-
[52]
Very deep convolutional net- works for large-scale image recognition
Karen Simonyan and Andrew Zisserman. Very deep convolutional net- works for large-scale image recognition. arXiv preprint arXiv:1409.1556, 2014
2014 arXiv
-
[53]
Densely connected convolutional networks
Gao Huang, Zhuang Liu, Laurens Van Der Maaten, and Kilian Q Weinberger. Densely connected convolutional networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pages 4700–4708, 2017
2017
-
[54]
Mobilenets: Efficient convolutional neural networks for mobile vision applications
Andrew G Howard, Menglong Zhu, Bo Chen, Dmitry Kalenichenko, Weijun Wang, Tobias Weyand, Marco Andreetto, and Hartwig Adam. Mobilenets: Efficient convolutional neural networks for mobile vision applications. arXiv preprint arXiv:1704.04861 , 2017
2017 arXiv
-
[55]
Mobilenetv2: Inverted residuals and linear bottlenecks
Mark Sandler, Andrew Howard, Menglong Zhu, Andrey Zhmoginov, and Liang-Chieh Chen. Mobilenetv2: Inverted residuals and linear bottlenecks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 4510–4520, 2018
2018
-
[56]
Mistral 7b, 2023
Mistral AI. Mistral 7b, 2023. https://huggingface.co/mistralai/ Mistral-7B-v0.3
2023
-
[57]
The llama 3 herd of models
Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Amy Yang, Angela Fan, et al. The llama 3 herd of models. arXiv preprint arXiv:2407.21783, 2024
2024 arXiv
-
[58]
Qwen2 technical report
An Yang, Baosong Yang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Zhou, Chengpeng Li, Chengyuan Li, Dayiheng Liu, Fei Huang, et al. Qwen2 technical report. arXiv preprint arXiv:2407.10671 , 2024
2024 arXiv
-
[59]
Llama 2: Open foundation and fine- tuned chat models
Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Alma- hairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, et al. Llama 2: Open foundation and fine- tuned chat models. arXiv preprint arXiv:2307.09288 , 2023
2023 arXiv
-
[60]
Aya 23: Open weight releases to further multilingual progress, 2024
Viraat Aryabumi, John Dang, Dwarak Talupuru, Saurabh Dash, David Cairuz, Hangyu Lin, Bharat Venkitesh, Madeline Smith, Kelly Marchisio, Sebastian Ruder, Acyr Locatelli, Julia Kreutzer, Nick Frosst, Phil Blunsom, Marzieh Fadaee, Ahmet Üstün, and Sara Hooker. Aya 23: Open weight...
2024
-
[61]
The RefinedWeb dataset for Falcon LLM: outperforming curated corpora with web data, and web data only
Guilherme Penedo, Quentin Malartic, Daniel Hesslow, Ruxandra Cojo- caru, Alessandro Cappelli, Hamza Alobeidli, Baptiste Pannier, Ebtesam Almazrouei, and Julien Launay. The RefinedWeb dataset for Falcon LLM: outperforming curated corpora with web data, and web data only. arXiv ...
2023 arXiv
-
[62]
Bloom-7b1, 2023
BigScience. Bloom-7b1, 2023. https://huggingface.co/bigscience/ bloom-7b1
2023
-
[63]
Phi-2: The surprising power of small language models
Mojan Javaheripi, Sébastien Bubeck, Marah Abdin, Jyoti Aneja, Sebastien Bubeck, Caio César Teodoro Mendes, Weizhu Chen, Allie Del Giorno, Ronen Eldan, Sivakanth Gopi, et al. Phi-2: The surprising power of small language models. Microsoft Research Blog, 1(3):3, 2023
2023
-
[64]
Correlation coefficients: Appropriate use and interpretation
Patrick Schober, Christa Boer, and Lothar Schwarte. Correlation coefficients: Appropriate use and interpretation. Anesthesia & Analgesia , 126:1, 02 2018
2018
Reviewed August 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.