Skip to content

Latest commit

 

History

History
26 lines (11 loc) · 735 Bytes

README.md

File metadata and controls

26 lines (11 loc) · 735 Bytes

About

Code for ACL-2022 paper:

  • Alhama, Raquel G. (2022). Segmentation as Unsupervised Constituency Parsing. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp. 4103--4112.

Howto

The stimuli is provided in data/. It can be regenerated with the stimuliPD.py script.

Run Bash scripts (/src/scripts/*.sh) for training, test and evaluation.

Scripts in src/analyses can be used to reproduce figures and analyses reported in the ACL2022 paper.

All the reported simulations are based on my forked version of DIORA (Drozdov et al., 2019), which removes dependency on pre-trained embeddings.

Whyto

goto #About