Commit
·
3c3440e
1
Parent(s):
6ab9997
Update README.md
Browse files
README.md
CHANGED
@@ -31,9 +31,9 @@ The model is trained to perform a sequence classification task over phrase-level
|
|
31 |
## Intended uses & limitations
|
32 |
|
33 |
The scope of the model is not to run lexical entailment (i.e., hypernym detection). The model is trained solely to perform a very specific subset of phrase-level entailment, based on adjective-nouns phrases. The type of question you should ask the model are limited, and should have one of three forms:
|
34 |
-
- An
|
35 |
-
- An
|
36 |
-
- An
|
37 |
|
38 |
Linguistically speaking, adjectives belong to three macro classes (intersective, subsective, and intensional). From a linguistic and logical stand, these class shape the truth value of the three forms above. For instance, since red is an intersective adjective, the three from are all true. A subjective adjective like small allows just the first two, but not the last – that is, logically speaking, a small car is not a small vehicle.
|
39 |
|
|
|
31 |
## Intended uses & limitations
|
32 |
|
33 |
The scope of the model is not to run lexical entailment (i.e., hypernym detection). The model is trained solely to perform a very specific subset of phrase-level entailment, based on adjective-nouns phrases. The type of question you should ask the model are limited, and should have one of three forms:
|
34 |
+
- An *Adjective-Noun* is a *Noun* (e.g. A red car is a car)
|
35 |
+
- An *Adjective-Noun* is a *Hypernym(Noun)* (e.g. A red car is a vehicle)
|
36 |
+
- An *Adjective-Noun* is a *Adjective-Hypernym(Noun)* (e.g. A red car is a red vehicle)
|
37 |
|
38 |
Linguistically speaking, adjectives belong to three macro classes (intersective, subsective, and intensional). From a linguistic and logical stand, these class shape the truth value of the three forms above. For instance, since red is an intersective adjective, the three from are all true. A subjective adjective like small allows just the first two, but not the last – that is, logically speaking, a small car is not a small vehicle.
|
39 |
|