Update README.md
Browse files
README.md
CHANGED
@@ -9,15 +9,6 @@ The real-world datasets used for fine-tuning are available here:
|
|
9 |
|
10 |
The corresponding test sets used in the paper can be reproduced using the preprocessing scripts in our GitHub repository under [`data/`](https://github.com/MLI-lab/TReconLM/tree/main/data).
|
11 |
|
12 |
-
## Synthetic Dataset Generation
|
13 |
-
|
14 |
-
Synthetic datasets are generated using [`data_generation.py`](https://github.com/MLI-lab/TReconLM/blob/main/src/data_pkg/data_generation.py). Each test set is created by:
|
15 |
-
|
16 |
-
- Sampling a ground-truth sequence of length *L*
|
17 |
-
- Introducing insertions, deletions, and substitutions with rates sampled uniformly from *[0.01, 0.1]*
|
18 |
-
- Randomly selecting the number of noisy reads *N* between *2* and *10*
|
19 |
-
|
20 |
-
|
21 |
### Files Included
|
22 |
|
23 |
- **`ground_truth.txt`**
|
|
|
9 |
|
10 |
The corresponding test sets used in the paper can be reproduced using the preprocessing scripts in our GitHub repository under [`data/`](https://github.com/MLI-lab/TReconLM/tree/main/data).
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
### Files Included
|
13 |
|
14 |
- **`ground_truth.txt`**
|