Git Product home page Git Product logo

gpt4_and_review's Introduction

This repository has been established to house the supplementary materials associated with the study titled Using GPT-4 to Write a Scientific Review Article: A Pilot Evaluation Study. The contents include:

  • Prompts and content evaluations: detailed analysis of the prompts used and the subsequent evaluations of the content generated by GPT-4.
    • BRP-1 - Contains the detailed prompts and responses for each section and sub-section of BRP-1. For each section and sub-section, there are two documents - one contains the prompts and responses from the API CHATGPT-4, and the other contains prompts and responses from the baseline model. There are prompts and responses for the projections section and the reproducibility tests.
    • BRP-2 - Contains the detailed prompts and responses that was used to recreate the images and tables that are present in BRP-2.
    • list_of_points.xlsx - This excel sheet contains the final prompts used for evaluation between the original and the GPT-4 responses. It has separate spreadsheets for each section and sub-section of BRP-1. It also contains sheets for the projections and reproducibility tests. The final sheet contains the evaluation between the table in BRP-2 and the table created by API CHATGPT-4.
  • Plagiarism check results: outcomes of plagiarism assessments conducted on the GPT-4 generated content.
    • sex_differences_in_cancer.pdf : reference-based content generation
    • sex_differences_in_cancer_baseline.pdf : baseline content generation
  • ChatGPT API code: the source code utilized for interfacing with the ChatGPT API during the study.
    • chatGPT_review_API.py - This script requires a API key which was obtained with a paid openAI account. Once you provide the API key, you can upload upto 25 PDFs and submit your prompt in the designated line in the code.
  • Similarity comparison code: algorithms developed to compare and contrast the similarity between the generated content and existing literature.
    • compare.py - This Python script was used for comparing the semantic similarity between two sets of sentences. It requires a CSV file where the first column is named Original and the second is named GPT. Under Original, the text from the target section was provided, and the response from GPT was provided under GPT. To assess text content similarity, we employed a transformer network-based pre-trained model to calculate the semantic similarity between the original text in BRP1 and the text generated by GPT-4. We utilized the util.pytorch_cos_sim function from the sentence_transformers package to compute the cosine similarity of semantic content citation.

gpt4_and_review's People

Contributors

priyanka8590 avatar paulwangcs avatar

Stargazers

mnemonyx avatar wangyang avatar

Watchers

 avatar Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.