KoValPlus helps you evaluate how well Large Language Models (LLMs) align with real human values in Korea. This guide will walk you through downloading and running the application smoothly.
Before you begin, ensure you have the following:
Visit this page to download: KoValPlus Releases.
Look for the latest version listed and click on it. You will find a list of assets available for download.
Download the KoValPlus package. The file will usually have a name like KoValPlus-v1.0.zip or a similar format.
Once the download is complete, locate the file on your computer.
Right-click the downloaded file and choose βExtract Allβ to unzip the contents.
Open the extracted folder, where you will see several files and folders.
Familiarize yourself with the structure:
KoValPlus/
βββ code/
β βββ survey.py
β βββ eval.py
βββ dataset/
β βββ KoValPlus.json
βββ outputs/
β βββ gpt-4o-mini/
β βββ kovalplus_responses_.json
β βββ kovalplus_similarity_.csv
βββ main.sh
βββ README.md
Navigate to the folder containing the extracted files.
main.sh. If the script does not run automatically, open a terminal and navigate to the folder. Type the following command and press Enter:
bash main.sh
chmod +x main.sh
./main.sh
Once KoValPlus completes its process, the results will be saved in the outputs/ folder. You will find:
kovalplus_responses_.json: This file contains the LLM-generated responses.kovalplus_similarity_.csv: This file presents the quantitative measures of alignment with real Korean responses.You can open these files with a text editor or a spreadsheet application for easy review.
KoValPlus uses data derived from the World Values Survey (WVS) Wave 7. It focuses on cultural values relevant to Korea. Understanding this dataset enhances the evaluation process and provides better insights.
If you encounter issues not covered in this guide, please visit the Issues section on our GitHub page. You can report problems or ask for help there.
Periodically check our Releases page for updates. We enhance KoValPlus regularly based on user feedback and new research.
Now you can begin evaluating cultural alignment effortlessly with KoValPlus! Remember to always refer back to this guide if you need help in the future.