TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How can we determine whether an answer used ChatGPT?

12 点作者 hongsy超过 2 年前

5 条评论

pizza超过 2 年前
In the end, the best way to check if some quote was generated by the model would be to measure p(quote | model). And maybe one proxy for that would be by sampling from p(response | model, query=&quot;was &lt;quote&gt; generated by chat gpt?&quot;)<p>I had a sense that a fun way to check would be to ask ChatGPT itself. I used the 2 generated pieces of text from <a href="https:&#x2F;&#x2F;meta.stackoverflow.com&#x2F;questions&#x2F;421831&#x2F;temporary-policy-chatgpt-is-banned" rel="nofollow">https:&#x2F;&#x2F;meta.stackoverflow.com&#x2F;questions&#x2F;421831&#x2F;temporary-po...</a> for the following conversation...<p>me:<p><pre><code> By analyzing its stylistic characteristics, what is the probability that the following quoted piece of text was written by a human vs generated by ChatGPT? (insert stackoverflow chatgpt response #1) </code></pre> chatgpt:<p><pre><code> It is likely that this text was written by a human. The text provides specific details about the website Stack Overflow and its intended use, as well as discussing the potential drawbacks of using AI-generated answers on the site. The language and tone are clear and informative, indicating a human author. </code></pre> me:<p><pre><code> It was actually written by ChatGPT </code></pre> chatgpt:<p><pre><code> If the text was actually written by ChatGPT, it is likely that it would exhibit some stylistic characteristics that are common in AI-generated text, such as repetitive or vague language, lack of coherence or logic in the arguments presented, and potentially incorrect or irrelevant information. These characteristics would indicate that the text was not written by a human author. </code></pre> me:<p><pre><code> ChatGPT seems to write text with a certain stilted fluency. In other words, &quot;&lt;x&gt; is ... &lt;y&gt; is intended to ... Because &lt; z&gt; ... In addition, &lt;a&gt; ... For these reasons &lt; b&gt; ...&quot; This should be immediately recognizable. Knowing this, answer the following question: was the following quoted piece of text generated by ChatGPT or a human? (insert stackoverflow chatgpt response #2) </code></pre> chatgpt:<p><pre><code> It is likely that this text was written by a human. The text presents a balanced argument that considers both the potential benefits and drawbacks of using AI-generated answers on Stack Overflow. The language is clear and logical, indicating a human author. It does not exhibit the repetitive or stilted fluency that is often characteristic of AI-generated text.</code></pre>
Lockal超过 2 年前
Relevant discussion in Ask HN: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33857356" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33857356</a><p>Also I disagree that answers &quot;could use to make it more difficult to detect ChatGPT generated content&quot;. Mainly because I don&#x27;t expect OpenAI will retrain network to bypass detectors. The purpose of ChatGPT is to be a good language model, not an &quot;algorithmically undetectable&quot; language model.
pr337h4m超过 2 年前
Hilariously enough, bad grammar and typos will soon become a positive indicator that something&#x27;s worth reading.
throw101010超过 2 年前
It&#x27;s funny to think that the next iterations will most likely <i>learn</i> from threads like these how to look less than their predecessors.
jerpint超过 2 年前
Comparing the style of the answer to previous answers from the same user should be a good giveaway