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 20, 2025
1 parent bcb9cbc commit 2208c29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 2025/somd25.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<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;">
</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>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 (<a href="#ref9">Schindler et al., 2021</a>). </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.
This task emphasizes the joint learning of Named Entity Recognition (NER) and Relation Extraction (RE) (<a href="#ref1">Hennen et al., 2024</a> ; <a href="#ref2">Cabot & Navigli, 2021 </a>; <a href="#ref4">Wadden et al., 2019</a>; <a href="#ref5">Ye et al., 2022</a>) to improve computational efficiency and model accuracy, moving away from traditional pipeline approaches (<a href="#ref6">Zeng et al., 2014</a>; <a href="#ref7">Zhang et al., 2017</a>) . Effective integration of NER and RE, as supported by relevant studies, significantly boosts performance (<a href="#ref3">Li & Ji, 2014</a>).
</p>
Expand Down Expand Up @@ -143,6 +143,11 @@ <h3>References</h3>
<a href="https://github.com/chakki-works/seqeval">Software available from https://github.com/chakki-works/seqeval</a>

</li>
<li id="ref9">
<cite>Schindler, D., Bensmann, F., Dietze, S., & Krüger, F. (2021).</cite> SoMeSci- A 5 Star Open Data Gold Standard Knowledge Graph of Software Mentions in Scientific Articles. 4574–4583.
<a href="https://doi.org/10.1145/3459637.3482017">DOI:10.1145/3459637.3482017</a>
</li>

</ul>


Expand Down

0 comments on commit 2208c29

Please sign in to comment.