Clean StackOverflow vector language dataset before upload: fsharp
Browse files- README.md +0 -115
- chunk_records/r0_00000.parquet +0 -3
- chunk_records/r1_00000.parquet +0 -3
- chunk_records/r2_00000.parquet +0 -3
- chunk_records/r3_00000.parquet +0 -3
- chunk_records/r4_00000.parquet +0 -3
- chunk_records/r5_00000.parquet +0 -3
- chunk_records/r6_00000.parquet +0 -3
- chunk_records/r7_00000.parquet +0 -3
- dataset_manifest.json +0 -80
- question_metadata/r0_00000.parquet +0 -3
- question_metadata/r0_00001.parquet +0 -3
- question_metadata/r0_00002.parquet +0 -3
- question_metadata/r0_00003.parquet +0 -3
README.md
DELETED
|
@@ -1,115 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
tags:
|
| 3 |
-
- vector-database
|
| 4 |
-
- embeddings
|
| 5 |
-
- parquet
|
| 6 |
-
- qdrant
|
| 7 |
-
- stackoverflow
|
| 8 |
-
- question-answering
|
| 9 |
-
pretty_name: StackOverflow Vector Dataset - F#
|
| 10 |
-
license: cc-by-sa-4.0
|
| 11 |
-
size_categories:
|
| 12 |
-
- 1M<n<10M
|
| 13 |
-
---
|
| 14 |
-
|
| 15 |
-
# F# StackOverflow Vector Dataset Datasheet
|
| 16 |
-
|
| 17 |
-
## 1. What This Dataset Is
|
| 18 |
-
|
| 19 |
-
This dataset is the F#-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 F# 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 F# 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_fsharp_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
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ca7ddd49bbcebcaba8758aa1e92db91e94688120314a1d5764cec054e56e84a8
|
| 3 |
-
size 17054337
|
|
|
|
|
|
|
|
|
|
|
|
chunk_records/r1_00000.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:03d8969e879f50aceec93caa9dfe7610773acbaeb0adf1324c9fd99cf695281e
|
| 3 |
-
size 17052001
|
|
|
|
|
|
|
|
|
|
|
|
chunk_records/r2_00000.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:12937fea14cfbea71a7190a29776fb9304013eeb1f0041a45ccc33fb5fe10130
|
| 3 |
-
size 17068245
|
|
|
|
|
|
|
|
|
|
|
|
chunk_records/r3_00000.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cf53292154aa97d52ead2efad235576b6834e33dd8a042b91b87a710955ff3f5
|
| 3 |
-
size 17060523
|
|
|
|
|
|
|
|
|
|
|
|
chunk_records/r4_00000.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2d0032ef052635d73c25add6b8927fdb2500994175f34d84ac16b49d92564afc
|
| 3 |
-
size 17063411
|
|
|
|
|
|
|
|
|
|
|
|
chunk_records/r5_00000.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e464083247639bc6d8300b8e25809b996c46d588645c4d3eda26838ec93388bf
|
| 3 |
-
size 17035008
|
|
|
|
|
|
|
|
|
|
|
|
chunk_records/r6_00000.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:238974a39fc983a1b30d003c999ff68d008a13ae706d6db26e2ad9b14d4101a9
|
| 3 |
-
size 17059319
|
|
|
|
|
|
|
|
|
|
|
|
chunk_records/r7_00000.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1d6eff3a586fa3f6bb30e89a0877bfff0449be6ffe9c47e357eaf1dfe03e21bf
|
| 3 |
-
size 17068204
|
|
|
|
|
|
|
|
|
|
|
|
dataset_manifest.json
DELETED
|
@@ -1,80 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"file_count": 12,
|
| 3 |
-
"files": [
|
| 4 |
-
{
|
| 5 |
-
"category": "chunk_records",
|
| 6 |
-
"language": "fsharp",
|
| 7 |
-
"relative_path": "chunk_records/r0_00000.parquet",
|
| 8 |
-
"rows": 2528
|
| 9 |
-
},
|
| 10 |
-
{
|
| 11 |
-
"category": "chunk_records",
|
| 12 |
-
"language": "fsharp",
|
| 13 |
-
"relative_path": "chunk_records/r1_00000.parquet",
|
| 14 |
-
"rows": 2528
|
| 15 |
-
},
|
| 16 |
-
{
|
| 17 |
-
"category": "chunk_records",
|
| 18 |
-
"language": "fsharp",
|
| 19 |
-
"relative_path": "chunk_records/r2_00000.parquet",
|
| 20 |
-
"rows": 2528
|
| 21 |
-
},
|
| 22 |
-
{
|
| 23 |
-
"category": "chunk_records",
|
| 24 |
-
"language": "fsharp",
|
| 25 |
-
"relative_path": "chunk_records/r3_00000.parquet",
|
| 26 |
-
"rows": 2528
|
| 27 |
-
},
|
| 28 |
-
{
|
| 29 |
-
"category": "chunk_records",
|
| 30 |
-
"language": "fsharp",
|
| 31 |
-
"relative_path": "chunk_records/r4_00000.parquet",
|
| 32 |
-
"rows": 2528
|
| 33 |
-
},
|
| 34 |
-
{
|
| 35 |
-
"category": "chunk_records",
|
| 36 |
-
"language": "fsharp",
|
| 37 |
-
"relative_path": "chunk_records/r5_00000.parquet",
|
| 38 |
-
"rows": 2528
|
| 39 |
-
},
|
| 40 |
-
{
|
| 41 |
-
"category": "chunk_records",
|
| 42 |
-
"language": "fsharp",
|
| 43 |
-
"relative_path": "chunk_records/r6_00000.parquet",
|
| 44 |
-
"rows": 2527
|
| 45 |
-
},
|
| 46 |
-
{
|
| 47 |
-
"category": "chunk_records",
|
| 48 |
-
"language": "fsharp",
|
| 49 |
-
"relative_path": "chunk_records/r7_00000.parquet",
|
| 50 |
-
"rows": 2527
|
| 51 |
-
},
|
| 52 |
-
{
|
| 53 |
-
"category": "question_metadata",
|
| 54 |
-
"language": "fsharp",
|
| 55 |
-
"relative_path": "question_metadata/r0_00000.parquet",
|
| 56 |
-
"rows": 5000
|
| 57 |
-
},
|
| 58 |
-
{
|
| 59 |
-
"category": "question_metadata",
|
| 60 |
-
"language": "fsharp",
|
| 61 |
-
"relative_path": "question_metadata/r0_00001.parquet",
|
| 62 |
-
"rows": 5000
|
| 63 |
-
},
|
| 64 |
-
{
|
| 65 |
-
"category": "question_metadata",
|
| 66 |
-
"language": "fsharp",
|
| 67 |
-
"relative_path": "question_metadata/r0_00002.parquet",
|
| 68 |
-
"rows": 5000
|
| 69 |
-
},
|
| 70 |
-
{
|
| 71 |
-
"category": "question_metadata",
|
| 72 |
-
"language": "fsharp",
|
| 73 |
-
"relative_path": "question_metadata/r0_00003.parquet",
|
| 74 |
-
"rows": 2065
|
| 75 |
-
}
|
| 76 |
-
],
|
| 77 |
-
"language": "fsharp",
|
| 78 |
-
"source": "vector_dataset_language_folder",
|
| 79 |
-
"total_rows": 37287
|
| 80 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
question_metadata/r0_00000.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8b0a4798c9cfdc5b017c4301808cf0bc6ca16b56fa05d620bc99d1a721e9f285
|
| 3 |
-
size 7543688
|
|
|
|
|
|
|
|
|
|
|
|
question_metadata/r0_00001.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b8979f27d07469ffb364b96940d3916fd05dc82b77b4e9501f386c3f430d5c2f
|
| 3 |
-
size 7814238
|
|
|
|
|
|
|
|
|
|
|
|
question_metadata/r0_00002.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5f24d81dae9fc5356d9947206d00300b8687f36abbb75829f30085e4ae535b9c
|
| 3 |
-
size 7895227
|
|
|
|
|
|
|
|
|
|
|
|
question_metadata/r0_00003.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:64b82af80ef921a8fb703996c4db68603f64038877b0e5a2c92002758fcc01c9
|
| 3 |
-
size 3353161
|
|
|
|
|
|
|
|
|
|
|
|