HamedBabaei / LLMs4OM

LLMs4OM: Matching Ontologies with Large Language Models
MIT License
21 stars 1 forks source link

read papers from OM2023 #2

Closed HamedBabaei closed 1 year ago

HamedBabaei commented 1 year ago

meanwhile i will update the paper with related works that I am studying!

HamedBabaei commented 1 year ago

Conversational ontology alignment with ChatGPT

HamedBabaei commented 1 year ago

Ontology Matching using Textual Class Descriptions

HamedBabaei commented 1 year ago

Combining Word and Sentence Embeddings with Alignment Extension for Property Matching

HamedBabaei commented 1 year ago

Truveta Mapper: A Zero-shot Ontology Alignment Framework

HamedBabaei commented 1 year ago

Exploring Large Language Models for Ontology Alignment

Given the lists of names and hierarchical relationships associated with two concepts, your task is to determine whether
these concepts are identical or not. Consider the following:

Source Concept Names: <list of concept names>

Parent Concepts of the Source Concept: <list of concept names>

Child Concepts of the Source Concept: <list of concept names>

... (same for the target concept)

Analyze the names and the hierarchical information provided for each concept and provide a conclusion on whether these two concepts are identical or different (“Yes” or “No”) based on their associated names and hierarchical relationships.