Checkpoints accompanying the LREC-COLING 2024 paper Improved Neural Protoform Reconstruction via Reflex Prediction. For more detail, see our repository.
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), orNromance_orto
(Rom-orth) - task is either reflex prediction (
p2d
) or reconstruction (d2p
) - architecture is one of
GRU
(baseline inp2d
, Meloni et al (2021)'s GRU ind2p
),JambuGRU
(Arora et al. (2023)'s GRU),JambuTransformer
(Arora et al. (2023)'s Transformer),Transformer
(Kim et al. (2023)'s Transformer), orGRU-BS
(Meloni et al (2021)'s GRU with beam search) - run is a unique identifier for a specific run