Spaces:
Build error
Build error
File size: 43,712 Bytes
83aa28d db6381e 83aa28d db6381e 83aa28d db6381e 83aa28d db6381e 83aa28d db6381e 83aa28d db6381e 83aa28d db6381e 83aa28d db6381e 83aa28d db6381e 83aa28d db6381e 83aa28d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 |
import os
import re
import math
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.ticker as mtick
import seaborn as sns
import nltk
import evaluate
import traceback
bert_score = evaluate.load("bertscore")
meteor = evaluate.load("meteor")
print(f"loading: {__file__}")
# pattern_non_word_char_repetition = re.compile(r"\s{5,}")
# pattern_text_repetitions = re.compile(r"(.{5}.*)\s*((\1)\s*)+", re.M | re.DOTALL)
# final version
pattern_non_word_char_repetition = re.compile(r"[\s\W]{5,}")
pattern_text_repetitions = re.compile(
r"(?P<repeat>.{5}.*?)(?:[\s\W]*(?P=repeat))+", re.M | re.DOTALL | re.IGNORECASE
)
# Explanation of the Regex Pattern:
# (?P<repeat>.{5}.*?): Captures any sequence of characters with minimal length of 5 and names this group repeat.
# .*?: Matches zero or more characters, non-greedily (as few as possible).
# (?:[\s\W]+(?P=repeat))+: A non-capturing group that matches one or more repetitions of:
# [\s\W]+: One or more whitespace or non-word characters (spaces, punctuation, etc.).
# (?P=repeat): A backreference to the named group repeat.
def del_non_word_char_repetition(text, debug=False):
count = 0
if isinstance(text, str):
if debug:
print("----detect non-word characters repetition----")
count = len(text)
text = pattern_non_word_char_repetition.sub("\t", text)
count -= len(text)
if debug and count:
print(f"removed non-word characters repetition: {count}")
return text, count
# final version for repetition detection
def detect_text_repetitions(text, debug=False):
count = 0
if isinstance(text, str):
if debug:
print("----detect text repetitions----")
matches = pattern_text_repetitions.finditer(text)
for match in matches:
if debug:
print(match)
for groupNum in range(0, len(match.groups())):
groupNum = groupNum + 1
print(
"Group {groupNum} found at {start}-{end}: `{group}`".format(
groupNum=groupNum,
start=match.start(groupNum),
end=match.end(groupNum),
group=match.group(groupNum),
)
)
start, end = match.span()
count += end - start - len(match.group(1))
return count
def detect_repetitions(text, debug=False):
if isinstance(text, str) is False:
return 0, 0, 0
text, count_non_word_char_repetition = del_non_word_char_repetition(
text, debug=debug
)
count_text_repetitions = detect_text_repetitions(text, debug=debug)
total_repetitions = count_non_word_char_repetition + count_text_repetitions
result = (count_non_word_char_repetition, count_text_repetitions, total_repetitions)
if debug:
print(result)
return result
def detect_scores(
row, debug=False, answer_col="answer", ground_truth_col="ground_truth"
):
newline_score, repetition_score, total_repetitions = detect_repetitions(
row[answer_col], debug=debug
)
if ground_truth_col:
ground_truth_newline_score, ground_truth_repetition_score, _ = (
detect_repetitions(row[ground_truth_col], debug=debug)
)
newline_score -= ground_truth_newline_score
if newline_score < 0:
newline_score = 0
repetition_score -= ground_truth_repetition_score
if repetition_score < 0:
repetition_score = 0
total_repetitions = newline_score + repetition_score
return pd.Series([newline_score, repetition_score, total_repetitions])
def load_with_newline_and_repetition_scores(result_file, force_recalculate=False):
print(f"loading result file: {result_file}")
df = pd.read_csv(result_file, comment="#", on_bad_lines="warn")
if (
force_recalculate
or "newline_score" not in df.columns
or "repetition_score" not in df.columns
or "total_repetitions" not in df.columns
or "nrr" not in df.columns
or "rr" not in df.columns
):
if (
force_recalculate
or "newline_score" not in df.columns
or "repetition_score" not in df.columns
or "total_repetitions" not in df.columns
):
df[["newline_score", "repetition_score", "total_repetitions"]] = df.apply(
detect_scores, axis=1
)
df["answer_len"] = df["answer"].apply(
lambda x: len(x) if isinstance(x, str) else 0
)
df["nrr"] = df.apply(
lambda x: (
1
if x["answer_len"] == 0
else 1 - (x["newline_score"] + x["repetition_score"]) / x["answer_len"]
),
axis=1,
)
df["rr"] = df["nrr"].apply(lambda x: 1 - x)
df.to_csv(result_file, index=False)
return df
def replace_last(source_string, old_string, new_string):
head, _sep, tail = source_string.rpartition(old_string)
return head + new_string + tail
def load_for_repetition_penalty(
csv_result_file, repetition_penalty, force_recalculate=False
):
result_file = replace_last(
csv_result_file, ".csv", f"_RP_{repetition_penalty:.3f}.csv"
)
return load_with_newline_and_repetition_scores(
result_file, force_recalculate=force_recalculate
)
rap_penalty_functions = {
"linear": lambda x: x,
"quadratic": lambda x: x * x,
"cubic": lambda x: x * x * x,
"logarithmic": lambda x: math.log(x + 1, 2),
"exponential": lambda x: math.exp(x - 1),
}
def calc_adjusted_performance(f, r, l=1, penalty_function="cubic"):
n = 1 - r / l if l > 0 else 0
return f * rap_penalty_functions[penalty_function](n)
def calculate_adjusted_performance(row):
r = row["total_repetitions"]
l = row["answer_len"]
adjusted_precision = calc_adjusted_performance(row["precision"], r, l)
adjusted_recall = calc_adjusted_performance(row["recall"], r, l)
return pd.Series([adjusted_precision, adjusted_recall])
def load_performance_df(csv_result_file, repetition_penalty):
result_file = replace_last(
csv_result_file, ".csv", f"_RP_{repetition_penalty:.3f}-t2_evaluated.json"
)
result_file = result_file.replace("/results/", "/eval/")
print(f"loading json file: {result_file}")
df = pd.read_json(result_file)
return df
def calculate_performance_score(
csv_result_file, repetition_penalty, force_recalculate=False
):
result_file = replace_last(
csv_result_file, ".csv", f"_rpp_{repetition_penalty:.2f}.csv"
)
if os.path.exists(result_file):
print(f"loading result file: {result_file}")
df = load_with_newline_and_repetition_scores(
result_file, force_recalculate=force_recalculate
)
else:
print(f"re-creating result file: {result_file}")
df = pd.DataFrame()
force_recalculate = True
if force_recalculate or "f2" in df.columns or "f1" not in df.columns:
try:
perf_df = load_performance_df(csv_result_file, repetition_penalty)
df.drop(
columns=[
"precision",
"recall",
"f1",
"f2",
"entities_in_answer",
"entities_in_question",
"word_count",
],
errors="ignore",
inplace=True,
)
df["id"] = perf_df["id"]
df["question"] = perf_df["question"]
df["answer"] = perf_df["pred_answer"]
df["word_count"] = df["answer"].apply(
lambda x: len(nltk.word_tokenize(x)) if isinstance(x, str) else 0
)
df["ground_truth"] = perf_df["ground_truth"]
df["eval_gemini_1.0_pro"] = perf_df["eval_gemini_1.0_pro"]
df["precision"] = perf_df["score"].apply(lambda x: x[0])
df["recall"] = perf_df["score"].apply(lambda x: x[1])
df["f1"] = perf_df["score"].apply(lambda x: x[2])
except Exception as e:
print(f"\tignored error: {e}")
# traceback.print_exc()
df[["newline_score", "repetition_score", "total_repetitions"]] = df.apply(
detect_scores, axis=1
)
df["answer_len"] = df["answer"].apply(
lambda x: len(x) if isinstance(x, str) else 0
)
df[["adjusted_precision", "adjusted_recall"]] = df.apply(
calculate_adjusted_performance, axis=1
)
df.to_csv(result_file, index=False)
print(f"performance scores saved to result file: {result_file}")
# print(f"df len: {len(df)}")
return df
def adjust_perf_scores_with_repetition_penalty(result, precision, recall):
newline_score = [
df["newline_score"].mean() for df in result["df_list_repetition_penalty"]
]
repetition_score = [
df["repetition_score"].mean() for df in result["df_list_repetition_penalty"]
]
answer_len = [
df["answer_len"].mean() for df in result["df_list_repetition_penalty"]
]
precision = [
calc_adjusted_performance(f, n + r, l)
for f, n, r, l in zip(precision, newline_score, repetition_score, answer_len)
]
recall = [
calc_adjusted_performance(f, n + r, l)
for f, n, r, l in zip(recall, newline_score, repetition_score, answer_len)
]
return precision, recall
def plot_performance_scores(
result,
models=None,
title="Performance",
):
if models is None:
models = result.keys()
for model in models:
print(f"model: {model}")
df = result[model]["df_overall"]
# Calculate the statistics
precision = [
df["precision"].mean() for df in result[model]["df_list_repetition_penalty"]
]
recall = [
df["recall"].mean() for df in result[model]["df_list_repetition_penalty"]
]
f1 = [2 * (p * r) / (p + r) for p, r in zip(precision, recall)]
best_f1 = max(f1)
best_f1_index = f1.index(best_f1)
precision, recall = adjust_perf_scores_with_repetition_penalty(
result[model], precision, recall
)
afrp = [2 * (p * r) / (p + r) for p, r in zip(precision, recall)]
# f1 = [df["f1"].mean() for df in result[model]["df_list_repetition_penalty"]]
best_afrp = max(afrp)
best_afrp_index = afrp.index(best_afrp)
adjusted_precision = [
df["adjusted_precision"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
adjusted_recall = [
df["adjusted_recall"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
afrp2 = [
2 * (p * r) / (p + r) for p, r in zip(adjusted_precision, adjusted_recall)
]
best_afrp2 = max(afrp2)
best_afrp2_index = afrp2.index(best_afrp2)
repetition_penalties = list(df["repetition_penalty"])
# line plot for precision, recall, f1
plt.figure(figsize=(10, 6))
plt.axvspan(
repetition_penalties[best_f1_index] - 0.01,
repetition_penalties[best_f1_index] + 0.01,
alpha=0.5,
edgecolor="none",
facecolor="blue",
)
# plt.axvspan(
# repetition_penalties[best_afrp2_index] - 0.01,
# repetition_penalties[best_afrp2_index] + 0.01,
# alpha=0.5,
# edgecolor="none",
# facecolor="green",
# )
plt.axvspan(
repetition_penalties[best_afrp_index] - 0.01,
repetition_penalties[best_afrp_index] + 0.01,
alpha=0.5,
edgecolor="none",
facecolor="orange",
)
plt.plot(repetition_penalties, f1, label="F1", marker="D", color="blue")
# plt.plot(
# repetition_penalties,
# afrp2,
# label="Per-question RAP - F1",
# marker="s",
# color="green",
# )
plt.plot(
repetition_penalties,
afrp,
label="RAP - F1",
marker="o",
color="orange",
)
plt.xlabel("Repetition Penalties")
plt.ylabel("Score")
# plt.xlim(0.99, 1.31)
# y in percentage
plt.gca().yaxis.set_major_formatter(mtick.PercentFormatter(1.0))
plt.title(f"{model} {title}")
plt.legend(bbox_to_anchor=(1.0, 0.5), loc="center left")
plt.show()
def plot_best_afrp(
result,
models=None,
title="Models with Best RAP - F1",
ref_result=None,
):
# Initialize lists to store the statistics
model_names = []
best_f1 = []
best_afrp = []
best_repetition_penalty = []
best_mtr = []
if models is None:
models = result.keys()
for model in models:
print(f"model: {model}")
df = result[model]["df_overall"]
# Calculate the statistics
precision = [
df["precision"].mean() for df in result[model]["df_list_repetition_penalty"]
]
recall = [
df["recall"].mean() for df in result[model]["df_list_repetition_penalty"]
]
# f1 = [df["f1"].mean() for df in result[model]["df_list_repetition_penalty"]]
f1 = [2 * (p * r) / (p + r) for p, r in zip(precision, recall)]
newline_score = [
df["newline_score"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
# print(f"newline_score: {newline_score}")
repetition_score = [
df["repetition_score"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
# print(f"repetition_score: {repetition_score}")
answer_len = [
df["answer_len"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
afrp = [
calc_adjusted_performance(f, n + r, l)
for f, n, r, l in zip(f1, newline_score, repetition_score, answer_len)
]
best_afrp.append(max(afrp))
best_afrp_index = afrp.index(best_afrp[-1])
best_repetition_penalty.append(df["repetition_penalty"][best_afrp_index])
best_f1.append(f1[best_afrp_index])
best_mtr.append(
newline_score[best_afrp_index] + repetition_score[best_afrp_index]
)
# print(
# f"best repetition penalty: {best_repetition_penalty[-1]}, best afrp: {best_afrp[-1]}, f1: {best_f1[-1]}"
# )
df = result[model]["df_list_repetition_penalty"][best_afrp_index]
model_names.append(
f"{model} (RP={best_repetition_penalty[-1]})"
) # Add the model name to the list
if ref_result is not None:
print("ref_result:", ref_result)
for model in ref_result.keys():
model_names.append(model)
df = pd.read_csv(ref_result[model])
# df = df[df["id"].isin(wikidata_df["id"])]
p = df["precision"].mean()
r = df["recall"].mean()
f1 = 2 * p * r / (p + r) if p + r > 0 else 0
best_f1.append(f1)
best_afrp.append(f1)
best_mtr.append(0)
print("model_names:", model_names)
# print("best_f1:", best_f1)
# print("best_afrp:", best_afrp)
# Create a DataFrame with the statistics
data = pd.DataFrame(
{
"Model": model_names,
"RAP - F1": best_afrp,
"F1": best_f1,
}
)
# Melt the DataFrame to a long format
data_melted = data.melt(id_vars="Model", var_name="Metric", value_name="Score")
# Pivot the DataFrame to a wide format
data_pivoted = data_melted.pivot(index="Metric", columns="Model", values="Score")
# make sure the columns are following the order of the models
data_pivoted = data_pivoted[model_names]
# make sure three groups in the order of precision, recall, f1
data_pivoted = data_pivoted.reindex(["RAP - F1", "F1"])
# Plot the statistics
plt.figure(figsize=(15, 6))
ax = data_pivoted.plot(kind="bar", ax=plt.gca(), width=0.9)
plt.title(title)
plt.legend(bbox_to_anchor=(1.0, 0.5), loc="center left")
# Set the rotation of the x-axis labels to 0 degrees
plt.xticks(rotation=0)
# Format the y-axis to display as percentage
ax.yaxis.set_major_formatter(mtick.PercentFormatter(1.0))
# get the max value of the y-axis
a1 = max(best_afrp)
a2 = max(best_f1)
max_value = max([a1, a2]) * 1.12
print("max_value:", max_value)
# Set the y-axis limit up to 70%
ax.set_ylim(0, max_value)
# Add the values above each bar
for p in ax.patches:
ax.annotate(
f"{p.get_height() * 100:.1f}",
(p.get_x() + p.get_width() / 2.0, p.get_height()),
ha="center",
va="bottom",
xytext=(0, 10),
textcoords="offset points",
rotation=90,
)
plt.show()
return data_pivoted, best_mtr
def plot_best_performance(
result,
models=None,
title="Models with Best F1 Score",
adjusted_f1=False,
ref_result=None,
):
# Initialize lists to store the statistics
model_names = []
best_precision = []
best_recall = []
best_f1 = []
best_repetition_penalty = []
best_mtr = []
if models is None:
models = result.keys()
for model in models:
print(f"model: {model}")
df = result[model]["df_overall"]
# Calculate the statistics
precision = [
df["precision"].mean() for df in result[model]["df_list_repetition_penalty"]
]
recall = [
df["recall"].mean() for df in result[model]["df_list_repetition_penalty"]
]
newline_score = [
df["newline_score"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
repetition_score = [
df["repetition_score"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
if adjusted_f1:
precision, recall = adjust_perf_scores_with_repetition_penalty(
result[model], precision, recall
)
# f1 = [df["f1"].mean() for df in result[model]["df_list_repetition_penalty"]]
f1 = [2 * (p * r) / (p + r) for p, r in zip(precision, recall)]
best_f1.append(max(f1))
best_f1_index = f1.index(best_f1[-1])
best_repetition_penalty.append(df["repetition_penalty"][best_f1_index])
best_precision.append(precision[best_f1_index])
best_recall.append(recall[best_f1_index])
best_mtr.append(newline_score[best_f1_index] + repetition_score[best_f1_index])
print(
f"best repetition penalty: {best_repetition_penalty[-1]}, best f1: {best_f1[-1]}, precision: {best_precision[-1]}, recall: {best_recall[-1]}"
)
df = result[model]["df_list_repetition_penalty"][best_f1_index]
model_names.append(
f"{model} (RP={best_repetition_penalty[-1]})"
) # Add the model name to the list
# print sum for columns: newline_score, repetition_score
print(
f"newline_score: {df['newline_score'].sum()}, repetition_score: {df['repetition_score'].sum()}"
)
if ref_result is not None:
print("ref_result:", ref_result)
for model in ref_result.keys():
model_names.append(model)
df = pd.read_csv(ref_result[model])
# df = df[df["id"].isin(wikidata_df["id"])]
best_precision.append(df["precision"].mean())
best_recall.append(df["recall"].mean())
f1 = (
2
* (best_precision[-1] * best_recall[-1])
/ (best_precision[-1] + best_recall[-1])
)
# best_f1.append(df["f1"].mean())
best_f1.append(f1)
best_mtr.append(0)
# Create a DataFrame with the statistics
data = (
pd.DataFrame(
{
"Model": model_names,
"Adjusted Precision with RP": best_precision,
"Adjusted Recall with RP": best_recall,
"Adjusted F1 with RP": best_f1,
}
)
if adjusted_f1
else pd.DataFrame(
{
"Model": model_names,
"Precision": best_precision,
"Recall": best_recall,
"F1": best_f1,
}
)
)
columns = list(data.columns)
# Melt the DataFrame to a long format
data_melted = data.melt(id_vars="Model", var_name="Metric", value_name="Score")
# Pivot the DataFrame to a wide format
data_pivoted = data_melted.pivot(index="Metric", columns="Model", values="Score")
# make sure the columns are following the order of the models
data_pivoted = data_pivoted[model_names]
# make sure three groups in the order of precision, recall, f1
data_pivoted = data_pivoted.reindex(columns[1:])
# Plot the statistics
plt.figure(figsize=(10, 6))
ax = data_pivoted.plot(kind="bar", ax=plt.gca(), width=0.9)
plt.title(title)
plt.legend(bbox_to_anchor=(1.0, 0.5), loc="center left")
# Set the rotation of the x-axis labels to 0 degrees
plt.xticks(rotation=0)
# Format the y-axis to display as percentage
ax.yaxis.set_major_formatter(mtick.PercentFormatter(1.0))
# get the max value of the y-axis
a1 = max(best_precision)
a2 = max(best_recall)
a3 = max(best_f1)
max_value = max([a1, a2, a3]) * 1.12
print("max_value:", max_value)
# Set the y-axis limit up to 70%
ax.set_ylim(0, max_value)
# Add the values above each bar
for p in ax.patches:
ax.annotate(
f"{p.get_height() * 100:.1f}",
(p.get_x() + p.get_width() / 2.0, p.get_height()),
ha="center",
va="bottom",
xytext=(0, 10),
textcoords="offset points",
rotation=90,
)
plt.show()
return data_pivoted, best_mtr
def plot_best_performance_ms_macro(
result,
models=None,
title="Models with Best RAP - Performance",
ref_result=None,
skip_generic_prompt=False,
include_adjusted_performance=True,
):
# Initialize lists to store the statistics
model_names = []
best_f1 = []
best_afrp = []
best_repetition_penalty = []
best_bleu1 = []
best_rougeL = []
best_mtr = []
if models is None:
models = result.keys()
for model in models:
if skip_generic_prompt and "generic prompt" in model:
continue
print(f"model: {model}")
df = result[model]["df_overall"]
# Calculate the statistics
bleu1 = [x for x in df["bleu1"]]
rougeL = [x for x in df["rougeL"]]
f1 = [2 * (p * r) / (p + r) for p, r in zip(bleu1, rougeL)]
newline_score = [
df["newline_score"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
# print(f"newline_score: {newline_score}")
repetition_score = [
df["repetition_score"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
# print(f"repetition_score: {repetition_score}")
answer_len = [
df["answer_len"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
afrp = [
calc_adjusted_performance(f, n + r, l)
for f, n, r, l in zip(f1, newline_score, repetition_score, answer_len)
]
best_afrp.append(max(afrp if include_adjusted_performance else f1))
best_afrp_index = (
afrp.index(best_afrp[-1])
if include_adjusted_performance
else f1.index(best_afrp[-1])
)
best_repetition_penalty.append(df["repetition_penalty"][best_afrp_index])
best_f1.append(f1[best_afrp_index])
best_bleu1.append(bleu1[best_afrp_index])
best_rougeL.append(rougeL[best_afrp_index])
best_mtr.append(
newline_score[best_afrp_index] + repetition_score[best_afrp_index]
)
# print(
# f"best repetition penalty: {best_repetition_penalty[-1]}, best afrp: {best_afrp[-1]}, f1: {best_f1[-1]}"
# )
df = result[model]["df_list_repetition_penalty"][best_afrp_index]
model_names.append(
f"{model} (RP={best_repetition_penalty[-1]})"
) # Add the model name to the list
if ref_result is not None:
print("ref_result:", ref_result)
for model in ref_result.keys():
model_names.append(model)
df = pd.read_csv(ref_result[model], comment="#", on_bad_lines="warn")
# df = df[df["id"].isin(wikidata_df["id"])]
p = df["bleu1"][0]
best_bleu1.append(p)
r = df["rougeL"][0]
best_rougeL.append(r)
f1 = 2 * p * r / (p + r) if p + r > 0 else 0
best_f1.append(f1)
best_afrp.append(f1)
best_mtr.append(0)
# print("model_names:", model_names)
# print("best_f1:", best_f1)
# print("best_afrp:", best_afrp)
# Create a DataFrame with the statistics
data = (
pd.DataFrame(
{
"Model": model_names,
"RAP - Perf Score": best_afrp,
"Overall Perf Score": best_f1,
}
)
if include_adjusted_performance
else pd.DataFrame(
{
"Model": model_names,
"Bleu-1": best_bleu1,
"Rouge-L": best_rougeL,
"Overall Perf Score": best_f1,
}
)
)
# Melt the DataFrame to a long format
data_melted = data.melt(id_vars="Model", var_name="Metric", value_name="Score")
# Pivot the DataFrame to a wide format
data_pivoted = data_melted.pivot(index="Metric", columns="Model", values="Score")
# make sure the columns are following the order of the models
data_pivoted = data_pivoted[model_names]
columns = list(data.columns)
data_pivoted = data_pivoted.reindex(columns[1:])
# Plot the statistics
plt.figure(figsize=(10, 6))
ax = data_pivoted.plot(kind="bar", ax=plt.gca(), width=0.9)
plt.title(title)
plt.legend(bbox_to_anchor=(1.0, 0.5), loc="center left")
# Set the rotation of the x-axis labels to 0 degrees
plt.xticks(rotation=0)
# Format the y-axis to display as percentage
ax.yaxis.set_major_formatter(mtick.PercentFormatter(1.0))
# get the max value of the y-axis
a1 = max(best_afrp)
a2 = max(best_f1)
a3 = max(best_bleu1)
a4 = max(best_rougeL)
max_value = (
max([a1, a2] if include_adjusted_performance else [a1, a2, a3, a4]) * 1.12
)
print("max_value:", max_value)
# Set the y-axis limit up to 70%
ax.set_ylim(0, max_value)
# Add the values above each bar
for p in ax.patches:
ax.annotate(
f"{p.get_height() * 100:.1f}",
(p.get_x() + p.get_width() / 2.0, p.get_height()),
ha="center",
va="bottom",
xytext=(0, 10),
textcoords="offset points",
rotation=90,
)
plt.show()
return data_pivoted, best_mtr
all_open_source_models = [
"gemma-1.1-2b-it",
"Phi-3-mini-128k-instruct",
"gemma-1.1-7b-it",
"Llama-2-7b-chat-hf",
"Mistral-7B-Instruct-v0.2",
"Meta-Llama-3-8B-Instruct",
"Llama-2-13b-chat-hf",
"Llama-2-70b-chat-hf",
"Meta-Llama-3-70B-Instruct",
]
def load_for_repetition_penalty_ms_macro(
csv_result_file, repetition_penalty, force_recalculate=False
):
result_file = replace_last(
csv_result_file, ".csv", f"_rpp_{repetition_penalty:.2f}.csv"
)
df = load_with_newline_and_repetition_scores(
result_file, force_recalculate=force_recalculate
)
return df
# MS MACRO
def plot_performance_scores_ms_macro(
result,
models=None,
title="Performance",
):
if models is None:
models = result.keys()
for model in models:
print(f"model: {model}")
df = result[model]["df_overall"]
# print(result[model]["df_list_repetition_penalty"][0].describe())
# Calculate the statistics
bleu1 = list(df["bleu1"])
rougeL = list(df["rougeL"])
f1 = [2 * (p * r) / (p + r) for p, r in zip(bleu1, rougeL)]
best_f1 = max(f1)
best_f1_index = f1.index(best_f1)
bleu1, rougeL = adjust_perf_scores_with_repetition_penalty(
result[model], bleu1, rougeL
)
afrp = [2 * (p * r) / (p + r) for p, r in zip(bleu1, rougeL)]
# f1 = [df["f1"].mean() for df in result[model]["df_list_repetition_penalty"]]
best_afrp = max(afrp)
best_afrp_index = afrp.index(best_afrp)
repetition_penalties = list(df["repetition_penalty"])
# line plot for precision, recall, f1
plt.figure(figsize=(10, 6))
plt.axvspan(
repetition_penalties[best_f1_index] - 0.01,
repetition_penalties[best_f1_index] + 0.01,
alpha=0.5,
edgecolor="none",
facecolor="blue",
)
plt.axvspan(
repetition_penalties[best_afrp_index] - 0.01,
repetition_penalties[best_afrp_index] + 0.01,
alpha=0.5,
edgecolor="none",
facecolor="orange",
)
plt.plot(
repetition_penalties,
f1,
label="Overall Perf Score",
marker="D",
color="blue",
)
plt.plot(
repetition_penalties,
afrp,
label="RAP - Perf Score",
marker="o",
color="orange",
)
plt.xlabel("Repetition Penalties")
plt.ylabel("Score")
# plt.xlim(0.99, 1.31)
# y in percentage
plt.gca().yaxis.set_major_formatter(mtick.PercentFormatter(1.0))
plt.title(f"{model} {title}")
plt.legend(bbox_to_anchor=(1.0, 0.5), loc="center left")
plt.show()
def plot_repetition_factors(result, groups):
for group in groups:
# Plot the statistics
plt.figure(figsize=(10, 6))
max_value = 0
for model in result.keys():
if not group in model.lower():
continue
print(f"model: {model}")
df = result[model]["df_overall"]
repetition_panelties = [
repetition_penalty for repetition_penalty in df["repetition_penalty"]
]
mean_score = [
df["total_repetitions"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
sns.lineplot(x=repetition_panelties, y=mean_score, label=model)
new_max = max(mean_score)
if new_max > max_value:
max_value = new_max
max_value = max_value * 1.05
# if max_value < 1.5:
# max_value = 1.5
# set ylimit
plt.ylim(0, max_value)
# show grid
plt.grid(True)
plt.xlabel("Repetition Penalties")
plt.ylabel("Mean Total Repetitions")
plt.title("Mean Total Repetitions vs Repetition Penalties")
plt.legend()
plt.show()
def plot_repetition_factors_by_group(result, group_filter=None):
markers = ["D", "o", "s", "x"]
colors = ["blue", "orange", "green", "red"]
# Plot the statistics
plt.figure(figsize=(10, 6))
index = 0
max_value = 0
for model in result.keys():
if group_filter is not None and group_filter not in model:
continue
print(f"model: {model}")
df = result[model]["df_overall"]
repetition_panelties = [
repetition_penalty for repetition_penalty in df["repetition_penalty"]
]
# Calculate the statistics
mean_score = [
df["total_repetitions"].mean()
for df in result[model]["df_list_repetition_penalty"]
]
if len(mean_score) != len(repetition_panelties):
print(
f"model: {model} has different length of repetition penalties and mean score"
)
print("repetition_panelties:", len(repetition_panelties))
print("mean_score:", len(mean_score))
continue
new_max = max(mean_score)
if new_max > max_value:
max_value = new_max
sns.lineplot(
x=repetition_panelties,
y=mean_score,
label=model,
marker=markers[index],
color=colors[index],
)
index += 1
max_value = max_value * 1.05
# if max_value < 1.5:
# max_value = 1.5
# set ylimit
plt.ylim(0, max_value)
max_value = 0
plt.xlabel("Repetition Penalties")
plt.ylabel("Mean Total Repetitions")
plt.title("Mean Total Repetitions vs Repetition Penalties")
plt.legend(bbox_to_anchor=(1.0, 0.5), loc="center left")
plt.show()
ms_marco_csv_result_files = [
"data/results_v2/gemma-1.1-2b-it(RAG - Generic Prompt)_mm.csv",
"data/results_v2/gemma-1.1-2b-it(RAG - Chat Template)_mm.csv",
"data/results_v2/gemma-1.1-2b-it(Non-RAG)_mm.csv",
"data/results_v2/Phi-3-mini-128k-instruct(RAG - Generic Prompt)_mm.csv",
"data/results_v2/Phi-3-mini-128k-instruct(RAG - Chat Template)_mm.csv",
"data/results_v2/Phi-3-mini-128k-instruct(Non-RAG)_mm.csv",
"data/results_v2/gemma-1.1-7b-it(RAG - Generic Prompt)_mm.csv",
"data/results_v2/gemma-1.1-7b-it(RAG - Chat Template)_mm.csv",
"data/results_v2/gemma-1.1-7b-it(Non-RAG)_mm.csv",
"data/results_v2/Llama-2-7b-chat-hf(RAG - Generic Prompt)_mm.csv",
"data/results_v2/Llama-2-7b-chat-hf(RAG - Chat Template)_mm.csv",
"data/results_v2/Llama-2-7b-chat-hf(Non-RAG)_mm.csv",
"data/results_v2/Mistral-7B-Instruct-v0.2(RAG - Generic Prompt)_mm.csv",
"data/results_v2/Mistral-7B-Instruct-v0.2(RAG - Chat Template)_mm.csv",
"data/results_v2/Mistral-7B-Instruct-v0.2(Non-RAG)_mm.csv",
"data/results_v2/Meta-Llama-3-8B-Instruct(RAG - Generic Prompt)_mm.csv",
"data/results_v2/Meta-Llama-3-8B-Instruct(RAG - Chat Template)_mm.csv",
"data/results_v2/Meta-Llama-3-8B-Instruct(Non-RAG)_mm.csv",
"data/results_v2/Llama-2-13b-chat-hf(RAG - Generic Prompt)_mm.csv",
"data/results_v2/Llama-2-13b-chat-hf(RAG - Chat Template)_mm.csv",
"data/results_v2/Llama-2-13b-chat-hf(Non-RAG)_mm.csv",
"data/results_v2/Llama-2-70b-chat-hf(RAG - Generic Prompt)_mm.csv",
"data/results_v2/Llama-2-70b-chat-hf(RAG - Chat Template)_mm.csv",
"data/results_v2/Llama-2-70b-chat-hf(Non-RAG)_mm.csv",
"data/results_v2/Meta-Llama-3-70B-Instruct(RAG - Generic Prompt)_mm.csv",
"data/results_v2/Meta-Llama-3-70B-Instruct(RAG - Chat Template)_mm.csv",
"data/results_v2/Meta-Llama-3-70B-Instruct(Non-RAG)_mm.csv",
]
webqsp_csv_result_files = [
"data/results_v2/gemma-1.1-2b-it(RAG - Generic Prompt)_wd.csv",
"data/results_v2/gemma-1.1-2b-it(RAG - Chat Template)_wd.csv",
"data/results_v2/gemma-1.1-2b-it(Non-RAG)_wd.csv",
"data/results_v2/Phi-3-mini-128k-instruct(RAG - Generic Prompt)_wd.csv",
"data/results_v2/Phi-3-mini-128k-instruct(RAG - Chat Template)_wd.csv",
"data/results_v2/Phi-3-mini-128k-instruct(Non-RAG)_wd.csv",
"data/results_v2/gemma-1.1-7b-it(RAG - Generic Prompt)_wd.csv",
"data/results_v2/gemma-1.1-7b-it(RAG - Chat Template)_wd.csv",
"data/results_v2/gemma-1.1-7b-it(Non-RAG)_wd.csv",
"data/results_v2/Llama-2-7b-chat-hf(RAG - Generic Prompt)_wd.csv",
"data/results_v2/Llama-2-7b-chat-hf(RAG - Chat Template)_wd.csv",
"data/results_v2/Llama-2-7b-chat-hf(Non-RAG)_wd.csv",
"data/results_v2/Mistral-7B-Instruct-v0.2(RAG - Generic Prompt)_wd.csv",
"data/results_v2/Mistral-7B-Instruct-v0.2(RAG - Chat Template)_wd.csv",
"data/results_v2/Mistral-7B-Instruct-v0.2(Non-RAG)_wd.csv",
"data/results_v2/Meta-Llama-3-8B-Instruct(RAG - Generic Prompt)_wd.csv",
"data/results_v2/Meta-Llama-3-8B-Instruct(RAG - Chat Template)_wd.csv",
"data/results_v2/Meta-Llama-3-8B-Instruct(Non-RAG)_wd.csv",
"data/results_v2/Llama-2-13b-chat-hf(RAG - Generic Prompt)_wd.csv",
"data/results_v2/Llama-2-13b-chat-hf(RAG - Chat Template)_wd.csv",
"data/results_v2/Llama-2-13b-chat-hf(Non-RAG)_wd.csv",
"data/results_v2/Llama-2-70b-chat-hf(RAG - Generic Prompt)_wd.csv",
"data/results_v2/Llama-2-70b-chat-hf(RAG - Chat Template)_wd.csv",
"data/results_v2/Llama-2-70b-chat-hf(Non-RAG)_wd.csv",
"data/results_v2/Meta-Llama-3-70B-Instruct(RAG - Generic Prompt)_wd.csv",
"data/results_v2/Meta-Llama-3-70B-Instruct(RAG - Chat Template)_wd.csv",
"data/results_v2/Meta-Llama-3-70B-Instruct(Non-RAG)_wd.csv",
]
def calc_rap_scores(
result, precision="precision", recall="recall", penalty_function="cubic"
):
newline_score = [
df["newline_score"].mean() for df in result["df_list_repetition_penalty"]
]
repetition_score = [
df["repetition_score"].mean() for df in result["df_list_repetition_penalty"]
]
if precision in result["df_list_repetition_penalty"][0].columns:
precision = [
df[precision].mean() for df in result["df_list_repetition_penalty"]
]
recall = [df[recall].mean() for df in result["df_list_repetition_penalty"]]
else:
precision = result["df_overall"][precision]
recall = result["df_overall"][recall]
f1 = [2 * (p * r) / (p + r) for p, r in zip(precision, recall)]
nrr = [
1 - (n + r) / s
for f, n, r, s in zip(
f1, newline_score, repetition_score, result["df_overall"]["answer_len"]
)
]
rap = [
calc_adjusted_performance(f, 1 - n, penalty_function=penalty_function)
for f, n in zip(f1, nrr)
]
return newline_score, repetition_score, f1, rap, nrr
def get_model_name(csv_result_file):
parts = re.split(r"[_/]", csv_result_file)
print(f"parts: {parts}")
model_name = parts[3]
return model_name
def load_webqsp_result(
csv_result_files, force_recalculate=False, save=False, penalty_function="cubic"
):
result = {}
for i, csv_result_file in enumerate(csv_result_files):
try:
df = pd.read_csv(csv_result_file)
model_name = get_model_name(csv_result_file)
print(f"\tmodel_name: {model_name}")
dfs = [
calculate_performance_score(
csv_result_file,
repetition_penalty,
force_recalculate=force_recalculate,
)
for repetition_penalty in df["repetition_penalty"]
]
answer_lens = []
for df_rpp in dfs:
answer_lens.append(df_rpp["answer_len"].mean())
df["answer_len"] = answer_lens
result[model_name] = {
"df_overall": df,
"df_list_repetition_penalty": dfs,
"file": csv_result_file,
}
newline_score, repetition_score, perf, rap, nrr = calc_rap_scores(
result[model_name], penalty_function=penalty_function
)
df["newline_score"] = newline_score
df["repetition_score"] = repetition_score
df["total_repetitions"] = df["newline_score"] + df["repetition_score"]
df["perf"] = perf
df["nrr"] = nrr
df["rap"] = rap
df["rr"] = df["nrr"].apply(lambda x: 1 - x)
df["rrp"] = df["rr"].apply(lambda x: x * 100)
if save:
df.to_csv(csv_result_file, index=False)
except Exception as e:
print(f"Error: {e}")
traceback.print_exc()
return result
def load_ms_marco_result(
csv_result_files,
force_recalculate=False,
calc_bertscore=True,
save=False,
penalty_function="cubic",
):
result = {}
for csv_result_file in csv_result_files:
try:
df = pd.read_csv(csv_result_file)
model_name = get_model_name(csv_result_file)
print(f"\tmodel_name: {model_name}")
dfs = [
load_for_repetition_penalty_ms_macro(
csv_result_file,
repetition_penalty,
force_recalculate=force_recalculate,
)
for repetition_penalty in df["repetition_penalty"]
]
answer_lens = []
for df_rpp in dfs:
answer_lens.append(df_rpp["answer_len"].mean())
df["answer_len"] = answer_lens
col = "bert_score" if calc_bertscore else "meteor"
score_unavailable = col not in df.columns
if score_unavailable:
save = True
bert_meteor_scores = []
bert_score_references = None
for df_rpp in dfs:
if calc_bertscore:
bert_meteor_score = 0
for i, row in df_rpp.iterrows():
answer = row["answer"]
if not isinstance(answer, str):
answer = ""
bert_meteor_score += bert_score.compute(
predictions=[answer],
references=[row["ground_truth"][0]],
lang="en",
model_type="microsoft/deberta-large-mnli",
)["f1"][0]
# get average of bertscore
bert_meteor_score = bert_meteor_score / len(df_rpp)
print(f"bert_score: {bert_meteor_score}")
else:
bert_meteor_score = meteor.compute(
predictions=df_rpp["answer"],
references=df_rpp["ground_truth"],
)["meteor"]
bert_meteor_scores.append(bert_meteor_score)
df[col] = bert_meteor_scores
result[model_name] = {
"df_overall": df,
"df_list_repetition_penalty": dfs,
"file": csv_result_file,
}
newline_score, repetition_score, perf, rap, nrr = calc_rap_scores(
result[model_name],
precision=col,
recall=col,
penalty_function=penalty_function,
)
df["newline_score"] = newline_score
df["repetition_score"] = repetition_score
df["total_repetitions"] = df["newline_score"] + df["repetition_score"]
df["perf"] = perf
df["nrr"] = nrr
df["rap"] = rap
df["rr"] = df["nrr"].apply(lambda x: 1 - x)
df["rrp"] = df["rr"].apply(lambda x: x * 100)
if save:
df.to_csv(csv_result_file, index=False)
except Exception as e:
print("An error occurred:", e)
traceback.print_exc()
print(f"csv_result_file: {csv_result_file}")
return result
|