chaosarium's picture
Create README.md
d179eed verified
|
raw
history blame
880 Bytes
metadata
tags:
  - pytorch

Checkpoints accompanying the paper Improved Neural Protoform Reconstruction via Reflex Prediction at LREC-COLING 2024. 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), 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