|
PairwiseDataset
Abstract class that defines the data container that stores the
entire dataset of parallel sentences, but internally this has been
re-structured so that every multiple ranking judgment (e.g.
|
|
RevertablePairwiseDataset
Abstract class for pairwise datasets whose internal structure
allows them to be reconstructed back to multi-class sets It
pre-supposes that there are unique pairs per entry (indexable
either by judgment_id or sentence_id)
|
|
RawPairwiseDataset
A data set that contains pairwise comparisons organized by human
judgment, i.e.
|
|
AnalyticPairwiseDataset
A data set that contains pairwise comparisons organized by sentence
id, i.e.
|
|
CompactPairwiseDataset
A data set that contains pairwise comparisons merged by sentence
id, i.e.
|
|
FilteredPairwiseDataset
|