Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawhy committed Jul 26, 2023
1 parent 201b9f8 commit e17c3c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/ontolama.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!!! credit "paper"

Paper for OntoLAMA:
[Language Model Analysis for Ontology Subsumption Inference (Findings of ACL 2023, to appear)](https://arxiv.org/abs/2302.06761).
[Language Model Analysis for Ontology Subsumption Inference (Findings of ACL 2023)](https://aclanthology.org/2023.findings-acl.213).

```
@inproceedings{he-etal-2023-language,
Expand Down
4 changes: 2 additions & 2 deletions src/deeponto/onto/ontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ def check_assumed_disjoint(self, owl_class1: OWLClassExpression, owl_class2: OWL
!!! credit "Paper"
The definition of **Assumed Disjointness** comes from the paper:
[Language Model Analysis for Ontology Subsumption Inference](https://arxiv.org/abs/2302.06761).
[Language Model Analysis for Ontology Subsumption Inference](https://aclanthology.org/2023.findings-acl.213).
!!! note "Assumed Disjointness (Definition)"
Two class expressions $C$ and $D$ are assumed to be disjoint if they meet the followings:
Expand Down Expand Up @@ -799,7 +799,7 @@ def check_assumed_disjoint_alternative(
!!! credit "Paper"
The definition of **Assumed Disjointness** comes from the paper:
[Language Model Analysis for Ontology Subsumption Inference](https://arxiv.org/abs/2302.06761).
[Language Model Analysis for Ontology Subsumption Inference](https://aclanthology.org/2023.findings-acl.213).
The practical alternative version of [`check_assumed_disjoint`][deeponto.onto.OntologyReasoner.check_assumed_disjoint]
with following conditions:
Expand Down

0 comments on commit e17c3c8

Please sign in to comment.