struct-learning-with-flow icon indicating copy to clipboard operation
struct-learning-with-flow copied to clipboard

PyTorch Implementation of "Unsupervised Learning of Syntactic Structure with Invertible Neural Projections" (EMNLP 2018)

Results 1 struct-learning-with-flow issues
Sort by recently updated
recently updated
newest added

Hi, in the line below, it seems that function tags separated with = doesn't get removed from the children's label. That is, when the child has label `NP=2`, this will...