Datasets:
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
100K - 1M
ArXiv:
Tags:
multi-hop-question-answering
hotpotqa
evidence-selection
question-decomposition
chain-of-thought
supervised-fine-tuning
License:
Refine dataset artwork and pipeline presentation
Browse files
README.md
CHANGED
|
@@ -87,11 +87,7 @@ configs:
|
|
| 87 |
</div>
|
| 88 |
|
| 89 |
<p align="center">
|
| 90 |
-
<img src="assets/data.png" alt="Bactrainus HotpotQA training-data artwork" width="
|
| 91 |
-
</p>
|
| 92 |
-
|
| 93 |
-
<p align="center">
|
| 94 |
-
<img src="architecture.svg" alt="Bactrainus modular architecture" width="960">
|
| 95 |
</p>
|
| 96 |
|
| 97 |
## At a glance
|
|
@@ -109,6 +105,16 @@ configs:
|
|
| 109 |
| Storage | Sharded Parquet with Zstandard compression |
|
| 110 |
| License | CC BY-SA 4.0 |
|
| 111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
## Load the data
|
| 113 |
|
| 114 |
```python
|
|
|
|
| 87 |
</div>
|
| 88 |
|
| 89 |
<p align="center">
|
| 90 |
+
<img src="assets/data.png" alt="Bactrainus HotpotQA training-data artwork" width="507">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
</p>
|
| 92 |
|
| 93 |
## At a glance
|
|
|
|
| 105 |
| Storage | Sharded Parquet with Zstandard compression |
|
| 106 |
| License | CC BY-SA 4.0 |
|
| 107 |
|
| 108 |
+
### How the data follows the Bactrainus pipeline
|
| 109 |
+
|
| 110 |
+
The eight configurations expose the same evidence flow in progressively more specialized training views. The structured records preserve the question, all supplied candidate paragraphs, answer, and supporting facts. The SFT views then supervise paragraph selection, optional question decomposition, sentence-level evidence selection, and answer generation, either as separate modules or as a joint selector-reader task. Every view retains the same `source_id`, so examples can be joined without relying on row position.
|
| 111 |
+
|
| 112 |
+
<p align="center">
|
| 113 |
+
<img src="architecture.svg" alt="Bactrainus modular architecture" width="900">
|
| 114 |
+
</p>
|
| 115 |
+
|
| 116 |
+
<p align="center"><em>Canonical records are transformed into task-specific conversations while preserving a shared source identity across the modular pipeline.</em></p>
|
| 117 |
+
|
| 118 |
## Load the data
|
| 119 |
|
| 120 |
```python
|