Update StackOverflow vector dataset card: python
Browse files
README.md
CHANGED
|
@@ -1,15 +1,18 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
- vector-database
|
| 4 |
-
- embeddings
|
| 5 |
-
- parquet
|
| 6 |
-
- qdrant
|
| 7 |
- stackoverflow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- question-answering
|
| 9 |
-
|
|
|
|
|
|
|
| 10 |
license: cc-by-sa-4.0
|
| 11 |
-
|
| 12 |
-
- 1M<n<10M
|
| 13 |
---
|
| 14 |
|
| 15 |
# Python StackOverflow Vector Dataset
|
|
@@ -38,6 +41,7 @@ question_metadata/
|
|
| 38 |
r0_00000.parquet
|
| 39 |
chunk_records/
|
| 40 |
r0_00000.parquet
|
|
|
|
| 41 |
question_records/
|
| 42 |
r0_00000.parquet
|
| 43 |
```
|
|
@@ -49,6 +53,8 @@ question_records/
|
|
| 49 |
- `chunk_records/*.parquet`: chunk-level vector rows when parent-child indexing is enabled.
|
| 50 |
- `question_records/*.parquet`: question-level vector rows when non-chunked export is used.
|
| 51 |
|
|
|
|
|
|
|
| 52 |
The Hugging Face upload is one repository per language. During upload, the local leading language directory is removed, so local files such as `python/chunk_records/r0_00000.parquet` appear in this repository as `chunk_records/r0_00000.parquet`.
|
| 53 |
|
| 54 |
## Data Model
|
|
@@ -134,4 +140,4 @@ Preserve required attribution and license notices when redistributing derived ar
|
|
| 134 |
|
| 135 |
If you use this dataset, cite the Stack2Graph project and preserve Stack Overflow attribution requirements:
|
| 136 |
|
| 137 |
-
- Stack2Graph: A Structured Knowledge Representation of Stack Overflow Data for Retrieval-based Question Answering
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- stackoverflow
|
| 4 |
+
- qdrant
|
| 5 |
+
- embeddings
|
| 6 |
+
- retrieval
|
| 7 |
+
- question-answering
|
| 8 |
+
task_categories:
|
| 9 |
+
- feature-extraction
|
| 10 |
- question-answering
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
pretty_name: Python StackOverflow Vector Dataset
|
| 14 |
license: cc-by-sa-4.0
|
| 15 |
+
viewer: false
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# Python StackOverflow Vector Dataset
|
|
|
|
| 41 |
r0_00000.parquet
|
| 42 |
chunk_records/
|
| 43 |
r0_00000.parquet
|
| 44 |
+
# or, for non-chunked exports:
|
| 45 |
question_records/
|
| 46 |
r0_00000.parquet
|
| 47 |
```
|
|
|
|
| 53 |
- `chunk_records/*.parquet`: chunk-level vector rows when parent-child indexing is enabled.
|
| 54 |
- `question_records/*.parquet`: question-level vector rows when non-chunked export is used.
|
| 55 |
|
| 56 |
+
Parent-child exports contain `question_metadata/` and `chunk_records/`. Non-chunked exports contain `question_records/` instead. A repository does not need both `chunk_records/` and `question_records/`.
|
| 57 |
+
|
| 58 |
The Hugging Face upload is one repository per language. During upload, the local leading language directory is removed, so local files such as `python/chunk_records/r0_00000.parquet` appear in this repository as `chunk_records/r0_00000.parquet`.
|
| 59 |
|
| 60 |
## Data Model
|
|
|
|
| 140 |
|
| 141 |
If you use this dataset, cite the Stack2Graph project and preserve Stack Overflow attribution requirements:
|
| 142 |
|
| 143 |
+
- Kleybolte, L. A., Ventura, V., & Zarcone, A. (2026). Stack2Graph: A Structured Knowledge Representation of Stack Overflow Data for Retrieval-based Question Answering . In Proceedings of the Knowledge Graphs and Large Language Models Workshop (KG-LLM) @ LREC26 (pp. 120–133). European Language Resources Association (ELRA). https://doi.org/10.63317/583q4d3mwbdu.
|