NonCredibleDefense
A community for your defence shitposting needs
Rules
1. Be nice
Do not make personal attacks against each other, call for violence against anyone, or intentionally antagonize people in the comment sections.
2. Explain incorrect defense articles and takes
If you want to post a non-credible take, it must be from a "credible" source (news article, politician, or military leader) and must have a comment laying out exactly why it's non-credible. Low-hanging fruit such as random Twitter and YouTube comments belong in the Matrix chat.
3. Content must be relevant
Posts must be about military hardware or international security/defense. This is not the page to fawn over Youtube personalities, simp over political leaders, or discuss other areas of international policy.
4. No racism / hatespeech
No slurs. No advocating for the killing of people or insulting them based on physical, religious, or ideological traits.
5. No politics
We don't care if you're Republican, Democrat, Socialist, Stalinist, Baathist, or some other hot mess. Leave it at the door. This applies to comments as well.
6. No seriousposting
We don't want your uncut war footage, fundraisers, credible news articles, or other such things. The world is already serious enough as it is.
7. No classified material
Classified ‘western’ information is off limits regardless of how "open source" and "easy to find" it is.
8. Source artwork
If you use somebody's art in your post or as your post, the OP must provide a direct link to the art's source in the comment section, or a good reason why this was not possible (such as the artist deleting their account). The source should be a place that the artist themselves uploaded the art. A booru is not a source. A watermark is not a source.
9. No low-effort posts
No egregiously low effort posts. E.g. screenshots, recent reposts, simple reaction & template memes, and images with the punchline in the title. Put these in weekly Matrix chat instead.
10. Don't get us banned
No brigading or harassing other communities. Do not post memes with a "haha people that I hate died… haha" punchline or violating the sh.itjust.works rules (below). This includes content illegal in Canada.
11. No misinformation
NCD exists to make fun of misinformation, not to spread it. Make outlandish claims, but if your take doesn’t show signs of satire or exaggeration it will be removed. Misleading content may result in a ban. Regardless of source, don’t post obvious propaganda or fake news. Double-check facts and don't be an idiot.
Other communities you may be interested in
- !militaryporn@lemmy.world
- !forgottenweapons@lemmy.world
- !combatvideos@sh.itjust.works
- !militarymoe@ani.social
Banner made by u/Fertility18
view the rest of the comments
It should be mentioned that those are language models trained on all kinds of text, not military specialists. They string together sentences that are plausible based on the input they get, they do not reason. These models mirror the opinions most commonly found in their training datasets. The issue is not that AI wants war, but rather that humans do, or at least the majority of the training dataset's authors do.
These models are also trained on data that is fudimentially biased. An English generating text generator like chatGPT will be on the side of the english speaking world, because it was our texts that trained it.
If you tried this with Chinese LLMs they would probably come to the conclusion that dropping bombs on the US would result in peace.
How many English sources describe the US as the biggest threat to world peace? Certainly a lot less than writings about the threats posed by other countries. LLMs will take this into account.
The classic sci-fi fear of robots turning on humanity as a whole seems increacingly implausible. Machines are built by us, molded by us. Surely the real far future will be an autonomous war fought by nationalistic AIs, preserving the prejudices of their long extinct creators.
I think even something as simple as asking GPT the same question but in Chinese could get you this response.
They dont use reason to question their training data. How a LLM works is that basically, you have this huge "math function" (the neural network) with billions of parameters and you randomly adjust the factors inside it until you get a function that gives you the desired output for every prompt that you give it. (It's not completely random but this is basically it).
Therefore, an LLM is programmed in a way so that it best matches the majority of its training data. I also cant wrap my head around it being able to reason.
LLMs are trained to see parts of a document and reproduce the other parts, that's why they are called "language models".
For example, they might learn that the words "strawberries are" are often followed by the words "delicious", "red", or "fruits", but never by the words "airplanes", "bottles" or "are".
Likewise, they learn to mimic reasoning contained in their training data. They learn the words and structures involved in an argument, but they also learn the conclusions they should arrive at. If the training dataset consists of 80 documents arguing for something, and 20 arguing against it (assuming nothing else differentiates those documents (like length etc.)), the LLM will adopt the standpoint of the 80 documents, and argue for that thing. If those 80 documents contain flawed logic, so will the LLM's reasoning.
Of course, you could train a LLM on a carefully curated selection of only documents without any logical fallacies. Perhaps, such a model might be capable of actual logical reasoning (though it would still be biased by the conclusions contained in the training dataset)
But to train an LLM you need vasts amount of data. Filtering out documents containing flawed logic does not only require a lot of effort, it also reduces the size of the training dataset.
Of course, that is exactly what the big companies are currently researching and I am confident that LLMs will only get better over time, but the LLMs of today are trained on large datasets rather than perfect ones, and their architecture and training prioritize language modelling, not logical reasoning.
People need to realise that LLMs are not just Markov chains, the math is far more complex than just guessing which word comes next - they have structure where concepts come before word choice, this is why they can very clearly be seen making novel structures such as code.
LLMs are absolutely complex, neural nets ARE somewhat modelled after human brains after all, and trying to understand transformers or LSTMs for the first time is a real pain. However, what a NN can do, or rather what it has been trained to do depends almost entirely on the loss function used. The complexity of the architecture and the training dataset don't change what a LLM can do, only how good it is at doing that, and how well it generalizes. The loss function used for the training of LLMs simply evaluates whether the predicted tokens fit the actual ones. That means that an LLM is trained to predict words from other words, or in other words, to model language.
The loss function does not evaluate the validity of logical statements, though. All reasoning that an LLM is capable of, or seems to be capable of, emerges from its modelling of language, not an actual understanding of logic.
Honestly I feel that claiming a LLM can reason is an outrageous claim that needs to be proofed/cited, not the other way around. "My Hamster can reason, your claim that it can't is outrageous and the burden of proof lies with you."
It's actually not that simple and it is correct that they have several times been observed using what we call reasoning
Ok, maybe I didn't make my point clear: Yes they can produce a text in which they reason. However, that reasoning mimics the reasoning found in the training data. The arguments a LLM makes and the stance it takes will always reflect its training data. It cannot reason counter to that.
Train a LLM on a bunch of english documents and it will suggest nuking Russia. Train it on a bunch of Russian documents and it will suggest nuking the West. In both cases it has learned to "reason", but it can only reason within the framework it has learned.
Now if you want to find a solution for world peace, I'm not saying that AI can't do that. I am saying that LLMs can't. They don't solve problems, they model language.
It will mimic the reasoning, just like an intelligence would mimic, with a lot more nuance and perspective than you seem to realise. It's just not very good at it.
What most people that try to explain how LLMs work don't understand, is why and how it works is not fully understood by the scientists and developers themselves. We keep discovering novel activity all the time.
As a side note, sorry you got downvoted. I like the discussion