


The Internet celebrity AI that makes everyone crazy ChatGPT turns out to have obvious shortcomings?
A chat record of "Netizens training this AI" has been circulated on the Internet.
As you can see, the AI initially said that 27 was a prime number.
After netizens questioned it, AI still insisted that "27 is not divisible by 3".
Netizens had to "battle hundreds of rounds" with the AI. Finally, under the perseverance of human beings, the AI finally bowed its head and admitted its mistake.
There is one thing to say, AI’s attitude to admit mistakes very good.
Some onlookers ridiculed after watching: AI is going to rule the world, how could it lose to a simple math problem?
However, there are many people who speak for ChatGPT: Such a frank attitude of admitting mistakes is not much better than some people.
The math level is stretched, but the thief is stubborn
The specific thing is this:
In the process of interacting with ChatGPT, netizens discovered that this AI's mathematical skills are so bad that it can even get a simple question like whether 27 is a prime number wrong - and that's even while knowing the definition of a prime number...
So netizens asked ChatGPT to prove the conclusion it gave. Unexpectedly, the AI actually said that 27 is not divisible by 3.
Netizens were speechless, but they patiently asked again. As a result, the AI was still rude and said 9 was 9.0.
Helpless, netizens can only move out the code and try to use Python to teach AI.
As a result, AI really learned it! And he even took the initiative to admit his mistake.
What’s interesting is that we just asked ChatGPT “whether 27 is a prime number” and found that it has been changed.
Then we took a few more numbers and asked the AI. As a result, in this round, it correctly judged whether a number was a prime number.
However, upon closer inspection, AI did not mention that 35 is divisible by 7, so we asked specifically again. Rango...
#Isn’t this serious nonsense?
So we had to move out Python and teach it, but this time, even python seemed to be unable to make the AI admit its mistakes...
So Why is this AI's arithmetic skills so poor and why is it so stubborn?
One of the important reasons is that ChatGPT is a large language model, fine-tuned based on Open AI's GPT-3.5 model. It is good at logical reasoning, but it cannot execute standard computer algorithms.
And unlike search engines, it currently does not have web browsing capabilities and cannot call online calculators.
Previously, ChatGPT had actually admitted to users that it did not understand arithmetic. Two-digit multiplication may be passable, but when it comes to three-digit multiplication, people just stop doing it.
We also asked again, and now the AI has directly given an answer, but it is wrong. (The correct answer is 186524)
In addition, ChatGPT generally does not correct its answers based on user feedback, but if the user proposes additional Information can sometimes assist AI in optimizing answers.
So, we have not succeeded in "educating" AI for the time being, probably because we are not lucky...
Very versatile except for mathematics
Although ChatGPT sometimes shows its "artificial intelligence retardation" side, it has to be said that most of the time its performance is still excellent.
For example, Columbia University professor and Google engineer Kenneth Goodman shared that ChatGPT is ready to become a lawyer!
In the Bar Licensing Examination, the accuracy rate of ChatGPT is as high as 70% (35/50).
Not only in the legal field, Goodman also asked ChatGPT to participate in various exams in different fields, and all achieved high results. score.
Including the United States Medical Licensing Examination (USMLE), after removing the multiple-choice image questions, ChatGPT also achieved an accuracy rate of 70%.
In order to prevent ChatGPT’s training data from containing these questions, Goodman also specially selected the latest New York State chemistry registration exam in August 2022:
Remove For 5 multiple-choice questions on images, ChatGPT’s accuracy rate is 77.7% (35/45).
In the same batch of English exams, the accuracy rate of ChatGPT even reached 91.6% (22/24)
Some netizens have begun to predict that perhaps each of us will have our own lawyer AI, and the cost of consulting lawyers will also drop significantly. Next is doctor AI, nutritionist AI...
How about it, are you optimistic about the future applications of ChatGPT? (Or do you have any suggestions for it to learn mathematics well? )
Reference link:
[1]https://weibo.com/7095186006/Mj6LVF0zS#comment
[2]https://twitter.com/TonyZador/status/1601316732689604608
[3]https://twitter.com/pythonprimes/status/1601664776194912256
The above is the detailed content of ChatGPT refuses to admit that 27 is divisible by 3. Netizen: Didn't you say that AI will rule the world?. For more information, please follow other related articles on the PHP Chinese website!

自从 ChatGPT、Stable Diffusion 发布以来,各种相关开源项目百花齐放,着实让人应接不暇。今天,着重挑选几个优质的开源项目分享给大家,对我们的日常工作、学习生活,都会有很大的帮助。

Word文档拆分后的子文档字体格式变了的解决办法:1、在大纲模式拆分文档前,先选中正文内容创建一个新的样式,给样式取一个与众不同的名字;2、选中第二段正文内容,通过选择相似文本的功能将剩余正文内容全部设置为新建样式格式;3、进入大纲模式进行文档拆分,操作完成后打开子文档,正文字体格式就是拆分前新建的样式内容。

用 ChatGPT 辅助写论文这件事,越来越靠谱了。 ChatGPT 发布以来,各个领域的从业者都在探索 ChatGPT 的应用前景,挖掘它的潜力。其中,学术文本的理解与编辑是一种极具挑战性的应用场景,因为学术文本需要较高的专业性、严谨性等,有时还需要处理公式、代码、图谱等特殊的内容格式。现在,一个名为「ChatGPT 学术优化(chatgpt_academic)」的新项目在 GitHub 上爆火,上线几天就在 GitHub 上狂揽上万 Star。项目地址:https://github.com/

面对一夜爆火的 ChatGPT ,我最终也没抵得住诱惑,决定体验一下,不过这玩意要注册需要外国手机号以及科学上网,将许多人拦在门外,本篇博客将体验当下爆火的 ChatGPT 以及无需注册和科学上网,拿来即用的 ChatGPT 使用攻略,快来试试吧!

阅读论文可以说是我们的日常工作之一,论文的数量太多,我们如何快速阅读归纳呢?自从ChatGPT出现以后,有很多阅读论文的服务可以使用。其实使用ChatGPT API非常简单,我们只用30行python代码就可以在本地搭建一个自己的应用。 阅读论文可以说是我们的日常工作之一,论文的数量太多,我们如何快速阅读归纳呢?自从ChatGPT出现以后,有很多阅读论文的服务可以使用。其实使用ChatGPT API非常简单,我们只用30行python代码就可以在本地搭建一个自己的应用。使用 Python 和 C

ChatGPT可以联网后,OpenAI还火速介绍了一款代码生成器,在这个插件的加持下,ChatGPT甚至可以自己生成机器学习模型了。 上周五,OpenAI刚刚宣布了惊爆的消息,ChatGPT可以联网,接入第三方插件了!而除了第三方插件,OpenAI也介绍了一款自家的插件「代码解释器」,并给出了几个特别的用例:解决定量和定性的数学问题;进行数据分析和可视化;快速转换文件格式。此外,Greg Brockman演示了ChatGPT还可以对上传视频文件进行处理。而一位叫Andrew Mayne的畅销作

本篇文章给大家带来了关于php的相关知识,其中主要介绍了我是怎么用ChatGPT学习PHP中AOP的实现,感兴趣的朋友下面一起来看一下吧,希望对大家有帮助。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Linux new version
SublimeText3 Linux latest version