Example dataset of paired comparisons for writing samples
Source:R/data-example_writing.R
example_writing_pairs.RdA complete set of unordered paired comparison outcomes for the
20 samples in example_writing_samples. For each
pair of IDs, the better_id field indicates which sample
is assumed to be better, based on the quality_score in
example_writing_samples.
Usage
data("example_writing_pairs")Format
A tibble with 190 rows and 3 variables:
- ID1
Character ID of the first sample in the pair.
- ID2
Character ID of the second sample in the pair.
- better_id
Character ID of the sample judged better in this pair (either
ID1orID2).
Details
This dataset is useful for demonstrating functions that process
paired comparisons (e.g., building Bradley-Terry data and
fitting btm models) without requiring any
calls to an LLM.