Skip to content

Commit 0417eb3

Browse files
author
Yuwei Yan
committed
update
1 parent 7fd6858 commit 0417eb3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Team name,Submission Time,Preference Estimation,Review Generation,Overall Quality
22
baseline,2024-12-31, 0.6879, 0.8098, 0.7489
33
RankMe, 2025-01-03, 0.6823, 0.8087, 0.7455
4-
伸腿瞪眼丸, 2025-01-06, 0.7966, 0.8700, 0.8333
4+
伸腿瞪眼丸, 2025-01-06, 0.8014, 0.8021, 0.8017

docs/pages/modeling-track.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,24 @@ <h3>Topic Relevance</h3>
227227
<li>An embedding vector for the review text is generated using a predefined embedding model [2].</li>
228228
<li><b>Metric:</b> Cosine similarity between text embeddings, measuring alignment with the real topics.</li>
229229
</ul>
230+
231+
<h3>Preference Estimation</h3>
232+
<ul>
233+
<li>The preference estimation is calculated based on the star rating accuracy.</li>
234+
<li><b>Metric:</b> 1 - MAE of star ratings, indicating the deviation from actual preferences.</li>
235+
</ul>
236+
237+
<h3>Review Generation</h3>
238+
<ul>
239+
<li>The review generation is calculated based on the review metrics.</li>
240+
<li><b>Metric:</b> 1 - (Emotional Tone Error * 0.25 + Sentiment Attitude Error * 0.25 + Topic Relevance Error * 0.5), indicating the deviation from actual reviews.</li>
241+
</ul>
242+
243+
<h3>Overall Quality</h3>
244+
<ul>
245+
<li>The overall quality is calculated based on the preference estimation and review generation.</li>
246+
<li><b>Metric:</b> (Preference Estimation + Review Generation) / 2, indicating the overall quality of the simulated reviews.</li>
247+
</ul>
230248

231249
<h3>References</h3>
232250
<ol>

0 commit comments

Comments
 (0)