You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>In the Text Watermarking task, participants are given a text and must insert a watermark into it. After submitting the watermarked texts and the watermark algorithm, including a watermark detection system, through <ahref="www.tira.io">TIRA</a>, the texts are subjected to various attacks. The objective is to detect the watermark after the text has been attacked, thereby demonstrating its robustness against an attacker.</p>
49
+
50
+
<p>The task is structured as follows:</p>
49
51
52
+
<olclass="uk-list uk-list-bullet">
53
+
<li>Insert a watermark into each text in the provided data set.</li>
54
+
<li>Submit the watermarked texts together with the watermarking system, including the watermark detection, through the <ahref="https://www.tira.io/task-overview/generative-ai-authorship-verification-panclef-2026/">Tira</a> platform.</li>
55
+
<li>We will carry out attacks with varying severity on the watermarked texts.</li>
56
+
<li>We will run your watermark detection system on the attacked texts to evaluate its performance in detecting watermarks.</li>
57
+
</ol>
50
58
51
59
<h2id="submission">Submission</h2>
52
-
<p>TBA</p>
60
+
<p>Participants will submit their systems as Docker images through the <ahref="https://www.tira.io/task-overview/generative-ai-authorship-verification-panclef-2026/">Tira</a> platform. It is not expected that submitted systems are actually <em>trained</em> on Tira, but they must be standalone and runnable on the platform without requiring contact to the outside world (evaluation runs will be sandboxed).</p>
61
+
62
+
<p>The submitted software must be executable inside the container via a command line call. The script must take two arguments: an input file (an absolute path to the input JSONL file) and an output directory (an absolute path to where the results will be written):</p>
63
+
64
+
<p>Within Tira, the input file will be called <code>dataset.jsonl</code>, so with the pre-defined Tira placeholders, your software should be invoked like this:</p>
0 commit comments