Fine-tuned T5-small and BART can lower the accuracy of GPT-text classifiers, but retraining the classifiers on the transformed text restores detection accuracy.
Multi-layer Perceptron Trainability Explained via Variability
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Despite the tremendous successes of deep neural networks (DNNs) in various applications, many fundamental aspects of deep learning remain incompletely understood, including DNN trainability. In a trainability study, one aims to discern what makes one DNN model easier to train than another under comparable conditions. In particular, our study focuses on multi-layer perceptron (MLP) models equipped with the same number of parameters. We introduce a new notion called variability to help explain the benefits of deep learning and the difficulties in training very deep MLPs. Simply put, variability of a neural network represents the richness of landscape patterns in the data space with respect to well-scaled random weights. We empirically show that variability is positively correlated to the number of activations and negatively correlated to a phenomenon called "Collapse to Constant", which is related but not identical to the well-known vanishing gradient phenomenon. Experiments on a small stylized model problem confirm that variability can indeed accurately predict MLP trainability. In addition, we demonstrate that, as an activation function in MLP models, the absolute value function can offer better variability than the popular ReLU function can.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Transforming Chatbot Text: A Sequence-to-Sequence Approach
Fine-tuned T5-small and BART can lower the accuracy of GPT-text classifiers, but retraining the classifiers on the transformed text restores detection accuracy.