Mo7art commited on
Commit
ed1b8b2
·
verified ·
1 Parent(s): 3133710

Add files using upload-large-folder tool

Browse files
Files changed (40) hide show
  1. README.md +115 -0
  2. chunk_records/r0_00000.parquet +3 -0
  3. chunk_records/r0_00001.parquet +3 -0
  4. chunk_records/r0_00002.parquet +3 -0
  5. chunk_records/r1_00000.parquet +3 -0
  6. chunk_records/r1_00001.parquet +3 -0
  7. chunk_records/r1_00002.parquet +3 -0
  8. chunk_records/r2_00000.parquet +3 -0
  9. chunk_records/r2_00001.parquet +3 -0
  10. chunk_records/r2_00002.parquet +3 -0
  11. chunk_records/r3_00000.parquet +3 -0
  12. chunk_records/r3_00001.parquet +3 -0
  13. chunk_records/r3_00002.parquet +3 -0
  14. chunk_records/r4_00000.parquet +3 -0
  15. chunk_records/r4_00001.parquet +3 -0
  16. chunk_records/r4_00002.parquet +3 -0
  17. chunk_records/r5_00000.parquet +3 -0
  18. chunk_records/r5_00001.parquet +3 -0
  19. chunk_records/r5_00002.parquet +3 -0
  20. chunk_records/r6_00000.parquet +3 -0
  21. chunk_records/r6_00001.parquet +3 -0
  22. chunk_records/r6_00002.parquet +3 -0
  23. chunk_records/r7_00000.parquet +3 -0
  24. chunk_records/r7_00001.parquet +3 -0
  25. chunk_records/r7_00002.parquet +3 -0
  26. dataset_manifest.json +236 -0
  27. question_metadata/r0_00000.parquet +3 -0
  28. question_metadata/r0_00001.parquet +3 -0
  29. question_metadata/r0_00002.parquet +3 -0
  30. question_metadata/r0_00003.parquet +3 -0
  31. question_metadata/r0_00004.parquet +3 -0
  32. question_metadata/r0_00005.parquet +3 -0
  33. question_metadata/r0_00006.parquet +3 -0
  34. question_metadata/r0_00007.parquet +3 -0
  35. question_metadata/r0_00008.parquet +3 -0
  36. question_metadata/r0_00009.parquet +3 -0
  37. question_metadata/r0_00010.parquet +3 -0
  38. question_metadata/r0_00011.parquet +3 -0
  39. question_metadata/r0_00012.parquet +3 -0
  40. question_metadata/r0_00013.parquet +3 -0
README.md ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - vector-database
4
+ - embeddings
5
+ - parquet
6
+ - qdrant
7
+ - stackoverflow
8
+ - question-answering
9
+ pretty_name: StackOverflow Vector Dataset - Perl
10
+ license: cc-by-sa-4.0
11
+ size_categories:
12
+ - 1M<n<10M
13
+ ---
14
+
15
+ # Perl StackOverflow Vector Dataset Datasheet
16
+
17
+ ## 1. What This Dataset Is
18
+
19
+ This dataset is the Perl-specific vector shard of the Stack2Graph StackOverflow retrieval corpus.
20
+ Each Hugging Face dataset repository contains exactly one language dataset.
21
+
22
+ It is optimized for dense+sparse retrieval, Qdrant restoration, and embedding-based RAG experiments.
23
+
24
+ It is used in the Stack2Graph project as the vector counterpart to the language-scoped RDF knowledge graph shards.
25
+
26
+ See the Stack2Graph repository for more details:
27
+ [https://github.com/tha-atlas/Stack2Graph](https://github.com/tha-atlas/Stack2Graph)
28
+
29
+ ## 2. Repository Layout
30
+
31
+ ```text
32
+ dataset_manifest.json
33
+ question_metadata_*.parquet
34
+ chunk_records_*.parquet
35
+ question_records_*.parquet
36
+ ```
37
+
38
+ - `dataset_manifest.json`: language-scoped manifest for this dataset shard.
39
+ - `question_metadata_*.parquet`: per-question metadata and retrieval bookkeeping.
40
+ - `chunk_records_*.parquet`: chunk-level vector rows when parent-child indexing is enabled.
41
+ - `question_records_*.parquet`: question-level vector rows when chunking is disabled or exported alongside chunk data.
42
+
43
+ ## 3. Data Model And Coverage
44
+
45
+ The dataset is derived from Stack Overflow questions selected for the Perl programming language.
46
+ It contains the structured records needed to rebuild the Stack2Graph Qdrant collection for that language.
47
+
48
+ Coverage scope:
49
+
50
+ - records are retained when they match the Stack2Graph supported language-tag set
51
+ - this repository contains only the Perl shard
52
+ - the archive may contain both metadata-only and retrieval-ready vector rows depending on the export mode
53
+
54
+ ## 4. Recommended Preprocessing
55
+
56
+ 1. Read `dataset_manifest.json` first and use it as the source of truth for included Parquet files.
57
+ 2. Load all Parquet shards for this repository into your vector indexing pipeline.
58
+ 3. Rebuild or restore the Qdrant collection `stackoverflow_perl_vector`.
59
+ 4. Preserve attribution and license metadata during downstream export.
60
+
61
+ ## 5. Automatic Download And Vector DB Setup
62
+
63
+ You do not need to regenerate embeddings from GraphDB to use this dataset.
64
+
65
+ In the Stack2Graph repository, you can use the automation script
66
+ `python -m experiment.load_hf_datasets_into_services --skip-kg` to download dataset artifacts
67
+ and prepare the vector database service state automatically.
68
+
69
+ Typical workflow:
70
+
71
+ 1. Clone and configure Stack2Graph (`.env` with HF token and service paths).
72
+ 1. Clone and configure Stack2Graph (`.env` with HF token and service paths).
73
+ 1. Start required local services:
74
+
75
+ ```bash
76
+ docker compose up -d
77
+ ```
78
+
79
+ 1. Run the loader script:
80
+
81
+ ```bash
82
+ python -m experiment.load_hf_datasets_into_services --skip-kg
83
+ ```
84
+
85
+ For manual usage without automation, directly ingest the listed Parquet files into your vector database.
86
+
87
+ ## 6. Quality Notes And Caveats
88
+
89
+ - A Stack Overflow question may belong to multiple language shards when tagged with multiple languages.
90
+ - Embeddings and sparse representations depend on the configured export pipeline and model versions.
91
+ - As with community-generated data, content may include noise, bias, and temporal drift.
92
+
93
+ ## 7. Intended Use
94
+
95
+ - semantic retrieval and reranking
96
+ - RAG and hybrid retriever experiments
97
+ - vector database benchmarking and diagnostics
98
+ - language-scoped developer tooling research
99
+
100
+ ## 8. Limitations
101
+
102
+ - Not a complete mirror of all Stack Overflow content.
103
+ - Not all export modes include the same row types or chunk layouts.
104
+ - Best used together with the Stack2Graph retrieval pipeline and Qdrant-compatible tooling.
105
+
106
+ ## 9. Licensing And Attribution
107
+
108
+ This dataset inherits Stack Overflow source licensing and attribution requirements.
109
+ Ensure compliant attribution and redistribution practices in all derived artifacts.
110
+
111
+ ## 10. Suggested Citation
112
+
113
+ If you use this dataset, cite the Stack2Graph work:
114
+
115
+ - Stack2Graph: A Structured Knowledge Representation of Stack Overflow Data for Retrieval-based Question Answering
chunk_records/r0_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af46413dadfd941d6e902800b8285d4d2d3890340db5d2ba4b11175fe7c8208f
3
+ size 31047879
chunk_records/r0_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bfdecffb3eb7680c8ee25f63693f1b8338c6165181c383b399c7116d1bd2395
3
+ size 34921116
chunk_records/r0_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc662dcf182a96cff56c4223acf5cd56205dbcbe2da0635884ab87b01d190259
3
+ size 2909566
chunk_records/r1_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff2d48c8714f7cf6443324c344d3c6da606784673b050a44d23fdf9830602de5
3
+ size 31070858
chunk_records/r1_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c818fdadeb009797796935f20800a846c11f52cdfe93d9592f9d60e2e091d5c0
3
+ size 34929929
chunk_records/r1_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:510f9af9fcde9d0628957fd8d9549ea800f30e6a437cabb7842ed2234d70bd7f
3
+ size 2902851
chunk_records/r2_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8afde3eee2983aefedaa29e517f31462d61b1a3c783172bba17bdfd7fa860f0d
3
+ size 31109196
chunk_records/r2_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f246d7ea187f75df0eafcdb5c493a30320d67971d08dedeb4b4db4975ff2b06
3
+ size 34956819
chunk_records/r2_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39a129af3e1b2f6a9822e64bcf0b63b3469c2705ba572f10f51d45b2fcc85a1d
3
+ size 2893156
chunk_records/r3_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:863a4f7ba6f663fc55445eed43ce7cfe5cf7c15e34c67955a0580be5e41bb3b5
3
+ size 31006726
chunk_records/r3_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15cb70ea1191c74a986217f98262cabc3aae019ad3bda7d901eda5e95a1e42ad
3
+ size 34944563
chunk_records/r3_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff611a0bcec3f60722e075f2a7b7863860efffdaec2693b7215ff13764d25f7f
3
+ size 2902758
chunk_records/r4_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dde276d5d4c562d6baba154618e0d7bef0de61c77141db1605bcae4f872b690
3
+ size 31038450
chunk_records/r4_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cdc7ba951fea5814226784a60960b8afcdd89a4871a098147bd5743720f9f81
3
+ size 34918494
chunk_records/r4_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4a1d9b5db80a7de41dee0baf668b16204ce68a1548a043a88c09ef6c5a9b39e
3
+ size 2895418
chunk_records/r5_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48117f83de1a0ac82b62ba5f14f42be8b605ac5084572a3e2df5f4a0803b04e9
3
+ size 31054137
chunk_records/r5_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cee35596af62da11059734f776e0bbb7c685082b4dee44108174a0b91ffe254
3
+ size 34898348
chunk_records/r5_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b902dd06a4409b2e5d497b9bce03c379d76b687707f63775711d56c60bfbbc50
3
+ size 2890866
chunk_records/r6_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5f019176184a9c12ad380a2e6942929b8d810065daa58321dfd028794987c7c
3
+ size 31040430
chunk_records/r6_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:175ef116aa759a1a6c8c34cfcc9ec1ccfdba8f85fccf19bfc0b5a6a12d5d6511
3
+ size 34969479
chunk_records/r6_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:199bdab19312d859ed5cda3d7b6799053e1d0bf853d19c7fad5abb2bc7e4d53e
3
+ size 2912263
chunk_records/r7_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deaf9044e26725453fd49a0716a981f5f3434f3d4b2d2bdd492c7c052b5e51d8
3
+ size 31040014
chunk_records/r7_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c1ad44dfe1f936db6a459780b461424fea411c3fad8981eb56e46a34f1aaa8a
3
+ size 34975026
chunk_records/r7_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99dae63062300eb957618a7c82c9eae90b9eaad6307cbc89a072d058583f73ad
3
+ size 2893552
dataset_manifest.json ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file_count": 38,
3
+ "files": [
4
+ {
5
+ "category": "chunk_records",
6
+ "language": "perl",
7
+ "relative_path": "chunk_records/r0_00000.parquet",
8
+ "rows": 5000
9
+ },
10
+ {
11
+ "category": "chunk_records",
12
+ "language": "perl",
13
+ "relative_path": "chunk_records/r0_00001.parquet",
14
+ "rows": 5000
15
+ },
16
+ {
17
+ "category": "chunk_records",
18
+ "language": "perl",
19
+ "relative_path": "chunk_records/r0_00002.parquet",
20
+ "rows": 370
21
+ },
22
+ {
23
+ "category": "chunk_records",
24
+ "language": "perl",
25
+ "relative_path": "chunk_records/r1_00000.parquet",
26
+ "rows": 5000
27
+ },
28
+ {
29
+ "category": "chunk_records",
30
+ "language": "perl",
31
+ "relative_path": "chunk_records/r1_00001.parquet",
32
+ "rows": 5000
33
+ },
34
+ {
35
+ "category": "chunk_records",
36
+ "language": "perl",
37
+ "relative_path": "chunk_records/r1_00002.parquet",
38
+ "rows": 369
39
+ },
40
+ {
41
+ "category": "chunk_records",
42
+ "language": "perl",
43
+ "relative_path": "chunk_records/r2_00000.parquet",
44
+ "rows": 5000
45
+ },
46
+ {
47
+ "category": "chunk_records",
48
+ "language": "perl",
49
+ "relative_path": "chunk_records/r2_00001.parquet",
50
+ "rows": 5000
51
+ },
52
+ {
53
+ "category": "chunk_records",
54
+ "language": "perl",
55
+ "relative_path": "chunk_records/r2_00002.parquet",
56
+ "rows": 369
57
+ },
58
+ {
59
+ "category": "chunk_records",
60
+ "language": "perl",
61
+ "relative_path": "chunk_records/r3_00000.parquet",
62
+ "rows": 5000
63
+ },
64
+ {
65
+ "category": "chunk_records",
66
+ "language": "perl",
67
+ "relative_path": "chunk_records/r3_00001.parquet",
68
+ "rows": 5000
69
+ },
70
+ {
71
+ "category": "chunk_records",
72
+ "language": "perl",
73
+ "relative_path": "chunk_records/r3_00002.parquet",
74
+ "rows": 369
75
+ },
76
+ {
77
+ "category": "chunk_records",
78
+ "language": "perl",
79
+ "relative_path": "chunk_records/r4_00000.parquet",
80
+ "rows": 5000
81
+ },
82
+ {
83
+ "category": "chunk_records",
84
+ "language": "perl",
85
+ "relative_path": "chunk_records/r4_00001.parquet",
86
+ "rows": 5000
87
+ },
88
+ {
89
+ "category": "chunk_records",
90
+ "language": "perl",
91
+ "relative_path": "chunk_records/r4_00002.parquet",
92
+ "rows": 369
93
+ },
94
+ {
95
+ "category": "chunk_records",
96
+ "language": "perl",
97
+ "relative_path": "chunk_records/r5_00000.parquet",
98
+ "rows": 5000
99
+ },
100
+ {
101
+ "category": "chunk_records",
102
+ "language": "perl",
103
+ "relative_path": "chunk_records/r5_00001.parquet",
104
+ "rows": 5000
105
+ },
106
+ {
107
+ "category": "chunk_records",
108
+ "language": "perl",
109
+ "relative_path": "chunk_records/r5_00002.parquet",
110
+ "rows": 369
111
+ },
112
+ {
113
+ "category": "chunk_records",
114
+ "language": "perl",
115
+ "relative_path": "chunk_records/r6_00000.parquet",
116
+ "rows": 5000
117
+ },
118
+ {
119
+ "category": "chunk_records",
120
+ "language": "perl",
121
+ "relative_path": "chunk_records/r6_00001.parquet",
122
+ "rows": 5000
123
+ },
124
+ {
125
+ "category": "chunk_records",
126
+ "language": "perl",
127
+ "relative_path": "chunk_records/r6_00002.parquet",
128
+ "rows": 369
129
+ },
130
+ {
131
+ "category": "chunk_records",
132
+ "language": "perl",
133
+ "relative_path": "chunk_records/r7_00000.parquet",
134
+ "rows": 5000
135
+ },
136
+ {
137
+ "category": "chunk_records",
138
+ "language": "perl",
139
+ "relative_path": "chunk_records/r7_00001.parquet",
140
+ "rows": 5000
141
+ },
142
+ {
143
+ "category": "chunk_records",
144
+ "language": "perl",
145
+ "relative_path": "chunk_records/r7_00002.parquet",
146
+ "rows": 369
147
+ },
148
+ {
149
+ "category": "question_metadata",
150
+ "language": "perl",
151
+ "relative_path": "question_metadata/r0_00000.parquet",
152
+ "rows": 5000
153
+ },
154
+ {
155
+ "category": "question_metadata",
156
+ "language": "perl",
157
+ "relative_path": "question_metadata/r0_00001.parquet",
158
+ "rows": 5000
159
+ },
160
+ {
161
+ "category": "question_metadata",
162
+ "language": "perl",
163
+ "relative_path": "question_metadata/r0_00002.parquet",
164
+ "rows": 5000
165
+ },
166
+ {
167
+ "category": "question_metadata",
168
+ "language": "perl",
169
+ "relative_path": "question_metadata/r0_00003.parquet",
170
+ "rows": 5000
171
+ },
172
+ {
173
+ "category": "question_metadata",
174
+ "language": "perl",
175
+ "relative_path": "question_metadata/r0_00004.parquet",
176
+ "rows": 5000
177
+ },
178
+ {
179
+ "category": "question_metadata",
180
+ "language": "perl",
181
+ "relative_path": "question_metadata/r0_00005.parquet",
182
+ "rows": 5000
183
+ },
184
+ {
185
+ "category": "question_metadata",
186
+ "language": "perl",
187
+ "relative_path": "question_metadata/r0_00006.parquet",
188
+ "rows": 5000
189
+ },
190
+ {
191
+ "category": "question_metadata",
192
+ "language": "perl",
193
+ "relative_path": "question_metadata/r0_00007.parquet",
194
+ "rows": 5000
195
+ },
196
+ {
197
+ "category": "question_metadata",
198
+ "language": "perl",
199
+ "relative_path": "question_metadata/r0_00008.parquet",
200
+ "rows": 5000
201
+ },
202
+ {
203
+ "category": "question_metadata",
204
+ "language": "perl",
205
+ "relative_path": "question_metadata/r0_00009.parquet",
206
+ "rows": 5000
207
+ },
208
+ {
209
+ "category": "question_metadata",
210
+ "language": "perl",
211
+ "relative_path": "question_metadata/r0_00010.parquet",
212
+ "rows": 5000
213
+ },
214
+ {
215
+ "category": "question_metadata",
216
+ "language": "perl",
217
+ "relative_path": "question_metadata/r0_00011.parquet",
218
+ "rows": 5000
219
+ },
220
+ {
221
+ "category": "question_metadata",
222
+ "language": "perl",
223
+ "relative_path": "question_metadata/r0_00012.parquet",
224
+ "rows": 5000
225
+ },
226
+ {
227
+ "category": "question_metadata",
228
+ "language": "perl",
229
+ "relative_path": "question_metadata/r0_00013.parquet",
230
+ "rows": 3320
231
+ }
232
+ ],
233
+ "language": "perl",
234
+ "source": "vector_dataset_language_folder",
235
+ "total_rows": 151273
236
+ }
question_metadata/r0_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0609cb7de564b0b12cdf05a0bb9b33905d3d0303f0de78489f772464bd9e6fa3
3
+ size 6945209
question_metadata/r0_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d13a4d7fa2564fd7b704810015dc013d58c718d7b4b0a92b3490c39c5a0b97
3
+ size 7053796
question_metadata/r0_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aa4609bd2e7072303dc0c32d50a582657c63dbc70129f6459104999cb156539
3
+ size 7123876
question_metadata/r0_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15659f23f8d3cc5b3ea18cadfc14d55ed643e6decd0a301c431abc9e77b722da
3
+ size 7158605
question_metadata/r0_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c9b6b3a9cc10bd7548b3887b5294339718bd0fa591f12e6fa5df3ed2622ae97
3
+ size 7160934
question_metadata/r0_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e4ad5b8b765b5a35a258bc8397560b6a286e5bbd0086faae1b8ac8429f6f79
3
+ size 7013819
question_metadata/r0_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e35cd8ef18a57427319269c7ed58983aec78a785819cca7f8348077e7a1bcfd
3
+ size 7449183
question_metadata/r0_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e8932626c9a67eeb7105e35eb0ffda945ac1004540852dae0e09908997d5f3d
3
+ size 7468301
question_metadata/r0_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5012b0148bca4ce4a897c60f0bb434b4dfde74b6114b37624817af586f5b4907
3
+ size 7491997
question_metadata/r0_00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e471e5b0c904129ba96c5ca8419aa1bf5349f27437b819e67380cb3fe04c30f
3
+ size 7243557
question_metadata/r0_00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4b9b9f8bb0923a7d8616a8fa0820fa2a552850900341b2eadf3c7bf98806171
3
+ size 7062285
question_metadata/r0_00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c956456162c4a24ddd386d0d104aa590c5eda01bc709f1a2b7cfa97bf86d3f68
3
+ size 7195726
question_metadata/r0_00012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa6793a93c7bc5167f734bd06bd0b1d70240526da5ac6c221ec4cae4eb31144
3
+ size 7511460
question_metadata/r0_00013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71159c4a0b930c24aab49371f190e26e41eac5f899714ed0e3cbe1c0ef36ff5
3
+ size 5087842