File size: 653 Bytes
7311b43
 
 
 
 
 
 
 
 
 
 
7e8f2b4
 
 
1b3544b
7311b43
 
 
 
 
 
12a4cf0
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
dataset_info:
  features:
  - name: text_a
    dtype: string
  - name: text_b
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 2524945
    num_examples: 14157
  download_size: 1681441
  dataset_size: 2524945
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
Demo of pairwise classification for Baskerville

From upworthy: https://upworthy.natematias.com/about-the-archive.html
Which was later used in [SAE's for hypothesis generation](https://arxiv.org/pdf/2502.04382)

Transformed to just be pairs of [headline_A, headline_B, A_win]
A_win is 0 if B won, 1 if A won