This is the codebase for Neural Unsupervised Reconstruction of Protolanguage Word Forms (ACL 2023). A rough outline of the file contents:
sampler.pyruns baselines and re-implementations of models from previous worklstm_model.pyruns our neural reconstruction methoddp.pyimplements the forward-backward dynamic programproposal.pyimplements the proposal heuristic we use during Metropolis-Hastingsdata.pycontains data preprocessing codelstm.sh,lstm2.sh, andbaselines.shcontains commands used to run experiments and baselines