Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ HiT-MiniLM-L12-SnomedCT is a HiT model trained on the SNOMED CT ontology with ra
|
|
35 |
<!-- Provide the basic links for the model. -->
|
36 |
|
37 |
- **Repository:** https://github.com/KRR-Oxford/HierarchyTransformers
|
38 |
-
- **Paper:** [Language Models as Hierarchy Encoders](
|
39 |
|
40 |
## Usage
|
41 |
|
@@ -87,7 +87,7 @@ subsumption_scores = dists + centri_score_weight * (parent_norms - child_norms)
|
|
87 |
```
|
88 |
|
89 |
Training and evaluation scripts are available at [GitHub](https://github.com/KRR-Oxford/HierarchyTransformers).
|
90 |
-
Technical details are presented in the [paper](
|
91 |
|
92 |
|
93 |
|
|
|
35 |
<!-- Provide the basic links for the model. -->
|
36 |
|
37 |
- **Repository:** https://github.com/KRR-Oxford/HierarchyTransformers
|
38 |
+
- **Paper:** [Language Models as Hierarchy Encoders](https://arxiv.org/abs/2401.11374)
|
39 |
|
40 |
## Usage
|
41 |
|
|
|
87 |
```
|
88 |
|
89 |
Training and evaluation scripts are available at [GitHub](https://github.com/KRR-Oxford/HierarchyTransformers).
|
90 |
+
Technical details are presented in the [paper](https://arxiv.org/abs/2401.11374).
|
91 |
|
92 |
|
93 |
|