evelinehong / VLGrammar

29 stars 3 forks source link

Issue with gt parse trees #2

Open joshmyersdean opened 1 year ago

joshmyersdean commented 1 year ago

Hello!

First, thank you for releasing this amazing work, it's been a joy to read!

Second, I'm trying to use your gt_image_parse.txt trees to get part whole relationships and the trees I am getting in return are not what I would expect. For example, given ( ( ( ( vback1 vback2 ) hbacks3 ) back4 ) ( seat5 ( ( ( leg6 leg7 ) leg8 ) leg9 ) ) ) I would expect a tree where vback and hback are a child of back but when visualizing the tree with nltk I get the below screen shot. Would you be able to provide guidance on how to extract part-whole relationships from your ground truth parses?

image

Thank you!

joshmyersdean commented 10 months ago

Hi @evelinehong,

Would you be able to provide clarification on your trees?

Thank you!