paper-with-me

Papers

Differentiate ChatGPT-generated and Human-written Medical Texts

2023-04-23 · Wenxiong Liao, Zhengliang Liu, Haixing Dai, Shaochen Xu, Zihao Wu, Yiyang Zhang, Xiaoke Huang, Dajiang Zhu, Hongmin Cai, Tianming Liu, Xiang Li

Background: Large language models such as ChatGPT are capable of generating grammatically perfect and human-like text content, and a large number of ChatGPT-generated texts have appeared on the Internet. However, medical texts such as clinical notes and diagnoses require rigorous validation, and erroneous medical content generated by ChatGPT could potentially lead to disinformation that poses significant harm to healthcare and the general public. Objective: This research is among the first studies on responsible and ethical AIGC (Artificial Intelligence Generated Content) in medicine. We focus on analyzing the differences between medical texts written by human experts and generated by ChatGPT, and designing machine learning workflows to effectively detect and differentiate medical texts generated by ChatGPT. Methods: We first construct a suite of datasets containing medical texts written by human experts and generated by ChatGPT. In the next step, we analyze the linguistic features of these two types of content and uncover differences in vocabulary, part-of-speech, dependency, sentiment, perplexity, etc. Finally, we design and implement machine learning methods to detect medical text generated by ChatGPT. Results: Medical texts written by humans are more concrete, more diverse, and typically contain more useful information, while medical texts generated by ChatGPT pay more attention to fluency and logic, and usually express general terminologies rather than effective information specific to the context of the problem. A BERT-based model can effectively detect medical texts generated by ChatGPT, and the F1 exceeds 95%.

📄 PDF Abstract BibTeX arXiv:2304.11567

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GPT-Sentinel: Distinguishing Human and ChatGPT Generated Content

2023-05-13 · Yutian Chen, Hao Kang, Vivian Zhai, Liangze Li 외

This paper presents a novel approach for detecting ChatGPT-generated vs. human-written text using language models. To this end, we first collected and released a pre-processed dataset named OpenGPTText, which consists of…

text-classificationText Classification

Is ChatGPT Involved in Texts? Measure the Polish Ratio to Detect ChatGPT-Generated Text

2023-07-21 · Lingyi Yang, Feng Jiang, Haizhou Li

The remarkable capabilities of large-scale language models, such as ChatGPT, in text generation have impressed readers and spurred researchers to devise detectors to mitigate potential risks, including misinformation, ph…

MisinformationText Generation

Leveraging Explainable AI for LLM Text Attribution: Differentiating Human-Written and Multiple LLMs-Generated Text

2025-01-06 · Ayat Najjar, Huthaifa I. Ashqar, Omar Darwish, Eman Hammad

The development of Generative AI Large Language Models (LLMs) raised the alarm regarding identifying content produced through generative AI or humans. In one case, issues arise when students heavily rely on such tools in…

Binary ClassificationExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Feature Importance

Fighting Fire with Fire: Can ChatGPT Detect AI-generated Text?

2023-08-02 · Amrita Bhattacharjee, Huan Liu

Large language models (LLMs) such as ChatGPT are increasingly being used for various use cases, including text content generation at scale. Although detection methods for such AI-generated text exist already, we investig…

Text Detection

Detecting ChatGPT: A Survey of the State of Detecting ChatGPT-Generated Text

2023-09-14 · Mahdi Dhaini, Wessel Poelman, Ege Erdogan

While recent advancements in the capabilities and widespread accessibility of generative language models, such as ChatGPT (OpenAI, 2022), have brought about various benefits by generating fluent human-like text, the task…

Language ModelingLanguage ModellingLarge Language Model