class documentation

Container for RTE text-hypothesis pairs.

The entailment relation is signalled by the value attribute in RTE1, and by entailment in RTE2 and RTE3. These both get mapped on to the entailment attribute of this class.

Method __init__ No summary
Method __repr__ Undocumented
Instance Variable challenge Undocumented
Instance Variable gid Undocumented
Instance Variable hyp Undocumented
Instance Variable id Undocumented
Instance Variable length Undocumented
Instance Variable task Undocumented
Instance Variable text Undocumented
Instance Variable value Undocumented
def __init__(self, pair, challenge=None, id=None, text=None, hyp=None, value=None, task=None, length=None): (source)
Parameters
pairUndocumented
challengeversion of the RTE challenge (i.e., RTE1, RTE2 or RTE3)
ididentifier for the pair
textthe text component of the pair
hypthe hypothesis component of the pair
valueclassification label for the pair
taskattribute for the particular NLP task that the data was drawn from
lengthattribute for the length of the text of the pair
def __repr__(self): (source)

Undocumented

challenge = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented