<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Preface of the Second International Biochemical Knowledge Extraction Challenge (BiKE)</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Edgard Marx</string-name>
          <email>edgard.marx@htwk-leipzig.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marilia Valli</string-name>
          <email>marilia.valli@ifsc.usp.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>João da Silva e Silva</string-name>
          <email>jvictor.ssilva@ifsc.usp.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paulo Viviurka do Carmo</string-name>
          <email>paulo.carmo@htwk-leipzig.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>(University of Kenya</institution>
          ,
          <country country="KE">Kenya)</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Leipzig University of Applied Science</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>São Paulo University</institution>
          ,
          <country country="BR">Brazil</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Tsotsa Lab by Furel Teguimene, Fidel Jiomekong, Sanju Tiwari (University of Youndé</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Over five decades of research on biodiversity, documented in scientific literature, hold immense potential for advancing various scientific domains. When systematically organized and disseminated through knowledge graphs, this wealth of information becomes significantly more accessible. Such structured representation can support the development of diverse scientific disciplines and the creation of environmentally sustainable, high-value products, while also informing public policy to benefit both scientific progress and the strengthening of the bioeconomy.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Articles Alignment using K-BERT</title>
    </sec>
    <sec id="sec-2">
      <title>Brazil)</title>
    </sec>
    <sec id="sec-3">
      <title>Cameroon)</title>
    </sec>
    <sec id="sec-4">
      <title>The following teams withdrew during the peer review process:</title>
      <p>The Biochemical Knowledge Extraction (BiKE) Challenge invited researchers to participate in
either reusing existing methodologies or developing novel and innovative approaches for the
extraction of biochemical information. Participants were tasked with extracting pertinent data
from biochemical research articles and constructing a Biochemical Knowledge Graph (BKG)
using a predefined ontology. A Biochemical Knowledge Graph is a structured representation
that includes biological and chemical information derived from living organisms.</p>
      <sec id="sec-4-1">
        <title>Training and Test Datasets</title>
        <p>
          The training and evaluation dataset was compiled from several hundred peer-reviewed scientific
articles, encompassing data on over 2,521 distinct natural product extraction scenarios. This
dataset was meticulously curated by experts in chemistry, who manually reviewed the literature
to annotate four key properties for each natural product described. For the purposes of this
challenge, the focus was on five specific NuBBE properties used for training and prediction: (
          <xref ref-type="bibr" rid="ref1">1</xref>
          )
the compound name (rdfs:label), (
          <xref ref-type="bibr" rid="ref2">2</xref>
          ) bioactivity (nubbe:biologicalActivity), (
          <xref ref-type="bibr" rid="ref3">3</xref>
          ) the species from
which natural products were extracted (nubbe:collectionSpecie), (4) the collection site of these
species (nubbe:collectionSite), and (5) the isolation type (nubbe:collectionType).
        </p>
        <p>In each training split, all papers were included. However, for the corresponding test splits,
all links to manually extracted features were removed. Consequently, these test papers were
disconnected from the broader knowledge graph. To support reconstruction, the provided
Python code—leveraging the networkx library—utilized topics extracted via BERTopic for
reestablishing connections within the knowledge graph. Topics assigned in this process were
ifltered according to a specific criterion: any topic appearing in more than 80% of the examples
was excluded due to insuficient discriminatory power.</p>
        <p>An additional component of the challenge was to devise alternative methods for
reconnecting the knowledge graph using automatically extracted features, such as citation networks,
authorship data, and conference associations.</p>
        <p>Participants were given access to the original flat dataset, the initial networkx-based
knowledge graph, and ten pre-randomized train/test splits. In each split, connections were
preserved in the training set and removed in the test set. For every split, a prepared networkx
representation of the knowledge graph was also provided. The full source code and
documentation for the benchmark, referred to as NatUKE [1], are publicly accessible at: https:
//github.com/AKSW/natuke.</p>
      </sec>
      <sec id="sec-4-2">
        <title>Evaluation Metrics</title>
        <p>
          The challenge was focused on ranking the correct document prediction of real links that were
hidden in the knowledge graph. Together with MRR (Mean Reciprocal Rank), hits@k is a
ranking metric for when there is only one correct document. On the other hand, mAP (mean
Average Precision) and nDCG (normalized Discounted Cumulative Gain) are designed for
ranking when a list of relevant documents is available. The hits@k was chosen because it allows
the evaluation of each characteristic extraction with reasonable expectations by customizing
the k value. Following the rule used in NatUKE, the final k values in this table are from 1 to 50,
considering values multiples of 5 and two thresholds: (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ) a score equal to or higher than 0.50 is
achieved; and (
          <xref ref-type="bibr" rid="ref2">2</xref>
          ) a score equal to or higher than 0.20 is achieved. Please refer to the NatUKE
benchmark paper for further details.
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>Best Knowledge Extraction Awards</title>
        <p>The Best Extraction Method award was established to honor the top three participants who
demonstrated exceptional proficiency, dedication, and a deep understanding of the concepts and
methodologies involved in extracting relevant information from complex biochemical datasets.
These individuals exhibited outstanding analytical reasoning, problem-solving capabilities, and
an advanced command of state-of-the-art computational tools and techniques.</p>
        <p>Each award was accompanied by a personalized certificate of recognition, highlighting the
recipient’s name and specific achievements within the context of the workshop. The recipients
of the Best Extraction Method award in the second edition of the BiKE Challenge were:
1st Large Language Models Ensemble for Biochemical Properties Detection in
Scientific Articles
Marcos Paulo Silva Gôlo, Jose Gilberto Barbosa de Medeiros Junior, Gabriele Souza Vilas
Boas, Fábio Manoel França Lobato, Diego Furtado Silva and Ricardo Marcondes Marcacini
2nd SPHOTA: Knowledge Graph Structure Prediction with a Hybrid Orientation of
Textual Alignment using K-BERT</p>
        <p>Bharath Chand and Sanju Tiwari</p>
        <p>In this challenge version, Gôlo et al. [2] shifts focus from graph-based methods to direct
textual analysis using large-scale language models for biochemical property extraction. This
work explores three distinct LLM strategies: zero-shot prompting using proprietary models such
as GPT-4.1 and Gemini 2.5, few-shot prompting using open-source Qwen3 models, and
finetuning using QLoRA on a 32-billion-parameter Qwen model. In the zero-shot setting, prompt
engineering enables models to extract compound names, bioactivities, species, collection sites,
and isolation types directly from scientific texts without additional training. The few-shot
approach incorporates labeled examples into prompts to guide open-source models with limited
context. The fine-tuning method creates five single-task models, each specialized in extracting
a specific property. To enhance performance further, the study proposes an ensemble strategy
that merges the outputs of GPT-4.1 and Gemini 2.5, leveraging their complementary strengths.
The ensemble consistently outperforms individual models and graph-based baselines, achieving
state-of-the-art results on the NatUKE benchmark, particularly in accurately identifying species
and compound names.</p>
        <p>Chand and Tiwari [3] proposes a hybrid link prediction method that combines
K-BERTgenerated textual embeddings with graph-based regularization. Building on the EPHEN model,
the approach injects contextual information from scientific texts into a knowledge graph and
propagates these embeddings to non-textual nodes. Link prediction is performed via
nearestneighbor retrieval in the embedding space. Evaluated on the NatUKE benchmark, the method
outperforms traditional graph embedding techniques by efectively integrating semantic and
structural information.</p>
        <p>• Edgard Marx, Leipzig University of Applied Sciences (HTWK), Germany
• Marilia Valli, São Paulo University (USP), Brazil
• João Victor da Silva e Silva, São Paulo University (USP), Brazil
• Paulo Ricardo Viviurka do Carmo, Leipzig University of Applied Sciences (HTWK),</p>
        <p>Germany</p>
      </sec>
      <sec id="sec-4-4">
        <title>General Chair</title>
      </sec>
      <sec id="sec-4-5">
        <title>Organizing Committee</title>
      </sec>
      <sec id="sec-4-6">
        <title>Advisory Committee</title>
        <p>• Vanderlan da Silva Bozani, Sao Paulo State University (UNESP), Brazil
• Adriano Defini Andricopulo, Sao Paulo University (USP), Brazil
• Thomas Riechert, Leipzig University of Applied Sciences (HTWK), Germany
• Alan Pilon, Sao Paulo University (USP), Brazil</p>
      </sec>
      <sec id="sec-4-7">
        <title>Acknowledgements</title>
        <p>The editors would like to thank the advisory team, authors, program committee, and other
organizers for their constant support in making this event successful.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>P. V.</given-names>
            <surname>Do Carmo</surname>
          </string-name>
          , E. Marx,
          <string-name>
            <given-names>R.</given-names>
            <surname>Marcacini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Valli</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. V.</surname>
          </string-name>
          <article-title>Silva e Silva, A. Pilon, NatUKE: A Benchmark for Natural Product Knowledge Extraction from Academic Literature</article-title>
          , in: 2023
          <source>IEEE 17th International Conference on Semantic Computing (ICSC)</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>199</fpage>
          -
          <lpage>203</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICSC56153.
          <year>2023</year>
          .
          <volume>00039</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M. P. S.</given-names>
            <surname>Gôlo</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. G. B. de Medeiros Junior</surname>
            ,
            <given-names>G. S. V.</given-names>
          </string-name>
          <string-name>
            <surname>Boas</surname>
            ,
            <given-names>F. M. F.</given-names>
          </string-name>
          <string-name>
            <surname>Lobato</surname>
            ,
            <given-names>D. F.</given-names>
          </string-name>
          <string-name>
            <surname>Silva</surname>
            ,
            <given-names>R. M.</given-names>
          </string-name>
          <string-name>
            <surname>Marcacini</surname>
          </string-name>
          ,
          <article-title>Large language models ensemble for biochemical properties detection in scientific articles, in: Proceedings of the Second Biochemical Knowledge Extraction (BiKE) challenge co-located with Text2KG at ESWC 2025</article-title>
          , BiKE'25,
          <string-name>
            <surname>CEUR</surname>
          </string-name>
          ,
          <year>2025</year>
          . Published Digitally.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>B.</given-names>
            <surname>Chand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tiwari</surname>
          </string-name>
          ,
          <article-title>Sphota: Knowledge graph structure prediction with a hybrid orientation of textual alignment using K-BERT, in: Proceedings of the Second Biochemical Knowledge Extraction (BiKE) challenge co-located with Text2KG at ESWC 2025</article-title>
          , BiKE'25,
          <string-name>
            <surname>CEUR</surname>
          </string-name>
          ,
          <year>2025</year>
          . Published Digitally.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>