Papers › How Close is ChatGPT to Human Experts? Comparison Corpus, Evaluation, and Detection

How Close is ChatGPT to Human Experts? Comparison Corpus, Evaluation, and Detection

18 Jan 2023arXiv:2301.07597archive 2025-07-28

Biyang Guo, Xin Zhang, Ziyuan Wang, Minqi Jiang, Jinran Nie, Yuxuan Ding, Jianwei Yue, Yupeng Wu

The introduction of ChatGPT has garnered widespread attention in both academic and industrial communities. ChatGPT is able to respond effectively to a wide range of human questions, providing fluent and comprehensive answers that significantly surpass previous public chatbots in terms of security and usefulness. On one hand, people are curious about how ChatGPT is able to achieve such strength and how far it is from human experts. On the other hand, people are starting to worry about the potential negative impacts that large language models (LLMs) like ChatGPT could have on society, such as fake news, plagiarism, and social security issues. In this work, we collected tens of thousands of comparison responses from both human experts and ChatGPT, with questions ranging from open-domain, financial, medical, legal, and psychological areas. We call the collected dataset the Human ChatGPT Comparison Corpus (HC3). Based on the HC3 dataset, we study the characteristics of ChatGPT's responses, the differences and gaps from human experts, and future directions for LLMs. We conducted comprehensive human evaluations and linguistic analyses of ChatGPT-generated content compared with that of humans, where many interesting results are revealed. After that, we conduct extensive experiments on how to effectively detect whether a certain text is generated by ChatGPT or humans. We build three different detection systems, explore several key factors that influence their effectiveness, and evaluate them in different scenarios. The dataset, code, and models are all publicly available at https://github.com/Hello-SimpleAI/chatgpt-comparison-detection.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2301.07597")

Code

Syntology Ran 0 of 25 code samples harvested from 1 repository linked to this paper; 25 have no recorded run.

By repository: community (archive-listed): 25 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hello-simpleai/chatgpt-comparison-detection officialmentioned in papermentioned on GitHubpytorch report
loris3/evaluation_explanation_quality mentioned on GitHubpytorch report
lsc-1/pecola mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 0 ran; 0 honoured the contract we drafted; 25 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

25unverified

Licence: 0 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lsc-1/pecola. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

auroc lsc-1/pecola/lib/metrics.py community (archive-listed) unverified MIT (permissive) · a6359426276fb40b · report
get_FFN_features lsc-1/pecola/lib/inference/draw.py community (archive-listed) unverified MIT (permissive) · d1c6ff9d27f3294b · report
get_base_score lsc-1/pecola/lib/inference/base.py community (archive-listed) unverified MIT (permissive) · 61f9329047b0ab17 · report
get_cse_features lsc-1/pecola/lib/inference/draw.py community (archive-listed) unverified MIT (permissive) · 0256d90810fbc438 · report
get_d2u_score lsc-1/pecola/lib/inference/base.py community (archive-listed) unverified MIT (permissive) · 13081870f2ef7a7d · report
get_dropout_score lsc-1/pecola/lib/inference/dropout.py community (archive-listed) unverified MIT (permissive) · 29588baf96ee353d · report
get_features lsc-1/pecola/lib/inference/draw.py community (archive-listed) unverified MIT (permissive) · dd94c31be0cd6720 · report
get_grad_norm_score lsc-1/pecola/lib/inference/base.py community (archive-listed) unverified MIT (permissive) · e614043206c6e7fd · report
get_is_pos lsc-1/pecola/lib/metrics.py community (archive-listed) unverified MIT (permissive) · 7b9990d7d4520898 · report
get_key_positions lsc-1/pecola/lib/inference/generation.py community (archive-listed) unverified MIT (permissive) · 9aab08fc71951fbb · report
get_keyword_confidence lsc-1/pecola/lib/inference/generation.py community (archive-listed) unverified MIT (permissive) · 24c1d85c8d245fbb · report
get_model lsc-1/pecola/lib/networks.py community (archive-listed) unverified MIT (permissive) · c5c3b0d2f5c9931c · report
get_model1 lsc-1/pecola/lib/networks.py community (archive-listed) unverified MIT (permissive) · b78ad0b30fc6a1da · report
get_msp_score lsc-1/pecola/lib/inference/dropout.py community (archive-listed) unverified MIT (permissive) · a52d92262c816283 · report
get_num_labels lsc-1/pecola/lib/exp.py community (archive-listed) unverified MIT (permissive) · 41058bada6b6f29d · report
get_ppl_confidence lsc-1/pecola/lib/inference/generation.py community (archive-listed) unverified MIT (permissive) · f70aa83668a8706c · report
get_tokenizer lsc-1/pecola/lib/networks.py community (archive-listed) unverified MIT (permissive) · 73808e9a70c072ec · report
marginLoss lsc-1/pecola/lib/common.py community (archive-listed) unverified MIT (permissive) · 6c82794bd0139e76 · report
roc lsc-1/pecola/lib/metrics.py community (archive-listed) unverified MIT (permissive) · 518d9f2cda25ff12 · report
sclLoss lsc-1/pecola/lib/common.py community (archive-listed) unverified MIT (permissive) · e97eacfdcbaf68a1 · report
set_device_and_seed lsc-1/pecola/select_strategy.py community (archive-listed) unverified MIT (permissive) · 96ab70351169ff04 · report
set_device_and_seed lsc-1/pecola/augumentation_data/yake_mask.py community (archive-listed) unverified MIT (permissive) · 6a16ec67a0221341 · report
small_fix lsc-1/pecola/augumentation_data/mask_filling.py community (archive-listed) unverified MIT (permissive) · be4d25103faa09a4 · report
take_mean_and_reshape lsc-1/pecola/lib/exp.py community (archive-listed) unverified MIT (permissive) · 85474e5c0d2f6525 · report
test_acc lsc-1/pecola/lib/common.py community (archive-listed) unverified MIT (permissive) · 50ec38fc4fd612e1 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections