codelion commited on
Commit
893d6a2
1 Parent(s): 69475ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -111,9 +111,21 @@ and `readability` worse. At larger contexts models do not have perfect recall an
111
 
112
  Our experiments with few-shot prompts confirm this, the maximum overall score is at 1-shot and adding more examples doesn't help after that.
113
 
 
 
 
 
 
 
 
 
 
 
 
114
  | Model | Score | BLEU | ROUGE-1 | ROUGE-2 | ROUGE-l | Cosine-Sim | Structural-Sim | Info-Ret | Code-Consistency | Readability | Logs |
115
  |:-----:|:-----:|:----:|:-------:|:-------:|:-------:|:----------:|:--------------:|:--------:|:----------------:|:-----------:|:----:|
116
  | 0-shot-gemini-1.5-flash-exp-0827 | 33.43 | 1.66 | 16.00 | 3.88 | 15.33 | 41.87 | 23.59 | **76.50** | 7.86 | **43.34** | [link](gemini-1.5-flash-exp-0827_results_20240912_144919.log) |
117
  | **1-shot-gemini-1.5-flash-exp-0827** | **35.40** | **21.81** | **34.00** | **24.97** | **33.61** | **61.53** | **37.60** | 61.00 | 12.89 | 27.22 | [link](1-shot-gemini-1.5-flash-exp-0827_results_20240912_183343.log) |
118
  | 3-shot-gemini-1.5-flash-exp-0827 | 33.10 | 20.02 | 32.70 | 22.66 | 32.21 | 58.98 | 34.54 | 60.50 | **13.09** | 20.52 | [link](3-shot-gemini-1.5-flash-exp-0827_results_20240912_191049.log) |
119
  | 5-shot-gemini-1.5-flash-exp-0827 | 33.97 | 19.24 | 32.31 | 21.48 | 31.74 | 61.49 | 33.17 | 59.50 | 11.48 | 27.65 | [link](5-shot-gemini-1.5-flash-exp-0827_results_20240912_180343.log) |
 
 
111
 
112
  Our experiments with few-shot prompts confirm this, the maximum overall score is at 1-shot and adding more examples doesn't help after that.
113
 
114
+ bleu: 0.1543
115
+ rouge-1: 0.2852
116
+ rouge-2: 0.1718
117
+ rouge-l: 0.2807
118
+ cosine_similarity: 0.5625
119
+ structural_similarity: 0.3355
120
+ information_retrieval: 0.6350
121
+ code_consistency: 0.1240
122
+ readability: 0.2415
123
+ weighted_score: 0.3300
124
+
125
  | Model | Score | BLEU | ROUGE-1 | ROUGE-2 | ROUGE-l | Cosine-Sim | Structural-Sim | Info-Ret | Code-Consistency | Readability | Logs |
126
  |:-----:|:-----:|:----:|:-------:|:-------:|:-------:|:----------:|:--------------:|:--------:|:----------------:|:-----------:|:----:|
127
  | 0-shot-gemini-1.5-flash-exp-0827 | 33.43 | 1.66 | 16.00 | 3.88 | 15.33 | 41.87 | 23.59 | **76.50** | 7.86 | **43.34** | [link](gemini-1.5-flash-exp-0827_results_20240912_144919.log) |
128
  | **1-shot-gemini-1.5-flash-exp-0827** | **35.40** | **21.81** | **34.00** | **24.97** | **33.61** | **61.53** | **37.60** | 61.00 | 12.89 | 27.22 | [link](1-shot-gemini-1.5-flash-exp-0827_results_20240912_183343.log) |
129
  | 3-shot-gemini-1.5-flash-exp-0827 | 33.10 | 20.02 | 32.70 | 22.66 | 32.21 | 58.98 | 34.54 | 60.50 | **13.09** | 20.52 | [link](3-shot-gemini-1.5-flash-exp-0827_results_20240912_191049.log) |
130
  | 5-shot-gemini-1.5-flash-exp-0827 | 33.97 | 19.24 | 32.31 | 21.48 | 31.74 | 61.49 | 33.17 | 59.50 | 11.48 | 27.65 | [link](5-shot-gemini-1.5-flash-exp-0827_results_20240912_180343.log) |
131
+ | 7-shot-gemini-1.5-flash-exp-0827 | 33.00 | 15.43 | 28.52 | 17.18 | 28.07 | 56.25 | 33.55 | 63.50 | 12.40 | 24.15 | [link](7-shot-gemini-1.5-flash-exp-0827_results_20240912_203632.log) |