Closed airkid closed 5 years ago
Since the paper only use 3 kinds of graph edges, should we change this line from https://github.com/lx865712528/JMEE/blob/494451d5852ba724d273ee6f97602c60a5517446/ace-05-splits/sample.json#L5 to along/dep=32/gov=-1 reverse/dep=-1/gov=-32 loop/dep=-1/gov=-1 loop/dep=32/gov=32 in train/dev/test.json file?
along/dep=32/gov=-1
reverse/dep=-1/gov=-32
loop/dep=-1/gov=-1
loop/dep=32/gov=32
Sorry I did't notice the process code.
Since the paper only use 3 kinds of graph edges, should we change this line from
https://github.com/lx865712528/JMEE/blob/494451d5852ba724d273ee6f97602c60a5517446/ace-05-splits/sample.json#L5 to
along/dep=32/gov=-1
reverse/dep=-1/gov=-32
loop/dep=-1/gov=-1
loop/dep=32/gov=32
in train/dev/test.json file?