File size: 1,771 Bytes
87c8fe6 dd14878 98d5a99 87c8fe6 dd14878 87c8fe6 dd14878 87c8fe6 dd14878 87c8fe6 dd14878 87c8fe6 dd14878 87c8fe6 dd14878 87c8fe6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
---
license: apache-2.0
language:
- en
base_model:
- google-bert/bert-base-uncased
pipeline_tag: token-classification
tags:
- ontology
- ontologymapping
- construction
- civilengineering
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
## Model Details
### Model Description
ConstructionBERT is designed to facilitate ontology mapping tasks in the construction domain. Ontology mapping, or alignment, is crucial for integrating diverse data sources, enabling seamless information exchange, and enhancing interoperability among systems. By understanding and aligning different ontological representations, ConstructionBERT aids in standardizing terminologies and relationships within construction datasets.
The bert version to process the training is https://huggingface.co/distilbert/distilbert-base-uncased.
### Model Sources [optional]
The idea and process to create the model is based on https://github.com/KRR-Oxford/BERTMap/tree/main.
The data for training of the model provided by: https://github.com/zhongyunshun/domain-corpora and https://www.sciencedirect.com/science/article/pii/S0926580524000529
We compined both approaches and fine tuned the data with already existing mapping files of OCQA and DiCON to various other ontologies. The training file is provided in the following:
## Uses
The model should be used for ontology mapping tasks of OCQA and DiCON to other ontologies.
### Downstream Use [optional] / Out-of-Scope Use
No furhter use cases are described or intended.
|