Skip to content

Commit

Permalink
Add Context25 Shared Task page
Browse files Browse the repository at this point in the history
  • Loading branch information
aakanksha19 committed Feb 14, 2025
1 parent 485a5cc commit 6d53771
Showing 1 changed file with 117 additions and 0 deletions.
117 changes: 117 additions & 0 deletions 2025/context25.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="4th Workshop on Scholarly Document Processing">

<title>5th Workshop on Scholarly Document Processing</title>

<!-- Bootstrap core CSS -->
<link href="./dist/css/bootstrap.min.css" rel="stylesheet">

<!-- Fira Sans font -->
<link href="https://fonts.googleapis.com/css?family=Fira+Sans&display=swap" rel="stylesheet">

<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->

<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

<!-- Custom styles for this template -->
<link href="styles.css" rel="stylesheet">

<!-- icons -->
<link rel="stylesheet" href="./font-awesome-4.1.0/css/font-awesome.min.css">

<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

</head>

<body>

<!-- NAVBAR ================================================== -->

<div class="navbar-wrapper"></div>
<script src="menu.js" type="text/javascript"></script>

<!-- MAIN CONTENT ============================================= -->

<div class="container marketing navbar-spacing">

<div class="row featurette">
<div class="col-md-12">
<h1>Context25: Evidence and Grounding Context Identification for Scientific Claims</h1>
<p>
Interpreting scientific claims in the context of empirical findings is a valuable practice, yet extremely time-consuming for researchers. Such interpretation of scientific claims requires identifying key results (from figures or tables) that provide supporting evidence from research papers, and contextualizing these results with associated methodological details (e.g., measures, sample, etc.). In this shared task, we are interested in automating identification of key results (or evidence) as well as additional grounding context to make claim interpretation more efficient.
</p>
<p>Context25 will have two tracks:</p>
<ul>
<li><b>Track 1:</b> Evidence Identification from PDFs</li>
<li><b>Track 2:</b> Grounding Context Identification</li>
</div>
</div>

<h2>Track 1: Evidence Identification from PDFs</h2>
<p>Given a scientific claim and the PDF for a relevant research paper, identify key figures or tables from the paper that provide supporting evidence for the claim. Performance on this task will be assessed with standard retrieval metrics like nDCG.
</p>

<h2>Track 2: Grounding Context Identification</h2>
<p>Given a scientific claim and a relevant research paper, identify all grounding context from the paper discussing methodological details of the experiment that resulted in this claim. This grounding context is typically dispersed throughout the full-text, often far from where the supporting evidence is presented. Performance on this task will be assessed with automated summarization evaluation metrics like ROUGE and BERTScore: a subset of the best-performing models will also be assessed with a manual evaluation by trained expert annotators.
</p>

<h2>Important Links</h2>
<ul>
<li>Dataset (to be released)</li>
<li><a href="mailto:[email protected]"></a></li>
</ul>

<h2>Shared Task Timeline</h2>
<ul>
<li>Training set release: March 31st (Monday), 2025</li>
<li>Test set release: May 5th (Monday), 2025</li>
<li>Result announcement: May 16th (Friday), 2025</li>
<li>Paper submission deadline: May 20th (Tuesday), 2025</li>
<li>Notification of acceptance: May 27th (Tuesday), 2025</li>
<li>Camera-ready paper due: June 9th (Monday), 2025</li>
<li>Workshop dates: July 31st-August 1st, 2025</li>
</ul>

<h2>Organizers</h2>
<p>Joel Chan (University of Maryland)</p>
<p>Matthew Akamatsu (University of Washington)</p>
<p>Aakanksha Naik (Allen Institute for AI)</p>


<!-- FOOTER ========================================== -->



<hr><br />

<footer>
<div class="footer-wrapper">
<div class="footer-left">
<p>Contact: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Sign up for updates: <a href="https://groups.google.com/g/sdproc-updates">https://groups.google.com/g/sdproc-updates</a></p>
<p>Follow us: <a href="https://twitter.com/SDPWorkshop">https://twitter.com/SDPWorkshop</a></p>
</div>
<div class="footer-right">
<a href="#">Back to top</a>
</div>
</footer>

</div>

<!-- Bootstrap core JavaScript ================================================== -->
<script src="./dist/js/bootstrap.min.js"></script>

</body>

</html>

0 comments on commit 6d53771

Please sign in to comment.