sefeoglu / ODS_project_student

A new ontology matcher.
GNU General Public License v3.0
0 stars 2 forks source link

Run the projects for evaluation #23

Open sefeoglu opened 9 months ago

sefeoglu commented 9 months ago

Hi @Tazio-Faha , You and @JulianSampels will follow the following steps to prepare the results for conference track. You will complete step 4, 6 and 7.

Compute the alignment pairs for two ontologies. 
Get the names of the ontologies from the alignments folder.
Compute all the possible class pairs from those ontologies.
For example, cmt-conference.rdf
Consider cmt and conference ontologies.

1. Parse ontologies to get all the classes from those ontologies.
2. Ontology_pairs = cmt_classes*conference_classes
3. Then compute the random tree and walk algorithms for those classes to get their surrounding triples.
4. Run verbalizer
5. Run prompt template generator.
6. Run LLM
7. Run Evaluation 

Do this for all the alignment cases.

Best.