1. We noticed an important typo mistake in the submission page of the CodaLab regarding the submission format for Task B. Please use the "types" key in your submission file instead of "type". Previously, we mistakenly used the "type" key on the CodaLab submission page! So, your submission should be in the following format:
[
{"id": "sample 1 ID from test", "types": ["type-1", "type-8"]},
{"id": "sample 2 ID from test", "types": ["type-4", "type-8", "type-3"]},
{"id": "sample 3 ID from test", "types": ["type-3"]},
...
]
2. A clarification on "Dataset Policy": I would like to clarify that the goal of this challenge is to tackle a series of tasks aimed at constructing a primitive ontology from scratch. By overcoming the specified tasks, the resulting ontology will consist of new terms, types, and both taxonomic and non-taxonomic relations. To stay aligned with this objective, the use of existing ontologies to support or guide any subtasks that have some overlap is not allowed, as it would undermine the vision of building ontologies autonomously using LLMs. That said, you are permitted to provide some external context to your model—such as generating type descriptions or definitions using LLMs or other external resources—so long as these are not drawn from existing ontologies related to the tasks. Using unrelated ontologies with no overlap is acceptable, but if there is any overlap with those used in the challenge, it may conflict with the intended goals.
If your submission timeline is affected by any of the above points, please don't hesitate to let us know. We would be happy to assist you with a smooth submission.
Warm Regards,
Hamed
On behalf of the LLMs4OL Challenge Organization Team