LLMs4OL Challenge¶
LLMs4OL is a community development initiative collocated with the International Semantic Web Conference (ISWC) to explore the potential of Large Language Models (LLMs) in Ontology Learning (OL), a vital process for enhancing the web with structured knowledge to improve interoperability. By leveraging LLMs, the challenge aims to advance understanding and innovation in OL, aligning with the goals of the Semantic Web to create a more intelligent and user-friendly web.
Edition |
Task |
Description |
|---|---|---|
|
Text2Onto |
Extract ontological terms and types from unstructured text. ID: Info: This task focuses on extracting foundational elements (Terms and Types) from unstructured text documents to build the initial structure of an ontology. It involves recognizing domain-relevant vocabulary (Term Extraction, SubTask 1) and categorizing it appropriately (Type Extraction, SubTask 2). It bridges the gap between natural language and structured knowledge representation. Example: COVID-19 is a term of the type Disease. |
|
Term Typing |
Discover the generalized type for a lexical term. ID: Info: The process of assigning a generalized type to each lexical term involves mapping lexical items to their most appropriate semantic categories or ontological classes. For example, in the biomedical domain, the term Example: Assign the type |
|
Taxonomy Discovery |
Discover the taxonomic hierarchy between type pairs. ID: Info: Taxonomy discovery focuses on identifying hierarchical relationships between types, enabling the construction of taxonomic structures (i.e., Example: Recognize that |
|
Non-Taxonomic Relation Extraction |
Identify non-taxonomic, semantic relations between types. ID: Info: This task aims to extract non-hierarchical (non-taxonomic) semantic relations between concepts in an ontology. Unlike taxonomy discovery, which deals with is-a relationships, this task focuses on other meaningful associations such as part-whole (part-of), causal (causes), functional (used-for), and associative (related-to) relationships. For example, in a medical ontology, discovering that Example: Identify that “virus” |
Note
Proceedings of 1st LLMs4OL Challenge @ ISWC 2024 available at https://www.tib-op.org/ojs/index.php/ocp/issue/view/169
Proceedings of 2nd LLMs4OL Challenge @ ISWC 2025 available at https://www.tib-op.org/ojs/index.php/ocp/issue/view/185
LLMs4OL Challenge Series Participants Learners