You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For parsing UCCA, PTG, and EDS, we need to assign token or span alignments for each graph node. I plan to implement this using an attention layer between nodes and tokens.
Some properties:
UCCA anchors are 1-to-1
EDS anchors are spans
DRG anchors are gappy spans with some nodes unaligned
The text was updated successfully, but these errors were encountered:
For parsing UCCA, PTG, and EDS, we need to assign token or span alignments for each graph node. I plan to implement this using an attention layer between nodes and tokens.
Some properties:
UCCA anchors are 1-to-1
EDS anchors are spans
DRG anchors are gappy spans with some nodes unaligned
The text was updated successfully, but these errors were encountered: