Underfitting is usually caused by weak model learning capabilities. Adding data cannot significantly increase the training effect.
Regularization aims to prevent model overfitting. If a model is underfitting instead of overfitting, reduce the regularization parameter λ or directly remove the regularization item.