王子睿 commited on
Commit
c4e7970
·
1 Parent(s): 0998ed0

Update processed data

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. data/processed/RQ1/EmailResponder-MCP/evaluate_success.py +1 -1
  2. data/processed/RQ1/EmailResponder-MCP/{success_rate.csv → success-finish_rate.csv} +0 -0
  3. data/processed/RQ1/EmailResponder/evaluate_success.py +1 -1
  4. data/processed/RQ1/EmailResponder/{success_rate.csv → success-finish_rate.csv} +0 -0
  5. data/processed/RQ1/GameBuilder-MCP/evaluate_success.py +1 -1
  6. data/processed/RQ1/GameBuilder-MCP/{success_rate.csv → success-finish_rate.csv} +0 -0
  7. data/processed/RQ1/GameBuilder/evaluate_success.py +1 -1
  8. data/processed/RQ1/GameBuilder/{success_rate.csv → success-finish_rate.csv} +0 -0
  9. data/processed/RQ1/MarkdownValidator-MCP/evaluate_success.py +1 -1
  10. data/processed/RQ1/MarkdownValidator-MCP/{success_rate.csv → success-finish_rate.csv} +0 -0
  11. data/processed/RQ1/MarkdownValidator/evaluate_success.py +1 -1
  12. data/processed/RQ1/MarkdownValidator/{success_rate.csv → success-finish_rate.csv} +0 -0
  13. data/processed/RQ1/RadarCharts/All_Open_vs_Closed_summaries.md +34 -34
  14. data/processed/RQ1/RadarCharts/All_Series_Average_tables.md +42 -60
  15. data/processed/RQ1/RadarCharts/BookWriter-A2A_radar.pdf +2 -2
  16. data/processed/RQ1/RadarCharts/BookWriter-H_A2A_radar.pdf +2 -2
  17. data/processed/RQ1/RadarCharts/BookWriter-MCP_radar.pdf +2 -2
  18. data/processed/RQ1/RadarCharts/BookWriter_Series_Average_radar.pdf +1 -1
  19. data/processed/RQ1/RadarCharts/Comparison_A2A_vs_A2A_mix.md +48 -0
  20. data/processed/RQ1/RadarCharts/Comparison_A2A_vs_H_A2A.md +0 -539
  21. data/processed/RQ1/RadarCharts/Comparison_MCP_vs_Hardcoded.md +24 -24
  22. data/processed/RQ1/RadarCharts/Comparison_Powerful_vs_Lightweight.md +4 -6
  23. data/processed/RQ1/RadarCharts/Comparison_Reasoning_vs_NonReasoning.md +7 -11
  24. data/processed/RQ1/RadarCharts/EmailResponder-MCP_radar.pdf +2 -2
  25. data/processed/RQ1/RadarCharts/EmailResponder_Series_Average_radar.pdf +2 -2
  26. data/processed/RQ1/RadarCharts/EmailResponder_radar.pdf +2 -2
  27. data/processed/RQ1/RadarCharts/GameBuilder-MCP_radar.pdf +2 -2
  28. data/processed/RQ1/RadarCharts/GameBuilder_Series_Average_radar.pdf +2 -2
  29. data/processed/RQ1/RadarCharts/GameBuilder_radar.pdf +2 -2
  30. data/processed/RQ1/RadarCharts/LandingPageGenerator-A2A_radar.pdf +2 -2
  31. data/processed/RQ1/RadarCharts/LandingPageGenerator-H_A2A_radar.pdf +2 -2
  32. data/processed/RQ1/RadarCharts/LandingPageGenerator-MCP_radar.pdf +2 -2
  33. data/processed/RQ1/RadarCharts/LandingPageGenerator_Series_Average_radar.pdf +2 -2
  34. data/processed/RQ1/RadarCharts/MarkdownValidator-MCP_radar.pdf +2 -2
  35. data/processed/RQ1/RadarCharts/MarkdownValidator_Series_Average_radar.pdf +2 -2
  36. data/processed/RQ1/RadarCharts/MarkdownValidator_radar.pdf +2 -2
  37. data/processed/RQ1/RadarCharts/Model_Legend.pdf +1 -1
  38. data/processed/RQ1/RadarCharts/Model_Legend_horizontal.pdf +1 -1
  39. data/processed/RQ1/RadarCharts/Overall_Average_radar.pdf +2 -2
  40. data/processed/RQ1/RadarCharts/RecruitmentAssistant-A2A_radar.pdf +2 -2
  41. data/processed/RQ1/RadarCharts/RecruitmentAssistant-H_A2A_radar.pdf +2 -2
  42. data/processed/RQ1/RadarCharts/RecruitmentAssistant-MCP_radar.pdf +2 -2
  43. data/processed/RQ1/RadarCharts/RecruitmentAssistant_Series_Average_radar.pdf +1 -1
  44. data/processed/RQ1/RadarCharts/SQLAssistant-A2A_radar.pdf +2 -2
  45. data/processed/RQ1/RadarCharts/SQLAssistant-H_A2A_radar.pdf +1 -1
  46. data/processed/RQ1/RadarCharts/SQLAssistant-MCP_radar.pdf +2 -2
  47. data/processed/RQ1/RadarCharts/SQLAssistant_Series_Average_radar.pdf +2 -2
  48. data/processed/RQ1/RadarCharts/SocialMediaManager-A2A_radar.pdf +2 -2
  49. data/processed/RQ1/RadarCharts/SocialMediaManager-H_A2A_radar.pdf +2 -2
  50. data/processed/RQ1/RadarCharts/SocialMediaManager-MCP_radar.pdf +2 -2
data/processed/RQ1/EmailResponder-MCP/evaluate_success.py CHANGED
@@ -115,7 +115,7 @@ def save_detailed_results(results, output_file="success-finish_detailed_results.
115
  print(f"\n[OK] Detailed results saved to: {output_path}")
116
 
117
 
118
- def save_csv_summary(results, output_file="success_rate.csv"):
119
  """Save summary to CSV file."""
120
  import csv
121
 
 
115
  print(f"\n[OK] Detailed results saved to: {output_path}")
116
 
117
 
118
+ def save_csv_summary(results, output_file="success-finish_rate.csv"):
119
  """Save summary to CSV file."""
120
  import csv
121
 
data/processed/RQ1/EmailResponder-MCP/{success_rate.csv → success-finish_rate.csv} RENAMED
File without changes
data/processed/RQ1/EmailResponder/evaluate_success.py CHANGED
@@ -114,7 +114,7 @@ def save_detailed_results(results, output_file="success-finish_detailed_results.
114
  print(f"\n✅ Detailed results saved to: {output_path}")
115
 
116
 
117
- def save_csv_summary(results, output_file="success_rate.csv"):
118
  """Save summary to CSV file"""
119
  import csv
120
 
 
114
  print(f"\n✅ Detailed results saved to: {output_path}")
115
 
116
 
117
+ def save_csv_summary(results, output_file="success-finish_rate.csv"):
118
  """Save summary to CSV file"""
119
  import csv
120
 
data/processed/RQ1/EmailResponder/{success_rate.csv → success-finish_rate.csv} RENAMED
File without changes
data/processed/RQ1/GameBuilder-MCP/evaluate_success.py CHANGED
@@ -115,7 +115,7 @@ def save_detailed_results(results, output_file="success-finish_detailed_results.
115
  print(f"\n✅ Detailed results saved to: {output_path}")
116
 
117
 
118
- def save_csv_summary(results, output_file="success_rate.csv"):
119
  """Save a summary to a CSV file."""
120
  import csv
121
 
 
115
  print(f"\n✅ Detailed results saved to: {output_path}")
116
 
117
 
118
+ def save_csv_summary(results, output_file="success-finish_rate.csv"):
119
  """Save a summary to a CSV file."""
120
  import csv
121
 
data/processed/RQ1/GameBuilder-MCP/{success_rate.csv → success-finish_rate.csv} RENAMED
File without changes
data/processed/RQ1/GameBuilder/evaluate_success.py CHANGED
@@ -115,7 +115,7 @@ def save_detailed_results(results, output_file="success-finish_detailed_results.
115
  print(f"\n✅ Detailed results saved to: {output_path}")
116
 
117
 
118
- def save_csv_summary(results, output_file="success_rate.csv"):
119
  """Save summary to CSV file"""
120
  import csv
121
 
 
115
  print(f"\n✅ Detailed results saved to: {output_path}")
116
 
117
 
118
+ def save_csv_summary(results, output_file="success-finish_rate.csv"):
119
  """Save summary to CSV file"""
120
  import csv
121
 
data/processed/RQ1/GameBuilder/{success_rate.csv → success-finish_rate.csv} RENAMED
File without changes
data/processed/RQ1/MarkdownValidator-MCP/evaluate_success.py CHANGED
@@ -115,7 +115,7 @@ def save_detailed_results(results, output_file="success-finish_detailed_results.
115
  print(f"\nDetailed results saved to: {output_path}")
116
 
117
 
118
- def save_csv_summary(results, output_file="success_rate.csv"):
119
  """Save summary to CSV file"""
120
  import csv
121
 
 
115
  print(f"\nDetailed results saved to: {output_path}")
116
 
117
 
118
+ def save_csv_summary(results, output_file="success-finish_rate.csv"):
119
  """Save summary to CSV file"""
120
  import csv
121
 
data/processed/RQ1/MarkdownValidator-MCP/{success_rate.csv → success-finish_rate.csv} RENAMED
File without changes
data/processed/RQ1/MarkdownValidator/evaluate_success.py CHANGED
@@ -115,7 +115,7 @@ def save_detailed_results(results, output_file="success-finish_detailed_results.
115
  print(f"\nDetailed results saved: {output_path}")
116
 
117
 
118
- def save_csv_summary(results, output_file="success_rate.csv"):
119
  """Save summary to CSV file"""
120
  import csv
121
 
 
115
  print(f"\nDetailed results saved: {output_path}")
116
 
117
 
118
+ def save_csv_summary(results, output_file="success-finish_rate.csv"):
119
  """Save summary to CSV file"""
120
  import csv
121
 
data/processed/RQ1/MarkdownValidator/{success_rate.csv → success-finish_rate.csv} RENAMED
File without changes
data/processed/RQ1/RadarCharts/All_Open_vs_Closed_summaries.md CHANGED
@@ -2,62 +2,62 @@
2
 
3
  | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
4
  | --- | --- | --- | --- | --- | --- | --- | --- |
5
- | open | 3 | 0.27 | 0.47 | 0.86 | 0.93 | 0.16 | 0.99 |
6
- | closed | 4 | 0.16 | 0.27 | 0.92 | 0.82 | 0.11 | 1.00 |
7
 
8
  # BookWriter Open vs Closed Models
9
 
10
- | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
11
- | --- | --- | --- | --- | --- | --- | --- | --- |
12
- | open | 3 | 0.01 | 0.20 | 0.91 | 0.86 | 0.04 | 1.00 |
13
- | closed | 4 | 0.00 | 0.00 | 0.94 | 0.66 | 0.00 | 1.00 |
14
 
15
  # EmailResponder Open vs Closed Models
16
 
17
- | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
18
- | --- | --- | --- | --- | --- | --- | --- | --- |
19
- | open | 3 | 0.07 | 0.11 | 0.92 | 0.87 | 0.06 | 1.00 |
20
- | closed | 4 | 0.12 | 0.14 | 0.98 | 0.82 | 0.05 | 1.00 |
21
 
22
  # GameBuilder Open vs Closed Models
23
 
24
- | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
25
- | --- | --- | --- | --- | --- | --- | --- | --- |
26
- | open | 3 | 0.89 | 0.97 | 0.98 | 0.99 | 0.00 | 0.99 |
27
- | closed | 4 | 0.47 | 0.52 | 0.99 | 0.89 | 0.01 | 1.00 |
28
 
29
  # LandingPageGenerator Open vs Closed Models
30
 
31
- | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | average_score |
32
- | --- | --- | --- | --- | --- | --- | --- | --- |
33
- | open | 3 | 0.11 | 0.53 | 0.83 | 0.97 | 0.04 | 0.54 |
34
- | closed | 4 | 0.08 | 0.35 | 0.89 | 0.87 | 0.01 | 0.29 |
35
 
36
  # MarkdownValidator Open vs Closed Models
37
 
38
- | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | average_score |
39
- | --- | --- | --- | --- | --- | --- | --- | --- |
40
- | open | 3 | 0.99 | 0.99 | 1.00 | 1.00 | 0.00 | 0.82 |
41
- | closed | 4 | 0.59 | 0.61 | 0.96 | 0.90 | 0.07 | 0.44 |
42
 
43
  # RecruitmentAssistant Open vs Closed Models
44
 
45
- | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
46
- | --- | --- | --- | --- | --- | --- | --- | --- |
47
- | open | 3 | 0.01 | 0.31 | 0.81 | 0.94 | 0.10 | 0.99 |
48
- | closed | 4 | 0.00 | 0.17 | 0.92 | 0.83 | 0.00 | 1.00 |
49
 
50
  # SQLAssistant Open vs Closed Models
51
 
52
- | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | average_score |
53
- | --- | --- | --- | --- | --- | --- | --- | --- |
54
- | open | 3 | 0.00 | 0.15 | 0.66 | 0.91 | 0.59 | 0.47 |
55
- | closed | 4 | 0.00 | 0.06 | 0.79 | 0.83 | 0.46 | 0.38 |
56
 
57
  # SocialMediaManager Open vs Closed Models
58
 
59
- | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
60
- | --- | --- | --- | --- | --- | --- | --- | --- |
61
- | open | 3 | 0.06 | 0.50 | 0.75 | 0.92 | 0.45 | 0.98 |
62
- | closed | 4 | 0.03 | 0.27 | 0.87 | 0.72 | 0.29 | 0.99 |
63
 
 
2
 
3
  | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
4
  | --- | --- | --- | --- | --- | --- | --- | --- |
5
+ | open | 3 | 0.21 | 0.44 | 0.84 | 0.93 | 0.18 | 0.65 |
6
+ | closed | 4 | 0.13 | 0.24 | 0.91 | 0.81 | 0.12 | 0.56 |
7
 
8
  # BookWriter Open vs Closed Models
9
 
10
+ | Series | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
11
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- |
12
+ | BookWriter | open | 3 | 0.01 | 0.20 | 0.91 | 0.86 | 0.04 | 1.00 |
13
+ | BookWriter | closed | 4 | 0.00 | 0.00 | 0.94 | 0.66 | 0.00 | 1.00 |
14
 
15
  # EmailResponder Open vs Closed Models
16
 
17
+ | Series | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
18
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- |
19
+ | EmailResponder | open | 3 | 0.07 | 0.11 | 0.92 | 0.87 | 0.06 | 0.00 |
20
+ | EmailResponder | closed | 4 | 0.12 | 0.14 | 0.98 | 0.82 | 0.05 | 0.00 |
21
 
22
  # GameBuilder Open vs Closed Models
23
 
24
+ | Series | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
25
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- |
26
+ | GameBuilder | open | 3 | 0.89 | 0.97 | 0.98 | 0.99 | 0.00 | 0.00 |
27
+ | GameBuilder | closed | 4 | 0.47 | 0.52 | 0.99 | 0.89 | 0.01 | 0.00 |
28
 
29
  # LandingPageGenerator Open vs Closed Models
30
 
31
+ | Series | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | average_score |
32
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- |
33
+ | LandingPageGenerator | open | 3 | 0.11 | 0.53 | 0.83 | 0.97 | 0.04 | 0.54 |
34
+ | LandingPageGenerator | closed | 4 | 0.08 | 0.35 | 0.89 | 0.87 | 0.01 | 0.29 |
35
 
36
  # MarkdownValidator Open vs Closed Models
37
 
38
+ | Series | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | average_score |
39
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- |
40
+ | MarkdownValidator | open | 3 | 0.99 | 0.99 | 1.00 | 1.00 | 0.00 | 0.82 |
41
+ | MarkdownValidator | closed | 4 | 0.59 | 0.61 | 0.96 | 0.90 | 0.07 | 0.44 |
42
 
43
  # RecruitmentAssistant Open vs Closed Models
44
 
45
+ | Series | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
46
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- |
47
+ | RecruitmentAssistant | open | 3 | 0.01 | 0.31 | 0.81 | 0.94 | 0.10 | 0.99 |
48
+ | RecruitmentAssistant | closed | 4 | 0.00 | 0.17 | 0.92 | 0.83 | 0.00 | 1.00 |
49
 
50
  # SQLAssistant Open vs Closed Models
51
 
52
+ | Series | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | average_score |
53
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- |
54
+ | SQLAssistant | open | 3 | 0.00 | 0.15 | 0.66 | 0.91 | 0.59 | 0.47 |
55
+ | SQLAssistant | closed | 4 | 0.00 | 0.06 | 0.79 | 0.83 | 0.46 | 0.38 |
56
 
57
  # SocialMediaManager Open vs Closed Models
58
 
59
+ | Series | Group | Model Count | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
60
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- |
61
+ | SocialMediaManager | open | 3 | 0.06 | 0.50 | 0.75 | 0.92 | 0.45 | 0.98 |
62
+ | SocialMediaManager | closed | 4 | 0.03 | 0.27 | 0.87 | 0.72 | 0.29 | 0.99 |
63
 
data/processed/RQ1/RadarCharts/All_Series_Average_tables.md CHANGED
@@ -1,125 +1,107 @@
1
- # Overall Summary (All Projects - Weighted Average)
2
 
3
- _Note: average_score is only computed for GT projects (MarkdownValidator, SQLAssistant, LandingPageGenerator). pass_rate is only computed for non-GT projects._
4
-
5
- | model | exact_match | any_order_match | precision | recall | retry_rate | average_score | pass_rate |
6
- | --- | --- | --- | --- | --- | --- | --- | --- |
7
- | DeepSeek-R1 | 0.13 | 0.21 | 0.77 | 0.90 | 0.26 | 0.45 | 0.98 |
8
- | DeepSeek-V3-1 | 0.22 | 0.59 | 0.86 | 0.96 | 0.13 | 0.67 | 1.00 |
9
- | GPT-4o-mini | 0.22 | 0.58 | 0.84 | 0.95 | 0.12 | 0.65 | 0.99 |
10
- | GPT-5 | 0.18 | 0.25 | 0.93 | 0.89 | 0.11 | 0.52 | 1.00 |
11
- | Gemini-2.5-flash | 0.03 | 0.03 | 0.93 | 0.69 | 0.14 | 0.13 | 1.00 |
12
- | Gemini-2.5-flash-nothinking | 0.02 | 0.02 | 0.94 | 0.70 | 0.12 | 0.14 | 1.00 |
13
- | Qwen3-235b | 0.16 | 0.36 | 0.88 | 0.91 | 0.16 | 0.64 | 0.99 |
14
 
15
  # BookWriter Series Average
16
 
17
- _This is a non-GT project series. Using pass_rate from success_rate.csv._
18
-
19
  | model | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
20
  | --- | --- | --- | --- | --- | --- | --- |
21
- | DeepSeek-R1 | 0.00 | 0.01 | 0.88 | 0.81 | 0.09 | 1.00 |
22
- | DeepSeek-V3-1 | 0.04 | 0.58 | 0.89 | 0.98 | 0.01 | 1.00 |
23
- | GPT-4o-mini | 0.00 | 0.00 | 0.85 | 0.83 | 0.00 | 1.00 |
24
  | GPT-5 | 0.00 | 0.00 | 0.97 | 0.77 | 0.00 | 1.00 |
 
 
 
25
  | Gemini-2.5-flash | 0.00 | 0.00 | 0.98 | 0.52 | 0.00 | 1.00 |
26
  | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | 0.98 | 0.53 | 0.01 | 1.00 |
27
  | Qwen3-235b | 0.00 | 0.00 | 0.95 | 0.79 | 0.01 | 1.00 |
28
 
29
  # EmailResponder Series Average
30
 
31
- _This is a non-GT project series. Using pass_rate from success_rate.csv._
32
-
33
  | model | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
34
  | --- | --- | --- | --- | --- | --- | --- |
35
- | DeepSeek-R1 | 0.00 | 0.03 | 0.77 | 0.89 | 0.16 | 0.99 |
36
- | DeepSeek-V3-1 | 0.16 | 0.24 | 0.98 | 0.88 | 0.02 | 1.00 |
37
- | GPT-4o-mini | 0.43 | 0.47 | 0.99 | 0.91 | 0.00 | 1.00 |
38
- | GPT-5 | 0.01 | 0.01 | 1.00 | 0.83 | 0.00 | 1.00 |
39
- | Gemini-2.5-flash | 0.01 | 0.01 | 0.97 | 0.74 | 0.10 | 0.99 |
40
- | Gemini-2.5-flash-nothinking | 0.04 | 0.06 | 0.96 | 0.81 | 0.12 | 1.00 |
41
- | Qwen3-235b | 0.06 | 0.07 | 1.00 | 0.85 | 0.00 | 1.00 |
42
 
43
  # GameBuilder Series Average
44
 
45
- _This is a non-GT project series. Using pass_rate from success_rate.csv._
46
-
47
  | model | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
48
  | --- | --- | --- | --- | --- | --- | --- |
49
- | DeepSeek-R1 | 0.94 | 0.96 | 1.00 | 0.99 | 0.00 | 1.00 |
50
- | DeepSeek-V3-1 | 0.90 | 1.00 | 0.97 | 1.00 | 0.00 | 0.98 |
51
- | GPT-4o-mini | 0.88 | 1.00 | 0.96 | 1.00 | 0.00 | 1.00 |
52
- | GPT-5 | 1.00 | 1.00 | 1.00 | 1.00 | 0.00 | 1.00 |
53
- | Gemini-2.5-flash | 0.00 | 0.00 | 1.00 | 0.75 | 0.00 | 1.00 |
54
- | Gemini-2.5-flash-nothinking | 0.02 | 0.06 | 0.99 | 0.80 | 0.04 | 1.00 |
55
- | Qwen3-235b | 0.84 | 0.94 | 0.99 | 0.99 | 0.00 | 1.00 |
56
 
57
  # LandingPageGenerator Series Average
58
 
59
- _This is a GT project series. Using average_score from score_summary.csv._
60
-
61
  | model | exact_match | any_order_match | precision | recall | retry_rate | average_score |
62
  | --- | --- | --- | --- | --- | --- | --- |
63
- | DeepSeek-R1 | 0.00 | 0.13 | 0.78 | 0.94 | 0.06 | 0.25 |
64
- | DeepSeek-V3-1 | 0.24 | 0.99 | 0.86 | 1.00 | 0.01 | 0.86 |
65
- | GPT-4o-mini | 0.04 | 0.98 | 0.78 | 1.00 | 0.00 | 0.67 |
66
  | GPT-5 | 0.29 | 0.42 | 0.86 | 0.97 | 0.00 | 0.47 |
 
 
 
67
  | Gemini-2.5-flash | 0.00 | 0.00 | 0.97 | 0.76 | 0.00 | 0.00 |
68
  | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | 0.95 | 0.77 | 0.03 | 0.01 |
69
  | Qwen3-235b | 0.09 | 0.45 | 0.84 | 0.97 | 0.03 | 0.52 |
70
 
71
  # MarkdownValidator Series Average
72
 
73
- _This is a GT project series. Using average_score from score_summary.csv._
74
-
75
  | model | exact_match | any_order_match | precision | recall | retry_rate | average_score |
76
  | --- | --- | --- | --- | --- | --- | --- |
77
- | DeepSeek-R1 | 0.98 | 1.00 | 1.00 | 1.00 | 0.00 | 0.81 |
78
- | DeepSeek-V3-1 | 1.00 | 1.00 | 1.00 | 1.00 | 0.00 | 0.84 |
79
- | GPT-4o-mini | 0.97 | 1.00 | 0.99 | 1.00 | 0.00 | 0.82 |
80
  | GPT-5 | 1.00 | 1.00 | 1.00 | 1.00 | 0.00 | 0.71 |
 
 
 
81
  | Gemini-2.5-flash | 0.26 | 0.33 | 0.87 | 0.88 | 0.21 | 0.08 |
82
  | Gemini-2.5-flash-nothinking | 0.13 | 0.13 | 0.96 | 0.73 | 0.06 | 0.14 |
83
  | Qwen3-235b | 0.98 | 0.98 | 1.00 | 0.99 | 0.00 | 0.81 |
84
 
85
  # RecruitmentAssistant Series Average
86
 
87
- _This is a non-GT project series. Using pass_rate from success_rate.csv._
88
-
89
  | model | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
90
  | --- | --- | --- | --- | --- | --- | --- |
91
- | DeepSeek-R1 | 0.00 | 0.11 | 0.84 | 0.90 | 0.05 | 0.99 |
92
- | DeepSeek-V3-1 | 0.00 | 0.36 | 0.84 | 0.97 | 0.00 | 1.00 |
93
- | GPT-4o-mini | 0.00 | 0.70 | 0.76 | 0.98 | 0.00 | 1.00 |
94
  | GPT-5 | 0.00 | 0.00 | 0.98 | 0.90 | 0.00 | 1.00 |
 
 
 
95
  | Gemini-2.5-flash | 0.00 | 0.00 | 0.98 | 0.69 | 0.00 | 1.00 |
96
  | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | 0.97 | 0.74 | 0.00 | 1.00 |
97
  | Qwen3-235b | 0.02 | 0.46 | 0.75 | 0.96 | 0.26 | 0.98 |
98
 
99
  # SQLAssistant Series Average
100
 
101
- _This is a GT project series. Using average_score from score_summary.csv._
102
-
103
  | model | exact_match | any_order_match | precision | recall | retry_rate | average_score |
104
  | --- | --- | --- | --- | --- | --- | --- |
105
- | DeepSeek-R1 | 0.00 | 0.04 | 0.52 | 0.88 | 0.80 | 0.40 |
106
- | DeepSeek-V3-1 | 0.00 | 0.17 | 0.66 | 0.90 | 0.61 | 0.37 |
107
- | GPT-4o-mini | 0.00 | 0.22 | 0.77 | 0.94 | 0.37 | 0.52 |
108
  | GPT-5 | 0.00 | 0.01 | 0.82 | 0.86 | 0.44 | 0.45 |
 
 
 
109
  | Gemini-2.5-flash | 0.00 | 0.00 | 0.76 | 0.77 | 0.57 | 0.29 |
110
  | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | 0.82 | 0.76 | 0.48 | 0.27 |
111
  | Qwen3-235b | 0.00 | 0.24 | 0.80 | 0.95 | 0.37 | 0.64 |
112
 
113
  # SocialMediaManager Series Average
114
 
115
- _This is a non-GT project series. Using pass_rate from success_rate.csv._
116
-
117
  | model | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
118
  | --- | --- | --- | --- | --- | --- | --- |
119
- | DeepSeek-R1 | 0.01 | 0.22 | 0.64 | 0.88 | 0.62 | 0.94 |
120
- | DeepSeek-V3-1 | 0.17 | 0.87 | 0.78 | 0.97 | 0.27 | 1.00 |
121
- | GPT-4o-mini | 0.12 | 0.71 | 0.72 | 0.97 | 0.47 | 0.96 |
122
  | GPT-5 | 0.02 | 0.37 | 0.86 | 0.88 | 0.34 | 0.98 |
 
 
 
123
  | Gemini-2.5-flash | 0.00 | 0.00 | 0.94 | 0.52 | 0.21 | 1.00 |
124
  | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | 0.96 | 0.51 | 0.15 | 1.00 |
125
  | Qwen3-235b | 0.02 | 0.42 | 0.82 | 0.89 | 0.46 | 0.98 |
 
1
+ # Overall Summary (All Projects)
2
 
3
+ | model | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
4
+ | --- | --- | --- | --- | --- | --- | --- |
5
+ | GPT-5 | 0.24 | 0.31 | 0.93 | 0.90 | 0.11 | 0.63 |
6
+ | GPT-4o-mini | 0.24 | 0.61 | 0.83 | 0.95 | 0.12 | 0.67 |
7
+ | DeepSeek-V3-1 | 0.26 | 0.64 | 0.86 | 0.96 | 0.13 | 0.68 |
8
+ | DeepSeek-R1 | 0.18 | 0.26 | 0.79 | 0.90 | 0.25 | 0.59 |
9
+ | Gemini-2.5-flash | 0.03 | 0.03 | 0.93 | 0.69 | 0.14 | 0.48 |
10
+ | Gemini-2.5-flash-nothinking | 0.02 | 0.02 | 0.94 | 0.70 | 0.12 | 0.48 |
11
+ | Qwen3-235b | 0.20 | 0.41 | 0.88 | 0.92 | 0.16 | 0.67 |
 
 
12
 
13
  # BookWriter Series Average
14
 
 
 
15
  | model | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
16
  | --- | --- | --- | --- | --- | --- | --- |
 
 
 
17
  | GPT-5 | 0.00 | 0.00 | 0.97 | 0.77 | 0.00 | 1.00 |
18
+ | GPT-4o-mini | 0.00 | 0.00 | 0.85 | 0.83 | 0.00 | 1.00 |
19
+ | DeepSeek-V3-1 | 0.04 | 0.58 | 0.89 | 0.98 | 0.01 | 1.00 |
20
+ | DeepSeek-R1 | 0.00 | 0.01 | 0.88 | 0.81 | 0.09 | 1.00 |
21
  | Gemini-2.5-flash | 0.00 | 0.00 | 0.98 | 0.52 | 0.00 | 1.00 |
22
  | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | 0.98 | 0.53 | 0.01 | 1.00 |
23
  | Qwen3-235b | 0.00 | 0.00 | 0.95 | 0.79 | 0.01 | 1.00 |
24
 
25
  # EmailResponder Series Average
26
 
 
 
27
  | model | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
28
  | --- | --- | --- | --- | --- | --- | --- |
29
+ | GPT-5 | 0.01 | 0.01 | 1.00 | 0.83 | 0.00 | 0.00 |
30
+ | GPT-4o-mini | 0.43 | 0.47 | 0.99 | 0.91 | 0.00 | 0.00 |
31
+ | DeepSeek-V3-1 | 0.16 | 0.24 | 0.98 | 0.88 | 0.02 | 0.00 |
32
+ | DeepSeek-R1 | 0.00 | 0.03 | 0.77 | 0.89 | 0.16 | 0.00 |
33
+ | Gemini-2.5-flash | 0.01 | 0.01 | 0.97 | 0.74 | 0.10 | 0.00 |
34
+ | Gemini-2.5-flash-nothinking | 0.05 | 0.06 | 0.96 | 0.81 | 0.12 | 0.00 |
35
+ | Qwen3-235b | 0.06 | 0.07 | 1.00 | 0.85 | 0.00 | 0.00 |
36
 
37
  # GameBuilder Series Average
38
 
 
 
39
  | model | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
40
  | --- | --- | --- | --- | --- | --- | --- |
41
+ | GPT-5 | 1.00 | 1.00 | 1.00 | 1.00 | 0.00 | 0.00 |
42
+ | GPT-4o-mini | 0.88 | 1.00 | 0.96 | 1.00 | 0.00 | 0.00 |
43
+ | DeepSeek-V3-1 | 0.90 | 1.00 | 0.97 | 1.00 | 0.00 | 0.00 |
44
+ | DeepSeek-R1 | 0.94 | 0.96 | 1.00 | 0.99 | 0.00 | 0.00 |
45
+ | Gemini-2.5-flash | 0.00 | 0.00 | 1.00 | 0.75 | 0.00 | 0.00 |
46
+ | Gemini-2.5-flash-nothinking | 0.02 | 0.06 | 0.99 | 0.80 | 0.04 | 0.00 |
47
+ | Qwen3-235b | 0.84 | 0.94 | 0.99 | 0.99 | 0.00 | 0.00 |
48
 
49
  # LandingPageGenerator Series Average
50
 
 
 
51
  | model | exact_match | any_order_match | precision | recall | retry_rate | average_score |
52
  | --- | --- | --- | --- | --- | --- | --- |
 
 
 
53
  | GPT-5 | 0.29 | 0.42 | 0.86 | 0.97 | 0.00 | 0.47 |
54
+ | GPT-4o-mini | 0.04 | 0.98 | 0.78 | 1.00 | 0.00 | 0.67 |
55
+ | DeepSeek-V3-1 | 0.24 | 0.99 | 0.86 | 1.00 | 0.01 | 0.86 |
56
+ | DeepSeek-R1 | 0.00 | 0.13 | 0.78 | 0.94 | 0.06 | 0.25 |
57
  | Gemini-2.5-flash | 0.00 | 0.00 | 0.97 | 0.76 | 0.00 | 0.00 |
58
  | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | 0.95 | 0.77 | 0.03 | 0.01 |
59
  | Qwen3-235b | 0.09 | 0.45 | 0.84 | 0.97 | 0.03 | 0.52 |
60
 
61
  # MarkdownValidator Series Average
62
 
 
 
63
  | model | exact_match | any_order_match | precision | recall | retry_rate | average_score |
64
  | --- | --- | --- | --- | --- | --- | --- |
 
 
 
65
  | GPT-5 | 1.00 | 1.00 | 1.00 | 1.00 | 0.00 | 0.71 |
66
+ | GPT-4o-mini | 0.97 | 1.00 | 0.99 | 1.00 | 0.00 | 0.82 |
67
+ | DeepSeek-V3-1 | 1.00 | 1.00 | 1.00 | 1.00 | 0.00 | 0.84 |
68
+ | DeepSeek-R1 | 0.98 | 1.00 | 1.00 | 1.00 | 0.00 | 0.81 |
69
  | Gemini-2.5-flash | 0.26 | 0.33 | 0.87 | 0.88 | 0.21 | 0.08 |
70
  | Gemini-2.5-flash-nothinking | 0.13 | 0.13 | 0.96 | 0.73 | 0.06 | 0.14 |
71
  | Qwen3-235b | 0.98 | 0.98 | 1.00 | 0.99 | 0.00 | 0.81 |
72
 
73
  # RecruitmentAssistant Series Average
74
 
 
 
75
  | model | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
76
  | --- | --- | --- | --- | --- | --- | --- |
 
 
 
77
  | GPT-5 | 0.00 | 0.00 | 0.98 | 0.90 | 0.00 | 1.00 |
78
+ | GPT-4o-mini | 0.00 | 0.70 | 0.76 | 0.98 | 0.00 | 1.00 |
79
+ | DeepSeek-V3-1 | 0.00 | 0.36 | 0.84 | 0.97 | 0.00 | 1.00 |
80
+ | DeepSeek-R1 | 0.00 | 0.11 | 0.84 | 0.90 | 0.05 | 0.99 |
81
  | Gemini-2.5-flash | 0.00 | 0.00 | 0.98 | 0.69 | 0.00 | 1.00 |
82
  | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | 0.97 | 0.74 | 0.00 | 1.00 |
83
  | Qwen3-235b | 0.02 | 0.46 | 0.75 | 0.96 | 0.26 | 0.98 |
84
 
85
  # SQLAssistant Series Average
86
 
 
 
87
  | model | exact_match | any_order_match | precision | recall | retry_rate | average_score |
88
  | --- | --- | --- | --- | --- | --- | --- |
 
 
 
89
  | GPT-5 | 0.00 | 0.01 | 0.82 | 0.86 | 0.44 | 0.45 |
90
+ | GPT-4o-mini | 0.00 | 0.22 | 0.77 | 0.94 | 0.37 | 0.52 |
91
+ | DeepSeek-V3-1 | 0.00 | 0.17 | 0.66 | 0.90 | 0.61 | 0.37 |
92
+ | DeepSeek-R1 | 0.00 | 0.04 | 0.52 | 0.88 | 0.80 | 0.40 |
93
  | Gemini-2.5-flash | 0.00 | 0.00 | 0.76 | 0.77 | 0.57 | 0.29 |
94
  | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | 0.82 | 0.76 | 0.48 | 0.27 |
95
  | Qwen3-235b | 0.00 | 0.24 | 0.80 | 0.95 | 0.37 | 0.64 |
96
 
97
  # SocialMediaManager Series Average
98
 
 
 
99
  | model | exact_match | any_order_match | precision | recall | retry_rate | pass_rate |
100
  | --- | --- | --- | --- | --- | --- | --- |
 
 
 
101
  | GPT-5 | 0.02 | 0.37 | 0.86 | 0.88 | 0.34 | 0.98 |
102
+ | GPT-4o-mini | 0.12 | 0.71 | 0.72 | 0.97 | 0.47 | 0.96 |
103
+ | DeepSeek-V3-1 | 0.17 | 0.87 | 0.78 | 0.97 | 0.27 | 1.00 |
104
+ | DeepSeek-R1 | 0.01 | 0.22 | 0.64 | 0.88 | 0.62 | 0.94 |
105
  | Gemini-2.5-flash | 0.00 | 0.00 | 0.94 | 0.52 | 0.21 | 1.00 |
106
  | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | 0.96 | 0.51 | 0.15 | 1.00 |
107
  | Qwen3-235b | 0.02 | 0.42 | 0.82 | 0.89 | 0.46 | 0.98 |
data/processed/RQ1/RadarCharts/BookWriter-A2A_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4da0e9d550b5ba06e37a72a279ac4fbdd6a2a4cda6ff704d37aa17907569d41c
3
- size 18417
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f16348cfa786f1cccf52a34f0cbf51cb663a9a1a7f2d1b80b41ced11d932ad2
3
+ size 18128
data/processed/RQ1/RadarCharts/BookWriter-H_A2A_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27a597245cd6396c7f09be84845e95571d6207e13c19c51dfd12287a02d6eab8
3
- size 18321
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8346232b4e08cc257005d667660836635c5cdcaaaabc55cce36dab9e143dd3f9
3
+ size 18037
data/processed/RQ1/RadarCharts/BookWriter-MCP_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c212b19b2b232560f4be82708dcc3627d4fd1672f1a6f17bf706fc4b84685fae
3
- size 18476
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:497c36952d9519e89dc5a3bfe5a3251449234b06fb84b966dd6022c2023f1beb
3
+ size 18171
data/processed/RQ1/RadarCharts/BookWriter_Series_Average_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79c4c09f9bf7c088d0604cc23cad260c52eb608b0033805f0664ab62d0e8d3dc
3
  size 18189
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8672b9bf68a1718c5af9ea181373fccda47af46d46f8f053aff3846f6e36ec61
3
  size 18189
data/processed/RQ1/RadarCharts/Comparison_A2A_vs_A2A_mix.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Overall A2A vs A2A_mix Comparison
2
+
3
+ Averaged across all projects:
4
+
5
+ ## Framework-Level Comparison (All Models Averaged)
6
+
7
+ | Metric | A2A | A2A_mix | Diff (A2A-A2A_mix) |
8
+ | --- | --- | --- | --- |
9
+
10
+ ---
11
+
12
+ ## exact_match
13
+
14
+ | Model | A2A (Avg) | A2A_mix (Avg) | Diff (A2A-A2A_mix) |
15
+ | --- | --- | --- | --- |
16
+
17
+ ## any_order_match
18
+
19
+ | Model | A2A (Avg) | A2A_mix (Avg) | Diff (A2A-A2A_mix) |
20
+ | --- | --- | --- | --- |
21
+
22
+ ## precision
23
+
24
+ | Model | A2A (Avg) | A2A_mix (Avg) | Diff (A2A-A2A_mix) |
25
+ | --- | --- | --- | --- |
26
+
27
+ ## recall
28
+
29
+ | Model | A2A (Avg) | A2A_mix (Avg) | Diff (A2A-A2A_mix) |
30
+ | --- | --- | --- | --- |
31
+
32
+ ## retry_rate
33
+
34
+ | Model | A2A (Avg) | A2A_mix (Avg) | Diff (A2A-A2A_mix) |
35
+ | --- | --- | --- | --- |
36
+
37
+ ## average_score
38
+
39
+ | Model | A2A (Avg) | A2A_mix (Avg) | Diff (A2A-A2A_mix) |
40
+ | --- | --- | --- | --- |
41
+
42
+ ## pass_rate
43
+
44
+ | Model | A2A (Avg) | A2A_mix (Avg) | Diff (A2A-A2A_mix) |
45
+ | --- | --- | --- | --- |
46
+
47
+ ---
48
+
data/processed/RQ1/RadarCharts/Comparison_A2A_vs_H_A2A.md DELETED
@@ -1,539 +0,0 @@
1
- # Overall A2A vs H_A2A Comparison
2
-
3
- Averaged across all projects: BookWriter, LandingPageGenerator, RecruitmentAssistant, SQLAssistant, SocialMediaManager
4
-
5
- ## Framework-Level Comparison (All Models Averaged)
6
-
7
- | Metric | A2A | H_A2A | Diff (A2A-H_A2A) |
8
- | --- | --- | --- | --- |
9
- | exact_match | 0.01 | 0.01 | -0.01 |
10
- | any_order_match | 0.25 | 0.19 | +0.05 |
11
- | precision | 0.82 | 0.85 | -0.03 |
12
- | recall | 0.84 | 0.87 | -0.03 |
13
- | retry_rate | 0.22 | 0.14 | +0.08 |
14
- | average_score | 0.31 | 0.45 | -0.14 |
15
- | pass_rate | 0.99 | 1.00 | -0.01 |
16
-
17
- ---
18
-
19
- ## exact_match
20
-
21
- | Model | A2A (Avg) | H_A2A (Avg) | Diff (A2A-H_A2A) |
22
- | --- | --- | --- | --- |
23
- | DeepSeek-R1 | 0.00 | 0.00 | -0.00 |
24
- | DeepSeek-V3-1 | 0.03 | 0.04 | -0.01 |
25
- | GPT-4o-mini | 0.01 | 0.05 | -0.05 |
26
- | GPT-5 | 0.01 | 0.00 | +0.01 |
27
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
28
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
29
- | Qwen3-235b | 0.01 | 0.01 | +0.00 |
30
-
31
- ## any_order_match
32
-
33
- | Model | A2A (Avg) | H_A2A (Avg) | Diff (A2A-H_A2A) |
34
- | --- | --- | --- | --- |
35
- | DeepSeek-R1 | 0.05 | 0.12 | -0.07 |
36
- | DeepSeek-V3-1 | 0.48 | 0.68 | -0.20 |
37
- | GPT-4o-mini | 0.60 | 0.43 | +0.16 |
38
- | GPT-5 | 0.17 | 0.03 | +0.14 |
39
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
40
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
41
- | Qwen3-235b | 0.43 | 0.10 | +0.33 |
42
-
43
- ## precision
44
-
45
- | Model | A2A (Avg) | H_A2A (Avg) | Diff (A2A-H_A2A) |
46
- | --- | --- | --- | --- |
47
- | DeepSeek-R1 | 0.70 | 0.79 | -0.09 |
48
- | DeepSeek-V3-1 | 0.74 | 0.84 | -0.11 |
49
- | GPT-4o-mini | 0.79 | 0.81 | -0.03 |
50
- | GPT-5 | 0.89 | 0.91 | -0.02 |
51
- | Gemini-2.5-flash | 0.91 | 0.89 | +0.02 |
52
- | Gemini-2.5-flash-nothinking | 0.93 | 0.90 | +0.03 |
53
- | Qwen3-235b | 0.81 | 0.83 | -0.02 |
54
-
55
- ## recall
56
-
57
- | Model | A2A (Avg) | H_A2A (Avg) | Diff (A2A-H_A2A) |
58
- | --- | --- | --- | --- |
59
- | DeepSeek-R1 | 0.88 | 0.89 | -0.00 |
60
- | DeepSeek-V3-1 | 0.95 | 0.96 | -0.01 |
61
- | GPT-4o-mini | 0.96 | 0.92 | +0.04 |
62
- | GPT-5 | 0.90 | 0.85 | +0.04 |
63
- | Gemini-2.5-flash | 0.62 | 0.78 | -0.16 |
64
- | Gemini-2.5-flash-nothinking | 0.64 | 0.78 | -0.14 |
65
- | Qwen3-235b | 0.93 | 0.91 | +0.02 |
66
-
67
- ## retry_rate
68
-
69
- | Model | A2A (Avg) | H_A2A (Avg) | Diff (A2A-H_A2A) |
70
- | --- | --- | --- | --- |
71
- | DeepSeek-R1 | 0.37 | 0.26 | +0.11 |
72
- | DeepSeek-V3-1 | 0.25 | 0.10 | +0.15 |
73
- | GPT-4o-mini | 0.15 | 0.09 | +0.07 |
74
- | GPT-5 | 0.18 | 0.06 | +0.11 |
75
- | Gemini-2.5-flash | 0.19 | 0.18 | +0.01 |
76
- | Gemini-2.5-flash-nothinking | 0.18 | 0.12 | +0.06 |
77
- | Qwen3-235b | 0.25 | 0.20 | +0.05 |
78
-
79
- ## average_score
80
-
81
- | Model | A2A (Avg) | H_A2A (Avg) | Diff (A2A-H_A2A) |
82
- | --- | --- | --- | --- |
83
- | DeepSeek-R1 | 0.16 | 0.31 | -0.15 |
84
- | DeepSeek-V3-1 | 0.49 | 0.70 | -0.21 |
85
- | GPT-4o-mini | 0.57 | 0.58 | -0.01 |
86
- | GPT-5 | 0.33 | 0.42 | -0.09 |
87
- | Gemini-2.5-flash | 0.08 | 0.27 | -0.20 |
88
- | Gemini-2.5-flash-nothinking | 0.03 | 0.29 | -0.26 |
89
- | Qwen3-235b | 0.49 | 0.55 | -0.06 |
90
-
91
- ## pass_rate
92
-
93
- | Model | A2A (Avg) | H_A2A (Avg) | Diff (A2A-H_A2A) |
94
- | --- | --- | --- | --- |
95
- | DeepSeek-R1 | 0.97 | 0.99 | -0.02 |
96
- | DeepSeek-V3-1 | 1.00 | 1.00 | +0.00 |
97
- | GPT-4o-mini | 0.98 | 1.00 | -0.02 |
98
- | GPT-5 | 0.99 | 1.00 | -0.01 |
99
- | Gemini-2.5-flash | 1.00 | 1.00 | +0.00 |
100
- | Gemini-2.5-flash-nothinking | 1.00 | 1.00 | +0.00 |
101
- | Qwen3-235b | 0.99 | 0.99 | -0.01 |
102
-
103
- ---
104
-
105
- # BookWriter: A2A vs H_A2A
106
-
107
- ## Overall Summary (Averaged Across All Models)
108
-
109
- | Metric | A2A | H_A2A | Diff (A2A-H_A2A) |
110
- | --- | --- | --- | --- |
111
- | exact_match | 0.00 | 0.00 | +0.00 |
112
- | any_order_match | 0.08 | 0.08 | -0.00 |
113
- | precision | 0.93 | 0.91 | +0.02 |
114
- | recall | 0.77 | 0.73 | +0.03 |
115
- | retry_rate | 0.02 | 0.00 | +0.02 |
116
- | pass_rate | 1.00 | 1.00 | +0.00 |
117
-
118
- ---
119
-
120
- ## exact_match
121
-
122
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
123
- | --- | --- | --- | --- |
124
- | DeepSeek-R1 | 0.00 | 0.00 | +0.00 |
125
- | DeepSeek-V3-1 | 0.00 | 0.00 | +0.00 |
126
- | GPT-4o-mini | 0.00 | 0.00 | +0.00 |
127
- | GPT-5 | 0.00 | 0.00 | +0.00 |
128
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
129
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
130
- | Qwen3-235b | 0.00 | 0.00 | +0.00 |
131
-
132
- ## any_order_match
133
-
134
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
135
- | --- | --- | --- | --- |
136
- | DeepSeek-R1 | 0.02 | 0.00 | +0.02 |
137
- | DeepSeek-V3-1 | 0.53 | 0.58 | -0.05 |
138
- | GPT-4o-mini | 0.00 | 0.00 | +0.00 |
139
- | GPT-5 | 0.00 | 0.00 | +0.00 |
140
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
141
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
142
- | Qwen3-235b | 0.00 | 0.00 | +0.00 |
143
-
144
- ## precision
145
-
146
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
147
- | --- | --- | --- | --- |
148
- | DeepSeek-R1 | 0.87 | 0.91 | -0.03 |
149
- | DeepSeek-V3-1 | 0.79 | 0.92 | -0.13 |
150
- | GPT-4o-mini | 0.90 | 0.80 | +0.10 |
151
- | GPT-5 | 0.98 | 0.95 | +0.03 |
152
- | Gemini-2.5-flash | 1.00 | 0.93 | +0.07 |
153
- | Gemini-2.5-flash-nothinking | 1.00 | 0.93 | +0.07 |
154
- | Qwen3-235b | 0.96 | 0.93 | +0.03 |
155
-
156
- ## recall
157
-
158
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
159
- | --- | --- | --- | --- |
160
- | DeepSeek-R1 | 0.84 | 0.77 | +0.07 |
161
- | DeepSeek-V3-1 | 0.99 | 0.95 | +0.04 |
162
- | GPT-4o-mini | 0.86 | 0.77 | +0.09 |
163
- | GPT-5 | 0.82 | 0.67 | +0.15 |
164
- | Gemini-2.5-flash | 0.53 | 0.57 | -0.05 |
165
- | Gemini-2.5-flash-nothinking | 0.53 | 0.57 | -0.04 |
166
- | Qwen3-235b | 0.80 | 0.83 | -0.04 |
167
-
168
- ## retry_rate
169
-
170
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
171
- | --- | --- | --- | --- |
172
- | DeepSeek-R1 | 0.13 | 0.02 | +0.12 |
173
- | DeepSeek-V3-1 | 0.02 | 0.00 | +0.02 |
174
- | GPT-4o-mini | 0.00 | 0.00 | +0.00 |
175
- | GPT-5 | 0.00 | 0.00 | +0.00 |
176
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
177
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
178
- | Qwen3-235b | 0.00 | 0.00 | +0.00 |
179
-
180
- ## pass_rate
181
-
182
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
183
- | --- | --- | --- | --- |
184
- | DeepSeek-R1 | 1.00 | 1.00 | +0.00 |
185
- | DeepSeek-V3-1 | 1.00 | 1.00 | +0.00 |
186
- | GPT-4o-mini | 1.00 | 1.00 | +0.00 |
187
- | GPT-5 | 1.00 | 1.00 | +0.00 |
188
- | Gemini-2.5-flash | 1.00 | 1.00 | +0.00 |
189
- | Gemini-2.5-flash-nothinking | 1.00 | 1.00 | +0.00 |
190
- | Qwen3-235b | 1.00 | 1.00 | +0.00 |
191
-
192
- # LandingPageGenerator: A2A vs H_A2A
193
-
194
- ## Overall Summary (Averaged Across All Models)
195
-
196
- | Metric | A2A | H_A2A | Diff (A2A-H_A2A) |
197
- | --- | --- | --- | --- |
198
- | exact_match | 0.00 | 0.00 | +0.00 |
199
- | any_order_match | 0.40 | 0.29 | +0.11 |
200
- | precision | 0.84 | 0.82 | +0.03 |
201
- | recall | 0.91 | 0.93 | -0.02 |
202
- | retry_rate | 0.02 | 0.01 | +0.01 |
203
- | average_score | 0.30 | 0.33 | -0.03 |
204
-
205
- ---
206
-
207
- ## exact_match
208
-
209
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
210
- | --- | --- | --- | --- |
211
- | DeepSeek-R1 | 0.00 | 0.00 | +0.00 |
212
- | DeepSeek-V3-1 | 0.00 | 0.00 | +0.00 |
213
- | GPT-4o-mini | 0.00 | 0.00 | +0.00 |
214
- | GPT-5 | 0.00 | 0.00 | +0.00 |
215
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
216
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
217
- | Qwen3-235b | 0.00 | 0.00 | +0.00 |
218
-
219
- ## any_order_match
220
-
221
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
222
- | --- | --- | --- | --- |
223
- | DeepSeek-R1 | 0.05 | 0.03 | +0.02 |
224
- | DeepSeek-V3-1 | 1.00 | 0.98 | +0.02 |
225
- | GPT-4o-mini | 0.97 | 1.00 | -0.03 |
226
- | GPT-5 | 0.27 | 0.00 | +0.27 |
227
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
228
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
229
- | Qwen3-235b | 0.48 | 0.00 | +0.48 |
230
-
231
- ## precision
232
-
233
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
234
- | --- | --- | --- | --- |
235
- | DeepSeek-R1 | 0.76 | 0.78 | -0.03 |
236
- | DeepSeek-V3-1 | 0.83 | 0.77 | +0.06 |
237
- | GPT-4o-mini | 0.74 | 0.78 | -0.03 |
238
- | GPT-5 | 0.81 | 0.79 | +0.02 |
239
- | Gemini-2.5-flash | 1.00 | 0.91 | +0.09 |
240
- | Gemini-2.5-flash-nothinking | 0.98 | 0.87 | +0.12 |
241
- | Qwen3-235b | 0.79 | 0.81 | -0.02 |
242
-
243
- ## recall
244
-
245
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
246
- | --- | --- | --- | --- |
247
- | DeepSeek-R1 | 0.94 | 0.93 | +0.01 |
248
- | DeepSeek-V3-1 | 1.00 | 1.00 | +0.00 |
249
- | GPT-4o-mini | 1.00 | 1.00 | -0.00 |
250
- | GPT-5 | 0.97 | 0.94 | +0.03 |
251
- | Gemini-2.5-flash | 0.74 | 0.87 | -0.13 |
252
- | Gemini-2.5-flash-nothinking | 0.76 | 0.85 | -0.08 |
253
- | Qwen3-235b | 0.98 | 0.94 | +0.04 |
254
-
255
- ## retry_rate
256
-
257
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
258
- | --- | --- | --- | --- |
259
- | DeepSeek-R1 | 0.03 | 0.00 | +0.03 |
260
- | DeepSeek-V3-1 | 0.00 | 0.03 | -0.03 |
261
- | GPT-4o-mini | 0.00 | 0.00 | +0.00 |
262
- | GPT-5 | 0.00 | 0.00 | +0.00 |
263
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
264
- | Gemini-2.5-flash-nothinking | 0.05 | 0.00 | +0.05 |
265
- | Qwen3-235b | 0.05 | 0.05 | +0.00 |
266
-
267
- ## average_score
268
-
269
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
270
- | --- | --- | --- | --- |
271
- | DeepSeek-R1 | 0.08 | 0.10 | -0.02 |
272
- | DeepSeek-V3-1 | 0.86 | 0.88 | -0.02 |
273
- | GPT-4o-mini | 0.57 | 0.59 | -0.02 |
274
- | GPT-5 | 0.19 | 0.32 | -0.12 |
275
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
276
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
277
- | Qwen3-235b | 0.38 | 0.41 | -0.03 |
278
-
279
- # RecruitmentAssistant: A2A vs H_A2A
280
-
281
- ## Overall Summary (Averaged Across All Models)
282
-
283
- | Metric | A2A | H_A2A | Diff (A2A-H_A2A) |
284
- | --- | --- | --- | --- |
285
- | exact_match | 0.00 | 0.00 | +0.00 |
286
- | any_order_match | 0.18 | 0.31 | -0.13 |
287
- | precision | 0.89 | 0.87 | +0.02 |
288
- | recall | 0.86 | 0.95 | -0.09 |
289
- | retry_rate | 0.05 | 0.03 | +0.01 |
290
- | pass_rate | 1.00 | 1.00 | -0.00 |
291
-
292
- ---
293
-
294
- ## exact_match
295
-
296
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
297
- | --- | --- | --- | --- |
298
- | DeepSeek-R1 | 0.00 | 0.00 | +0.00 |
299
- | DeepSeek-V3-1 | 0.00 | 0.00 | +0.00 |
300
- | GPT-4o-mini | 0.00 | 0.00 | +0.00 |
301
- | GPT-5 | 0.00 | 0.00 | +0.00 |
302
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
303
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
304
- | Qwen3-235b | 0.02 | 0.00 | +0.02 |
305
-
306
- ## any_order_match
307
-
308
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
309
- | --- | --- | --- | --- |
310
- | DeepSeek-R1 | 0.00 | 0.25 | -0.25 |
311
- | DeepSeek-V3-1 | 0.00 | 1.00 | -1.00 |
312
- | GPT-4o-mini | 0.68 | 0.72 | -0.03 |
313
- | GPT-5 | 0.00 | 0.00 | +0.00 |
314
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
315
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
316
- | Qwen3-235b | 0.57 | 0.22 | +0.35 |
317
-
318
- ## precision
319
-
320
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
321
- | --- | --- | --- | --- |
322
- | DeepSeek-R1 | 0.83 | 0.89 | -0.06 |
323
- | DeepSeek-V3-1 | 0.87 | 0.82 | +0.05 |
324
- | GPT-4o-mini | 0.79 | 0.75 | +0.05 |
325
- | GPT-5 | 0.99 | 0.97 | +0.02 |
326
- | Gemini-2.5-flash | 1.00 | 0.94 | +0.06 |
327
- | Gemini-2.5-flash-nothinking | 1.00 | 0.93 | +0.06 |
328
- | Qwen3-235b | 0.74 | 0.76 | -0.02 |
329
-
330
- ## recall
331
-
332
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
333
- | --- | --- | --- | --- |
334
- | DeepSeek-R1 | 0.88 | 0.93 | -0.06 |
335
- | DeepSeek-V3-1 | 0.96 | 1.00 | -0.04 |
336
- | GPT-4o-mini | 0.98 | 0.99 | -0.00 |
337
- | GPT-5 | 0.90 | 0.91 | -0.01 |
338
- | Gemini-2.5-flash | 0.64 | 0.89 | -0.25 |
339
- | Gemini-2.5-flash-nothinking | 0.68 | 0.94 | -0.26 |
340
- | Qwen3-235b | 0.97 | 0.96 | +0.01 |
341
-
342
- ## retry_rate
343
-
344
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
345
- | --- | --- | --- | --- |
346
- | DeepSeek-R1 | 0.07 | 0.05 | +0.02 |
347
- | DeepSeek-V3-1 | 0.00 | 0.00 | +0.00 |
348
- | GPT-4o-mini | 0.00 | 0.00 | +0.00 |
349
- | GPT-5 | 0.00 | 0.00 | +0.00 |
350
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
351
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
352
- | Qwen3-235b | 0.27 | 0.18 | +0.08 |
353
-
354
- ## pass_rate
355
-
356
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
357
- | --- | --- | --- | --- |
358
- | DeepSeek-R1 | 0.98 | 1.00 | -0.02 |
359
- | DeepSeek-V3-1 | 1.00 | 1.00 | +0.00 |
360
- | GPT-4o-mini | 1.00 | 1.00 | +0.00 |
361
- | GPT-5 | 1.00 | 1.00 | +0.00 |
362
- | Gemini-2.5-flash | 1.00 | 1.00 | +0.00 |
363
- | Gemini-2.5-flash-nothinking | 1.00 | 1.00 | +0.00 |
364
- | Qwen3-235b | 0.98 | 1.00 | -0.02 |
365
-
366
- # SQLAssistant: A2A vs H_A2A
367
-
368
- ## Overall Summary (Averaged Across All Models)
369
-
370
- | Metric | A2A | H_A2A | Diff (A2A-H_A2A) |
371
- | --- | --- | --- | --- |
372
- | exact_match | 0.00 | 0.00 | +0.00 |
373
- | any_order_match | 0.15 | 0.00 | +0.15 |
374
- | precision | 0.65 | 0.83 | -0.18 |
375
- | recall | 0.87 | 0.87 | -0.01 |
376
- | retry_rate | 0.65 | 0.38 | +0.27 |
377
- | average_score | 0.32 | 0.57 | -0.25 |
378
-
379
- ---
380
-
381
- ## exact_match
382
-
383
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
384
- | --- | --- | --- | --- |
385
- | DeepSeek-R1 | 0.00 | 0.00 | +0.00 |
386
- | DeepSeek-V3-1 | 0.00 | 0.00 | +0.00 |
387
- | GPT-4o-mini | 0.00 | 0.00 | +0.00 |
388
- | GPT-5 | 0.00 | 0.00 | +0.00 |
389
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
390
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
391
- | Qwen3-235b | 0.00 | 0.00 | +0.00 |
392
-
393
- ## any_order_match
394
-
395
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
396
- | --- | --- | --- | --- |
397
- | DeepSeek-R1 | 0.03 | 0.00 | +0.03 |
398
- | DeepSeek-V3-1 | 0.00 | 0.00 | +0.00 |
399
- | GPT-4o-mini | 0.53 | 0.00 | +0.53 |
400
- | GPT-5 | 0.03 | 0.00 | +0.03 |
401
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
402
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
403
- | Qwen3-235b | 0.48 | 0.00 | +0.48 |
404
-
405
- ## precision
406
-
407
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
408
- | --- | --- | --- | --- |
409
- | DeepSeek-R1 | 0.41 | 0.64 | -0.23 |
410
- | DeepSeek-V3-1 | 0.41 | 0.89 | -0.48 |
411
- | GPT-4o-mini | 0.84 | 0.86 | -0.02 |
412
- | GPT-5 | 0.84 | 0.91 | -0.07 |
413
- | Gemini-2.5-flash | 0.57 | 0.81 | -0.23 |
414
- | Gemini-2.5-flash-nothinking | 0.70 | 0.84 | -0.14 |
415
- | Qwen3-235b | 0.78 | 0.85 | -0.07 |
416
-
417
- ## recall
418
-
419
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
420
- | --- | --- | --- | --- |
421
- | DeepSeek-R1 | 0.85 | 0.89 | -0.03 |
422
- | DeepSeek-V3-1 | 0.84 | 0.90 | -0.05 |
423
- | GPT-4o-mini | 0.98 | 0.92 | +0.07 |
424
- | GPT-5 | 0.88 | 0.86 | +0.02 |
425
- | Gemini-2.5-flash | 0.77 | 0.83 | -0.05 |
426
- | Gemini-2.5-flash-nothinking | 0.78 | 0.80 | -0.02 |
427
- | Qwen3-235b | 0.96 | 0.93 | +0.02 |
428
-
429
- ## retry_rate
430
-
431
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
432
- | --- | --- | --- | --- |
433
- | DeepSeek-R1 | 0.95 | 0.67 | +0.28 |
434
- | DeepSeek-V3-1 | 1.00 | 0.27 | +0.73 |
435
- | GPT-4o-mini | 0.17 | 0.28 | -0.12 |
436
- | GPT-5 | 0.40 | 0.23 | +0.17 |
437
- | Gemini-2.5-flash | 0.90 | 0.50 | +0.40 |
438
- | Gemini-2.5-flash-nothinking | 0.75 | 0.37 | +0.38 |
439
- | Qwen3-235b | 0.38 | 0.33 | +0.05 |
440
-
441
- ## average_score
442
-
443
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
444
- | --- | --- | --- | --- |
445
- | DeepSeek-R1 | 0.25 | 0.52 | -0.27 |
446
- | DeepSeek-V3-1 | 0.12 | 0.53 | -0.41 |
447
- | GPT-4o-mini | 0.58 | 0.58 | +0.00 |
448
- | GPT-5 | 0.47 | 0.53 | -0.06 |
449
- | Gemini-2.5-flash | 0.16 | 0.55 | -0.39 |
450
- | Gemini-2.5-flash-nothinking | 0.05 | 0.57 | -0.52 |
451
- | Qwen3-235b | 0.60 | 0.68 | -0.08 |
452
-
453
- # SocialMediaManager: A2A vs H_A2A
454
-
455
- ## Overall Summary (Averaged Across All Models)
456
-
457
- | Metric | A2A | H_A2A | Diff (A2A-H_A2A) |
458
- | --- | --- | --- | --- |
459
- | exact_match | 0.04 | 0.07 | -0.04 |
460
- | any_order_match | 0.42 | 0.29 | +0.13 |
461
- | precision | 0.80 | 0.85 | -0.05 |
462
- | recall | 0.79 | 0.87 | -0.08 |
463
- | retry_rate | 0.39 | 0.29 | +0.09 |
464
- | pass_rate | 0.97 | 0.99 | -0.02 |
465
-
466
- ---
467
-
468
- ## exact_match
469
-
470
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
471
- | --- | --- | --- | --- |
472
- | DeepSeek-R1 | 0.00 | 0.02 | -0.02 |
473
- | DeepSeek-V3-1 | 0.15 | 0.20 | -0.05 |
474
- | GPT-4o-mini | 0.03 | 0.27 | -0.23 |
475
- | GPT-5 | 0.05 | 0.00 | +0.05 |
476
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
477
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
478
- | Qwen3-235b | 0.03 | 0.03 | +0.00 |
479
-
480
- ## any_order_match
481
-
482
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
483
- | --- | --- | --- | --- |
484
- | DeepSeek-R1 | 0.13 | 0.32 | -0.18 |
485
- | DeepSeek-V3-1 | 0.85 | 0.83 | +0.02 |
486
- | GPT-4o-mini | 0.80 | 0.45 | +0.35 |
487
- | GPT-5 | 0.53 | 0.15 | +0.38 |
488
- | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
489
- | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
490
- | Qwen3-235b | 0.62 | 0.27 | +0.35 |
491
-
492
- ## precision
493
-
494
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
495
- | --- | --- | --- | --- |
496
- | DeepSeek-R1 | 0.60 | 0.70 | -0.10 |
497
- | DeepSeek-V3-1 | 0.79 | 0.83 | -0.04 |
498
- | GPT-4o-mini | 0.66 | 0.90 | -0.24 |
499
- | GPT-5 | 0.83 | 0.92 | -0.09 |
500
- | Gemini-2.5-flash | 0.98 | 0.87 | +0.11 |
501
- | Gemini-2.5-flash-nothinking | 0.97 | 0.93 | +0.04 |
502
- | Qwen3-235b | 0.80 | 0.82 | -0.02 |
503
-
504
- ## recall
505
-
506
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
507
- | --- | --- | --- | --- |
508
- | DeepSeek-R1 | 0.89 | 0.90 | -0.01 |
509
- | DeepSeek-V3-1 | 0.98 | 0.96 | +0.01 |
510
- | GPT-4o-mini | 0.99 | 0.95 | +0.03 |
511
- | GPT-5 | 0.90 | 0.87 | +0.02 |
512
- | Gemini-2.5-flash | 0.44 | 0.77 | -0.33 |
513
- | Gemini-2.5-flash-nothinking | 0.43 | 0.76 | -0.32 |
514
- | Qwen3-235b | 0.93 | 0.88 | +0.05 |
515
-
516
- ## retry_rate
517
-
518
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
519
- | --- | --- | --- | --- |
520
- | DeepSeek-R1 | 0.65 | 0.55 | +0.10 |
521
- | DeepSeek-V3-1 | 0.23 | 0.18 | +0.05 |
522
- | GPT-4o-mini | 0.60 | 0.15 | +0.45 |
523
- | GPT-5 | 0.48 | 0.08 | +0.40 |
524
- | Gemini-2.5-flash | 0.07 | 0.42 | -0.35 |
525
- | Gemini-2.5-flash-nothinking | 0.12 | 0.25 | -0.13 |
526
- | Qwen3-235b | 0.55 | 0.42 | +0.13 |
527
-
528
- ## pass_rate
529
-
530
- | Model | A2A | H_A2A | Diff (A2A-H_A2A) |
531
- | --- | --- | --- | --- |
532
- | DeepSeek-R1 | 0.92 | 0.97 | -0.05 |
533
- | DeepSeek-V3-1 | 1.00 | 1.00 | +0.00 |
534
- | GPT-4o-mini | 0.93 | 1.00 | -0.07 |
535
- | GPT-5 | 0.97 | 1.00 | -0.03 |
536
- | Gemini-2.5-flash | 1.00 | 1.00 | +0.00 |
537
- | Gemini-2.5-flash-nothinking | 1.00 | 1.00 | +0.00 |
538
- | Qwen3-235b | 0.98 | 0.98 | +0.00 |
539
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/processed/RQ1/RadarCharts/Comparison_MCP_vs_Hardcoded.md CHANGED
@@ -12,7 +12,7 @@ Averaged across all projects: EmailResponder, GameBuilder, MarkdownValidator
12
  | recall | 0.91 | 0.91 | +0.00 |
13
  | retry_rate | 0.03 | 0.04 | -0.02 |
14
  | average_score | 0.60 | 0.60 | +0.00 |
15
- | pass_rate | 1.00 | 0.99 | +0.01 |
16
 
17
  ---
18
 
@@ -92,13 +92,13 @@ Averaged across all projects: EmailResponder, GameBuilder, MarkdownValidator
92
 
93
  | Model | MCP (Avg) | Hardcoded (Avg) | Diff (MCP-Hardcoded) |
94
  | --- | --- | --- | --- |
95
- | DeepSeek-R1 | 1.00 | 0.99 | +0.01 |
96
- | DeepSeek-V3-1 | 1.00 | 0.98 | +0.02 |
97
- | GPT-4o-mini | 1.00 | 1.00 | +0.00 |
98
- | GPT-5 | 1.00 | 1.00 | +0.00 |
99
- | Gemini-2.5-flash | 1.00 | 0.99 | +0.01 |
100
- | Gemini-2.5-flash-nothinking | 1.00 | 1.00 | +0.00 |
101
- | Qwen3-235b | 1.00 | 1.00 | +0.00 |
102
 
103
  ---
104
 
@@ -113,7 +113,7 @@ Averaged across all projects: EmailResponder, GameBuilder, MarkdownValidator
113
  | precision | 0.96 | 0.95 | +0.01 |
114
  | recall | 0.85 | 0.84 | +0.01 |
115
  | retry_rate | 0.04 | 0.07 | -0.04 |
116
- | pass_rate | 1.00 | 1.00 | +0.00 |
117
 
118
  ---
119
 
@@ -181,13 +181,13 @@ Averaged across all projects: EmailResponder, GameBuilder, MarkdownValidator
181
 
182
  | Model | MCP | Hardcoded | Diff (MCP-Hardcoded) |
183
  | --- | --- | --- | --- |
184
- | DeepSeek-R1 | 1.00 | 0.98 | +0.02 |
185
- | DeepSeek-V3-1 | 1.00 | 1.00 | +0.00 |
186
- | GPT-4o-mini | 1.00 | 1.00 | +0.00 |
187
- | GPT-5 | 1.00 | 1.00 | +0.00 |
188
- | Gemini-2.5-flash | 1.00 | 0.99 | +0.01 |
189
- | Gemini-2.5-flash-nothinking | 1.00 | 1.00 | +0.00 |
190
- | Qwen3-235b | 1.00 | 1.00 | +0.00 |
191
 
192
  # GameBuilder: MCP vs Hardcoded
193
 
@@ -200,7 +200,7 @@ Averaged across all projects: EmailResponder, GameBuilder, MarkdownValidator
200
  | precision | 0.98 | 0.99 | -0.01 |
201
  | recall | 0.94 | 0.93 | +0.00 |
202
  | retry_rate | 0.00 | 0.01 | -0.01 |
203
- | pass_rate | 1.00 | 0.99 | +0.01 |
204
 
205
  ---
206
 
@@ -268,13 +268,13 @@ Averaged across all projects: EmailResponder, GameBuilder, MarkdownValidator
268
 
269
  | Model | MCP | Hardcoded | Diff (MCP-Hardcoded) |
270
  | --- | --- | --- | --- |
271
- | DeepSeek-R1 | 1.00 | 1.00 | +0.00 |
272
- | DeepSeek-V3-1 | 1.00 | 0.96 | +0.04 |
273
- | GPT-4o-mini | 1.00 | 1.00 | +0.00 |
274
- | GPT-5 | 1.00 | 1.00 | +0.00 |
275
- | Gemini-2.5-flash | 1.00 | 1.00 | +0.00 |
276
- | Gemini-2.5-flash-nothinking | 1.00 | 1.00 | +0.00 |
277
- | Qwen3-235b | 1.00 | 1.00 | +0.00 |
278
 
279
  # MarkdownValidator: MCP vs Hardcoded
280
 
 
12
  | recall | 0.91 | 0.91 | +0.00 |
13
  | retry_rate | 0.03 | 0.04 | -0.02 |
14
  | average_score | 0.60 | 0.60 | +0.00 |
15
+ | pass_rate | 0.00 | 0.00 | +0.00 |
16
 
17
  ---
18
 
 
92
 
93
  | Model | MCP (Avg) | Hardcoded (Avg) | Diff (MCP-Hardcoded) |
94
  | --- | --- | --- | --- |
95
+ | DeepSeek-R1 | 0.00 | 0.00 | +0.00 |
96
+ | DeepSeek-V3-1 | 0.00 | 0.00 | +0.00 |
97
+ | GPT-4o-mini | 0.00 | 0.00 | +0.00 |
98
+ | GPT-5 | 0.00 | 0.00 | +0.00 |
99
+ | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
100
+ | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
101
+ | Qwen3-235b | 0.00 | 0.00 | +0.00 |
102
 
103
  ---
104
 
 
113
  | precision | 0.96 | 0.95 | +0.01 |
114
  | recall | 0.85 | 0.84 | +0.01 |
115
  | retry_rate | 0.04 | 0.07 | -0.04 |
116
+ | pass_rate | 0.00 | 0.00 | +0.00 |
117
 
118
  ---
119
 
 
181
 
182
  | Model | MCP | Hardcoded | Diff (MCP-Hardcoded) |
183
  | --- | --- | --- | --- |
184
+ | DeepSeek-R1 | 0.00 | 0.00 | +0.00 |
185
+ | DeepSeek-V3-1 | 0.00 | 0.00 | +0.00 |
186
+ | GPT-4o-mini | 0.00 | 0.00 | +0.00 |
187
+ | GPT-5 | 0.00 | 0.00 | +0.00 |
188
+ | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
189
+ | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
190
+ | Qwen3-235b | 0.00 | 0.00 | +0.00 |
191
 
192
  # GameBuilder: MCP vs Hardcoded
193
 
 
200
  | precision | 0.98 | 0.99 | -0.01 |
201
  | recall | 0.94 | 0.93 | +0.00 |
202
  | retry_rate | 0.00 | 0.01 | -0.01 |
203
+ | pass_rate | 0.00 | 0.00 | +0.00 |
204
 
205
  ---
206
 
 
268
 
269
  | Model | MCP | Hardcoded | Diff (MCP-Hardcoded) |
270
  | --- | --- | --- | --- |
271
+ | DeepSeek-R1 | 0.00 | 0.00 | +0.00 |
272
+ | DeepSeek-V3-1 | 0.00 | 0.00 | +0.00 |
273
+ | GPT-4o-mini | 0.00 | 0.00 | +0.00 |
274
+ | GPT-5 | 0.00 | 0.00 | +0.00 |
275
+ | Gemini-2.5-flash | 0.00 | 0.00 | +0.00 |
276
+ | Gemini-2.5-flash-nothinking | 0.00 | 0.00 | +0.00 |
277
+ | Qwen3-235b | 0.00 | 0.00 | +0.00 |
278
 
279
  # MarkdownValidator: MCP vs Hardcoded
280
 
data/processed/RQ1/RadarCharts/Comparison_Powerful_vs_Lightweight.md CHANGED
@@ -2,8 +2,6 @@
2
 
3
  ## Overall Summary (Averaged Across All Project Series)
4
 
5
- _Note: average_score is averaged only across GT projects; pass_rate is averaged only across non-GT projects._
6
-
7
  | Metric | GPT-5 | GPT-4o-mini | Diff (A-B) |
8
  | --- | --- | --- | --- |
9
  | exact_match | 0.29 | 0.31 | -0.02 |
@@ -12,7 +10,7 @@ _Note: average_score is averaged only across GT projects; pass_rate is averaged
12
  | recall | 0.90 | 0.95 | -0.05 |
13
  | retry_rate | 0.10 | 0.10 | -0.01 |
14
  | average_score | 0.55 | 0.67 | -0.13 |
15
- | pass_rate | 1.00 | 0.99 | +0.00 |
16
 
17
  ---
18
 
@@ -21,7 +19,7 @@ _Note: average_score is averaged only across GT projects; pass_rate is averaged
21
  | Project Series | GPT-5 | GPT-4o-mini | Diff (A-B) |
22
  | --- | --- | --- | --- |
23
  | BookWriter | 0.00 | 0.00 | +0.00 |
24
- | EmailResponder | 0.01 | 0.43 | -0.42 |
25
  | GameBuilder | 1.00 | 0.88 | +0.12 |
26
  | LandingPageGenerator | 0.29 | 0.04 | +0.26 |
27
  | MarkdownValidator | 1.00 | 0.97 | +0.03 |
@@ -94,8 +92,8 @@ _Note: average_score is averaged only across GT projects; pass_rate is averaged
94
  | Project Series | GPT-5 | GPT-4o-mini | Diff (A-B) |
95
  | --- | --- | --- | --- |
96
  | BookWriter | 1.00 | 1.00 | +0.00 |
97
- | EmailResponder | 1.00 | 1.00 | +0.00 |
98
- | GameBuilder | 1.00 | 1.00 | +0.00 |
99
  | RecruitmentAssistant | 1.00 | 1.00 | +0.00 |
100
  | SocialMediaManager | 0.98 | 0.96 | +0.02 |
101
 
 
2
 
3
  ## Overall Summary (Averaged Across All Project Series)
4
 
 
 
5
  | Metric | GPT-5 | GPT-4o-mini | Diff (A-B) |
6
  | --- | --- | --- | --- |
7
  | exact_match | 0.29 | 0.31 | -0.02 |
 
10
  | recall | 0.90 | 0.95 | -0.05 |
11
  | retry_rate | 0.10 | 0.10 | -0.01 |
12
  | average_score | 0.55 | 0.67 | -0.13 |
13
+ | pass_rate | 0.60 | 0.59 | +0.00 |
14
 
15
  ---
16
 
 
19
  | Project Series | GPT-5 | GPT-4o-mini | Diff (A-B) |
20
  | --- | --- | --- | --- |
21
  | BookWriter | 0.00 | 0.00 | +0.00 |
22
+ | EmailResponder | 0.01 | 0.43 | -0.43 |
23
  | GameBuilder | 1.00 | 0.88 | +0.12 |
24
  | LandingPageGenerator | 0.29 | 0.04 | +0.26 |
25
  | MarkdownValidator | 1.00 | 0.97 | +0.03 |
 
92
  | Project Series | GPT-5 | GPT-4o-mini | Diff (A-B) |
93
  | --- | --- | --- | --- |
94
  | BookWriter | 1.00 | 1.00 | +0.00 |
95
+ | EmailResponder | 0.00 | 0.00 | +0.00 |
96
+ | GameBuilder | 0.00 | 0.00 | +0.00 |
97
  | RecruitmentAssistant | 1.00 | 1.00 | +0.00 |
98
  | SocialMediaManager | 0.98 | 0.96 | +0.02 |
99
 
data/processed/RQ1/RadarCharts/Comparison_Reasoning_vs_NonReasoning.md CHANGED
@@ -2,8 +2,6 @@
2
 
3
  ## Overall Summary (Averaged Across All Project Series)
4
 
5
- _Note: average_score is averaged only across GT projects; pass_rate is averaged only across non-GT projects._
6
-
7
  | Metric | DeepSeek-R1 | DeepSeek-V3-1 | Diff (A-B) |
8
  | --- | --- | --- | --- |
9
  | exact_match | 0.24 | 0.31 | -0.07 |
@@ -12,7 +10,7 @@ _Note: average_score is averaged only across GT projects; pass_rate is averaged
12
  | recall | 0.91 | 0.96 | -0.05 |
13
  | retry_rate | 0.22 | 0.11 | +0.11 |
14
  | average_score | 0.49 | 0.69 | -0.20 |
15
- | pass_rate | 0.99 | 1.00 | -0.01 |
16
 
17
  ---
18
 
@@ -94,8 +92,8 @@ _Note: average_score is averaged only across GT projects; pass_rate is averaged
94
  | Project Series | DeepSeek-R1 | DeepSeek-V3-1 | Diff (A-B) |
95
  | --- | --- | --- | --- |
96
  | BookWriter | 1.00 | 1.00 | +0.00 |
97
- | EmailResponder | 0.99 | 1.00 | -0.01 |
98
- | GameBuilder | 1.00 | 0.98 | +0.02 |
99
  | RecruitmentAssistant | 0.99 | 1.00 | -0.01 |
100
  | SocialMediaManager | 0.94 | 1.00 | -0.06 |
101
 
@@ -106,8 +104,6 @@ _Note: average_score is averaged only across GT projects; pass_rate is averaged
106
 
107
  ## Overall Summary (Averaged Across All Project Series)
108
 
109
- _Note: average_score is averaged only across GT projects; pass_rate is averaged only across non-GT projects._
110
-
111
  | Metric | Gemini-2.5-flash | Gemini-2.5-flash-nothinking | Diff (A-B) |
112
  | --- | --- | --- | --- |
113
  | exact_match | 0.03 | 0.02 | +0.01 |
@@ -116,7 +112,7 @@ _Note: average_score is averaged only across GT projects; pass_rate is averaged
116
  | recall | 0.70 | 0.71 | -0.00 |
117
  | retry_rate | 0.14 | 0.11 | +0.03 |
118
  | average_score | 0.13 | 0.14 | -0.01 |
119
- | pass_rate | 1.00 | 1.00 | -0.00 |
120
 
121
  ---
122
 
@@ -125,7 +121,7 @@ _Note: average_score is averaged only across GT projects; pass_rate is averaged
125
  | Project Series | Gemini-2.5-flash | Gemini-2.5-flash-nothinking | Diff (A-B) |
126
  | --- | --- | --- | --- |
127
  | BookWriter | 0.00 | 0.00 | +0.00 |
128
- | EmailResponder | 0.01 | 0.04 | -0.04 |
129
  | GameBuilder | 0.00 | 0.02 | -0.02 |
130
  | LandingPageGenerator | 0.00 | 0.00 | +0.00 |
131
  | MarkdownValidator | 0.26 | 0.13 | +0.12 |
@@ -198,8 +194,8 @@ _Note: average_score is averaged only across GT projects; pass_rate is averaged
198
  | Project Series | Gemini-2.5-flash | Gemini-2.5-flash-nothinking | Diff (A-B) |
199
  | --- | --- | --- | --- |
200
  | BookWriter | 1.00 | 1.00 | +0.00 |
201
- | EmailResponder | 0.99 | 1.00 | -0.01 |
202
- | GameBuilder | 1.00 | 1.00 | +0.00 |
203
  | RecruitmentAssistant | 1.00 | 1.00 | +0.00 |
204
  | SocialMediaManager | 1.00 | 1.00 | +0.00 |
205
 
 
2
 
3
  ## Overall Summary (Averaged Across All Project Series)
4
 
 
 
5
  | Metric | DeepSeek-R1 | DeepSeek-V3-1 | Diff (A-B) |
6
  | --- | --- | --- | --- |
7
  | exact_match | 0.24 | 0.31 | -0.07 |
 
10
  | recall | 0.91 | 0.96 | -0.05 |
11
  | retry_rate | 0.22 | 0.11 | +0.11 |
12
  | average_score | 0.49 | 0.69 | -0.20 |
13
+ | pass_rate | 0.59 | 0.60 | -0.01 |
14
 
15
  ---
16
 
 
92
  | Project Series | DeepSeek-R1 | DeepSeek-V3-1 | Diff (A-B) |
93
  | --- | --- | --- | --- |
94
  | BookWriter | 1.00 | 1.00 | +0.00 |
95
+ | EmailResponder | 0.00 | 0.00 | +0.00 |
96
+ | GameBuilder | 0.00 | 0.00 | +0.00 |
97
  | RecruitmentAssistant | 0.99 | 1.00 | -0.01 |
98
  | SocialMediaManager | 0.94 | 1.00 | -0.06 |
99
 
 
104
 
105
  ## Overall Summary (Averaged Across All Project Series)
106
 
 
 
107
  | Metric | Gemini-2.5-flash | Gemini-2.5-flash-nothinking | Diff (A-B) |
108
  | --- | --- | --- | --- |
109
  | exact_match | 0.03 | 0.02 | +0.01 |
 
112
  | recall | 0.70 | 0.71 | -0.00 |
113
  | retry_rate | 0.14 | 0.11 | +0.03 |
114
  | average_score | 0.13 | 0.14 | -0.01 |
115
+ | pass_rate | 0.60 | 0.60 | +0.00 |
116
 
117
  ---
118
 
 
121
  | Project Series | Gemini-2.5-flash | Gemini-2.5-flash-nothinking | Diff (A-B) |
122
  | --- | --- | --- | --- |
123
  | BookWriter | 0.00 | 0.00 | +0.00 |
124
+ | EmailResponder | 0.01 | 0.05 | -0.04 |
125
  | GameBuilder | 0.00 | 0.02 | -0.02 |
126
  | LandingPageGenerator | 0.00 | 0.00 | +0.00 |
127
  | MarkdownValidator | 0.26 | 0.13 | +0.12 |
 
194
  | Project Series | Gemini-2.5-flash | Gemini-2.5-flash-nothinking | Diff (A-B) |
195
  | --- | --- | --- | --- |
196
  | BookWriter | 1.00 | 1.00 | +0.00 |
197
+ | EmailResponder | 0.00 | 0.00 | +0.00 |
198
+ | GameBuilder | 0.00 | 0.00 | +0.00 |
199
  | RecruitmentAssistant | 1.00 | 1.00 | +0.00 |
200
  | SocialMediaManager | 1.00 | 1.00 | +0.00 |
201
 
data/processed/RQ1/RadarCharts/EmailResponder-MCP_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82319b0db8093476b91a21f85c27bed9819c7f7c12f806a6a28563d07f45c67a
3
- size 18722
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f3aee86c11ee4b45858f2a2adb695de91a150e86fa6106748e3bd3dd1aaed9a
3
+ size 18382
data/processed/RQ1/RadarCharts/EmailResponder_Series_Average_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f560590ef5841252a5eb343e6accc9d341e4e435f57c0332bee8d44c4cbecfe2
3
- size 18641
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84cd3227229c4022c9e09bb9bc1c3cdb1127d179f7c3a269b281af718d3f8cac
3
+ size 18507
data/processed/RQ1/RadarCharts/EmailResponder_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a3d796f43b54ad5e5be1edd2fb1ea3082dff038e57af8391579ca04c4545198
3
- size 18806
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:329af837ba504586fb22886bc9fbbc2faeef2628bfd02eb5a73a817566d06e24
3
+ size 18469
data/processed/RQ1/RadarCharts/GameBuilder-MCP_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:250cb641161793638113d3b4be23a941428cb3815d034c33bec6288df8d27889
3
- size 18147
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caa5f5873ec352442c271882257b34d0b633ed0939e392597650da5ac6578b83
3
+ size 17899
data/processed/RQ1/RadarCharts/GameBuilder_Series_Average_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70a2da74ccf57f910114d86a35342513fec68e6c0c8549ad7d7dfa6926e97c49
3
- size 18252
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23ce4f032350d13d524aa99f12c0065573bfa89eda275ab01983d74625578da4
3
+ size 18193
data/processed/RQ1/RadarCharts/GameBuilder_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3f06c27070a9b069d10231f785d1a512030d3351106d0bed6f7576f8ef9606b
3
- size 18417
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddaa3a723d4bd7b6f6511a219553c692e56e8fd71667b7ed5c9198170ecbbcb3
3
+ size 18121
data/processed/RQ1/RadarCharts/LandingPageGenerator-A2A_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e283a4e3b66898455d53a5641cdd8a7f468032e825e7d6677410dba6712e63a
3
- size 19572
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d773336d8217d3544c7d6a944ad01120d7e9a1fe3c48e16c006dbab9cb36c1
3
+ size 19474
data/processed/RQ1/RadarCharts/LandingPageGenerator-H_A2A_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:606eeda4856ee1e6b396aee9f0850eb48b0b5267f2d7af99b77ea800f3df7737
3
- size 19484
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f23d29178d78960dadd7a903bdb8a07e31f5895ff37cff6e073efea8c26e07c
3
+ size 19399
data/processed/RQ1/RadarCharts/LandingPageGenerator-MCP_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c45d54c583452d556450852f197f5b2e4a72f44a7de346cac4696b4384dbd66a
3
- size 19594
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:502d598582cb0f553a2bc647ee42e126f2fef35596108a3aca7adc6782757619
3
+ size 19590
data/processed/RQ1/RadarCharts/LandingPageGenerator_Series_Average_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39e9f915b575c973593c41cf04078e3fa61bb370917238ab079e86c95fcf5019
3
- size 19739
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c47c2c1c9c12a7f372c6a8ac733ba98b371346a9b7fc57ebb081cfa0eaf2889f
3
+ size 19789
data/processed/RQ1/RadarCharts/MarkdownValidator-MCP_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85ab29d260711210659302dd5d67d8335dc7e93168fa6282811e7e4a4ec4f987
3
- size 19187
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f74ba5063b58faef4c264e0e80c59c430c1332b6371cba7aabacd7284db06fca
3
+ size 19351
data/processed/RQ1/RadarCharts/MarkdownValidator_Series_Average_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b6c2486f67c77a03b45609e427f58afc1bb7c63f08de8d47985d40c6c0d250e
3
- size 19115
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbd033415cc055ef6f7901b4612cfaa71a1a4885771fc7b2d879a623f4a3500a
3
+ size 19441
data/processed/RQ1/RadarCharts/MarkdownValidator_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f950d188d24702bf10707a12104307d334ad8c1bfcf7ac9fec4d7d1fa3c2c6e6
3
- size 19195
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5406f34fa49bde742691ac1ab1ee8a3f3993bd3e39bc826a527c27e74bd79e58
3
+ size 19357
data/processed/RQ1/RadarCharts/Model_Legend.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83288982959a945c33345d775bbd7ec017865674864eb226ced527df37f6f7c8
3
  size 16883
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:349b17920828d6b0c2014edd223e9241837dc05c58f52a10bc99a71bcfb34f1a
3
  size 16883
data/processed/RQ1/RadarCharts/Model_Legend_horizontal.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0833597bb1b7972025c1d714c10b3c8e7ad4e511061d1dc67e5d24d15a8486c
3
  size 16715
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b328fdf4249f50cca81e7e206c3b3be0beda56174f9c58dcc6b51ac23033aa4d
3
  size 16715
data/processed/RQ1/RadarCharts/Overall_Average_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45566e18abbcba3bdecb82bb9474de2410ccdf5402fa8c30e4c158a488e16283
3
- size 19086
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83bf2640f2414538c95ebe385d19f57b488146e1cc4315c01f0553d083bf4aff
3
+ size 19089
data/processed/RQ1/RadarCharts/RecruitmentAssistant-A2A_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df38763b3d0257faea18cae23f51dc8926b446fb14d9d5050866f10f59187f4a
3
- size 18443
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a8f16453296e23b5c0a745b270d47b80ccdb5a171061f8413bc6a50504b3ee
3
+ size 18188
data/processed/RQ1/RadarCharts/RecruitmentAssistant-H_A2A_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cceac688835bc2f7afd6d10bc151023d4bf159b4a28b4f4507d11496bb8bced
3
- size 18534
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85860e778428010f23cf05b6fc8e1c99d544b2e81f9eb88b63ed3d126e757724
3
+ size 18250
data/processed/RQ1/RadarCharts/RecruitmentAssistant-MCP_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c76ccaf0d68501098cf7152cf0d39b8819acbd1dbddf58e662838cf8a413202c
3
- size 18533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f743d931dcce579a7c80a9d01e0456e4ce64f0fb4b7325514d6e851c48e44ec
3
+ size 18286
data/processed/RQ1/RadarCharts/RecruitmentAssistant_Series_Average_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fa043db14b497da71d4b0b5b8aa8e5fb0019c429b938cfe5a628bcaa4056319
3
  size 18359
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0c09d4949df9e54f36d4b06453e5c207907b857cb06059e034df9e4b8242d7
3
  size 18359
data/processed/RQ1/RadarCharts/SQLAssistant-A2A_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f960fe9b801913e81635335c9f6a3e6dab60a3db4fa07c7cfc126f114298ba2
3
- size 19699
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5fd79a14814d7c74e7efa9f6eef0706fe359707be24c37c786e8955673496a
3
+ size 19696
data/processed/RQ1/RadarCharts/SQLAssistant-H_A2A_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b3c9afbdabbcee68732350554888d7f9cbe20e4269ac8282b2dbdd143540934
3
  size 19561
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f774c9aa356a14d0a305dc9c0fb3e053fc0ad75d898f570d76793f6cc5a05c85
3
  size 19561
data/processed/RQ1/RadarCharts/SQLAssistant-MCP_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84329640c5fa3fa4ac9d071e223b02fe5bb44d12c423340278cb619afcac9eb6
3
- size 19774
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:156bb98401cd8d61df34997d654218ff45f5ba12e53e9d79ad91845f2eba65ee
3
+ size 19779
data/processed/RQ1/RadarCharts/SQLAssistant_Series_Average_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78aed82dbd503751c823ca9f450da06e20f21655891197e4db1b011d943853cb
3
- size 19655
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b470d81c0892fb7d3b8047bad3ace08e2e59f0c13d189aefffb543b40f4a049c
3
+ size 19812
data/processed/RQ1/RadarCharts/SocialMediaManager-A2A_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6d5ebbbb3b7a8891ca9452a6f0965d045d00bac44f9cc23043beee43787cd68
3
- size 18896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fba12a727d893344405c7f2c455dd1e90519abae1eea0664400f953d64c566d
3
+ size 18799
data/processed/RQ1/RadarCharts/SocialMediaManager-H_A2A_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:164a922c634b36c13aea9a4ed57cf5fe93e2bf021d160231bae766547965fa53
3
- size 18870
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c83ff967ab2ebee7e98a76bf9444a0e0edf8eae7ac145afad2e952d0934b9d1d
3
+ size 18703
data/processed/RQ1/RadarCharts/SocialMediaManager-MCP_radar.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e231b761b29b9e7a11cbdf747a5103b740413c3d625d7dec34427730ddef935
3
- size 18870
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bfaf54014a33ba2e9c336e92d8caf4d6e1e635a25761cd6c14e008c3a16a483
3
+ size 18695