This is the result of the project "ChatGPT_Team2 Korean Dialect Understanding of ChatGPT"
aihub dataset main (ver1).py
&(ver2).py
: use AI Hub dataset to get ChatGPT's response, the result is intest_ver1_90.json
andtest_ve2_90.json
analysis.py
: to analyze generated results, one of the result isanalysis.csv
generate_dataset.ipynb
: filter the original AI hub dataset, generate useful dataset asresult.json
grammar_experiment.py
: a few experiments, giving the grammar feature as inputscore.py
: to score the response- get the input as
naive_result.csv
,test.csv
- generate
naive_score.csv
,score.csv
- get the input as
Related to the JIT dataset
analysis.py
: to analyze generated results, one of the result isanalysis.csv
change_dataset_format.py
: change the existing dataset format similar to the previous AI Hub dataset, generatetrain_result.json
based ontrain.json
archive_dataset_main.py
: to get ChatGPT's responsescore.py
: to score the response- get the input as
archive_result_vanilla.csv
,archive_result.csv
,archive_result_with_features.csv
- generate
vanilla_score.csv
,archive_score.csv
,feature_score.csv
- get the input as