paper-with-me

Papers

ChatGPT Incorrectness Detection in Software Reviews

2024-03-25 · Minaoar Hossain Tanzil, Junaed Younus Khan, Gias Uddin

We conducted a survey of 135 software engineering (SE) practitioners to understand how they use Generative AI-based chatbots like ChatGPT for SE tasks. We find that they want to use ChatGPT for SE tasks like software library selection but often worry about the truthfulness of ChatGPT responses. We developed a suite of techniques and a tool called CID (ChatGPT Incorrectness Detector) to automatically test and detect the incorrectness in ChatGPT responses. CID is based on the iterative prompting to ChatGPT by asking it contextually similar but textually divergent questions (using an approach that utilizes metamorphic relationships in texts). The underlying principle in CID is that for a given question, a response that is different from other responses (across multiple incarnations of the question) is likely an incorrect response. In a benchmark study of library selection, we show that CID can detect incorrect responses from ChatGPT with an F1-score of 0.74 - 0.75.

📄 PDF Abstract BibTeX arXiv:2403.16347

Code (1)

minaoar/chatgpt-incorrectness-detection-in-software-reviews 공식 구현

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Assessing the Ability of ChatGPT to Screen Articles for Systematic Reviews

2023-07-12 · Eugene Syriani, Istvan David, Gauransh Kumar

By organizing knowledge within a research field, Systematic Reviews (SR) provide valuable leads to steer research. Evidence suggests that SRs have become first-class artifacts in software engineering. However, the tediou…

Articles

An Empirical Study of AI Generated Text Detection Tools

2023-09-27 · Arslan Akram

Since ChatGPT has emerged as a major AIGC model, providing high-quality responses across a wide range of applications (including software development and maintenance), it has attracted much interest from many individuals…

ArticlesText Detection

A Qualitative Study on Using ChatGPT for Software Security: Perception vs. Practicality

2024-08-01 · M. Mehdi Kholoosi, M. Ali Babar, Roland Croft

Artificial Intelligence (AI) advancements have enabled the development of Large Language Models (LLMs) that can perform a variety of tasks with remarkable semantic understanding and accuracy. ChatGPT is one such LLM that…

Information RetrievalVulnerability Detection

The impact and applications of ChatGPT: a systematic review of literature reviews

2023-05-08 · Irene S. Gabashvili

The conversational artificial-intelligence (AI) technology ChatGPT has become one of the most widely used natural language processing tools. With thousands of published papers demonstrating its applications across variou…

Articles

'Quis custodiet ipsos custodes?' Who will watch the watchmen? On Detecting AI-generated peer-reviews

2024-10-13 · Sandeep Kumar, Mohit Sahu, Vardhan Gacche, Tirthankar Ghosal 외

The integrity of the peer-review process is vital for maintaining scientific rigor and trust within the academic community. With the steady increase in the usage of large language models (LLMs) like ChatGPT in academic w…

Text Detection