bboldt commited on
Commit
577e071
β€’
1 Parent(s): 020800a

Add nav-to-center system and random seeds for egg-disc

Browse files
This view is limited to 50 files because it contains too many changes. Β  See raw diff
Files changed (50) hide show
  1. .gitignore +8 -0
  2. .gitmodules +3 -0
  3. croissant.json +933 -65
  4. data/egg-discrimination/code/run.py +9 -3
  5. data/egg-discrimination/data/{4-attr_4-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_0-seed}/corpus.json +1 -1
  6. data/egg-discrimination/data/{6-attr_6-val_9-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_0-seed}/corpus.jsonl +1 -1
  7. data/egg-discrimination/data/{6-attr_6-val_9-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_0-seed}/metadata.json +6 -6
  8. data/egg-discrimination/data/{6-attr_6-val_9-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_1-seed}/corpus.json +1 -1
  9. data/egg-discrimination/data/{4-attr_4-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_1-seed}/corpus.jsonl +1 -1
  10. data/egg-discrimination/data/{4-attr_4-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_1-seed}/metadata.json +6 -6
  11. data/egg-discrimination/data/{8-attr_8-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_2-seed}/corpus.json +1 -1
  12. data/egg-discrimination/data/{6-attr_6-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_2-seed}/corpus.jsonl +1 -1
  13. data/egg-discrimination/data/{8-attr_8-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_2-seed}/metadata.json +6 -6
  14. data/egg-discrimination/data/{6-attr_6-val_3-dist_10-vocab_10-len β†’ 6-attr_6-val_3-dist_0-seed}/corpus.json +1 -1
  15. data/egg-discrimination/data/{8-attr_8-val_3-dist_10-vocab_10-len β†’ 6-attr_6-val_3-dist_0-seed}/corpus.jsonl +1 -1
  16. data/egg-discrimination/data/6-attr_6-val_3-dist_0-seed/metadata.json +19 -0
  17. data/egg-discrimination/data/6-attr_6-val_3-dist_1-seed/corpus.json +3 -0
  18. data/egg-discrimination/data/6-attr_6-val_3-dist_1-seed/corpus.jsonl +3 -0
  19. data/egg-discrimination/data/{6-attr_6-val_3-dist_10-vocab_10-len β†’ 6-attr_6-val_3-dist_1-seed}/metadata.json +6 -6
  20. data/egg-discrimination/data/6-attr_6-val_3-dist_2-seed/corpus.json +3 -0
  21. data/egg-discrimination/data/6-attr_6-val_3-dist_2-seed/corpus.jsonl +3 -0
  22. data/egg-discrimination/data/6-attr_6-val_3-dist_2-seed/metadata.json +19 -0
  23. data/egg-discrimination/data/6-attr_6-val_9-dist_0-seed/corpus.json +3 -0
  24. data/egg-discrimination/data/6-attr_6-val_9-dist_0-seed/corpus.jsonl +3 -0
  25. data/egg-discrimination/data/6-attr_6-val_9-dist_0-seed/metadata.json +19 -0
  26. data/egg-discrimination/data/6-attr_6-val_9-dist_1-seed/corpus.json +3 -0
  27. data/egg-discrimination/data/6-attr_6-val_9-dist_1-seed/corpus.jsonl +3 -0
  28. data/egg-discrimination/data/6-attr_6-val_9-dist_1-seed/metadata.json +19 -0
  29. data/egg-discrimination/data/6-attr_6-val_9-dist_2-seed/corpus.json +3 -0
  30. data/egg-discrimination/data/6-attr_6-val_9-dist_2-seed/corpus.jsonl +3 -0
  31. data/egg-discrimination/data/6-attr_6-val_9-dist_2-seed/metadata.json +19 -0
  32. data/egg-discrimination/data/8-attr_8-val_3-dist_0-seed/corpus.json +3 -0
  33. data/egg-discrimination/data/8-attr_8-val_3-dist_0-seed/corpus.jsonl +3 -0
  34. data/egg-discrimination/data/8-attr_8-val_3-dist_0-seed/metadata.json +19 -0
  35. data/egg-discrimination/data/8-attr_8-val_3-dist_1-seed/corpus.json +3 -0
  36. data/egg-discrimination/data/8-attr_8-val_3-dist_1-seed/corpus.jsonl +3 -0
  37. data/egg-discrimination/data/8-attr_8-val_3-dist_1-seed/metadata.json +19 -0
  38. data/egg-discrimination/data/8-attr_8-val_3-dist_2-seed/corpus.json +3 -0
  39. data/egg-discrimination/data/8-attr_8-val_3-dist_2-seed/corpus.jsonl +3 -0
  40. data/egg-discrimination/data/8-attr_8-val_3-dist_2-seed/metadata.json +19 -0
  41. data/egg-discrimination/metadata.yml +45 -4
  42. data/nav-to-center/code/environment.editable.yml +13 -0
  43. data/nav-to-center/code/repo +1 -0
  44. data/nav-to-center/code/run.sh +22 -0
  45. data/nav-to-center/data/lexicon_size_11/corpus.json +3 -0
  46. data/nav-to-center/data/lexicon_size_11/corpus.jsonl +3 -0
  47. data/nav-to-center/data/lexicon_size_11/metadata.json +19 -0
  48. data/nav-to-center/data/lexicon_size_118/corpus.json +3 -0
  49. data/nav-to-center/data/lexicon_size_118/corpus.jsonl +3 -0
  50. data/nav-to-center/data/lexicon_size_118/metadata.json +19 -0
.gitignore CHANGED
@@ -3,3 +3,11 @@ input-data/
3
  .direnv/
4
  .envrc
5
  __pycache__/
 
 
 
 
 
 
 
 
 
3
  .direnv/
4
  .envrc
5
  __pycache__/
6
+
7
+ # Files generated by analysis script
8
+ big-table-1.tex
9
+ big-table-2.tex
10
+ big-table-3.tex
11
+ big-table-4.tex
12
+ summary.tex
13
+ table.csv
.gitmodules CHANGED
@@ -19,3 +19,6 @@
19
  [submodule "library/babyai-sr/code/repo"]
20
  path = data/babyai-sr/code/repo
21
  url = https://github.com/brendon-boldt/babyai_sr
 
 
 
 
19
  [submodule "library/babyai-sr/code/repo"]
20
  path = data/babyai-sr/code/repo
21
  url = https://github.com/brendon-boldt/babyai_sr
22
+ [submodule "data/nav-to-center/code/filex-emergent-language"]
23
+ path = data/nav-to-center/code/repo
24
+ url = https://github.com/brendon-boldt/filex-emergent-language
croissant.json CHANGED
@@ -49,7 +49,7 @@
49
  "description": "ELCC is a collection of emergent language corpora with accompanying metadata and analyses.",
50
  "conformsTo": "http://mlcommons.org/croissant/1.0",
51
  "citeAs": "@misc{boldt2024elcc,\n title = \"{ELCC}: the Emergent Language Corpus Collection\",\n author = \"Brendon Boldt and David Mortensen\",\n year = 2024,\n url = \"https://huggingface.co/datasets/bboldt/elcc\",\n}",
52
- "datePublished": "2024-06-06 00:34:17.083028+00:00",
53
  "keywords": [
54
  "emergent communication",
55
  "emergent language",
@@ -319,42 +319,122 @@
319
  },
320
  {
321
  "@type": "cr:FileObject",
322
- "@id": "data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.json",
323
- "name": "data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.json",
324
  "containedIn": {
325
  "@id": "hf-repo"
326
  },
327
- "contentUrl": "data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.json",
328
  "encodingFormat": "text/plain"
329
  },
330
  {
331
  "@type": "cr:FileObject",
332
- "@id": "data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.json",
333
- "name": "data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.json",
334
  "containedIn": {
335
  "@id": "hf-repo"
336
  },
337
- "contentUrl": "data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.json",
338
  "encodingFormat": "text/plain"
339
  },
340
  {
341
  "@type": "cr:FileObject",
342
- "@id": "data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.json",
343
- "name": "data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.json",
344
  "containedIn": {
345
  "@id": "hf-repo"
346
  },
347
- "contentUrl": "data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.json",
348
  "encodingFormat": "text/plain"
349
  },
350
  {
351
  "@type": "cr:FileObject",
352
- "@id": "data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.json",
353
- "name": "data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.json",
354
  "containedIn": {
355
  "@id": "hf-repo"
356
  },
357
- "contentUrl": "data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.json",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
358
  "encodingFormat": "text/plain"
359
  },
360
  {
@@ -447,6 +527,206 @@
447
  "contentUrl": "data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.json",
448
  "encodingFormat": "text/plain"
449
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
450
  {
451
  "@type": "cr:FileObject",
452
  "@id": "data/rlupus/data/21-player.run-0/corpus.json",
@@ -1046,17 +1326,17 @@
1046
  },
1047
  {
1048
  "@type": "cr:RecordSet",
1049
- "@id": "egg-discrimination/4-attr_4-val_3-dist_10-vocab_10-len",
1050
- "name": "egg-discrimination/4-attr_4-val_3-dist_10-vocab_10-len",
1051
  "field": [
1052
  {
1053
  "@type": "cr:Field",
1054
- "@id": "egg-discrimination/4-attr_4-val_3-dist_10-vocab_10-len/content",
1055
  "name": "content",
1056
  "dataType": "sc:Text",
1057
  "source": {
1058
  "fileObject": {
1059
- "@id": "data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.json"
1060
  },
1061
  "extract": {
1062
  "fileProperty": "content"
@@ -1067,17 +1347,17 @@
1067
  },
1068
  {
1069
  "@type": "cr:RecordSet",
1070
- "@id": "egg-discrimination/6-attr_6-val_3-dist_10-vocab_10-len",
1071
- "name": "egg-discrimination/6-attr_6-val_3-dist_10-vocab_10-len",
1072
  "field": [
1073
  {
1074
  "@type": "cr:Field",
1075
- "@id": "egg-discrimination/6-attr_6-val_3-dist_10-vocab_10-len/content",
1076
  "name": "content",
1077
  "dataType": "sc:Text",
1078
  "source": {
1079
  "fileObject": {
1080
- "@id": "data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.json"
1081
  },
1082
  "extract": {
1083
  "fileProperty": "content"
@@ -1088,17 +1368,17 @@
1088
  },
1089
  {
1090
  "@type": "cr:RecordSet",
1091
- "@id": "egg-discrimination/6-attr_6-val_9-dist_10-vocab_10-len",
1092
- "name": "egg-discrimination/6-attr_6-val_9-dist_10-vocab_10-len",
1093
  "field": [
1094
  {
1095
  "@type": "cr:Field",
1096
- "@id": "egg-discrimination/6-attr_6-val_9-dist_10-vocab_10-len/content",
1097
  "name": "content",
1098
  "dataType": "sc:Text",
1099
  "source": {
1100
  "fileObject": {
1101
- "@id": "data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.json"
1102
  },
1103
  "extract": {
1104
  "fileProperty": "content"
@@ -1109,17 +1389,17 @@
1109
  },
1110
  {
1111
  "@type": "cr:RecordSet",
1112
- "@id": "egg-discrimination/8-attr_8-val_3-dist_10-vocab_10-len",
1113
- "name": "egg-discrimination/8-attr_8-val_3-dist_10-vocab_10-len",
1114
  "field": [
1115
  {
1116
  "@type": "cr:Field",
1117
- "@id": "egg-discrimination/8-attr_8-val_3-dist_10-vocab_10-len/content",
1118
  "name": "content",
1119
  "dataType": "sc:Text",
1120
  "source": {
1121
  "fileObject": {
1122
- "@id": "data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.json"
1123
  },
1124
  "extract": {
1125
  "fileProperty": "content"
@@ -1130,17 +1410,17 @@
1130
  },
1131
  {
1132
  "@type": "cr:RecordSet",
1133
- "@id": "egg-reconstruction/4-attr_4-val_10-vocab_10-len",
1134
- "name": "egg-reconstruction/4-attr_4-val_10-vocab_10-len",
1135
  "field": [
1136
  {
1137
  "@type": "cr:Field",
1138
- "@id": "egg-reconstruction/4-attr_4-val_10-vocab_10-len/content",
1139
  "name": "content",
1140
  "dataType": "sc:Text",
1141
  "source": {
1142
  "fileObject": {
1143
- "@id": "data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.json"
1144
  },
1145
  "extract": {
1146
  "fileProperty": "content"
@@ -1151,17 +1431,17 @@
1151
  },
1152
  {
1153
  "@type": "cr:RecordSet",
1154
- "@id": "egg-reconstruction/6-attr_6-val_10-vocab_10-len",
1155
- "name": "egg-reconstruction/6-attr_6-val_10-vocab_10-len",
1156
  "field": [
1157
  {
1158
  "@type": "cr:Field",
1159
- "@id": "egg-reconstruction/6-attr_6-val_10-vocab_10-len/content",
1160
  "name": "content",
1161
  "dataType": "sc:Text",
1162
  "source": {
1163
  "fileObject": {
1164
- "@id": "data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.json"
1165
  },
1166
  "extract": {
1167
  "fileProperty": "content"
@@ -1172,17 +1452,17 @@
1172
  },
1173
  {
1174
  "@type": "cr:RecordSet",
1175
- "@id": "egg-reconstruction/8-attr_8-val_10-vocab_10-len",
1176
- "name": "egg-reconstruction/8-attr_8-val_10-vocab_10-len",
1177
  "field": [
1178
  {
1179
  "@type": "cr:Field",
1180
- "@id": "egg-reconstruction/8-attr_8-val_10-vocab_10-len/content",
1181
  "name": "content",
1182
  "dataType": "sc:Text",
1183
  "source": {
1184
  "fileObject": {
1185
- "@id": "data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.json"
1186
  },
1187
  "extract": {
1188
  "fileProperty": "content"
@@ -1193,17 +1473,17 @@
1193
  },
1194
  {
1195
  "@type": "cr:RecordSet",
1196
- "@id": "generalizations-mu-goodman/cub-concept",
1197
- "name": "generalizations-mu-goodman/cub-concept",
1198
  "field": [
1199
  {
1200
  "@type": "cr:Field",
1201
- "@id": "generalizations-mu-goodman/cub-concept/content",
1202
  "name": "content",
1203
  "dataType": "sc:Text",
1204
  "source": {
1205
  "fileObject": {
1206
- "@id": "data/generalizations-mu-goodman/data/cub-concept/corpus.json"
1207
  },
1208
  "extract": {
1209
  "fileProperty": "content"
@@ -1214,17 +1494,17 @@
1214
  },
1215
  {
1216
  "@type": "cr:RecordSet",
1217
- "@id": "generalizations-mu-goodman/cub-reference",
1218
- "name": "generalizations-mu-goodman/cub-reference",
1219
  "field": [
1220
  {
1221
  "@type": "cr:Field",
1222
- "@id": "generalizations-mu-goodman/cub-reference/content",
1223
  "name": "content",
1224
  "dataType": "sc:Text",
1225
  "source": {
1226
  "fileObject": {
1227
- "@id": "data/generalizations-mu-goodman/data/cub-reference/corpus.json"
1228
  },
1229
  "extract": {
1230
  "fileProperty": "content"
@@ -1235,17 +1515,17 @@
1235
  },
1236
  {
1237
  "@type": "cr:RecordSet",
1238
- "@id": "generalizations-mu-goodman/cub-set_reference",
1239
- "name": "generalizations-mu-goodman/cub-set_reference",
1240
  "field": [
1241
  {
1242
  "@type": "cr:Field",
1243
- "@id": "generalizations-mu-goodman/cub-set_reference/content",
1244
  "name": "content",
1245
  "dataType": "sc:Text",
1246
  "source": {
1247
  "fileObject": {
1248
- "@id": "data/generalizations-mu-goodman/data/cub-set_reference/corpus.json"
1249
  },
1250
  "extract": {
1251
  "fileProperty": "content"
@@ -1256,17 +1536,17 @@
1256
  },
1257
  {
1258
  "@type": "cr:RecordSet",
1259
- "@id": "generalizations-mu-goodman/shapeworld-concept",
1260
- "name": "generalizations-mu-goodman/shapeworld-concept",
1261
  "field": [
1262
  {
1263
  "@type": "cr:Field",
1264
- "@id": "generalizations-mu-goodman/shapeworld-concept/content",
1265
  "name": "content",
1266
  "dataType": "sc:Text",
1267
  "source": {
1268
  "fileObject": {
1269
- "@id": "data/generalizations-mu-goodman/data/shapeworld-concept/corpus.json"
1270
  },
1271
  "extract": {
1272
  "fileProperty": "content"
@@ -1277,17 +1557,17 @@
1277
  },
1278
  {
1279
  "@type": "cr:RecordSet",
1280
- "@id": "generalizations-mu-goodman/shapeworld-reference",
1281
- "name": "generalizations-mu-goodman/shapeworld-reference",
1282
  "field": [
1283
  {
1284
  "@type": "cr:Field",
1285
- "@id": "generalizations-mu-goodman/shapeworld-reference/content",
1286
  "name": "content",
1287
  "dataType": "sc:Text",
1288
  "source": {
1289
  "fileObject": {
1290
- "@id": "data/generalizations-mu-goodman/data/shapeworld-reference/corpus.json"
1291
  },
1292
  "extract": {
1293
  "fileProperty": "content"
@@ -1298,17 +1578,605 @@
1298
  },
1299
  {
1300
  "@type": "cr:RecordSet",
1301
- "@id": "generalizations-mu-goodman/shapeworld-set_reference",
1302
- "name": "generalizations-mu-goodman/shapeworld-set_reference",
1303
  "field": [
1304
  {
1305
  "@type": "cr:Field",
1306
- "@id": "generalizations-mu-goodman/shapeworld-set_reference/content",
1307
  "name": "content",
1308
  "dataType": "sc:Text",
1309
  "source": {
1310
  "fileObject": {
1311
- "@id": "data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.json"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1312
  },
1313
  "extract": {
1314
  "fileProperty": "content"
 
49
  "description": "ELCC is a collection of emergent language corpora with accompanying metadata and analyses.",
50
  "conformsTo": "http://mlcommons.org/croissant/1.0",
51
  "citeAs": "@misc{boldt2024elcc,\n title = \"{ELCC}: the Emergent Language Corpus Collection\",\n author = \"Brendon Boldt and David Mortensen\",\n year = 2024,\n url = \"https://huggingface.co/datasets/bboldt/elcc\",\n}",
52
+ "datePublished": "2024-06-06 09:07:48.522068+00:00",
53
  "keywords": [
54
  "emergent communication",
55
  "emergent language",
 
319
  },
320
  {
321
  "@type": "cr:FileObject",
322
+ "@id": "data/egg-discrimination/data/4-attr_4-val_3-dist_0-seed/corpus.json",
323
+ "name": "data/egg-discrimination/data/4-attr_4-val_3-dist_0-seed/corpus.json",
324
  "containedIn": {
325
  "@id": "hf-repo"
326
  },
327
+ "contentUrl": "data/egg-discrimination/data/4-attr_4-val_3-dist_0-seed/corpus.json",
328
  "encodingFormat": "text/plain"
329
  },
330
  {
331
  "@type": "cr:FileObject",
332
+ "@id": "data/egg-discrimination/data/4-attr_4-val_3-dist_1-seed/corpus.json",
333
+ "name": "data/egg-discrimination/data/4-attr_4-val_3-dist_1-seed/corpus.json",
334
  "containedIn": {
335
  "@id": "hf-repo"
336
  },
337
+ "contentUrl": "data/egg-discrimination/data/4-attr_4-val_3-dist_1-seed/corpus.json",
338
  "encodingFormat": "text/plain"
339
  },
340
  {
341
  "@type": "cr:FileObject",
342
+ "@id": "data/egg-discrimination/data/4-attr_4-val_3-dist_2-seed/corpus.json",
343
+ "name": "data/egg-discrimination/data/4-attr_4-val_3-dist_2-seed/corpus.json",
344
  "containedIn": {
345
  "@id": "hf-repo"
346
  },
347
+ "contentUrl": "data/egg-discrimination/data/4-attr_4-val_3-dist_2-seed/corpus.json",
348
  "encodingFormat": "text/plain"
349
  },
350
  {
351
  "@type": "cr:FileObject",
352
+ "@id": "data/egg-discrimination/data/6-attr_6-val_3-dist_0-seed/corpus.json",
353
+ "name": "data/egg-discrimination/data/6-attr_6-val_3-dist_0-seed/corpus.json",
354
  "containedIn": {
355
  "@id": "hf-repo"
356
  },
357
+ "contentUrl": "data/egg-discrimination/data/6-attr_6-val_3-dist_0-seed/corpus.json",
358
+ "encodingFormat": "text/plain"
359
+ },
360
+ {
361
+ "@type": "cr:FileObject",
362
+ "@id": "data/egg-discrimination/data/6-attr_6-val_3-dist_1-seed/corpus.json",
363
+ "name": "data/egg-discrimination/data/6-attr_6-val_3-dist_1-seed/corpus.json",
364
+ "containedIn": {
365
+ "@id": "hf-repo"
366
+ },
367
+ "contentUrl": "data/egg-discrimination/data/6-attr_6-val_3-dist_1-seed/corpus.json",
368
+ "encodingFormat": "text/plain"
369
+ },
370
+ {
371
+ "@type": "cr:FileObject",
372
+ "@id": "data/egg-discrimination/data/6-attr_6-val_3-dist_2-seed/corpus.json",
373
+ "name": "data/egg-discrimination/data/6-attr_6-val_3-dist_2-seed/corpus.json",
374
+ "containedIn": {
375
+ "@id": "hf-repo"
376
+ },
377
+ "contentUrl": "data/egg-discrimination/data/6-attr_6-val_3-dist_2-seed/corpus.json",
378
+ "encodingFormat": "text/plain"
379
+ },
380
+ {
381
+ "@type": "cr:FileObject",
382
+ "@id": "data/egg-discrimination/data/6-attr_6-val_9-dist_0-seed/corpus.json",
383
+ "name": "data/egg-discrimination/data/6-attr_6-val_9-dist_0-seed/corpus.json",
384
+ "containedIn": {
385
+ "@id": "hf-repo"
386
+ },
387
+ "contentUrl": "data/egg-discrimination/data/6-attr_6-val_9-dist_0-seed/corpus.json",
388
+ "encodingFormat": "text/plain"
389
+ },
390
+ {
391
+ "@type": "cr:FileObject",
392
+ "@id": "data/egg-discrimination/data/6-attr_6-val_9-dist_1-seed/corpus.json",
393
+ "name": "data/egg-discrimination/data/6-attr_6-val_9-dist_1-seed/corpus.json",
394
+ "containedIn": {
395
+ "@id": "hf-repo"
396
+ },
397
+ "contentUrl": "data/egg-discrimination/data/6-attr_6-val_9-dist_1-seed/corpus.json",
398
+ "encodingFormat": "text/plain"
399
+ },
400
+ {
401
+ "@type": "cr:FileObject",
402
+ "@id": "data/egg-discrimination/data/6-attr_6-val_9-dist_2-seed/corpus.json",
403
+ "name": "data/egg-discrimination/data/6-attr_6-val_9-dist_2-seed/corpus.json",
404
+ "containedIn": {
405
+ "@id": "hf-repo"
406
+ },
407
+ "contentUrl": "data/egg-discrimination/data/6-attr_6-val_9-dist_2-seed/corpus.json",
408
+ "encodingFormat": "text/plain"
409
+ },
410
+ {
411
+ "@type": "cr:FileObject",
412
+ "@id": "data/egg-discrimination/data/8-attr_8-val_3-dist_0-seed/corpus.json",
413
+ "name": "data/egg-discrimination/data/8-attr_8-val_3-dist_0-seed/corpus.json",
414
+ "containedIn": {
415
+ "@id": "hf-repo"
416
+ },
417
+ "contentUrl": "data/egg-discrimination/data/8-attr_8-val_3-dist_0-seed/corpus.json",
418
+ "encodingFormat": "text/plain"
419
+ },
420
+ {
421
+ "@type": "cr:FileObject",
422
+ "@id": "data/egg-discrimination/data/8-attr_8-val_3-dist_1-seed/corpus.json",
423
+ "name": "data/egg-discrimination/data/8-attr_8-val_3-dist_1-seed/corpus.json",
424
+ "containedIn": {
425
+ "@id": "hf-repo"
426
+ },
427
+ "contentUrl": "data/egg-discrimination/data/8-attr_8-val_3-dist_1-seed/corpus.json",
428
+ "encodingFormat": "text/plain"
429
+ },
430
+ {
431
+ "@type": "cr:FileObject",
432
+ "@id": "data/egg-discrimination/data/8-attr_8-val_3-dist_2-seed/corpus.json",
433
+ "name": "data/egg-discrimination/data/8-attr_8-val_3-dist_2-seed/corpus.json",
434
+ "containedIn": {
435
+ "@id": "hf-repo"
436
+ },
437
+ "contentUrl": "data/egg-discrimination/data/8-attr_8-val_3-dist_2-seed/corpus.json",
438
  "encodingFormat": "text/plain"
439
  },
440
  {
 
527
  "contentUrl": "data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.json",
528
  "encodingFormat": "text/plain"
529
  },
530
+ {
531
+ "@type": "cr:FileObject",
532
+ "@id": "data/nav-to-center/data/lexicon_size_11/corpus.json",
533
+ "name": "data/nav-to-center/data/lexicon_size_11/corpus.json",
534
+ "containedIn": {
535
+ "@id": "hf-repo"
536
+ },
537
+ "contentUrl": "data/nav-to-center/data/lexicon_size_11/corpus.json",
538
+ "encodingFormat": "text/plain"
539
+ },
540
+ {
541
+ "@type": "cr:FileObject",
542
+ "@id": "data/nav-to-center/data/lexicon_size_118/corpus.json",
543
+ "name": "data/nav-to-center/data/lexicon_size_118/corpus.json",
544
+ "containedIn": {
545
+ "@id": "hf-repo"
546
+ },
547
+ "contentUrl": "data/nav-to-center/data/lexicon_size_118/corpus.json",
548
+ "encodingFormat": "text/plain"
549
+ },
550
+ {
551
+ "@type": "cr:FileObject",
552
+ "@id": "data/nav-to-center/data/lexicon_size_17/corpus.json",
553
+ "name": "data/nav-to-center/data/lexicon_size_17/corpus.json",
554
+ "containedIn": {
555
+ "@id": "hf-repo"
556
+ },
557
+ "contentUrl": "data/nav-to-center/data/lexicon_size_17/corpus.json",
558
+ "encodingFormat": "text/plain"
559
+ },
560
+ {
561
+ "@type": "cr:FileObject",
562
+ "@id": "data/nav-to-center/data/lexicon_size_174/corpus.json",
563
+ "name": "data/nav-to-center/data/lexicon_size_174/corpus.json",
564
+ "containedIn": {
565
+ "@id": "hf-repo"
566
+ },
567
+ "contentUrl": "data/nav-to-center/data/lexicon_size_174/corpus.json",
568
+ "encodingFormat": "text/plain"
569
+ },
570
+ {
571
+ "@type": "cr:FileObject",
572
+ "@id": "data/nav-to-center/data/lexicon_size_25/corpus.json",
573
+ "name": "data/nav-to-center/data/lexicon_size_25/corpus.json",
574
+ "containedIn": {
575
+ "@id": "hf-repo"
576
+ },
577
+ "contentUrl": "data/nav-to-center/data/lexicon_size_25/corpus.json",
578
+ "encodingFormat": "text/plain"
579
+ },
580
+ {
581
+ "@type": "cr:FileObject",
582
+ "@id": "data/nav-to-center/data/lexicon_size_255/corpus.json",
583
+ "name": "data/nav-to-center/data/lexicon_size_255/corpus.json",
584
+ "containedIn": {
585
+ "@id": "hf-repo"
586
+ },
587
+ "contentUrl": "data/nav-to-center/data/lexicon_size_255/corpus.json",
588
+ "encodingFormat": "text/plain"
589
+ },
590
+ {
591
+ "@type": "cr:FileObject",
592
+ "@id": "data/nav-to-center/data/lexicon_size_37/corpus.json",
593
+ "name": "data/nav-to-center/data/lexicon_size_37/corpus.json",
594
+ "containedIn": {
595
+ "@id": "hf-repo"
596
+ },
597
+ "contentUrl": "data/nav-to-center/data/lexicon_size_37/corpus.json",
598
+ "encodingFormat": "text/plain"
599
+ },
600
+ {
601
+ "@type": "cr:FileObject",
602
+ "@id": "data/nav-to-center/data/lexicon_size_54/corpus.json",
603
+ "name": "data/nav-to-center/data/lexicon_size_54/corpus.json",
604
+ "containedIn": {
605
+ "@id": "hf-repo"
606
+ },
607
+ "contentUrl": "data/nav-to-center/data/lexicon_size_54/corpus.json",
608
+ "encodingFormat": "text/plain"
609
+ },
610
+ {
611
+ "@type": "cr:FileObject",
612
+ "@id": "data/nav-to-center/data/lexicon_size_7/corpus.json",
613
+ "name": "data/nav-to-center/data/lexicon_size_7/corpus.json",
614
+ "containedIn": {
615
+ "@id": "hf-repo"
616
+ },
617
+ "contentUrl": "data/nav-to-center/data/lexicon_size_7/corpus.json",
618
+ "encodingFormat": "text/plain"
619
+ },
620
+ {
621
+ "@type": "cr:FileObject",
622
+ "@id": "data/nav-to-center/data/lexicon_size_80/corpus.json",
623
+ "name": "data/nav-to-center/data/lexicon_size_80/corpus.json",
624
+ "containedIn": {
625
+ "@id": "hf-repo"
626
+ },
627
+ "contentUrl": "data/nav-to-center/data/lexicon_size_80/corpus.json",
628
+ "encodingFormat": "text/plain"
629
+ },
630
+ {
631
+ "@type": "cr:FileObject",
632
+ "@id": "data/nav-to-center/data/temperature_0.1/corpus.json",
633
+ "name": "data/nav-to-center/data/temperature_0.1/corpus.json",
634
+ "containedIn": {
635
+ "@id": "hf-repo"
636
+ },
637
+ "contentUrl": "data/nav-to-center/data/temperature_0.1/corpus.json",
638
+ "encodingFormat": "text/plain"
639
+ },
640
+ {
641
+ "@type": "cr:FileObject",
642
+ "@id": "data/nav-to-center/data/temperature_0.167/corpus.json",
643
+ "name": "data/nav-to-center/data/temperature_0.167/corpus.json",
644
+ "containedIn": {
645
+ "@id": "hf-repo"
646
+ },
647
+ "contentUrl": "data/nav-to-center/data/temperature_0.167/corpus.json",
648
+ "encodingFormat": "text/plain"
649
+ },
650
+ {
651
+ "@type": "cr:FileObject",
652
+ "@id": "data/nav-to-center/data/temperature_0.278/corpus.json",
653
+ "name": "data/nav-to-center/data/temperature_0.278/corpus.json",
654
+ "containedIn": {
655
+ "@id": "hf-repo"
656
+ },
657
+ "contentUrl": "data/nav-to-center/data/temperature_0.278/corpus.json",
658
+ "encodingFormat": "text/plain"
659
+ },
660
+ {
661
+ "@type": "cr:FileObject",
662
+ "@id": "data/nav-to-center/data/temperature_0.464/corpus.json",
663
+ "name": "data/nav-to-center/data/temperature_0.464/corpus.json",
664
+ "containedIn": {
665
+ "@id": "hf-repo"
666
+ },
667
+ "contentUrl": "data/nav-to-center/data/temperature_0.464/corpus.json",
668
+ "encodingFormat": "text/plain"
669
+ },
670
+ {
671
+ "@type": "cr:FileObject",
672
+ "@id": "data/nav-to-center/data/temperature_0.774/corpus.json",
673
+ "name": "data/nav-to-center/data/temperature_0.774/corpus.json",
674
+ "containedIn": {
675
+ "@id": "hf-repo"
676
+ },
677
+ "contentUrl": "data/nav-to-center/data/temperature_0.774/corpus.json",
678
+ "encodingFormat": "text/plain"
679
+ },
680
+ {
681
+ "@type": "cr:FileObject",
682
+ "@id": "data/nav-to-center/data/temperature_1.29/corpus.json",
683
+ "name": "data/nav-to-center/data/temperature_1.29/corpus.json",
684
+ "containedIn": {
685
+ "@id": "hf-repo"
686
+ },
687
+ "contentUrl": "data/nav-to-center/data/temperature_1.29/corpus.json",
688
+ "encodingFormat": "text/plain"
689
+ },
690
+ {
691
+ "@type": "cr:FileObject",
692
+ "@id": "data/nav-to-center/data/temperature_10/corpus.json",
693
+ "name": "data/nav-to-center/data/temperature_10/corpus.json",
694
+ "containedIn": {
695
+ "@id": "hf-repo"
696
+ },
697
+ "contentUrl": "data/nav-to-center/data/temperature_10/corpus.json",
698
+ "encodingFormat": "text/plain"
699
+ },
700
+ {
701
+ "@type": "cr:FileObject",
702
+ "@id": "data/nav-to-center/data/temperature_2.15/corpus.json",
703
+ "name": "data/nav-to-center/data/temperature_2.15/corpus.json",
704
+ "containedIn": {
705
+ "@id": "hf-repo"
706
+ },
707
+ "contentUrl": "data/nav-to-center/data/temperature_2.15/corpus.json",
708
+ "encodingFormat": "text/plain"
709
+ },
710
+ {
711
+ "@type": "cr:FileObject",
712
+ "@id": "data/nav-to-center/data/temperature_3.59/corpus.json",
713
+ "name": "data/nav-to-center/data/temperature_3.59/corpus.json",
714
+ "containedIn": {
715
+ "@id": "hf-repo"
716
+ },
717
+ "contentUrl": "data/nav-to-center/data/temperature_3.59/corpus.json",
718
+ "encodingFormat": "text/plain"
719
+ },
720
+ {
721
+ "@type": "cr:FileObject",
722
+ "@id": "data/nav-to-center/data/temperature_5.99/corpus.json",
723
+ "name": "data/nav-to-center/data/temperature_5.99/corpus.json",
724
+ "containedIn": {
725
+ "@id": "hf-repo"
726
+ },
727
+ "contentUrl": "data/nav-to-center/data/temperature_5.99/corpus.json",
728
+ "encodingFormat": "text/plain"
729
+ },
730
  {
731
  "@type": "cr:FileObject",
732
  "@id": "data/rlupus/data/21-player.run-0/corpus.json",
 
1326
  },
1327
  {
1328
  "@type": "cr:RecordSet",
1329
+ "@id": "egg-discrimination/4-attr_4-val_3-dist_0-seed",
1330
+ "name": "egg-discrimination/4-attr_4-val_3-dist_0-seed",
1331
  "field": [
1332
  {
1333
  "@type": "cr:Field",
1334
+ "@id": "egg-discrimination/4-attr_4-val_3-dist_0-seed/content",
1335
  "name": "content",
1336
  "dataType": "sc:Text",
1337
  "source": {
1338
  "fileObject": {
1339
+ "@id": "data/egg-discrimination/data/4-attr_4-val_3-dist_0-seed/corpus.json"
1340
  },
1341
  "extract": {
1342
  "fileProperty": "content"
 
1347
  },
1348
  {
1349
  "@type": "cr:RecordSet",
1350
+ "@id": "egg-discrimination/4-attr_4-val_3-dist_1-seed",
1351
+ "name": "egg-discrimination/4-attr_4-val_3-dist_1-seed",
1352
  "field": [
1353
  {
1354
  "@type": "cr:Field",
1355
+ "@id": "egg-discrimination/4-attr_4-val_3-dist_1-seed/content",
1356
  "name": "content",
1357
  "dataType": "sc:Text",
1358
  "source": {
1359
  "fileObject": {
1360
+ "@id": "data/egg-discrimination/data/4-attr_4-val_3-dist_1-seed/corpus.json"
1361
  },
1362
  "extract": {
1363
  "fileProperty": "content"
 
1368
  },
1369
  {
1370
  "@type": "cr:RecordSet",
1371
+ "@id": "egg-discrimination/4-attr_4-val_3-dist_2-seed",
1372
+ "name": "egg-discrimination/4-attr_4-val_3-dist_2-seed",
1373
  "field": [
1374
  {
1375
  "@type": "cr:Field",
1376
+ "@id": "egg-discrimination/4-attr_4-val_3-dist_2-seed/content",
1377
  "name": "content",
1378
  "dataType": "sc:Text",
1379
  "source": {
1380
  "fileObject": {
1381
+ "@id": "data/egg-discrimination/data/4-attr_4-val_3-dist_2-seed/corpus.json"
1382
  },
1383
  "extract": {
1384
  "fileProperty": "content"
 
1389
  },
1390
  {
1391
  "@type": "cr:RecordSet",
1392
+ "@id": "egg-discrimination/6-attr_6-val_3-dist_0-seed",
1393
+ "name": "egg-discrimination/6-attr_6-val_3-dist_0-seed",
1394
  "field": [
1395
  {
1396
  "@type": "cr:Field",
1397
+ "@id": "egg-discrimination/6-attr_6-val_3-dist_0-seed/content",
1398
  "name": "content",
1399
  "dataType": "sc:Text",
1400
  "source": {
1401
  "fileObject": {
1402
+ "@id": "data/egg-discrimination/data/6-attr_6-val_3-dist_0-seed/corpus.json"
1403
  },
1404
  "extract": {
1405
  "fileProperty": "content"
 
1410
  },
1411
  {
1412
  "@type": "cr:RecordSet",
1413
+ "@id": "egg-discrimination/6-attr_6-val_3-dist_1-seed",
1414
+ "name": "egg-discrimination/6-attr_6-val_3-dist_1-seed",
1415
  "field": [
1416
  {
1417
  "@type": "cr:Field",
1418
+ "@id": "egg-discrimination/6-attr_6-val_3-dist_1-seed/content",
1419
  "name": "content",
1420
  "dataType": "sc:Text",
1421
  "source": {
1422
  "fileObject": {
1423
+ "@id": "data/egg-discrimination/data/6-attr_6-val_3-dist_1-seed/corpus.json"
1424
  },
1425
  "extract": {
1426
  "fileProperty": "content"
 
1431
  },
1432
  {
1433
  "@type": "cr:RecordSet",
1434
+ "@id": "egg-discrimination/6-attr_6-val_3-dist_2-seed",
1435
+ "name": "egg-discrimination/6-attr_6-val_3-dist_2-seed",
1436
  "field": [
1437
  {
1438
  "@type": "cr:Field",
1439
+ "@id": "egg-discrimination/6-attr_6-val_3-dist_2-seed/content",
1440
  "name": "content",
1441
  "dataType": "sc:Text",
1442
  "source": {
1443
  "fileObject": {
1444
+ "@id": "data/egg-discrimination/data/6-attr_6-val_3-dist_2-seed/corpus.json"
1445
  },
1446
  "extract": {
1447
  "fileProperty": "content"
 
1452
  },
1453
  {
1454
  "@type": "cr:RecordSet",
1455
+ "@id": "egg-discrimination/6-attr_6-val_9-dist_0-seed",
1456
+ "name": "egg-discrimination/6-attr_6-val_9-dist_0-seed",
1457
  "field": [
1458
  {
1459
  "@type": "cr:Field",
1460
+ "@id": "egg-discrimination/6-attr_6-val_9-dist_0-seed/content",
1461
  "name": "content",
1462
  "dataType": "sc:Text",
1463
  "source": {
1464
  "fileObject": {
1465
+ "@id": "data/egg-discrimination/data/6-attr_6-val_9-dist_0-seed/corpus.json"
1466
  },
1467
  "extract": {
1468
  "fileProperty": "content"
 
1473
  },
1474
  {
1475
  "@type": "cr:RecordSet",
1476
+ "@id": "egg-discrimination/6-attr_6-val_9-dist_1-seed",
1477
+ "name": "egg-discrimination/6-attr_6-val_9-dist_1-seed",
1478
  "field": [
1479
  {
1480
  "@type": "cr:Field",
1481
+ "@id": "egg-discrimination/6-attr_6-val_9-dist_1-seed/content",
1482
  "name": "content",
1483
  "dataType": "sc:Text",
1484
  "source": {
1485
  "fileObject": {
1486
+ "@id": "data/egg-discrimination/data/6-attr_6-val_9-dist_1-seed/corpus.json"
1487
  },
1488
  "extract": {
1489
  "fileProperty": "content"
 
1494
  },
1495
  {
1496
  "@type": "cr:RecordSet",
1497
+ "@id": "egg-discrimination/6-attr_6-val_9-dist_2-seed",
1498
+ "name": "egg-discrimination/6-attr_6-val_9-dist_2-seed",
1499
  "field": [
1500
  {
1501
  "@type": "cr:Field",
1502
+ "@id": "egg-discrimination/6-attr_6-val_9-dist_2-seed/content",
1503
  "name": "content",
1504
  "dataType": "sc:Text",
1505
  "source": {
1506
  "fileObject": {
1507
+ "@id": "data/egg-discrimination/data/6-attr_6-val_9-dist_2-seed/corpus.json"
1508
  },
1509
  "extract": {
1510
  "fileProperty": "content"
 
1515
  },
1516
  {
1517
  "@type": "cr:RecordSet",
1518
+ "@id": "egg-discrimination/8-attr_8-val_3-dist_0-seed",
1519
+ "name": "egg-discrimination/8-attr_8-val_3-dist_0-seed",
1520
  "field": [
1521
  {
1522
  "@type": "cr:Field",
1523
+ "@id": "egg-discrimination/8-attr_8-val_3-dist_0-seed/content",
1524
  "name": "content",
1525
  "dataType": "sc:Text",
1526
  "source": {
1527
  "fileObject": {
1528
+ "@id": "data/egg-discrimination/data/8-attr_8-val_3-dist_0-seed/corpus.json"
1529
  },
1530
  "extract": {
1531
  "fileProperty": "content"
 
1536
  },
1537
  {
1538
  "@type": "cr:RecordSet",
1539
+ "@id": "egg-discrimination/8-attr_8-val_3-dist_1-seed",
1540
+ "name": "egg-discrimination/8-attr_8-val_3-dist_1-seed",
1541
  "field": [
1542
  {
1543
  "@type": "cr:Field",
1544
+ "@id": "egg-discrimination/8-attr_8-val_3-dist_1-seed/content",
1545
  "name": "content",
1546
  "dataType": "sc:Text",
1547
  "source": {
1548
  "fileObject": {
1549
+ "@id": "data/egg-discrimination/data/8-attr_8-val_3-dist_1-seed/corpus.json"
1550
  },
1551
  "extract": {
1552
  "fileProperty": "content"
 
1557
  },
1558
  {
1559
  "@type": "cr:RecordSet",
1560
+ "@id": "egg-discrimination/8-attr_8-val_3-dist_2-seed",
1561
+ "name": "egg-discrimination/8-attr_8-val_3-dist_2-seed",
1562
  "field": [
1563
  {
1564
  "@type": "cr:Field",
1565
+ "@id": "egg-discrimination/8-attr_8-val_3-dist_2-seed/content",
1566
  "name": "content",
1567
  "dataType": "sc:Text",
1568
  "source": {
1569
  "fileObject": {
1570
+ "@id": "data/egg-discrimination/data/8-attr_8-val_3-dist_2-seed/corpus.json"
1571
  },
1572
  "extract": {
1573
  "fileProperty": "content"
 
1578
  },
1579
  {
1580
  "@type": "cr:RecordSet",
1581
+ "@id": "egg-reconstruction/4-attr_4-val_10-vocab_10-len",
1582
+ "name": "egg-reconstruction/4-attr_4-val_10-vocab_10-len",
1583
  "field": [
1584
  {
1585
  "@type": "cr:Field",
1586
+ "@id": "egg-reconstruction/4-attr_4-val_10-vocab_10-len/content",
1587
  "name": "content",
1588
  "dataType": "sc:Text",
1589
  "source": {
1590
  "fileObject": {
1591
+ "@id": "data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.json"
1592
+ },
1593
+ "extract": {
1594
+ "fileProperty": "content"
1595
+ }
1596
+ }
1597
+ }
1598
+ ]
1599
+ },
1600
+ {
1601
+ "@type": "cr:RecordSet",
1602
+ "@id": "egg-reconstruction/6-attr_6-val_10-vocab_10-len",
1603
+ "name": "egg-reconstruction/6-attr_6-val_10-vocab_10-len",
1604
+ "field": [
1605
+ {
1606
+ "@type": "cr:Field",
1607
+ "@id": "egg-reconstruction/6-attr_6-val_10-vocab_10-len/content",
1608
+ "name": "content",
1609
+ "dataType": "sc:Text",
1610
+ "source": {
1611
+ "fileObject": {
1612
+ "@id": "data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.json"
1613
+ },
1614
+ "extract": {
1615
+ "fileProperty": "content"
1616
+ }
1617
+ }
1618
+ }
1619
+ ]
1620
+ },
1621
+ {
1622
+ "@type": "cr:RecordSet",
1623
+ "@id": "egg-reconstruction/8-attr_8-val_10-vocab_10-len",
1624
+ "name": "egg-reconstruction/8-attr_8-val_10-vocab_10-len",
1625
+ "field": [
1626
+ {
1627
+ "@type": "cr:Field",
1628
+ "@id": "egg-reconstruction/8-attr_8-val_10-vocab_10-len/content",
1629
+ "name": "content",
1630
+ "dataType": "sc:Text",
1631
+ "source": {
1632
+ "fileObject": {
1633
+ "@id": "data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.json"
1634
+ },
1635
+ "extract": {
1636
+ "fileProperty": "content"
1637
+ }
1638
+ }
1639
+ }
1640
+ ]
1641
+ },
1642
+ {
1643
+ "@type": "cr:RecordSet",
1644
+ "@id": "generalizations-mu-goodman/cub-concept",
1645
+ "name": "generalizations-mu-goodman/cub-concept",
1646
+ "field": [
1647
+ {
1648
+ "@type": "cr:Field",
1649
+ "@id": "generalizations-mu-goodman/cub-concept/content",
1650
+ "name": "content",
1651
+ "dataType": "sc:Text",
1652
+ "source": {
1653
+ "fileObject": {
1654
+ "@id": "data/generalizations-mu-goodman/data/cub-concept/corpus.json"
1655
+ },
1656
+ "extract": {
1657
+ "fileProperty": "content"
1658
+ }
1659
+ }
1660
+ }
1661
+ ]
1662
+ },
1663
+ {
1664
+ "@type": "cr:RecordSet",
1665
+ "@id": "generalizations-mu-goodman/cub-reference",
1666
+ "name": "generalizations-mu-goodman/cub-reference",
1667
+ "field": [
1668
+ {
1669
+ "@type": "cr:Field",
1670
+ "@id": "generalizations-mu-goodman/cub-reference/content",
1671
+ "name": "content",
1672
+ "dataType": "sc:Text",
1673
+ "source": {
1674
+ "fileObject": {
1675
+ "@id": "data/generalizations-mu-goodman/data/cub-reference/corpus.json"
1676
+ },
1677
+ "extract": {
1678
+ "fileProperty": "content"
1679
+ }
1680
+ }
1681
+ }
1682
+ ]
1683
+ },
1684
+ {
1685
+ "@type": "cr:RecordSet",
1686
+ "@id": "generalizations-mu-goodman/cub-set_reference",
1687
+ "name": "generalizations-mu-goodman/cub-set_reference",
1688
+ "field": [
1689
+ {
1690
+ "@type": "cr:Field",
1691
+ "@id": "generalizations-mu-goodman/cub-set_reference/content",
1692
+ "name": "content",
1693
+ "dataType": "sc:Text",
1694
+ "source": {
1695
+ "fileObject": {
1696
+ "@id": "data/generalizations-mu-goodman/data/cub-set_reference/corpus.json"
1697
+ },
1698
+ "extract": {
1699
+ "fileProperty": "content"
1700
+ }
1701
+ }
1702
+ }
1703
+ ]
1704
+ },
1705
+ {
1706
+ "@type": "cr:RecordSet",
1707
+ "@id": "generalizations-mu-goodman/shapeworld-concept",
1708
+ "name": "generalizations-mu-goodman/shapeworld-concept",
1709
+ "field": [
1710
+ {
1711
+ "@type": "cr:Field",
1712
+ "@id": "generalizations-mu-goodman/shapeworld-concept/content",
1713
+ "name": "content",
1714
+ "dataType": "sc:Text",
1715
+ "source": {
1716
+ "fileObject": {
1717
+ "@id": "data/generalizations-mu-goodman/data/shapeworld-concept/corpus.json"
1718
+ },
1719
+ "extract": {
1720
+ "fileProperty": "content"
1721
+ }
1722
+ }
1723
+ }
1724
+ ]
1725
+ },
1726
+ {
1727
+ "@type": "cr:RecordSet",
1728
+ "@id": "generalizations-mu-goodman/shapeworld-reference",
1729
+ "name": "generalizations-mu-goodman/shapeworld-reference",
1730
+ "field": [
1731
+ {
1732
+ "@type": "cr:Field",
1733
+ "@id": "generalizations-mu-goodman/shapeworld-reference/content",
1734
+ "name": "content",
1735
+ "dataType": "sc:Text",
1736
+ "source": {
1737
+ "fileObject": {
1738
+ "@id": "data/generalizations-mu-goodman/data/shapeworld-reference/corpus.json"
1739
+ },
1740
+ "extract": {
1741
+ "fileProperty": "content"
1742
+ }
1743
+ }
1744
+ }
1745
+ ]
1746
+ },
1747
+ {
1748
+ "@type": "cr:RecordSet",
1749
+ "@id": "generalizations-mu-goodman/shapeworld-set_reference",
1750
+ "name": "generalizations-mu-goodman/shapeworld-set_reference",
1751
+ "field": [
1752
+ {
1753
+ "@type": "cr:Field",
1754
+ "@id": "generalizations-mu-goodman/shapeworld-set_reference/content",
1755
+ "name": "content",
1756
+ "dataType": "sc:Text",
1757
+ "source": {
1758
+ "fileObject": {
1759
+ "@id": "data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.json"
1760
+ },
1761
+ "extract": {
1762
+ "fileProperty": "content"
1763
+ }
1764
+ }
1765
+ }
1766
+ ]
1767
+ },
1768
+ {
1769
+ "@type": "cr:RecordSet",
1770
+ "@id": "nav-to-center/lexicon_size_11",
1771
+ "name": "nav-to-center/lexicon_size_11",
1772
+ "field": [
1773
+ {
1774
+ "@type": "cr:Field",
1775
+ "@id": "nav-to-center/lexicon_size_11/content",
1776
+ "name": "content",
1777
+ "dataType": "sc:Text",
1778
+ "source": {
1779
+ "fileObject": {
1780
+ "@id": "data/nav-to-center/data/lexicon_size_11/corpus.json"
1781
+ },
1782
+ "extract": {
1783
+ "fileProperty": "content"
1784
+ }
1785
+ }
1786
+ }
1787
+ ]
1788
+ },
1789
+ {
1790
+ "@type": "cr:RecordSet",
1791
+ "@id": "nav-to-center/lexicon_size_118",
1792
+ "name": "nav-to-center/lexicon_size_118",
1793
+ "field": [
1794
+ {
1795
+ "@type": "cr:Field",
1796
+ "@id": "nav-to-center/lexicon_size_118/content",
1797
+ "name": "content",
1798
+ "dataType": "sc:Text",
1799
+ "source": {
1800
+ "fileObject": {
1801
+ "@id": "data/nav-to-center/data/lexicon_size_118/corpus.json"
1802
+ },
1803
+ "extract": {
1804
+ "fileProperty": "content"
1805
+ }
1806
+ }
1807
+ }
1808
+ ]
1809
+ },
1810
+ {
1811
+ "@type": "cr:RecordSet",
1812
+ "@id": "nav-to-center/lexicon_size_17",
1813
+ "name": "nav-to-center/lexicon_size_17",
1814
+ "field": [
1815
+ {
1816
+ "@type": "cr:Field",
1817
+ "@id": "nav-to-center/lexicon_size_17/content",
1818
+ "name": "content",
1819
+ "dataType": "sc:Text",
1820
+ "source": {
1821
+ "fileObject": {
1822
+ "@id": "data/nav-to-center/data/lexicon_size_17/corpus.json"
1823
+ },
1824
+ "extract": {
1825
+ "fileProperty": "content"
1826
+ }
1827
+ }
1828
+ }
1829
+ ]
1830
+ },
1831
+ {
1832
+ "@type": "cr:RecordSet",
1833
+ "@id": "nav-to-center/lexicon_size_174",
1834
+ "name": "nav-to-center/lexicon_size_174",
1835
+ "field": [
1836
+ {
1837
+ "@type": "cr:Field",
1838
+ "@id": "nav-to-center/lexicon_size_174/content",
1839
+ "name": "content",
1840
+ "dataType": "sc:Text",
1841
+ "source": {
1842
+ "fileObject": {
1843
+ "@id": "data/nav-to-center/data/lexicon_size_174/corpus.json"
1844
+ },
1845
+ "extract": {
1846
+ "fileProperty": "content"
1847
+ }
1848
+ }
1849
+ }
1850
+ ]
1851
+ },
1852
+ {
1853
+ "@type": "cr:RecordSet",
1854
+ "@id": "nav-to-center/lexicon_size_25",
1855
+ "name": "nav-to-center/lexicon_size_25",
1856
+ "field": [
1857
+ {
1858
+ "@type": "cr:Field",
1859
+ "@id": "nav-to-center/lexicon_size_25/content",
1860
+ "name": "content",
1861
+ "dataType": "sc:Text",
1862
+ "source": {
1863
+ "fileObject": {
1864
+ "@id": "data/nav-to-center/data/lexicon_size_25/corpus.json"
1865
+ },
1866
+ "extract": {
1867
+ "fileProperty": "content"
1868
+ }
1869
+ }
1870
+ }
1871
+ ]
1872
+ },
1873
+ {
1874
+ "@type": "cr:RecordSet",
1875
+ "@id": "nav-to-center/lexicon_size_255",
1876
+ "name": "nav-to-center/lexicon_size_255",
1877
+ "field": [
1878
+ {
1879
+ "@type": "cr:Field",
1880
+ "@id": "nav-to-center/lexicon_size_255/content",
1881
+ "name": "content",
1882
+ "dataType": "sc:Text",
1883
+ "source": {
1884
+ "fileObject": {
1885
+ "@id": "data/nav-to-center/data/lexicon_size_255/corpus.json"
1886
+ },
1887
+ "extract": {
1888
+ "fileProperty": "content"
1889
+ }
1890
+ }
1891
+ }
1892
+ ]
1893
+ },
1894
+ {
1895
+ "@type": "cr:RecordSet",
1896
+ "@id": "nav-to-center/lexicon_size_37",
1897
+ "name": "nav-to-center/lexicon_size_37",
1898
+ "field": [
1899
+ {
1900
+ "@type": "cr:Field",
1901
+ "@id": "nav-to-center/lexicon_size_37/content",
1902
+ "name": "content",
1903
+ "dataType": "sc:Text",
1904
+ "source": {
1905
+ "fileObject": {
1906
+ "@id": "data/nav-to-center/data/lexicon_size_37/corpus.json"
1907
+ },
1908
+ "extract": {
1909
+ "fileProperty": "content"
1910
+ }
1911
+ }
1912
+ }
1913
+ ]
1914
+ },
1915
+ {
1916
+ "@type": "cr:RecordSet",
1917
+ "@id": "nav-to-center/lexicon_size_54",
1918
+ "name": "nav-to-center/lexicon_size_54",
1919
+ "field": [
1920
+ {
1921
+ "@type": "cr:Field",
1922
+ "@id": "nav-to-center/lexicon_size_54/content",
1923
+ "name": "content",
1924
+ "dataType": "sc:Text",
1925
+ "source": {
1926
+ "fileObject": {
1927
+ "@id": "data/nav-to-center/data/lexicon_size_54/corpus.json"
1928
+ },
1929
+ "extract": {
1930
+ "fileProperty": "content"
1931
+ }
1932
+ }
1933
+ }
1934
+ ]
1935
+ },
1936
+ {
1937
+ "@type": "cr:RecordSet",
1938
+ "@id": "nav-to-center/lexicon_size_7",
1939
+ "name": "nav-to-center/lexicon_size_7",
1940
+ "field": [
1941
+ {
1942
+ "@type": "cr:Field",
1943
+ "@id": "nav-to-center/lexicon_size_7/content",
1944
+ "name": "content",
1945
+ "dataType": "sc:Text",
1946
+ "source": {
1947
+ "fileObject": {
1948
+ "@id": "data/nav-to-center/data/lexicon_size_7/corpus.json"
1949
+ },
1950
+ "extract": {
1951
+ "fileProperty": "content"
1952
+ }
1953
+ }
1954
+ }
1955
+ ]
1956
+ },
1957
+ {
1958
+ "@type": "cr:RecordSet",
1959
+ "@id": "nav-to-center/lexicon_size_80",
1960
+ "name": "nav-to-center/lexicon_size_80",
1961
+ "field": [
1962
+ {
1963
+ "@type": "cr:Field",
1964
+ "@id": "nav-to-center/lexicon_size_80/content",
1965
+ "name": "content",
1966
+ "dataType": "sc:Text",
1967
+ "source": {
1968
+ "fileObject": {
1969
+ "@id": "data/nav-to-center/data/lexicon_size_80/corpus.json"
1970
+ },
1971
+ "extract": {
1972
+ "fileProperty": "content"
1973
+ }
1974
+ }
1975
+ }
1976
+ ]
1977
+ },
1978
+ {
1979
+ "@type": "cr:RecordSet",
1980
+ "@id": "nav-to-center/temperature_0.1",
1981
+ "name": "nav-to-center/temperature_0.1",
1982
+ "field": [
1983
+ {
1984
+ "@type": "cr:Field",
1985
+ "@id": "nav-to-center/temperature_0.1/content",
1986
+ "name": "content",
1987
+ "dataType": "sc:Text",
1988
+ "source": {
1989
+ "fileObject": {
1990
+ "@id": "data/nav-to-center/data/temperature_0.1/corpus.json"
1991
+ },
1992
+ "extract": {
1993
+ "fileProperty": "content"
1994
+ }
1995
+ }
1996
+ }
1997
+ ]
1998
+ },
1999
+ {
2000
+ "@type": "cr:RecordSet",
2001
+ "@id": "nav-to-center/temperature_0.167",
2002
+ "name": "nav-to-center/temperature_0.167",
2003
+ "field": [
2004
+ {
2005
+ "@type": "cr:Field",
2006
+ "@id": "nav-to-center/temperature_0.167/content",
2007
+ "name": "content",
2008
+ "dataType": "sc:Text",
2009
+ "source": {
2010
+ "fileObject": {
2011
+ "@id": "data/nav-to-center/data/temperature_0.167/corpus.json"
2012
+ },
2013
+ "extract": {
2014
+ "fileProperty": "content"
2015
+ }
2016
+ }
2017
+ }
2018
+ ]
2019
+ },
2020
+ {
2021
+ "@type": "cr:RecordSet",
2022
+ "@id": "nav-to-center/temperature_0.278",
2023
+ "name": "nav-to-center/temperature_0.278",
2024
+ "field": [
2025
+ {
2026
+ "@type": "cr:Field",
2027
+ "@id": "nav-to-center/temperature_0.278/content",
2028
+ "name": "content",
2029
+ "dataType": "sc:Text",
2030
+ "source": {
2031
+ "fileObject": {
2032
+ "@id": "data/nav-to-center/data/temperature_0.278/corpus.json"
2033
+ },
2034
+ "extract": {
2035
+ "fileProperty": "content"
2036
+ }
2037
+ }
2038
+ }
2039
+ ]
2040
+ },
2041
+ {
2042
+ "@type": "cr:RecordSet",
2043
+ "@id": "nav-to-center/temperature_0.464",
2044
+ "name": "nav-to-center/temperature_0.464",
2045
+ "field": [
2046
+ {
2047
+ "@type": "cr:Field",
2048
+ "@id": "nav-to-center/temperature_0.464/content",
2049
+ "name": "content",
2050
+ "dataType": "sc:Text",
2051
+ "source": {
2052
+ "fileObject": {
2053
+ "@id": "data/nav-to-center/data/temperature_0.464/corpus.json"
2054
+ },
2055
+ "extract": {
2056
+ "fileProperty": "content"
2057
+ }
2058
+ }
2059
+ }
2060
+ ]
2061
+ },
2062
+ {
2063
+ "@type": "cr:RecordSet",
2064
+ "@id": "nav-to-center/temperature_0.774",
2065
+ "name": "nav-to-center/temperature_0.774",
2066
+ "field": [
2067
+ {
2068
+ "@type": "cr:Field",
2069
+ "@id": "nav-to-center/temperature_0.774/content",
2070
+ "name": "content",
2071
+ "dataType": "sc:Text",
2072
+ "source": {
2073
+ "fileObject": {
2074
+ "@id": "data/nav-to-center/data/temperature_0.774/corpus.json"
2075
+ },
2076
+ "extract": {
2077
+ "fileProperty": "content"
2078
+ }
2079
+ }
2080
+ }
2081
+ ]
2082
+ },
2083
+ {
2084
+ "@type": "cr:RecordSet",
2085
+ "@id": "nav-to-center/temperature_1.29",
2086
+ "name": "nav-to-center/temperature_1.29",
2087
+ "field": [
2088
+ {
2089
+ "@type": "cr:Field",
2090
+ "@id": "nav-to-center/temperature_1.29/content",
2091
+ "name": "content",
2092
+ "dataType": "sc:Text",
2093
+ "source": {
2094
+ "fileObject": {
2095
+ "@id": "data/nav-to-center/data/temperature_1.29/corpus.json"
2096
+ },
2097
+ "extract": {
2098
+ "fileProperty": "content"
2099
+ }
2100
+ }
2101
+ }
2102
+ ]
2103
+ },
2104
+ {
2105
+ "@type": "cr:RecordSet",
2106
+ "@id": "nav-to-center/temperature_10",
2107
+ "name": "nav-to-center/temperature_10",
2108
+ "field": [
2109
+ {
2110
+ "@type": "cr:Field",
2111
+ "@id": "nav-to-center/temperature_10/content",
2112
+ "name": "content",
2113
+ "dataType": "sc:Text",
2114
+ "source": {
2115
+ "fileObject": {
2116
+ "@id": "data/nav-to-center/data/temperature_10/corpus.json"
2117
+ },
2118
+ "extract": {
2119
+ "fileProperty": "content"
2120
+ }
2121
+ }
2122
+ }
2123
+ ]
2124
+ },
2125
+ {
2126
+ "@type": "cr:RecordSet",
2127
+ "@id": "nav-to-center/temperature_2.15",
2128
+ "name": "nav-to-center/temperature_2.15",
2129
+ "field": [
2130
+ {
2131
+ "@type": "cr:Field",
2132
+ "@id": "nav-to-center/temperature_2.15/content",
2133
+ "name": "content",
2134
+ "dataType": "sc:Text",
2135
+ "source": {
2136
+ "fileObject": {
2137
+ "@id": "data/nav-to-center/data/temperature_2.15/corpus.json"
2138
+ },
2139
+ "extract": {
2140
+ "fileProperty": "content"
2141
+ }
2142
+ }
2143
+ }
2144
+ ]
2145
+ },
2146
+ {
2147
+ "@type": "cr:RecordSet",
2148
+ "@id": "nav-to-center/temperature_3.59",
2149
+ "name": "nav-to-center/temperature_3.59",
2150
+ "field": [
2151
+ {
2152
+ "@type": "cr:Field",
2153
+ "@id": "nav-to-center/temperature_3.59/content",
2154
+ "name": "content",
2155
+ "dataType": "sc:Text",
2156
+ "source": {
2157
+ "fileObject": {
2158
+ "@id": "data/nav-to-center/data/temperature_3.59/corpus.json"
2159
+ },
2160
+ "extract": {
2161
+ "fileProperty": "content"
2162
+ }
2163
+ }
2164
+ }
2165
+ ]
2166
+ },
2167
+ {
2168
+ "@type": "cr:RecordSet",
2169
+ "@id": "nav-to-center/temperature_5.99",
2170
+ "name": "nav-to-center/temperature_5.99",
2171
+ "field": [
2172
+ {
2173
+ "@type": "cr:Field",
2174
+ "@id": "nav-to-center/temperature_5.99/content",
2175
+ "name": "content",
2176
+ "dataType": "sc:Text",
2177
+ "source": {
2178
+ "fileObject": {
2179
+ "@id": "data/nav-to-center/data/temperature_5.99/corpus.json"
2180
  },
2181
  "extract": {
2182
  "fileProperty": "content"
data/egg-discrimination/code/run.py CHANGED
@@ -25,7 +25,11 @@ disc_variant_arr = [
25
  [ 8, 8, 3, 10000, 10, 10],
26
  ]
27
  # fmt: on
28
- disc_variants = [dict(zip(disc_hparams_header, row)) for row in disc_variant_arr]
 
 
 
 
29
 
30
  # fmt: off
31
  recon_hparams_header = (
@@ -105,8 +109,9 @@ def run_environment(game_type: GameType, cfg: dict, data_path: Path) -> Path:
105
  cfg["n_attrs"] + "-attr",
106
  cfg["n_vals"] + "-val",
107
  cfg["n_distractors"] + "-dist",
108
- cfg["vocab_size"] + "-vocab",
109
- cfg["msg_len"] + "-len",
 
110
  ]
111
  case "recon":
112
  fn_parts = [
@@ -134,6 +139,7 @@ def run_environment(game_type: GameType, cfg: dict, data_path: Path) -> Path:
134
  "--validation_batch_size", "1024",
135
  "--max_len", cfg["msg_len"],
136
  "--vocab_size", cfg["vocab_size"],
 
137
  "--sender_hidden", "256",
138
  "--receiver_hidden", "512",
139
  "--sender_embedding", "32",
 
25
  [ 8, 8, 3, 10000, 10, 10],
26
  ]
27
  # fmt: on
28
+ disc_variants = [
29
+ dict(list(zip(disc_hparams_header, row)) + [("seed", s)])
30
+ for s in range(0,3)
31
+ for row in disc_variant_arr
32
+ ]
33
 
34
  # fmt: off
35
  recon_hparams_header = (
 
109
  cfg["n_attrs"] + "-attr",
110
  cfg["n_vals"] + "-val",
111
  cfg["n_distractors"] + "-dist",
112
+ cfg["seed"] + "-seed",
113
+ # cfg["vocab_size"] + "-vocab",
114
+ # cfg["msg_len"] + "-len",
115
  ]
116
  case "recon":
117
  fn_parts = [
 
139
  "--validation_batch_size", "1024",
140
  "--max_len", cfg["msg_len"],
141
  "--vocab_size", cfg["vocab_size"],
142
+ "--random_seed", cfg.get("seed", 0),
143
  "--sender_hidden", "256",
144
  "--receiver_hidden", "512",
145
  "--sender_embedding", "32",
data/egg-discrimination/data/{4-attr_4-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_0-seed}/corpus.json RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a14a0bc2fca250e153f15167510925136d76d131d5a6ec857c2bf143d4856db
3
  size 240002
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb9d01fa6de279d7f8e039fb22d1d3ba6ad59b6bb9e119e2c20d2039c433251
3
  size 240002
data/egg-discrimination/data/{6-attr_6-val_9-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_0-seed}/corpus.jsonl RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:31ce46585a21d0b58f2965f7a3ae0a7adfac632443c22c4a0e1876ee4fa18cd3
3
  size 240000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:854c8fcb16e2420cfe2aaedd1ef86303cc1fc0aeeda9a582188653a241aa7ce6
3
  size 240000
data/egg-discrimination/data/{6-attr_6-val_9-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_0-seed}/metadata.json RENAMED
@@ -6,12 +6,12 @@
6
  "Tokens per Line": 11.0,
7
  "Tokens per Line SD": 0.0,
8
  "Unique Tokens": 10,
9
- "Unique Lines": 3025,
10
- "1-gram Entropy": 2.780520592216112,
11
- "1-gram Normalized Entropy": 0.8370201018184266,
12
- "2-gram Entropy": 4.176347819641748,
13
- "2-gram Conditional Entropy": 1.3958272274256363,
14
- "Entropy per Line": 30.585726514377225,
15
  "EoS Token Present": true,
16
  "EoS Padding": true
17
  }
 
6
  "Tokens per Line": 11.0,
7
  "Tokens per Line SD": 0.0,
8
  "Unique Tokens": 10,
9
+ "Unique Lines": 240,
10
+ "1-gram Entropy": 2.996740318182631,
11
+ "1-gram Normalized Entropy": 0.9021087249885951,
12
+ "2-gram Entropy": 4.43483476308824,
13
+ "2-gram Conditional Entropy": 1.4380944449056092,
14
+ "Entropy per Line": 32.96414350000893,
15
  "EoS Token Present": true,
16
  "EoS Padding": true
17
  }
data/egg-discrimination/data/{6-attr_6-val_9-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_1-seed}/corpus.json RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bccebb440844c505a723ee758c9501c934c5d1a9d2d649f4be0e248cc10d230
3
  size 240002
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc50b69581a8d056bc32c537d50b89b6a51d831fbcadc0e439e1def46f4e8f0
3
  size 240002
data/egg-discrimination/data/{4-attr_4-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_1-seed}/corpus.jsonl RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:738c01890f8e2e9b47a8eb81ad458853ec303a9565f32e07992653914bc44fb2
3
  size 240000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d977ce8d916bbef5dedd55292b983ab2a849c7df090a69549a55f1d5f5be47e9
3
  size 240000
data/egg-discrimination/data/{4-attr_4-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_1-seed}/metadata.json RENAMED
@@ -6,12 +6,12 @@
6
  "Tokens per Line": 11.0,
7
  "Tokens per Line SD": 0.0,
8
  "Unique Tokens": 10,
9
- "Unique Lines": 189,
10
- "1-gram Entropy": 2.232048605385141,
11
- "1-gram Normalized Entropy": 0.6719135820008842,
12
- "2-gram Entropy": 3.1519027597766645,
13
- "2-gram Conditional Entropy": 0.9198541543915235,
14
- "Entropy per Line": 24.552534659236546,
15
  "EoS Token Present": true,
16
  "EoS Padding": true
17
  }
 
6
  "Tokens per Line": 11.0,
7
  "Tokens per Line SD": 0.0,
8
  "Unique Tokens": 10,
9
+ "Unique Lines": 220,
10
+ "1-gram Entropy": 2.4946986365749027,
11
+ "1-gram Normalized Entropy": 0.7509791197510828,
12
+ "2-gram Entropy": 3.55027839976768,
13
+ "2-gram Conditional Entropy": 1.0555797631927772,
14
+ "Entropy per Line": 27.441685002323926,
15
  "EoS Token Present": true,
16
  "EoS Padding": true
17
  }
data/egg-discrimination/data/{8-attr_8-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_2-seed}/corpus.json RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:97f3e0783d689cfa37ab0b23aad2fb1335982cdb1e73b0a5aa45acae9c775227
3
  size 240002
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f7e62c73beaec21680833161e45775c4f84966315acc9d32e3e3c9511c7abda
3
  size 240002
data/egg-discrimination/data/{6-attr_6-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_2-seed}/corpus.jsonl RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d17ff453ab557b08f99c2fe8f50ae4e3086d8f2ce7144c03f7279cffb34278d
3
  size 240000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f97e43168f70dddd244c9a236abc69f78695716356e3ef574b438e214f155c
3
  size 240000
data/egg-discrimination/data/{8-attr_8-val_3-dist_10-vocab_10-len β†’ 4-attr_4-val_3-dist_2-seed}/metadata.json RENAMED
@@ -6,12 +6,12 @@
6
  "Tokens per Line": 11.0,
7
  "Tokens per Line SD": 0.0,
8
  "Unique Tokens": 9,
9
- "Unique Lines": 5140,
10
- "1-gram Entropy": 2.9406495560397303,
11
- "1-gram Normalized Entropy": 0.9276716498660814,
12
- "2-gram Entropy": 4.471042369725476,
13
- "2-gram Conditional Entropy": 1.5303928136857454,
14
- "Entropy per Line": 32.34714511643705,
15
  "EoS Token Present": true,
16
  "EoS Padding": true
17
  }
 
6
  "Tokens per Line": 11.0,
7
  "Tokens per Line SD": 0.0,
8
  "Unique Tokens": 9,
9
+ "Unique Lines": 187,
10
+ "1-gram Entropy": 2.564778289894737,
11
+ "1-gram Normalized Entropy": 0.8090974672043553,
12
+ "2-gram Entropy": 3.5446133055054734,
13
+ "2-gram Conditional Entropy": 0.9798350156107363,
14
+ "Entropy per Line": 28.21256118884213,
15
  "EoS Token Present": true,
16
  "EoS Padding": true
17
  }
data/egg-discrimination/data/{6-attr_6-val_3-dist_10-vocab_10-len β†’ 6-attr_6-val_3-dist_0-seed}/corpus.json RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7297dc7f76f277f96e0be25e67085ec460fc56ef05ddcb019bdbea8d58b900d4
3
  size 240002
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f0b5700d0d1964d804ea7562b99fb9a925c8ce4d86522e3e841aa106b02a3d
3
  size 240002
data/egg-discrimination/data/{8-attr_8-val_3-dist_10-vocab_10-len β†’ 6-attr_6-val_3-dist_0-seed}/corpus.jsonl RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:63c120309397795dcdfcecea7b1645f7b5a4104f34d7eaa865a56de55f6f9dd2
3
  size 240000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba49cec569a6c20267ae0b9d537291ebbbc6622dba3490af7b276cceca0ab774
3
  size 240000
data/egg-discrimination/data/6-attr_6-val_3-dist_0-seed/metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metrics": {
3
+ "analysis": {
4
+ "Token Count": 110000,
5
+ "Line Count": 10000,
6
+ "Tokens per Line": 11.0,
7
+ "Tokens per Line SD": 0.0,
8
+ "Unique Tokens": 8,
9
+ "Unique Lines": 2326,
10
+ "1-gram Entropy": 2.581470092655111,
11
+ "1-gram Normalized Entropy": 0.8604900308850371,
12
+ "2-gram Entropy": 3.9170214887371784,
13
+ "2-gram Conditional Entropy": 1.3355513960820673,
14
+ "Entropy per Line": 28.396171019206253,
15
+ "EoS Token Present": true,
16
+ "EoS Padding": true
17
+ }
18
+ }
19
+ }
data/egg-discrimination/data/6-attr_6-val_3-dist_1-seed/corpus.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07357757b1c879c0f70a56e754933627733bc8d848874b0de7e70b0c45a6ea82
3
+ size 240002
data/egg-discrimination/data/6-attr_6-val_3-dist_1-seed/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0400f7b3a72c8b97bfd517d1599f30f57405b957d2d697fc2106fa75eb9b3017
3
+ size 240000
data/egg-discrimination/data/{6-attr_6-val_3-dist_10-vocab_10-len β†’ 6-attr_6-val_3-dist_1-seed}/metadata.json RENAMED
@@ -6,12 +6,12 @@
6
  "Tokens per Line": 11.0,
7
  "Tokens per Line SD": 0.0,
8
  "Unique Tokens": 10,
9
- "Unique Lines": 1931,
10
- "1-gram Entropy": 2.5069973424938023,
11
- "1-gram Normalized Entropy": 0.7546813991405218,
12
- "2-gram Entropy": 3.6150655988677234,
13
- "2-gram Conditional Entropy": 1.108068256373921,
14
- "Entropy per Line": 27.576970767431828,
15
  "EoS Token Present": true,
16
  "EoS Padding": true
17
  }
 
6
  "Tokens per Line": 11.0,
7
  "Tokens per Line SD": 0.0,
8
  "Unique Tokens": 10,
9
+ "Unique Lines": 3279,
10
+ "1-gram Entropy": 2.8873936216106038,
11
+ "1-gram Normalized Entropy": 0.869192089393647,
12
+ "2-gram Entropy": 4.30802137646424,
13
+ "2-gram Conditional Entropy": 1.4206277548536366,
14
+ "Entropy per Line": 31.761329837716644,
15
  "EoS Token Present": true,
16
  "EoS Padding": true
17
  }
data/egg-discrimination/data/6-attr_6-val_3-dist_2-seed/corpus.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef52b098ff144be09ff0b75e38a17b8172e9fb4792a16ed88036951cb51ff63b
3
+ size 240002
data/egg-discrimination/data/6-attr_6-val_3-dist_2-seed/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8908af8cb99b30ea0e425be19b0528019c6351b6647e6fe502a1afdb90674c3
3
+ size 240000
data/egg-discrimination/data/6-attr_6-val_3-dist_2-seed/metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metrics": {
3
+ "analysis": {
4
+ "Token Count": 110000,
5
+ "Line Count": 10000,
6
+ "Tokens per Line": 11.0,
7
+ "Tokens per Line SD": 0.0,
8
+ "Unique Tokens": 9,
9
+ "Unique Lines": 1976,
10
+ "1-gram Entropy": 2.5738491916412913,
11
+ "1-gram Normalized Entropy": 0.8119590181061674,
12
+ "2-gram Entropy": 3.738389913388507,
13
+ "2-gram Conditional Entropy": 1.1645407217472155,
14
+ "Entropy per Line": 28.312341108054213,
15
+ "EoS Token Present": true,
16
+ "EoS Padding": true
17
+ }
18
+ }
19
+ }
data/egg-discrimination/data/6-attr_6-val_9-dist_0-seed/corpus.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d1a6bab7edf45a4780375760966d4a714d3bce24d67117fef821b1d173ec48f
3
+ size 240002
data/egg-discrimination/data/6-attr_6-val_9-dist_0-seed/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc80ebf7ddc9f7226aa261603adfa92f14b187e72f9afbb15a9191e66777f2c9
3
+ size 240000
data/egg-discrimination/data/6-attr_6-val_9-dist_0-seed/metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metrics": {
3
+ "analysis": {
4
+ "Token Count": 110000,
5
+ "Line Count": 10000,
6
+ "Tokens per Line": 11.0,
7
+ "Tokens per Line SD": 0.0,
8
+ "Unique Tokens": 9,
9
+ "Unique Lines": 2883,
10
+ "1-gram Entropy": 2.861929466838021,
11
+ "1-gram Normalized Entropy": 0.9028382266255026,
12
+ "2-gram Entropy": 4.371052580655887,
13
+ "2-gram Conditional Entropy": 1.5091231138178656,
14
+ "Entropy per Line": 31.481224135218252,
15
+ "EoS Token Present": true,
16
+ "EoS Padding": true
17
+ }
18
+ }
19
+ }
data/egg-discrimination/data/6-attr_6-val_9-dist_1-seed/corpus.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5bd25faffa870e5dc4755e32a94763f8b2d7601999b26eabcf8e58b4522e9c
3
+ size 240002
data/egg-discrimination/data/6-attr_6-val_9-dist_1-seed/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df6515e48ad4c6576338c4eb1c8264620ded964247f446dddfb3623534b7736a
3
+ size 240000
data/egg-discrimination/data/6-attr_6-val_9-dist_1-seed/metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metrics": {
3
+ "analysis": {
4
+ "Token Count": 110000,
5
+ "Line Count": 10000,
6
+ "Tokens per Line": 11.0,
7
+ "Tokens per Line SD": 0.0,
8
+ "Unique Tokens": 9,
9
+ "Unique Lines": 1015,
10
+ "1-gram Entropy": 2.4625003710989724,
11
+ "1-gram Normalized Entropy": 0.7768323761535486,
12
+ "2-gram Entropy": 3.5783260124681178,
13
+ "2-gram Conditional Entropy": 1.1158256413691454,
14
+ "Entropy per Line": 27.087504082088707,
15
+ "EoS Token Present": false,
16
+ "EoS Padding": false
17
+ }
18
+ }
19
+ }
data/egg-discrimination/data/6-attr_6-val_9-dist_2-seed/corpus.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7f2576cd35bf158477df83f6b6ac577603b8678178dc40fd6d8d2f7d20d8832
3
+ size 240002
data/egg-discrimination/data/6-attr_6-val_9-dist_2-seed/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8be162fd8234211373d9af0ada2fab42ab64cfc9e6ddf32b4ad30ef26f3a16e4
3
+ size 240000
data/egg-discrimination/data/6-attr_6-val_9-dist_2-seed/metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metrics": {
3
+ "analysis": {
4
+ "Token Count": 110000,
5
+ "Line Count": 10000,
6
+ "Tokens per Line": 11.0,
7
+ "Tokens per Line SD": 0.0,
8
+ "Unique Tokens": 10,
9
+ "Unique Lines": 2499,
10
+ "1-gram Entropy": 2.750844933129976,
11
+ "1-gram Normalized Entropy": 0.8280868382924013,
12
+ "2-gram Entropy": 4.070906394838263,
13
+ "2-gram Conditional Entropy": 1.3200614617082875,
14
+ "Entropy per Line": 30.259294264429737,
15
+ "EoS Token Present": true,
16
+ "EoS Padding": true
17
+ }
18
+ }
19
+ }
data/egg-discrimination/data/8-attr_8-val_3-dist_0-seed/corpus.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43fb7254631fd3e5d5de0baf7624fb8f0f5533a12a2f444697b155713b040652
3
+ size 240002
data/egg-discrimination/data/8-attr_8-val_3-dist_0-seed/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947a3eae58e2e62f6c42255150bf724cc37b3336be0906ea759f0494557d6980
3
+ size 240000
data/egg-discrimination/data/8-attr_8-val_3-dist_0-seed/metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metrics": {
3
+ "analysis": {
4
+ "Token Count": 110000,
5
+ "Line Count": 10000,
6
+ "Tokens per Line": 11.0,
7
+ "Tokens per Line SD": 0.0,
8
+ "Unique Tokens": 10,
9
+ "Unique Lines": 2610,
10
+ "1-gram Entropy": 2.4267524721424643,
11
+ "1-gram Normalized Entropy": 0.7305252861666017,
12
+ "2-gram Entropy": 3.504383950517751,
13
+ "2-gram Conditional Entropy": 1.0776314783752867,
14
+ "Entropy per Line": 26.694277193567117,
15
+ "EoS Token Present": true,
16
+ "EoS Padding": true
17
+ }
18
+ }
19
+ }
data/egg-discrimination/data/8-attr_8-val_3-dist_1-seed/corpus.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff1272ab434df98666d74c96021b116475d1ffdcc2843530552fb7991e569457
3
+ size 240002
data/egg-discrimination/data/8-attr_8-val_3-dist_1-seed/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c0d9796571617088109952c49a720e52e72c0cfbf114c7be3f25958a100e142
3
+ size 240000
data/egg-discrimination/data/8-attr_8-val_3-dist_1-seed/metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metrics": {
3
+ "analysis": {
4
+ "Token Count": 110000,
5
+ "Line Count": 10000,
6
+ "Tokens per Line": 11.0,
7
+ "Tokens per Line SD": 0.0,
8
+ "Unique Tokens": 10,
9
+ "Unique Lines": 2789,
10
+ "1-gram Entropy": 2.5563153301712918,
11
+ "1-gram Normalized Entropy": 0.7695275927572327,
12
+ "2-gram Entropy": 3.7125308843472333,
13
+ "2-gram Conditional Entropy": 1.1562155541759416,
14
+ "Entropy per Line": 28.11946863188421,
15
+ "EoS Token Present": true,
16
+ "EoS Padding": true
17
+ }
18
+ }
19
+ }
data/egg-discrimination/data/8-attr_8-val_3-dist_2-seed/corpus.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cfe4565aa381e2efc169d719fe513dc9aed8b24be99c4192d32c7afeaf52c53
3
+ size 240002
data/egg-discrimination/data/8-attr_8-val_3-dist_2-seed/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70eea5ef4ac9174996df296fdd9b8c50ae26cb98658a4487c6e7e0089e68e983
3
+ size 240000
data/egg-discrimination/data/8-attr_8-val_3-dist_2-seed/metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metrics": {
3
+ "analysis": {
4
+ "Token Count": 110000,
5
+ "Line Count": 10000,
6
+ "Tokens per Line": 11.0,
7
+ "Tokens per Line SD": 0.0,
8
+ "Unique Tokens": 9,
9
+ "Unique Lines": 2656,
10
+ "1-gram Entropy": 2.802139568279333,
11
+ "1-gram Normalized Entropy": 0.8839766136436549,
12
+ "2-gram Entropy": 4.006085509187663,
13
+ "2-gram Conditional Entropy": 1.2039459409083304,
14
+ "Entropy per Line": 30.823535251072684,
15
+ "EoS Token Present": true,
16
+ "EoS Padding": true
17
+ }
18
+ }
19
+ }
data/egg-discrimination/metadata.yml CHANGED
@@ -12,19 +12,60 @@ system:
12
  multi_utterance: false
13
  more_than_2_agents: false
14
  variants:
15
- 4-attr_4-val_3-dist_10-vocab_10-len:
 
16
  n_attributes: 4
17
  n_values: 4
18
  n_distractors: 3
19
- 6-attr_6-val_3-dist_10-vocab_10-len:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  n_attributes: 6
21
  n_values: 6
22
  n_distractors: 3
23
- 6-attr_6-val_9-dist_10-vocab_10-len:
 
24
  n_attributes: 6
25
  n_values: 6
26
  n_distractors: 9
27
- 8-attr_8-val_3-dist_10-vocab_10-len:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  n_attributes: 8
29
  n_values: 8
30
  n_distractors: 3
 
12
  multi_utterance: false
13
  more_than_2_agents: false
14
  variants:
15
+ 4-attr_4-val_3-dist_0-seed:
16
+ seed: 0
17
  n_attributes: 4
18
  n_values: 4
19
  n_distractors: 3
20
+ 4-attr_4-val_3-dist_1-seed:
21
+ seed: 1
22
+ n_attributes: 4
23
+ n_values: 4
24
+ n_distractors: 3
25
+ 4-attr_4-val_3-dist_2-seed:
26
+ seed: 2
27
+ n_attributes: 4
28
+ n_values: 4
29
+ n_distractors: 3
30
+ 6-attr_6-val_3-dist_0-seed:
31
+ seed: 0
32
+ n_attributes: 6
33
+ n_values: 6
34
+ n_distractors: 3
35
+ 6-attr_6-val_3-dist_1-seed:
36
+ seed: 1
37
+ n_attributes: 6
38
+ n_values: 6
39
+ n_distractors: 3
40
+ 6-attr_6-val_3-dist_2-seed:
41
+ seed: 2
42
  n_attributes: 6
43
  n_values: 6
44
  n_distractors: 3
45
+ 6-attr_6-val_9-dist_0-seed:
46
+ seed: 0
47
  n_attributes: 6
48
  n_values: 6
49
  n_distractors: 9
50
+ 6-attr_6-val_9-dist_1-seed:
51
+ seed: 1
52
+ n_attributes: 6
53
+ n_values: 6
54
+ n_distractors: 9
55
+ 6-attr_6-val_9-dist_2-seed:
56
+ seed: 2
57
+ n_attributes: 6
58
+ n_values: 6
59
+ n_distractors: 9
60
+ 8-attr_8-val_3-dist_0-seed:
61
+ n_attributes: 8
62
+ n_values: 8
63
+ n_distractors: 3
64
+ 8-attr_8-val_3-dist_1-seed:
65
+ n_attributes: 8
66
+ n_values: 8
67
+ n_distractors: 3
68
+ 8-attr_8-val_3-dist_2-seed:
69
  n_attributes: 8
70
  n_values: 8
71
  n_distractors: 3
data/nav-to-center/code/environment.editable.yml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: nav-to-center
2
+ channels:
3
+ - conda-forge
4
+ dependencies:
5
+ - numpy==1.21.1
6
+ - stable-baselines3==1.1.0
7
+ - pytorch==1.9.0
8
+ - tensorboard
9
+ - joblib
10
+ - tqdm
11
+ - pandas==1.3.0
12
+ - gym==0.18.0
13
+ - python==3.9.*
data/nav-to-center/code/repo ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 5ec29167e0d96c686beda5e28a1db26befc806a5
data/nav-to-center/code/run.sh ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+
3
+ # Change to 1 to debug
4
+ n_jobs=$(nproc)
5
+
6
+ set -xe
7
+
8
+ mkdir -p ../data/
9
+
10
+ cd repo
11
+ for c in nav_elcc_temperature nav_elcc_lexicon_size; do
12
+ python -m simple_nav run $c -j$n_jobs
13
+ python -m simple_nav eval log/$c -j$n_jobs
14
+ for x in results/$c/*.jsonl; do
15
+ name=$(basename $x .messages.jsonl)
16
+ mkdir ../../data/$name
17
+ cp $x ../../data/$name/corpus.jsonl
18
+ done
19
+ done
20
+ cd ..
21
+
22
+
data/nav-to-center/data/lexicon_size_11/corpus.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:882fb7ea45d3e54dbd35f4c2b824b1c033f244259beb29feaf1c0d263296308c
3
+ size 151058
data/nav-to-center/data/lexicon_size_11/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b62791e7e90f2c6b194b8a96dbf598d077a4b264f6dbd9ee82e0f75dd58a0c1
3
+ size 206584
data/nav-to-center/data/lexicon_size_11/metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metrics": {
3
+ "analysis": {
4
+ "Token Count": 65528,
5
+ "Line Count": 10000,
6
+ "Tokens per Line": 6.5528,
7
+ "Tokens per Line SD": 2.521192606684384,
8
+ "Unique Tokens": 8,
9
+ "Unique Lines": 2317,
10
+ "1-gram Entropy": 2.8054177457181675,
11
+ "1-gram Normalized Entropy": 0.9351392485727225,
12
+ "2-gram Entropy": 4.24022357286714,
13
+ "2-gram Conditional Entropy": 1.4348058271489723,
14
+ "Entropy per Line": 18.38334140414201,
15
+ "EoS Token Present": false,
16
+ "EoS Padding": false
17
+ }
18
+ }
19
+ }
data/nav-to-center/data/lexicon_size_118/corpus.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9496eb9609adfdb6d0b9955e74dc92d875b0e2a316f8bfc6c59ea6a1ba09698
3
+ size 196833
data/nav-to-center/data/lexicon_size_118/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:022998bfeda7ae4467d6710cd55fadc2d7dbd32ae741d68873c91d6ace37b929
3
+ size 245495
data/nav-to-center/data/lexicon_size_118/metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metrics": {
3
+ "analysis": {
4
+ "Token Count": 58664,
5
+ "Line Count": 10000,
6
+ "Tokens per Line": 5.8664,
7
+ "Tokens per Line SD": 2.1671988925800045,
8
+ "Unique Tokens": 61,
9
+ "Unique Lines": 4392,
10
+ "1-gram Entropy": 3.7675315012741577,
11
+ "1-gram Normalized Entropy": 0.6352551608401438,
12
+ "2-gram Entropy": 5.389003694346901,
13
+ "2-gram Conditional Entropy": 1.621472193072743,
14
+ "Entropy per Line": 22.10184679907553,
15
+ "EoS Token Present": false,
16
+ "EoS Padding": false
17
+ }
18
+ }
19
+ }