tasksource/deberta-small-long-nli
Zero-Shot Classification
•
Updated
•
100k
•
37
head
stringlengths 3
11
| tail
stringlengths 1
39
| relation
stringclasses 6
values |
---|---|---|
cloak | carry | event |
bottle | contain | event |
pistol | bullet | mero |
phone | likely | random |
mackerel | retire | random |
penguin | inhabit | event |
spoon | libertarianism | random |
peach | lemon | coord |
coyote | bear | coord |
hawk | spot | event |
bookcase | date | random |
revolver | produce | event |
hotel | befriend | random |
parsley | trekking | random |
sieve | mine | random |
alligator | likely | random |
hotel | sit | event |
carrot | edict | random |
coyote | cat | coord |
butterfly | cricket | coord |
hawk | other | random |
bottle | gbp | random |
scooter | priority | random |
hammer | authorisation | random |
rifle | elector | random |
coyote | leg | mero |
cathedral | famous | attri |
stove | Serb | random |
sieve | disciple | random |
knife | sharpen | event |
blouse | hometown | random |
violin | expensive | attri |
coyote | rat | coord |
train | move | event |
glider | cockpit | mero |
restaurant | eat | event |
broccoli | radish | coord |
rake | plier | coord |
flute | saxophone | coord |
clarinet | do | random |
apricot | skin | mero |
freezer | agenda | random |
cat | donkey | coord |
tiger | establish | random |
cathedral | temple | hyper |
hammer | spade | coord |
whale | catfish | coord |
spoon | side-by-side | random |
washer | plug | mero |
whale | elephant | coord |
spear | clean | attri |
car | board | random |
falcon | see | event |
falcon | redo | random |
grape | endorsement | random |
cat | breathe | event |
oven | emulator | random |
cockroach | ugly | attri |
sweater | foster | random |
cockroach | vols | random |
rat | tatter | random |
potato | wash | event |
sheep | drink | event |
cat | meticulous | random |
beetle | brake | random |
cello | banjo | coord |
beetle | die | event |
pub | block | random |
cottage | cook | event |
vest | instrumental | random |
grenade | suitable | random |
cranberry | fresh | attri |
saw | baroness | random |
axe | artifact | hyper |
scarf | button | event |
glove | pullover | coord |
wasp | breathe | event |
library | push | random |
elephant | testimony | random |
robin | handicap | random |
knife | napkin | coord |
squirrel | fast | attri |
piano | large | attri |
fork | wash | event |
rifle | auditorium | random |
cathedral | practice | random |
goldfish | prospective | random |
tanker | nerve | random |
cypress | easy | random |
sieve | create | random |
couch | furniture | hyper |
coat | heavy | attri |
beet | cabbage | coord |
glove | elegant | attri |
motorcycle | sauce | random |
bear | frighten | event |
cathedral | bench | mero |
fridge | white | attri |
jacket | quote | random |
cloak | anarchist | random |
Five different datasets (BLESS
, CogALexV
, EVALution
, K&H+N
, ROOT09
) for lexical relation classification used in SphereRE.
This dataset contains 5 different word analogy questions used in Analogy Language Model.
name | train | validation | test |
---|---|---|---|
BLESS |
18582 | 1327 | 6637 |
CogALexV |
3054 | - | 4260 |
EVALution |
5160 | 372 | 1846 |
K&H+N |
40256 | 2876 | 14377 |
ROOT09 |
8933 | 638 | 3191 |
An example looks as follows.
{"head": "turtle", "tail": "live", "relation": "event"}
The stem
and tail
are the word pair and relation
is the corresponding relation label.
@inproceedings{wang-etal-2019-spherere,
title = "{S}phere{RE}: Distinguishing Lexical Relations with Hyperspherical Relation Embeddings",
author = "Wang, Chengyu and
He, Xiaofeng and
Zhou, Aoying",
booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
month = jul,
year = "2019",
address = "Florence, Italy",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/P19-1169",
doi = "10.18653/v1/P19-1169",
pages = "1727--1737",
abstract = "Lexical relations describe how meanings of terms relate to each other. Typical examples include hypernymy, synonymy, meronymy, etc. Automatic distinction of lexical relations is vital for NLP applications, and also challenging due to the lack of contextual signals to discriminate between such relations. In this work, we present a neural representation learning model to distinguish lexical relations among term pairs based on Hyperspherical Relation Embeddings (SphereRE). Rather than learning embeddings for individual terms, the model learns representations of relation triples by mapping them to the hyperspherical embedding space, where relation triples of different lexical relations are well separated. Experiments over several benchmarks confirm SphereRE outperforms state-of-the-arts.",
}
The LICENSE of all the resources are under CC-BY-NC-4.0. Thus, they are freely available for academic purpose or individual research, but restricted for commercial use.