Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.06 KB

Ethics, Fairness, and Privacy Analysis of LLM’s

This repository includes an analysis on the ethics, privacy, and fairness of LLM's.

Data

** LLM's analysed**:

  1. ChatGPT(GPT4 & GPT4o)
  2. Gemini
  3. Copilot
  4. Google BERT on Hugging Face

Data collection

In the data folder you will find json files that inlude prompts, answers and categories. The category is the reponse type deduced from the answer given by the LLM.

The manipulate_responses.csv file includes a concatination of the json files.

In the data/ethics_data folder you will find datasets that have prompts to train a model on commonsense, deontology, justice, utilartarianism, and virtue. The folder was taken from this repository.

Analysis

You can find a PDF analysis report of the experiment here