Mo7art commited on
Commit
9302dd1
·
verified ·
1 Parent(s): 565ef5d

Add files using upload-large-folder tool

Browse files
Files changed (50) 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/r0_00003.parquet +3 -0
  6. chunk_records/r0_00005.parquet +3 -0
  7. chunk_records/r0_00006.parquet +3 -0
  8. chunk_records/r0_00007.parquet +3 -0
  9. chunk_records/r0_00008.parquet +3 -0
  10. chunk_records/r0_00009.parquet +3 -0
  11. chunk_records/r0_00010.parquet +3 -0
  12. chunk_records/r1_00001.parquet +3 -0
  13. chunk_records/r1_00002.parquet +3 -0
  14. chunk_records/r1_00003.parquet +3 -0
  15. chunk_records/r1_00004.parquet +3 -0
  16. chunk_records/r1_00005.parquet +3 -0
  17. chunk_records/r1_00010.parquet +3 -0
  18. chunk_records/r2_00000.parquet +3 -0
  19. chunk_records/r2_00002.parquet +3 -0
  20. chunk_records/r2_00003.parquet +3 -0
  21. chunk_records/r2_00004.parquet +3 -0
  22. chunk_records/r2_00010.parquet +3 -0
  23. chunk_records/r3_00000.parquet +3 -0
  24. chunk_records/r3_00001.parquet +3 -0
  25. chunk_records/r3_00006.parquet +3 -0
  26. chunk_records/r3_00007.parquet +3 -0
  27. chunk_records/r3_00010.parquet +3 -0
  28. chunk_records/r4_00001.parquet +3 -0
  29. chunk_records/r4_00002.parquet +3 -0
  30. chunk_records/r4_00003.parquet +3 -0
  31. chunk_records/r4_00005.parquet +3 -0
  32. chunk_records/r4_00007.parquet +3 -0
  33. chunk_records/r4_00008.parquet +3 -0
  34. chunk_records/r4_00010.parquet +3 -0
  35. chunk_records/r5_00001.parquet +3 -0
  36. chunk_records/r5_00002.parquet +3 -0
  37. chunk_records/r5_00005.parquet +3 -0
  38. chunk_records/r5_00008.parquet +3 -0
  39. chunk_records/r6_00000.parquet +3 -0
  40. chunk_records/r6_00003.parquet +3 -0
  41. chunk_records/r6_00004.parquet +3 -0
  42. chunk_records/r6_00005.parquet +3 -0
  43. chunk_records/r6_00006.parquet +3 -0
  44. chunk_records/r6_00009.parquet +3 -0
  45. chunk_records/r6_00010.parquet +3 -0
  46. chunk_records/r7_00000.parquet +3 -0
  47. chunk_records/r7_00002.parquet +3 -0
  48. chunk_records/r7_00003.parquet +3 -0
  49. chunk_records/r7_00008.parquet +3 -0
  50. dataset_manifest.json +950 -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 - .Net
10
+ license: cc-by-sa-4.0
11
+ size_categories:
12
+ - 1M<n<10M
13
+ ---
14
+
15
+ # .Net StackOverflow Vector Dataset Datasheet
16
+
17
+ ## 1. What This Dataset Is
18
+
19
+ This dataset is the .Net-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 .Net 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 .Net 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_.net_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:b4473c736eb98b074148ac5275611c0f8978aad8dbce32e8681f63f555f44634
3
+ size 29703646
chunk_records/r0_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92e8c90232bec852fc411d868cf964232a8c098f52c45f909edb56abf2d36e0f
3
+ size 30898727
chunk_records/r0_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57dd327ad18b9ba1e6eba80128e94d4a9f9afb4ed13bc5786fcf036288e32f0f
3
+ size 31700270
chunk_records/r0_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:405ea27ed8b3cc23d492b3d01df49c3634f22a3b9c3333da660892bff2568938
3
+ size 32445622
chunk_records/r0_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:625d1f89b9a468b5f828609394f417d8f73b36b81b9aca2e83e27529b53f9c5f
3
+ size 34146009
chunk_records/r0_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3562a6f65e48b1e47664840bd5774414c8d70e8cacfa85077d5473acbb732c19
3
+ size 35178673
chunk_records/r0_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbfedb65b9c3b6178d57942da9811b121ba9a1f1eb198b3270a586199b2f81d4
3
+ size 36354462
chunk_records/r0_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb0f610d32362510cc8869fe666a775e5e9e96931c6d947b8ad6b2473c1c227f
3
+ size 37456562
chunk_records/r0_00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36a2463a5f183b4c8c4c37a1c4283168c200b6c4851e0f628a01536656d6240
3
+ size 38425775
chunk_records/r0_00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa8335d09e4fc48499119afa7200fb42ca90ff4a89b6720fe5c2f48244693534
3
+ size 11858996
chunk_records/r1_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f92bdb10c2ad9399c3d151bdd760548ac2041bfb65e141ce0ace3f2f4f331c12
3
+ size 30930025
chunk_records/r1_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0cde210e39f7002a86b0c9cfc67f9eb5b35d1f966e76d53ece316c9e0a4da65
3
+ size 31699338
chunk_records/r1_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7925fc04a9e1834a03eefb7f4064be7876a93f6c762375acf03068cad60552
3
+ size 32410866
chunk_records/r1_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7363a56e1f063078b6a4d3e2de15cf6d0ea612d3adec8222e4286e6d826f058
3
+ size 33252445
chunk_records/r1_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f76d40ec0d099b1f9785a53c1e0f6402bb96b80c2b586a0633abe46292bc7bd5
3
+ size 34161925
chunk_records/r1_00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7acca4823886cb4d9a383cbf2e9faf12a8dbcf007bd3be97b3895bf00dd3a6a4
3
+ size 11876395
chunk_records/r2_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e079a88dd00f8cecb02d2b19caf77bc316dfa1af8d7b2231b6d2aad025e12df
3
+ size 29728629
chunk_records/r2_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75684912360adc2b0d812812cc48c3cac58f0d1346997388c2e3be1323f5664e
3
+ size 31734438
chunk_records/r2_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a1ab8236918a66fa992707fd03451acb48ddc2895763a95015445da586bc210
3
+ size 32470016
chunk_records/r2_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fde12c80b6eebfa2e6f1db46dfc3a6ddc516102d417f2d9dfc509f12442c480
3
+ size 33277876
chunk_records/r2_00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:292661292a42e19e4967d9715860d5f514ef01ffdecaa4375b2db1838fe187bc
3
+ size 11861319
chunk_records/r3_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5f7f0c0da4cff99c587c034f5a9f46ec98d6b9ae3c0b3c95c86b682a2463f6
3
+ size 29730403
chunk_records/r3_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecf41250eee70b04606ee952dd0b716d99219a6b8a60a838ac1c2893b74db243
3
+ size 30919244
chunk_records/r3_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84a340a9e22b2348573fb4ab2165c2943b26cf48417b1794bc53b8c4354c7fe
3
+ size 35147963
chunk_records/r3_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50731f97c3be632bd322b7021edf8a8815a2237be36f161fb2af968915d5298a
3
+ size 36383878
chunk_records/r3_00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a0e706c2fd4aefcb00c3fa968cc7af4231c21fb3b605221f70f509bde52c8e5
3
+ size 11838078
chunk_records/r4_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d50b2cf75b6a1104513a0737179530b9f6bbb8ba2020aeefdb81c4e2b09d278a
3
+ size 30927576
chunk_records/r4_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb4c2bba9d138b0e0f5c28a1c7145ac9a3c725eb5a719149cb060dc461800a42
3
+ size 31672519
chunk_records/r4_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6d8081b0447f5c329ff86bcc3da2268a2debd41398366f1c28ee63ec8d37d58
3
+ size 32405851
chunk_records/r4_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22996d6dfb67fb2e0a2a299703a7a4760cbf6fa8861aaf0d419b603af8ad03cc
3
+ size 34119614
chunk_records/r4_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95e9b4675fb51eb2b3e00a9a685b2d79073f7d68b0b52b95126ad8f3a38fc8b2
3
+ size 36331108
chunk_records/r4_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc38e0274e47d4df2e01b4f93ce39e523ac3a3c4c755a04a9eb96ea7a145e3b3
3
+ size 37448855
chunk_records/r4_00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa937356b0cbe814c2e29b57a591252a551820a249f8dc8473c0f49b463c3dcf
3
+ size 11846217
chunk_records/r5_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa658ce45f7c6b76f3c337ebc3a439ec8b93f39b972b58a9fa7dc926f78149c
3
+ size 30938947
chunk_records/r5_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6d74239b40cfe713322250b9fb2ca8c72bc895643ab063e158864a70a58e182
3
+ size 31710647
chunk_records/r5_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb048fa45c1b746c4a779c1ccfd00a6c45d4af3211cf2c4a5f2cfb2f17f9ee82
3
+ size 34129376
chunk_records/r5_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65da75cb229ccd1a77cc86e8a5e95681f44c94a40de75eb4354d747d0499986f
3
+ size 37352998
chunk_records/r6_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eacbb16b17953337fed2de2b2cd619a81dba0aa4cecabeec6567087b53c2161e
3
+ size 29718496
chunk_records/r6_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bde057990874eaa31c648346019c51f763d9bc45ea061652a10ec6e90a572741
3
+ size 32443626
chunk_records/r6_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb9a89280373aea494e66de3acace8a4a61ca9cebb37c379b34b0766a810bb03
3
+ size 33271473
chunk_records/r6_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c18c73082653be933f386eb604bbea4256daab5fd9cd1921d5b2b771fdb8a2
3
+ size 34207452
chunk_records/r6_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f09b0b0c98d869104c6d4cc699698fae7c5a522e4cfbb9039303aab2f3bf769
3
+ size 35236035
chunk_records/r6_00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426f4f738e88c818c712a8e6a47b0459125db105c5904237a36b999fe57bc4e6
3
+ size 38440553
chunk_records/r6_00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e467fb7969b2312cdf0a628f902fd4f87de7c352339a73395c1fbee4a30487e
3
+ size 11843593
chunk_records/r7_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:715261841ee1d02e36a67ea41f53cf299ab6eedcbf0e2aafdfa9ea4660feade0
3
+ size 29729970
chunk_records/r7_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45450a063c6ff757095904620afe25ee422c367fed15415644a8dd5ae4db0c05
3
+ size 31716001
chunk_records/r7_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:241a926542ddab156b614797ab4bcca7a0704f6226d98cb27d311b9ad75def13
3
+ size 32422379
chunk_records/r7_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6d68fc8fe760f4c387771b4f2b02f260c6feb2314dfdd6140ce41175eacbdc
3
+ size 37366930
dataset_manifest.json ADDED
@@ -0,0 +1,950 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file_count": 157,
3
+ "files": [
4
+ {
5
+ "category": "chunk_records",
6
+ "language": ".net",
7
+ "relative_path": "chunk_records/r0_00000.parquet",
8
+ "rows": 5000
9
+ },
10
+ {
11
+ "category": "chunk_records",
12
+ "language": ".net",
13
+ "relative_path": "chunk_records/r0_00001.parquet",
14
+ "rows": 5000
15
+ },
16
+ {
17
+ "category": "chunk_records",
18
+ "language": ".net",
19
+ "relative_path": "chunk_records/r0_00002.parquet",
20
+ "rows": 5000
21
+ },
22
+ {
23
+ "category": "chunk_records",
24
+ "language": ".net",
25
+ "relative_path": "chunk_records/r0_00003.parquet",
26
+ "rows": 5000
27
+ },
28
+ {
29
+ "category": "chunk_records",
30
+ "language": ".net",
31
+ "relative_path": "chunk_records/r0_00004.parquet",
32
+ "rows": 5000
33
+ },
34
+ {
35
+ "category": "chunk_records",
36
+ "language": ".net",
37
+ "relative_path": "chunk_records/r0_00005.parquet",
38
+ "rows": 5000
39
+ },
40
+ {
41
+ "category": "chunk_records",
42
+ "language": ".net",
43
+ "relative_path": "chunk_records/r0_00006.parquet",
44
+ "rows": 5000
45
+ },
46
+ {
47
+ "category": "chunk_records",
48
+ "language": ".net",
49
+ "relative_path": "chunk_records/r0_00007.parquet",
50
+ "rows": 5000
51
+ },
52
+ {
53
+ "category": "chunk_records",
54
+ "language": ".net",
55
+ "relative_path": "chunk_records/r0_00008.parquet",
56
+ "rows": 5000
57
+ },
58
+ {
59
+ "category": "chunk_records",
60
+ "language": ".net",
61
+ "relative_path": "chunk_records/r0_00009.parquet",
62
+ "rows": 5000
63
+ },
64
+ {
65
+ "category": "chunk_records",
66
+ "language": ".net",
67
+ "relative_path": "chunk_records/r0_00010.parquet",
68
+ "rows": 1510
69
+ },
70
+ {
71
+ "category": "chunk_records",
72
+ "language": ".net",
73
+ "relative_path": "chunk_records/r1_00000.parquet",
74
+ "rows": 5000
75
+ },
76
+ {
77
+ "category": "chunk_records",
78
+ "language": ".net",
79
+ "relative_path": "chunk_records/r1_00001.parquet",
80
+ "rows": 5000
81
+ },
82
+ {
83
+ "category": "chunk_records",
84
+ "language": ".net",
85
+ "relative_path": "chunk_records/r1_00002.parquet",
86
+ "rows": 5000
87
+ },
88
+ {
89
+ "category": "chunk_records",
90
+ "language": ".net",
91
+ "relative_path": "chunk_records/r1_00003.parquet",
92
+ "rows": 5000
93
+ },
94
+ {
95
+ "category": "chunk_records",
96
+ "language": ".net",
97
+ "relative_path": "chunk_records/r1_00004.parquet",
98
+ "rows": 5000
99
+ },
100
+ {
101
+ "category": "chunk_records",
102
+ "language": ".net",
103
+ "relative_path": "chunk_records/r1_00005.parquet",
104
+ "rows": 5000
105
+ },
106
+ {
107
+ "category": "chunk_records",
108
+ "language": ".net",
109
+ "relative_path": "chunk_records/r1_00006.parquet",
110
+ "rows": 5000
111
+ },
112
+ {
113
+ "category": "chunk_records",
114
+ "language": ".net",
115
+ "relative_path": "chunk_records/r1_00007.parquet",
116
+ "rows": 5000
117
+ },
118
+ {
119
+ "category": "chunk_records",
120
+ "language": ".net",
121
+ "relative_path": "chunk_records/r1_00008.parquet",
122
+ "rows": 5000
123
+ },
124
+ {
125
+ "category": "chunk_records",
126
+ "language": ".net",
127
+ "relative_path": "chunk_records/r1_00009.parquet",
128
+ "rows": 5000
129
+ },
130
+ {
131
+ "category": "chunk_records",
132
+ "language": ".net",
133
+ "relative_path": "chunk_records/r1_00010.parquet",
134
+ "rows": 1509
135
+ },
136
+ {
137
+ "category": "chunk_records",
138
+ "language": ".net",
139
+ "relative_path": "chunk_records/r2_00000.parquet",
140
+ "rows": 5000
141
+ },
142
+ {
143
+ "category": "chunk_records",
144
+ "language": ".net",
145
+ "relative_path": "chunk_records/r2_00001.parquet",
146
+ "rows": 5000
147
+ },
148
+ {
149
+ "category": "chunk_records",
150
+ "language": ".net",
151
+ "relative_path": "chunk_records/r2_00002.parquet",
152
+ "rows": 5000
153
+ },
154
+ {
155
+ "category": "chunk_records",
156
+ "language": ".net",
157
+ "relative_path": "chunk_records/r2_00003.parquet",
158
+ "rows": 5000
159
+ },
160
+ {
161
+ "category": "chunk_records",
162
+ "language": ".net",
163
+ "relative_path": "chunk_records/r2_00004.parquet",
164
+ "rows": 5000
165
+ },
166
+ {
167
+ "category": "chunk_records",
168
+ "language": ".net",
169
+ "relative_path": "chunk_records/r2_00005.parquet",
170
+ "rows": 5000
171
+ },
172
+ {
173
+ "category": "chunk_records",
174
+ "language": ".net",
175
+ "relative_path": "chunk_records/r2_00006.parquet",
176
+ "rows": 5000
177
+ },
178
+ {
179
+ "category": "chunk_records",
180
+ "language": ".net",
181
+ "relative_path": "chunk_records/r2_00007.parquet",
182
+ "rows": 5000
183
+ },
184
+ {
185
+ "category": "chunk_records",
186
+ "language": ".net",
187
+ "relative_path": "chunk_records/r2_00008.parquet",
188
+ "rows": 5000
189
+ },
190
+ {
191
+ "category": "chunk_records",
192
+ "language": ".net",
193
+ "relative_path": "chunk_records/r2_00009.parquet",
194
+ "rows": 5000
195
+ },
196
+ {
197
+ "category": "chunk_records",
198
+ "language": ".net",
199
+ "relative_path": "chunk_records/r2_00010.parquet",
200
+ "rows": 1509
201
+ },
202
+ {
203
+ "category": "chunk_records",
204
+ "language": ".net",
205
+ "relative_path": "chunk_records/r3_00000.parquet",
206
+ "rows": 5000
207
+ },
208
+ {
209
+ "category": "chunk_records",
210
+ "language": ".net",
211
+ "relative_path": "chunk_records/r3_00001.parquet",
212
+ "rows": 5000
213
+ },
214
+ {
215
+ "category": "chunk_records",
216
+ "language": ".net",
217
+ "relative_path": "chunk_records/r3_00002.parquet",
218
+ "rows": 5000
219
+ },
220
+ {
221
+ "category": "chunk_records",
222
+ "language": ".net",
223
+ "relative_path": "chunk_records/r3_00003.parquet",
224
+ "rows": 5000
225
+ },
226
+ {
227
+ "category": "chunk_records",
228
+ "language": ".net",
229
+ "relative_path": "chunk_records/r3_00004.parquet",
230
+ "rows": 5000
231
+ },
232
+ {
233
+ "category": "chunk_records",
234
+ "language": ".net",
235
+ "relative_path": "chunk_records/r3_00005.parquet",
236
+ "rows": 5000
237
+ },
238
+ {
239
+ "category": "chunk_records",
240
+ "language": ".net",
241
+ "relative_path": "chunk_records/r3_00006.parquet",
242
+ "rows": 5000
243
+ },
244
+ {
245
+ "category": "chunk_records",
246
+ "language": ".net",
247
+ "relative_path": "chunk_records/r3_00007.parquet",
248
+ "rows": 5000
249
+ },
250
+ {
251
+ "category": "chunk_records",
252
+ "language": ".net",
253
+ "relative_path": "chunk_records/r3_00008.parquet",
254
+ "rows": 5000
255
+ },
256
+ {
257
+ "category": "chunk_records",
258
+ "language": ".net",
259
+ "relative_path": "chunk_records/r3_00009.parquet",
260
+ "rows": 5000
261
+ },
262
+ {
263
+ "category": "chunk_records",
264
+ "language": ".net",
265
+ "relative_path": "chunk_records/r3_00010.parquet",
266
+ "rows": 1509
267
+ },
268
+ {
269
+ "category": "chunk_records",
270
+ "language": ".net",
271
+ "relative_path": "chunk_records/r4_00000.parquet",
272
+ "rows": 5000
273
+ },
274
+ {
275
+ "category": "chunk_records",
276
+ "language": ".net",
277
+ "relative_path": "chunk_records/r4_00001.parquet",
278
+ "rows": 5000
279
+ },
280
+ {
281
+ "category": "chunk_records",
282
+ "language": ".net",
283
+ "relative_path": "chunk_records/r4_00002.parquet",
284
+ "rows": 5000
285
+ },
286
+ {
287
+ "category": "chunk_records",
288
+ "language": ".net",
289
+ "relative_path": "chunk_records/r4_00003.parquet",
290
+ "rows": 5000
291
+ },
292
+ {
293
+ "category": "chunk_records",
294
+ "language": ".net",
295
+ "relative_path": "chunk_records/r4_00004.parquet",
296
+ "rows": 5000
297
+ },
298
+ {
299
+ "category": "chunk_records",
300
+ "language": ".net",
301
+ "relative_path": "chunk_records/r4_00005.parquet",
302
+ "rows": 5000
303
+ },
304
+ {
305
+ "category": "chunk_records",
306
+ "language": ".net",
307
+ "relative_path": "chunk_records/r4_00006.parquet",
308
+ "rows": 5000
309
+ },
310
+ {
311
+ "category": "chunk_records",
312
+ "language": ".net",
313
+ "relative_path": "chunk_records/r4_00007.parquet",
314
+ "rows": 5000
315
+ },
316
+ {
317
+ "category": "chunk_records",
318
+ "language": ".net",
319
+ "relative_path": "chunk_records/r4_00008.parquet",
320
+ "rows": 5000
321
+ },
322
+ {
323
+ "category": "chunk_records",
324
+ "language": ".net",
325
+ "relative_path": "chunk_records/r4_00009.parquet",
326
+ "rows": 5000
327
+ },
328
+ {
329
+ "category": "chunk_records",
330
+ "language": ".net",
331
+ "relative_path": "chunk_records/r4_00010.parquet",
332
+ "rows": 1509
333
+ },
334
+ {
335
+ "category": "chunk_records",
336
+ "language": ".net",
337
+ "relative_path": "chunk_records/r5_00000.parquet",
338
+ "rows": 5000
339
+ },
340
+ {
341
+ "category": "chunk_records",
342
+ "language": ".net",
343
+ "relative_path": "chunk_records/r5_00001.parquet",
344
+ "rows": 5000
345
+ },
346
+ {
347
+ "category": "chunk_records",
348
+ "language": ".net",
349
+ "relative_path": "chunk_records/r5_00002.parquet",
350
+ "rows": 5000
351
+ },
352
+ {
353
+ "category": "chunk_records",
354
+ "language": ".net",
355
+ "relative_path": "chunk_records/r5_00003.parquet",
356
+ "rows": 5000
357
+ },
358
+ {
359
+ "category": "chunk_records",
360
+ "language": ".net",
361
+ "relative_path": "chunk_records/r5_00004.parquet",
362
+ "rows": 5000
363
+ },
364
+ {
365
+ "category": "chunk_records",
366
+ "language": ".net",
367
+ "relative_path": "chunk_records/r5_00005.parquet",
368
+ "rows": 5000
369
+ },
370
+ {
371
+ "category": "chunk_records",
372
+ "language": ".net",
373
+ "relative_path": "chunk_records/r5_00006.parquet",
374
+ "rows": 5000
375
+ },
376
+ {
377
+ "category": "chunk_records",
378
+ "language": ".net",
379
+ "relative_path": "chunk_records/r5_00007.parquet",
380
+ "rows": 5000
381
+ },
382
+ {
383
+ "category": "chunk_records",
384
+ "language": ".net",
385
+ "relative_path": "chunk_records/r5_00008.parquet",
386
+ "rows": 5000
387
+ },
388
+ {
389
+ "category": "chunk_records",
390
+ "language": ".net",
391
+ "relative_path": "chunk_records/r5_00009.parquet",
392
+ "rows": 5000
393
+ },
394
+ {
395
+ "category": "chunk_records",
396
+ "language": ".net",
397
+ "relative_path": "chunk_records/r5_00010.parquet",
398
+ "rows": 1509
399
+ },
400
+ {
401
+ "category": "chunk_records",
402
+ "language": ".net",
403
+ "relative_path": "chunk_records/r6_00000.parquet",
404
+ "rows": 5000
405
+ },
406
+ {
407
+ "category": "chunk_records",
408
+ "language": ".net",
409
+ "relative_path": "chunk_records/r6_00001.parquet",
410
+ "rows": 5000
411
+ },
412
+ {
413
+ "category": "chunk_records",
414
+ "language": ".net",
415
+ "relative_path": "chunk_records/r6_00002.parquet",
416
+ "rows": 5000
417
+ },
418
+ {
419
+ "category": "chunk_records",
420
+ "language": ".net",
421
+ "relative_path": "chunk_records/r6_00003.parquet",
422
+ "rows": 5000
423
+ },
424
+ {
425
+ "category": "chunk_records",
426
+ "language": ".net",
427
+ "relative_path": "chunk_records/r6_00004.parquet",
428
+ "rows": 5000
429
+ },
430
+ {
431
+ "category": "chunk_records",
432
+ "language": ".net",
433
+ "relative_path": "chunk_records/r6_00005.parquet",
434
+ "rows": 5000
435
+ },
436
+ {
437
+ "category": "chunk_records",
438
+ "language": ".net",
439
+ "relative_path": "chunk_records/r6_00006.parquet",
440
+ "rows": 5000
441
+ },
442
+ {
443
+ "category": "chunk_records",
444
+ "language": ".net",
445
+ "relative_path": "chunk_records/r6_00007.parquet",
446
+ "rows": 5000
447
+ },
448
+ {
449
+ "category": "chunk_records",
450
+ "language": ".net",
451
+ "relative_path": "chunk_records/r6_00008.parquet",
452
+ "rows": 5000
453
+ },
454
+ {
455
+ "category": "chunk_records",
456
+ "language": ".net",
457
+ "relative_path": "chunk_records/r6_00009.parquet",
458
+ "rows": 5000
459
+ },
460
+ {
461
+ "category": "chunk_records",
462
+ "language": ".net",
463
+ "relative_path": "chunk_records/r6_00010.parquet",
464
+ "rows": 1509
465
+ },
466
+ {
467
+ "category": "chunk_records",
468
+ "language": ".net",
469
+ "relative_path": "chunk_records/r7_00000.parquet",
470
+ "rows": 5000
471
+ },
472
+ {
473
+ "category": "chunk_records",
474
+ "language": ".net",
475
+ "relative_path": "chunk_records/r7_00001.parquet",
476
+ "rows": 5000
477
+ },
478
+ {
479
+ "category": "chunk_records",
480
+ "language": ".net",
481
+ "relative_path": "chunk_records/r7_00002.parquet",
482
+ "rows": 5000
483
+ },
484
+ {
485
+ "category": "chunk_records",
486
+ "language": ".net",
487
+ "relative_path": "chunk_records/r7_00003.parquet",
488
+ "rows": 5000
489
+ },
490
+ {
491
+ "category": "chunk_records",
492
+ "language": ".net",
493
+ "relative_path": "chunk_records/r7_00004.parquet",
494
+ "rows": 5000
495
+ },
496
+ {
497
+ "category": "chunk_records",
498
+ "language": ".net",
499
+ "relative_path": "chunk_records/r7_00005.parquet",
500
+ "rows": 5000
501
+ },
502
+ {
503
+ "category": "chunk_records",
504
+ "language": ".net",
505
+ "relative_path": "chunk_records/r7_00006.parquet",
506
+ "rows": 5000
507
+ },
508
+ {
509
+ "category": "chunk_records",
510
+ "language": ".net",
511
+ "relative_path": "chunk_records/r7_00007.parquet",
512
+ "rows": 5000
513
+ },
514
+ {
515
+ "category": "chunk_records",
516
+ "language": ".net",
517
+ "relative_path": "chunk_records/r7_00008.parquet",
518
+ "rows": 5000
519
+ },
520
+ {
521
+ "category": "chunk_records",
522
+ "language": ".net",
523
+ "relative_path": "chunk_records/r7_00009.parquet",
524
+ "rows": 5000
525
+ },
526
+ {
527
+ "category": "chunk_records",
528
+ "language": ".net",
529
+ "relative_path": "chunk_records/r7_00010.parquet",
530
+ "rows": 1509
531
+ },
532
+ {
533
+ "category": "question_metadata",
534
+ "language": ".net",
535
+ "relative_path": "question_metadata/r0_00000.parquet",
536
+ "rows": 5000
537
+ },
538
+ {
539
+ "category": "question_metadata",
540
+ "language": ".net",
541
+ "relative_path": "question_metadata/r0_00001.parquet",
542
+ "rows": 5000
543
+ },
544
+ {
545
+ "category": "question_metadata",
546
+ "language": ".net",
547
+ "relative_path": "question_metadata/r0_00002.parquet",
548
+ "rows": 5000
549
+ },
550
+ {
551
+ "category": "question_metadata",
552
+ "language": ".net",
553
+ "relative_path": "question_metadata/r0_00003.parquet",
554
+ "rows": 5000
555
+ },
556
+ {
557
+ "category": "question_metadata",
558
+ "language": ".net",
559
+ "relative_path": "question_metadata/r0_00004.parquet",
560
+ "rows": 5000
561
+ },
562
+ {
563
+ "category": "question_metadata",
564
+ "language": ".net",
565
+ "relative_path": "question_metadata/r0_00005.parquet",
566
+ "rows": 5000
567
+ },
568
+ {
569
+ "category": "question_metadata",
570
+ "language": ".net",
571
+ "relative_path": "question_metadata/r0_00006.parquet",
572
+ "rows": 5000
573
+ },
574
+ {
575
+ "category": "question_metadata",
576
+ "language": ".net",
577
+ "relative_path": "question_metadata/r0_00007.parquet",
578
+ "rows": 5000
579
+ },
580
+ {
581
+ "category": "question_metadata",
582
+ "language": ".net",
583
+ "relative_path": "question_metadata/r0_00008.parquet",
584
+ "rows": 5000
585
+ },
586
+ {
587
+ "category": "question_metadata",
588
+ "language": ".net",
589
+ "relative_path": "question_metadata/r0_00009.parquet",
590
+ "rows": 5000
591
+ },
592
+ {
593
+ "category": "question_metadata",
594
+ "language": ".net",
595
+ "relative_path": "question_metadata/r0_00010.parquet",
596
+ "rows": 5000
597
+ },
598
+ {
599
+ "category": "question_metadata",
600
+ "language": ".net",
601
+ "relative_path": "question_metadata/r0_00011.parquet",
602
+ "rows": 5000
603
+ },
604
+ {
605
+ "category": "question_metadata",
606
+ "language": ".net",
607
+ "relative_path": "question_metadata/r0_00012.parquet",
608
+ "rows": 5000
609
+ },
610
+ {
611
+ "category": "question_metadata",
612
+ "language": ".net",
613
+ "relative_path": "question_metadata/r0_00013.parquet",
614
+ "rows": 5000
615
+ },
616
+ {
617
+ "category": "question_metadata",
618
+ "language": ".net",
619
+ "relative_path": "question_metadata/r0_00014.parquet",
620
+ "rows": 5000
621
+ },
622
+ {
623
+ "category": "question_metadata",
624
+ "language": ".net",
625
+ "relative_path": "question_metadata/r0_00015.parquet",
626
+ "rows": 5000
627
+ },
628
+ {
629
+ "category": "question_metadata",
630
+ "language": ".net",
631
+ "relative_path": "question_metadata/r0_00016.parquet",
632
+ "rows": 5000
633
+ },
634
+ {
635
+ "category": "question_metadata",
636
+ "language": ".net",
637
+ "relative_path": "question_metadata/r0_00017.parquet",
638
+ "rows": 5000
639
+ },
640
+ {
641
+ "category": "question_metadata",
642
+ "language": ".net",
643
+ "relative_path": "question_metadata/r0_00018.parquet",
644
+ "rows": 5000
645
+ },
646
+ {
647
+ "category": "question_metadata",
648
+ "language": ".net",
649
+ "relative_path": "question_metadata/r0_00019.parquet",
650
+ "rows": 5000
651
+ },
652
+ {
653
+ "category": "question_metadata",
654
+ "language": ".net",
655
+ "relative_path": "question_metadata/r0_00020.parquet",
656
+ "rows": 5000
657
+ },
658
+ {
659
+ "category": "question_metadata",
660
+ "language": ".net",
661
+ "relative_path": "question_metadata/r0_00021.parquet",
662
+ "rows": 5000
663
+ },
664
+ {
665
+ "category": "question_metadata",
666
+ "language": ".net",
667
+ "relative_path": "question_metadata/r0_00022.parquet",
668
+ "rows": 5000
669
+ },
670
+ {
671
+ "category": "question_metadata",
672
+ "language": ".net",
673
+ "relative_path": "question_metadata/r0_00023.parquet",
674
+ "rows": 5000
675
+ },
676
+ {
677
+ "category": "question_metadata",
678
+ "language": ".net",
679
+ "relative_path": "question_metadata/r0_00024.parquet",
680
+ "rows": 5000
681
+ },
682
+ {
683
+ "category": "question_metadata",
684
+ "language": ".net",
685
+ "relative_path": "question_metadata/r0_00025.parquet",
686
+ "rows": 5000
687
+ },
688
+ {
689
+ "category": "question_metadata",
690
+ "language": ".net",
691
+ "relative_path": "question_metadata/r0_00026.parquet",
692
+ "rows": 5000
693
+ },
694
+ {
695
+ "category": "question_metadata",
696
+ "language": ".net",
697
+ "relative_path": "question_metadata/r0_00027.parquet",
698
+ "rows": 5000
699
+ },
700
+ {
701
+ "category": "question_metadata",
702
+ "language": ".net",
703
+ "relative_path": "question_metadata/r0_00028.parquet",
704
+ "rows": 5000
705
+ },
706
+ {
707
+ "category": "question_metadata",
708
+ "language": ".net",
709
+ "relative_path": "question_metadata/r0_00029.parquet",
710
+ "rows": 5000
711
+ },
712
+ {
713
+ "category": "question_metadata",
714
+ "language": ".net",
715
+ "relative_path": "question_metadata/r0_00030.parquet",
716
+ "rows": 5000
717
+ },
718
+ {
719
+ "category": "question_metadata",
720
+ "language": ".net",
721
+ "relative_path": "question_metadata/r0_00031.parquet",
722
+ "rows": 5000
723
+ },
724
+ {
725
+ "category": "question_metadata",
726
+ "language": ".net",
727
+ "relative_path": "question_metadata/r0_00032.parquet",
728
+ "rows": 5000
729
+ },
730
+ {
731
+ "category": "question_metadata",
732
+ "language": ".net",
733
+ "relative_path": "question_metadata/r0_00033.parquet",
734
+ "rows": 5000
735
+ },
736
+ {
737
+ "category": "question_metadata",
738
+ "language": ".net",
739
+ "relative_path": "question_metadata/r0_00034.parquet",
740
+ "rows": 5000
741
+ },
742
+ {
743
+ "category": "question_metadata",
744
+ "language": ".net",
745
+ "relative_path": "question_metadata/r0_00035.parquet",
746
+ "rows": 5000
747
+ },
748
+ {
749
+ "category": "question_metadata",
750
+ "language": ".net",
751
+ "relative_path": "question_metadata/r0_00036.parquet",
752
+ "rows": 5000
753
+ },
754
+ {
755
+ "category": "question_metadata",
756
+ "language": ".net",
757
+ "relative_path": "question_metadata/r0_00037.parquet",
758
+ "rows": 5000
759
+ },
760
+ {
761
+ "category": "question_metadata",
762
+ "language": ".net",
763
+ "relative_path": "question_metadata/r0_00038.parquet",
764
+ "rows": 5000
765
+ },
766
+ {
767
+ "category": "question_metadata",
768
+ "language": ".net",
769
+ "relative_path": "question_metadata/r0_00039.parquet",
770
+ "rows": 5000
771
+ },
772
+ {
773
+ "category": "question_metadata",
774
+ "language": ".net",
775
+ "relative_path": "question_metadata/r0_00040.parquet",
776
+ "rows": 5000
777
+ },
778
+ {
779
+ "category": "question_metadata",
780
+ "language": ".net",
781
+ "relative_path": "question_metadata/r0_00041.parquet",
782
+ "rows": 5000
783
+ },
784
+ {
785
+ "category": "question_metadata",
786
+ "language": ".net",
787
+ "relative_path": "question_metadata/r0_00042.parquet",
788
+ "rows": 5000
789
+ },
790
+ {
791
+ "category": "question_metadata",
792
+ "language": ".net",
793
+ "relative_path": "question_metadata/r0_00043.parquet",
794
+ "rows": 5000
795
+ },
796
+ {
797
+ "category": "question_metadata",
798
+ "language": ".net",
799
+ "relative_path": "question_metadata/r0_00044.parquet",
800
+ "rows": 5000
801
+ },
802
+ {
803
+ "category": "question_metadata",
804
+ "language": ".net",
805
+ "relative_path": "question_metadata/r0_00045.parquet",
806
+ "rows": 5000
807
+ },
808
+ {
809
+ "category": "question_metadata",
810
+ "language": ".net",
811
+ "relative_path": "question_metadata/r0_00046.parquet",
812
+ "rows": 5000
813
+ },
814
+ {
815
+ "category": "question_metadata",
816
+ "language": ".net",
817
+ "relative_path": "question_metadata/r0_00047.parquet",
818
+ "rows": 5000
819
+ },
820
+ {
821
+ "category": "question_metadata",
822
+ "language": ".net",
823
+ "relative_path": "question_metadata/r0_00048.parquet",
824
+ "rows": 5000
825
+ },
826
+ {
827
+ "category": "question_metadata",
828
+ "language": ".net",
829
+ "relative_path": "question_metadata/r0_00049.parquet",
830
+ "rows": 5000
831
+ },
832
+ {
833
+ "category": "question_metadata",
834
+ "language": ".net",
835
+ "relative_path": "question_metadata/r0_00050.parquet",
836
+ "rows": 5000
837
+ },
838
+ {
839
+ "category": "question_metadata",
840
+ "language": ".net",
841
+ "relative_path": "question_metadata/r0_00051.parquet",
842
+ "rows": 5000
843
+ },
844
+ {
845
+ "category": "question_metadata",
846
+ "language": ".net",
847
+ "relative_path": "question_metadata/r0_00052.parquet",
848
+ "rows": 5000
849
+ },
850
+ {
851
+ "category": "question_metadata",
852
+ "language": ".net",
853
+ "relative_path": "question_metadata/r0_00053.parquet",
854
+ "rows": 5000
855
+ },
856
+ {
857
+ "category": "question_metadata",
858
+ "language": ".net",
859
+ "relative_path": "question_metadata/r0_00054.parquet",
860
+ "rows": 5000
861
+ },
862
+ {
863
+ "category": "question_metadata",
864
+ "language": ".net",
865
+ "relative_path": "question_metadata/r0_00055.parquet",
866
+ "rows": 5000
867
+ },
868
+ {
869
+ "category": "question_metadata",
870
+ "language": ".net",
871
+ "relative_path": "question_metadata/r0_00056.parquet",
872
+ "rows": 5000
873
+ },
874
+ {
875
+ "category": "question_metadata",
876
+ "language": ".net",
877
+ "relative_path": "question_metadata/r0_00057.parquet",
878
+ "rows": 5000
879
+ },
880
+ {
881
+ "category": "question_metadata",
882
+ "language": ".net",
883
+ "relative_path": "question_metadata/r0_00058.parquet",
884
+ "rows": 5000
885
+ },
886
+ {
887
+ "category": "question_metadata",
888
+ "language": ".net",
889
+ "relative_path": "question_metadata/r0_00059.parquet",
890
+ "rows": 5000
891
+ },
892
+ {
893
+ "category": "question_metadata",
894
+ "language": ".net",
895
+ "relative_path": "question_metadata/r0_00060.parquet",
896
+ "rows": 5000
897
+ },
898
+ {
899
+ "category": "question_metadata",
900
+ "language": ".net",
901
+ "relative_path": "question_metadata/r0_00061.parquet",
902
+ "rows": 5000
903
+ },
904
+ {
905
+ "category": "question_metadata",
906
+ "language": ".net",
907
+ "relative_path": "question_metadata/r0_00062.parquet",
908
+ "rows": 5000
909
+ },
910
+ {
911
+ "category": "question_metadata",
912
+ "language": ".net",
913
+ "relative_path": "question_metadata/r0_00063.parquet",
914
+ "rows": 5000
915
+ },
916
+ {
917
+ "category": "question_metadata",
918
+ "language": ".net",
919
+ "relative_path": "question_metadata/r0_00064.parquet",
920
+ "rows": 5000
921
+ },
922
+ {
923
+ "category": "question_metadata",
924
+ "language": ".net",
925
+ "relative_path": "question_metadata/r0_00065.parquet",
926
+ "rows": 5000
927
+ },
928
+ {
929
+ "category": "question_metadata",
930
+ "language": ".net",
931
+ "relative_path": "question_metadata/r0_00066.parquet",
932
+ "rows": 5000
933
+ },
934
+ {
935
+ "category": "question_metadata",
936
+ "language": ".net",
937
+ "relative_path": "question_metadata/r0_00067.parquet",
938
+ "rows": 5000
939
+ },
940
+ {
941
+ "category": "question_metadata",
942
+ "language": ".net",
943
+ "relative_path": "question_metadata/r0_00068.parquet",
944
+ "rows": 1055
945
+ }
946
+ ],
947
+ "language": ".net",
948
+ "source": "vector_dataset_language_folder",
949
+ "total_rows": 753128
950
+ }