LLMs4OL 2026 Submission
- Challenge: Task A — Primitive Ontology Extraction
- Team name: XuanJi
- Contact: Jiaqi Jin (jin.jiaqi@zte.com.cn)
Submission
This is an Option 2 (script-based) submission. The submission package llms4ol2026_Task A_Primitive Ontology Extraction.zip is attached to this issue as a file attachment.
Contents
llms4ol2026_Task A_Primitive Ontology Extraction.zip
https://github.com/daiping8/llms4ol_Task_A
BTW
The submission requirements that unittest.py must be used as the filename for unit tests. But a file literally named unittest.py placed on the run path shadows Python's standard-library unittest module; because the OntoLearner dependency (via torch) performs import unittest internally, the shadow caused a circular import failure. Renaming to test_suite.py resolves the conflict while keeping the same content and intent. See https://github.com/daiping8/llms4ol_Task_A#5-unit-tests for details.
LLMs4OL 2026 Submission
Submission
This is an Option 2 (script-based) submission. The submission package
llms4ol2026_Task A_Primitive Ontology Extraction.zipis attached to this issue as a file attachment.Contents
llms4ol2026_Task A_Primitive Ontology Extraction.zip
https://github.com/daiping8/llms4ol_Task_A
BTW
The submission requirements that
unittest.pymust be used as the filename for unit tests. But a file literally namedunittest.pyplaced on the run path shadows Python's standard-library unittest module; because the OntoLearner dependency (via torch) performs import unittest internally, the shadow caused a circular import failure. Renaming to test_suite.py resolves the conflict while keeping the same content and intent. See https://github.com/daiping8/llms4ol_Task_A#5-unit-tests for details.