Skip to content

Commit

Permalink
Update somd25.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmilaupadhyaya authored Feb 18, 2025
1 parent 889e7e7 commit e799466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2025/somd25.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
<div class="container marketing navbar-spacing">
<!-- LOGO AND TITLE -->
<div style="text-align: center; margin-bottom: 20px;">
<img src="./images/nfdi_logo.png" alt="SOMD 2025 Logo" style="width:150px; height:auto;">
<img src="images/nfdi_logo.png" alt="SOMD 2025 Logo" style="width:150px; height:auto;">
</div>
<div class="row featurette">
<div class="col-md-12">
<div style="display: flex; align-items: center; justify-content: center; margin-bottom: 20px;">
<h1 style="margin: 0;">Software Mention Detection (SOMD) 2025</h1>
<img src="./images/somd_logo.png" alt="SOMD 2025 Logo" style="width:100px; height:auto; margin-left: 15px;">
<img src="images/somd_logo.png" alt="SOMD 2025 Logo" style="width:100px; height:auto; margin-left: 15px;">
</div>
<p>Software plays an essential role in scientific research and is considered one of the crucial entity types in scholarly documents. However, the software is usually not cited formally in academic documents, resulting in various informal software mentions. Automatic identification and disambiguation of software mentions, related attributes, and the purpose of software mentions contributes to the better understanding, accessibility, and reproducibility of research but is a challenging task. </p>
<p>This competition invites participants to develop a system that detects software mentions and their attributes as named entities from scholarly texts and classifies the relationships between these entity pairs. The dataset includes sentences from full-text scholarly documents annotated with Named Entities and Relations. It contains various software types, such as Operating Systems or Applications, and attributes like URLs and version numbers.
Expand Down

0 comments on commit e799466

Please sign in to comment.