Iman998 commited on
Commit
499f1c2
·
verified ·
1 Parent(s): d5b707c

Refine dataset artwork and pipeline presentation

Browse files
Files changed (1) hide show
  1. README.md +11 -5
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="380">
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