DrMux@kbin.socialtoNo Stupid Questions@lemmy.world•How did posting online change from, "Be careful what you put online!" to many sharing a lot under real names?
7·
1 year agoNeither is very useful until you can correlate it with something else. Like, it takes a lot more effort to find someone in meatspace than in a database. Though, the number of databases with your face in them is a number that goes up faster every year.
My guess is that it’s more a result of overfitting for alignment. Fine-tuning for “safety” (rather, more corporate-friendly outputs).
That is, by focusing on that specific outcome in training the model, they’ve compromised its ability to give well-“reasoned” “intelligent” sounding answers. A tradeoff between aspects of the model.
It’s something that can happen even in simple statistical models. Say you have a scatter plot of data that loosely follows some trend, and you come up with two equations to describe that trend. One is a simple equation that loosely follows it but makes a good general approximation, and the other is a more complicated equation that very tightly fits the existing data. Then you use those two models to predict future data. But you find that the complicated equation is making predictions way off the mark that no longer fit the trend, and the simple one still has a wide error (how far its prediction is from the actual data) but still more or less accurately fits the general trend. In the more complicated equation, you’ve traded predictive power for explanatory power. It describes the data you originally had but it’s not useful for forecasting data that follows.
That’s an example of overfitting. It can happen in super-advanced statistical models like GPT, too. Training the “equation” (or as it’s been called, spicy autocorrect) to predict outcomes that favor “safety” but losing the model’s power to predict accurate “well-reasoned” outcomes.
If that makes any sense.
I’m not a ML researcher or statistician (I just went through a phase in college), so if this is inaccurate I’m open to corrections.