Upload 2 files
Browse files- README.md +47 -3
- benchmark_dataset.csv +0 -0
README.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Bo Metadata Benchmark
|
| 2 |
+
|
| 3 |
+
This benchmark evaluates how well large language models extract bibliographic metadata from Tibetan texts when given only a **segment** of the work (`Text Head` and `Text Last`), not the full text.
|
| 4 |
+
|
| 5 |
+
The model is expected to recover fields such as titles, authors, translators, revisors, scribes, revealers, publisher, date, and place from those windows.
|
| 6 |
+
|
| 7 |
+
The published file is [`benchmark_dataset.csv`](benchmark_dataset.csv) (699 rows).
|
| 8 |
+
|
| 9 |
+
## Collections
|
| 10 |
+
|
| 11 |
+
| Collection | Texts | Share |
|
| 12 |
+
|---|---:|---:|
|
| 13 |
+
| Tengyur (Derge) | 500 | 71.5% |
|
| 14 |
+
| Terzod (Rinchen Terzod) | 100 | 14.3% |
|
| 15 |
+
| Shangpa | 99 | 14.2% |
|
| 16 |
+
| **Total** | **699** | **100%** |
|
| 17 |
+
|
| 18 |
+
## Metadata coverage
|
| 19 |
+
|
| 20 |
+
Counts are records with a non-empty value. Unique counts treat the full field string as one value (comma-separated names are not split).
|
| 21 |
+
|
| 22 |
+
| Field | Records | Unique values | Tengyur | Terzod | Shangpa |
|
| 23 |
+
|---|---:|---:|---:|---:|---:|
|
| 24 |
+
| Tibetan title | 698 (99.9%) | 698 | 499 | 100 | 99 |
|
| 25 |
+
| Sanskrit title | 421 (60.2%) | 420 | 379 | 20 | 22 |
|
| 26 |
+
| Alternative titles | 406 (58.1%) | 406 | 284 | 73 | 49 |
|
| 27 |
+
| Authors | 453 (64.8%) | 417 | 340 | 52 | 61 |
|
| 28 |
+
| Translator / pandita | 246 (35.2%) | 203 | 231 | 6 | 9 |
|
| 29 |
+
| Translators | 313 (44.8%) | 222 | 287 | 7 | 19 |
|
| 30 |
+
| Revisor | 56 (8.0%) | 51 | 32 | 9 | 15 |
|
| 31 |
+
| Scribe | 70 (10.0%) | 63 | 20 | 39 | 11 |
|
| 32 |
+
| Revealers | 52 (7.4%) | 44 | 0 | 51 | 1 |
|
| 33 |
+
| Publisher | 3 (0.4%) | 3 | 0 | 1 | 2 |
|
| 34 |
+
| Date | 65 (9.3%) | 65 | 24 | 22 | 19 |
|
| 35 |
+
| Place | 176 (25.2%) | 174 | 90 | 49 | 37 |
|
| 36 |
+
|
| 37 |
+
Every row has `collection`, `File name`, `Text Head`, and `Text Last`. One Tengyur row has no Tibetan title.
|
| 38 |
+
|
| 39 |
+
## Dataset origin
|
| 40 |
+
|
| 41 |
+
- **Tengyur (Derge).** Manually annotated as part of the ATII project.
|
| 42 |
+
- **Shangpa.** Post-correction of Gemini zero-shot inference. The texts are mainly from the Kagyu lineage.
|
| 43 |
+
- **Terzod.** Also post-corrected Gemini output. The texts are from the Rinchen Terzod.
|
| 44 |
+
|
| 45 |
+
## Credits
|
| 46 |
+
|
| 47 |
+
This dataset was developed by Dharmaduta from specifications provided by the Buddhist Digital Resource Center (BDRC) for the BDRC Etext Corpus, with funding from the Khyentse Foundation.
|
benchmark_dataset.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|