tendatngo commited on
Commit
2b2c2d8
·
verified ·
1 Parent(s): 6956c95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -6
README.md CHANGED
@@ -139,13 +139,36 @@ The training follows casual LLM training practices:
139
 
140
  ### Testing Data, Factors & Metrics
141
 
142
- #### Metrics
143
 
144
- The model is evaluated using standard retrieval metrics:
145
- - Precision@K (K=2, 5, 10, 20)
146
- - Recall@K (K=2, 5, 10, 20)
147
- - Hit Ratio@K (K=2, 5, 10, 20)
148
- - NDCG@K (K=2, 5, 10, 20)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
 
150
  ## Technical Specifications
151
 
 
139
 
140
  ### Testing Data, Factors & Metrics
141
 
 
142
 
143
+ ### Results
144
+
145
+ <table>
146
+ <tr>
147
+ <th rowspan="2">Models</th>
148
+ <th colspan="2">Recall@5/10</th>
149
+ <th colspan="2">NDCG@5/10</th>
150
+ </tr>
151
+ <tr>
152
+ <th>Toys and Games</th>
153
+ <th>All Beauty</th>
154
+ <th>Toys and Games</th>
155
+ <th>All Beauty</th>
156
+ </tr>
157
+ <tr>
158
+ <td>PRAG-v1</td>
159
+ <td>0.0452/0.0921</td>
160
+ <td>0.0452/0.0921</td>
161
+ <td>0.0267/0.0414</td>
162
+ <td>0.0267/0.0414</td>
163
+ </tr>
164
+ <tr>
165
+ <td>[TIGER](https://papers.neurips.cc/paper_files/paper/2023/file/20dcab0f14046a5c6b02b61da9f13229-Paper-Conference.pdf)</td>
166
+ <td>0.0531/0.0712</td>
167
+ <td>0.0454/0.0648</td>
168
+ <td>0.0371/0.0432</td>
169
+ <td>0.0321/0.0384</td>
170
+ </tr>
171
+ </table>
172
 
173
  ## Technical Specifications
174