Closed wangxinyu0922 closed 5 years ago
yes, both PoS and frame predictions will be scored, each as a node property in its own right. note, however, that not all nodes have frame values in PSD (essentially only verbs do, where the PSD frame values are in fact sense identifiers into the CzEngVallex dictionary).
Hi, is this table that the what we need to predict in evaluation? For example, we don't need to predict node properties in EDS.
thanks for catching this one: the table was wrong in this respect! inasmuch as there are node properties in EDS, they will be scored in MRP evaluation. for MRP, we have in some cases dropped information from the original graph banks, for example :wiki links in AMR, implicit (unexpressed nodes) in UCCA, and most EDS node properties (things like tense and number). however, as you point out there are remaining node properties in EDS, notably the CARG in named entities, and that is certainly relevant for MRP parsers to predict.
As the properties in SDP are fixed to be ['pos','frame'] pair, so do we need to predict the corresponding values? As we can get "pos" value from companion data, we only need "frame"?