File size: 880 Bytes
d179eed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
tags:
- pytorch
---
Checkpoints accompanying the paper Improved Neural Protoform Reconstruction via Reflex Prediction at LREC-COLING 2024. For more detail, see our [repository](https://github.com/cmu-llab/reranked-reconstruction).
Directory structure: `dataset/task/architecture/run` where:
- dataset is one of `chinese_wikihan2022` (WikiHan), `chinese_wikihan2022_augmented` (WikiHan-aug), `baxter` (Hóu), `Nromance_ipa` (Rom-phon), or `Nromance_orto` (Rom-orth)
- task is either reflex prediction (`p2d`) or reconstruction (`d2p`)
- architecture is one of `GRU` (baseline in `p2d`, Meloni et al (2021)'s GRU in `d2p`), `JambuGRU` (Arora et al. (2023)'s GRU), `JambuTransformer` (Arora et al. (2023)'s Transformer), `Transformer` (Kim et al. (2023)'s Transformer), or `GRU-BS` (Meloni et al (2021)'s GRU with beam search)
- run is a unique identifier for a specific run
|