Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
RuHae commited on
Commit
a7e8b31
·
verified ·
1 Parent(s): 2e0aa65

Upload folder using huggingface_hub

Browse files
Meta/test.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Meta/test_rules.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Meta/test_rules_cot.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Meta/train.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Meta/train_rules.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Meta/val.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Meta/val_rules.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Meta/val_rules_cot.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Mono/test.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Mono/test_rules.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Mono/test_rules_cot.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Mono/train.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Mono/train_rules.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Mono/val.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Mono/val_rules.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Mono/val_rules_cot.csv CHANGED
The diff for this file is too large to render. See raw diff
 
README.md CHANGED
@@ -1,5 +1,42 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Rail2Country
@@ -9,6 +46,18 @@ license: mit
9
 
10
  This is the dataset corresponding to the paper "ActivationReasoning: Logical Reasoning in Latent Activation Spaces".
11
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
 
14
 
 
1
  ---
2
  license: mit
3
+ configs:
4
+ - config_name: Mono
5
+ data_files:
6
+ - split: train
7
+ path: "Mono/train.csv"
8
+ - split: train w/ rules
9
+ path: "Mono/train_rules.csv"
10
+ - split: validation
11
+ path: "Mono/val.csv"
12
+ - split: validation w/ rules
13
+ path: "Mono/val_rules.csv"
14
+ - split: validation CoT w/ rules
15
+ path: "Mono/val_rules_cot.csv"
16
+ - split: test
17
+ path: "Mono/test.csv"
18
+ - split: test w/ rules
19
+ path: "Mono/test_rules.csv"
20
+ - split: test CoT w/ rules
21
+ path: "Mono/test_rules_cot.csv"
22
+ - config_name: Meta
23
+ data_files:
24
+ - split: train
25
+ path: "Meta/train.csv"
26
+ - split: train w/ rules
27
+ path: "Meta/train_rules.csv"
28
+ - split: validation
29
+ path: "Meta/val.csv"
30
+ - split: validation w/ rules
31
+ path: "Meta/val_rules.csv"
32
+ - split: validation CoT w/ rules
33
+ path: "Meta/val_rules_cot.csv"
34
+ - split: test
35
+ path: "Meta/test.csv"
36
+ - split: test w/ rules
37
+ path: "Meta/test_rules.csv"
38
+ - split: test CoT w/ rules
39
+ path: "Meta/test_rules_cot.csv"
40
  ---
41
 
42
  # Rail2Country
 
46
 
47
  This is the dataset corresponding to the paper "ActivationReasoning: Logical Reasoning in Latent Activation Spaces".
48
 
49
+ ## Dataset subsets
50
+
51
+
52
+
53
+ ## Dataset Columns
54
+
55
+ | Column Name | Type | Description |
56
+ | - | - | - |
57
+ |prompt| str | Task prompt with train description |
58
+ |label|str| Country of the prompt train |
59
+
60
+
61
 
62
 
63