TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GPT-4 Passes Turing Test. Humans Often Mistake Each Other for AI

14 pointsby biscuit1v9about 1 year ago

3 comments

tripletaoabout 1 year ago
The &quot;decoder&quot; article says:<p>&gt; The researchers defined 50 percent as success on the Turing test, since participants then couldn&#x27;t distinguish between human and machine better than chance.<p>54% of GPT-4 conversations were judged to be human, so the &quot;decoder&quot; article says the Turing test has been passed--indeed, it seems more human than human. But the paper says:<p>&gt; humans’ pass rate was significantly higher than GPT-4’s (z = 2.42, p = 0.017)<p>The seeming discrepancy arises because they&#x27;ve run a nonstandard test, in which the meaning of that 50% threshold is very hard to interpret (and definitely not what the &quot;decoder&quot; author claims). The canonical version of Turing&#x27;s test is passed by a machine that can<p>&gt; play the imitation game so well, that an average interrogator will not have more than a 70 percent chance of making the right identification after five minutes of questioning<p>The canonical experiment is thus to give the interrogator two conversations, one with a human and one with a non-human, and ask them to judge which is which. The probability that they judge correctly maps directly to Turing&#x27;s criterion. If the two conversations were truly indistinguishable, then the interrogator would judge correctly with p = 50%; but that would take infinitely many trials to distinguish, so Turing (arbitrarily, but reasonably) increased the threshold to 70%.<p>That doesn&#x27;t seem to be the experiment that this paper actually conducted. They don&#x27;t say it explicitly, but it seems like each interrogator had a single conversation, with a human with p = 1&#x2F;4. The interrogator wasn&#x27;t told anything about that prior, leading them to systematically overestimate P(human). If every interrogator had simply always guessed &quot;non-human&quot;, then they&#x27;d collectively have been right more often.<p>Even if the interrogators had been given that prior, very few would have the mathematical background to make use of it. GPT-4 is impressive, but this test is strictly worse than Turing&#x27;s, whose result has clear and intuitive meaning.
评论 #40387906 未加载
anonzzziesabout 1 year ago
I would pick the one that is the most polite and makes the least syntactical and grammatical errors to be the AI always; most humans are absolutely terrible at formulating anything coherent so it&#x27;s a safe bet that the ones who actually form correct sentences are AI. Many (most I see online or on the street) humans talk like Markov Chains (check your kid&#x27;s snapchat for examples) or, at best, very early transformers (tons of repetition, getting stuck and not all that coherent).
somenameformeabout 1 year ago
Ugh, these modern &quot;Turing Tests&quot; are a complete bastardization and dumbed down version of what Turing described. Here is his original paper. [1] In short the actual task involves a skilled interrogator, somebody of a given and specific identity, and then somebody pretending to have that identity. Turing proposed a simple example where you&#x27;d have a woman, and then a man pretending to be a woman. The more precise the identity, the more challenging the test becomes. A man <i>might</i> kind of sort be able to pass for a woman in text, but he&#x27;d never be able to pass for a nuclear physicist who has a twin brother working in neuroscience, against a skilled interrogator. And all participants are expected to actively collude and collaborate as much as possible to emphasize who is the &quot;real&quot; person. So for instance the woman might propose to help the interrogator by proposing questions he could use to help spot the fake, and&#x2F;or to emphasize her own authenticity.<p>Modern takes generalize the identity to absurdity (with the identity being human or not), generally feature idiots (or people acting like such) for interrogators, and participants who are actively trying to act like a computer to trick the interrogator. Like in this article, the human is B and was asked, &quot;What could you say to convince me that you&#x27;re a human?&quot; His response was &quot;You just have to believe!&quot; Why not just skip the pretext and just have the human start responding 01001001 01000010 01101111 01110100 01001100 01101111 01101100 to every question? And if all this nonsense wasn&#x27;t enough, they bumped it up to 3 comps and 1 human pretending to be a comp. This isn&#x27;t the Turing Test - it&#x27;s complete LARPing!<p>[1] - <a href="https:&#x2F;&#x2F;redirect.cs.umbc.edu&#x2F;courses&#x2F;471&#x2F;papers&#x2F;turing.pdf" rel="nofollow">https:&#x2F;&#x2F;redirect.cs.umbc.edu&#x2F;courses&#x2F;471&#x2F;papers&#x2F;turing.pdf</a>