Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 20 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="KeyWords" content="Conference">
<title>LongEval 2024</title>
<title>LongEval 2025</title>
</head>

<body>

<div class="banner">
<img src="assets/banner.jpg" alt="Conference Template Banner">
<div class="top-left">
<span class="title1">LongEval CLEF 2024 Lab</span>
<span class="title1">LongEval CLEF 2025 Lab</span>
</div>
<div class="bottom-right">
Longitudinal Evaluation of Model Performance
Expand Down Expand Up @@ -45,14 +45,13 @@
<a title="Submissions" href="submissions">Submissions</a>
</td>
<td class="navigation">
<a title="2024" href="https://clef-longeval.github.io/">2024</a>
<a title="2023" href="https://clef-longeval-2023.github.io/">2023</a>
</td>
</tr>
</table>

<h3><b>Stay tuned for LongEval 2025 announcements ! </b></h3>

<h2><b>Agenda for September 12 (all times EST)</b></h2>

<h2><b>Agenda for September XX (to change this section) (all times EST)</b></h2>
<p>
<table>
<tr>
Expand Down Expand Up @@ -82,7 +81,7 @@ <h2><b>Agenda for September 12 (all times EST)</b></h2>
</tr>
<tr>
<td style="width: 100px;">12:25 - 12:45 </td>
<td>Team Galápagos Tortoise at LongEval 2024: Neural Re-Ranking and Rank Fusion for Temporal Stability
<td>Team Galápagos Tortoise at LongEval 2025: Neural Re-Ranking and Rank Fusion for Temporal Stability
<br>
Marlene Gründel, Malte Weber, Johannes Franke and Jan Heinrich Merker
</td>
Expand All @@ -91,16 +90,23 @@ <h2><b>Agenda for September 12 (all times EST)</b></h2>
</table>
</p>

<h2>LongEval Lab</h2>
<p> In this page we present CLEF 2024 shared task evaluating the temporal persistence of information retrieval (IR) systems and text classifiers. The task is motivated by recent research showing that the performance of these models drops as the test data becomes more distant in time from the training data. LongEval differs from traditional IR and classification shared task with special considerations on evaluating models that mitigate performance drop over time. We envisage that this task will bring more attention from the NLP community to the problem of temporal generalisability of models, what enables or prevents it, potential solutions and limitations. </p>
<p> The CLEF 2024 LongEval Lab encourages participants to develop temporal information retrieval systems and longitudinal text classifiers that survive through dynamic temporal text changes, introducing time as a new dimension for ranking models performance. </p>
<h2>LongEval CLEF 2025</h2>
<p>LongEval at CLEF 2025 is the third edition of the shared task focusing on the temporal persistence of information retrieval (IR) models. The goal is to evaluate how retrieval models perform as the test data evolves over time, emphasizing the challenge of maintaining retrieval quality despite changes in user queries and document relevance.</p>

<p>This year, LongEval introduces two retrieval tasks:</p>

<h3>Task 1: LongEval-WebRetrieval</h3>
<p>A continuation of the Web retrieval challenge, using evolving datasets from the French search engine Qwant. Participants develop IR models that maintain performance across different temporal lags.</p>

<h3>Task 2: LongEval-SciRetrieval</h3>
<p>New in 2025, this task evaluates retrieval performance in scientific search using data from the CORE repository, the largest collection of Open Access scholarly documents. Systems are tested on queries and relevance feedback from real users.</p>

<h3>Previous year</h3>
<p></p>Check our <a href="https://clef-longeval-2023.github.io/">2023 website</a> to find information about previous years.</p>
<p>Check our <a href="https://clef-longeval.github.io/">2024 website</a> and <a href="https://clef-longeval-2023.github.io/">2023 website</a> to find information about previous years.</p>

<h3>Contact</h3>
<p><i> For Task 1. LongEval-Retrieval: <a href="mailto: longeval-ir-task@univ-grenoble-alpes.fr">longeval-ir-task@univ-grenoble-alpes.fr</a> </i> </p>
<p><i> For Task 2. LongEval-Classification: <a href="mailto: r.a.a.alkhalifa@qmul.ac.uk">Rabab Alkhalifa</a> </i></p>
<h3>Contact XX to be same of change?</h3>
<p><i> For Task 1. LongEval-WebRetrieval: <a href="mailto: longeval-ir-task@univ-grenoble-alpes.fr">longeval-ir-task@univ-grenoble-alpes.fr</a> </i> </p>
<p><i> For Task 2. LongEval-SciRetrieval: <a href="mailto: r.a.a.alkhalifa@qmul.ac.uk">Rabab Alkhalifa</a> </i></p>

<p> Join our <a href="https://join.slack.com/t/longeval/shared_invite/zt-1tmql633q-w20e3oNq157bkhzkRsxPIQ"> slack channel </a> for any question. </p>
</body>
Expand Down