Skip to content

Commit 58a484c

Browse files
committed
CLEF 25: Added evaluation metrics to advertisement detection task
1 parent b102b1c commit 58a484c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

clef25/touche25-web/advertisement-detection.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,15 @@ <h2 id="data">Data</h2>
174174

175175
</details>
176176

177+
<h2 id="evaluation">Evaluation</h2>
178+
<h3>Sub-Task 1</h3>
179+
<p>The submissions for Sub-Task 1 will be evaluated based on the effectiveness of a trained ad classifier. The goal is to insert advertisements in a way that they are not detected. Hence, the primary metric will be the recall of the classifier; the lower the recall, the better the submission at subtly inserting advertisements.</p>
180+
<p>As contextualization for the recall, we will also calculate the precision of the classifier. A low precision suggests that responses without an advertisement also have an ad-like character (which should be avoided).</p>
181+
<p>After reviewing all submissions, we will decide how to best combine precision and recall for an aggregated ranking.</p>
182+
183+
<h3>Sub-Task 2</h3>
184+
<p>The submissions for Sub-Task 2 will be evaluated based on their classification effectiveness using the F1-score.</p>
185+
177186
<h2 id="submission">Submission</h2>
178187
<p>We ask participants to use <a href="https://www.tira.io/">TIRA</a> for result submissions.</p>
179188

0 commit comments

Comments
 (0)