Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,20 @@ The codebase as well as the raw data can be found on [GitHub](https://github.com
|
|
| 21 |
- `question`: a `string` feature.
|
| 22 |
- `answer`: a `string` feature. Can also be None (null).
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
### Citing
|
| 25 |
|
| 26 |
Citing information coming soon!
|
|
|
|
| 21 |
- `question`: a `string` feature.
|
| 22 |
- `answer`: a `string` feature. Can also be None (null).
|
| 23 |
|
| 24 |
+
### Manual evalution of the pairs
|
| 25 |
+
|
| 26 |
+
To get an idea on how good the extracted pairs were, a sample was annotated for noisy artefacts, insufficient answers and missing context.
|
| 27 |
+
The evaluation showed that there is variation between the different source corpora.
|
| 28 |
+
|
| 29 |
+
| Source | Noisy artefacts | Insufficient Answer | Missing context |
|
| 30 |
+
| -------- | -------- | -------- | -------- |
|
| 31 |
+
| Total (N=73) | 0,29 | 0,22 | 0,08 |
|
| 32 |
+
| CC-Fi (N=25) | 0,36 | 0,22 |0,03 |
|
| 33 |
+
| mC4-Fi (N=25) | 0,28 | 0,28 | 0,14 |
|
| 34 |
+
| Parsebank (N=22) | 0,23 | 0,14 | 0,07 |
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
|
| 38 |
### Citing
|
| 39 |
|
| 40 |
Citing information coming soon!
|