Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pan-webis-de/pan-webis-de.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskiesel committed Apr 5, 2024
2 parents d91cbb6 + d26681c commit d647b8e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions _includes/organizations/clef-organizations-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,11 @@
</a>
</div>
{% endif %}
{% if include.ows %}
<div>
<a href="https://openwebsearch.eu/" target="_blank">
<img src="{{ '/img/organizations/logo-ows.png' | relative_url }}" alt="OpenWebSearch.eu Logo">
</a>
</div>
{% endif %}
</div>
2 changes: 1 addition & 1 deletion _includes/people-cards/bevendorff.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="thumbnail-left"><img src="{{ '/img/people/bevendorff.jpg' | relative_url }}" alt="Janek Bevendorff"></div>
<div class="uk-height-1-1">
<div class="uk-card-title">Janek Bevendorff</div>
<div class="uk-text-muted uk-margin-small-top">Bauhaus Universität Weimar</div>
<div class="uk-text-muted uk-margin-small-top">Bauhaus-Universität Weimar</div>
<img class="uk-position-bottom-right thumbnail-card-logo" src="{{ '/img/organizations/logo-bauhaus-universitaet-weimar.png' | relative_url }}"
alt="Bauhaus-Universität Weimar">
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/people-cards/wiegmann.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="thumbnail-left"><img src="{{ '/img/people/wiegmann.jpg' | relative_url }}" alt="Matti Wiegmann"></div>
<div class="uk-height-1-1">
<div class="uk-card-title">Matti Wiegmann</div>
<div class="uk-text-muted uk-margin-small-top">Bauhaus Universität Weimar</div>
<div class="uk-text-muted uk-margin-small-top">Bauhaus-Universität Weimar</div>
<img class="uk-position-bottom-right thumbnail-card-logo" src="{{ '/img/organizations/logo-bauhaus-universitaet-weimar.png' | relative_url }}"
alt="Bauhaus-Universität Weimar">
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/people-cards/wolska.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="thumbnail-left"><img src="{{ '/img/people/wolska.jpg' | relative_url }}" alt="Magdalena Wolska"></div>
<div class="uk-height-1-1">
<div class="uk-card-title">Magdalena Wolska</div>
<div class="uk-text-muted uk-margin-small-top">Bauhaus Universität Weimar</div>
<div class="uk-text-muted uk-margin-small-top">Bauhaus-Universität Weimar</div>
<img class="uk-position-bottom-right thumbnail-card-logo" src="{{ '/img/organizations/logo-bauhaus-universitaet-weimar.png' | relative_url }}"
alt="Bauhaus-Universität Weimar">
</div>
Expand Down
8 changes: 4 additions & 4 deletions clef24/pan24-web/generated-content-analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ <h2 id="data">Data</h2>

<p>The <strong>bootstrap dataset</strong> is provided as a set of newline-delimited JSON files. Each file contains a list of articles, written either by (any number of) human authors or a single machine. That is, the file <code>human.jsonl</code> contains only human texts, whereas a file <code>gemini-pro.jsonl</code> contains articles about the same topics, but written entirely by Google's Gemini Pro. The file format is as follows:</p>

<pre class="prettyprint linenums uk-padding-remove-bottom"><code class="lang-json">{"id": "news-2021-01-01-2021-12-31-kabulairportattack/art-081", "text": "..."}
{"id": "news-2021-01-01-2021-12-31-capitolriot/art-050", "text": "..."}
<pre class="prettyprint linenums uk-padding-remove-bottom"><code class="lang-json">{"id": "gemini-pro/news-2021-01-01-2021-12-31-kabulairportattack/art-081", "text": "..."}
{"id": "gemini-pro/news-2021-01-01-2021-12-31-capitolriot/art-050", "text": "..."}
...</code></pre>

<p>The article IDs and line orderings are the same across all files, so the same line always corresponds to the same topic, but from different “authors”.</p>
<p>The article IDs and line orderings are the same across all files (except for the model-specific prefix before the first <code>/</code>), so the same line always corresponds to the same topic, but from different “authors”.</p>

<p>The <strong>test dataset</strong> will be provided in a different format. Instead of individual files, only a single JSONL file will be given, each line containing a pair of texts:</p>

Expand Down Expand Up @@ -127,7 +127,7 @@ <h2 id="task-committee">Task Committee</h2>
{% include people-cards/stamatatos.html %}
</div>
<div class="uk-container uk-padding-large uk-padding-remove-bottom">
{% include organizations/clef-organizations-section.html year=2024 %}
{% include organizations/clef-organizations-section.html year=2024 ows=true %}
</div>
</div>
</div>
Expand Down
Binary file added img/organizations/logo-ows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d647b8e

Please sign in to comment.