Verb-sense Classifier

May 17, 2017 ยท View on GitHub

This system addresses the verb sense disambiguation (VSD) problem, a sub-problem of word sense disambiguation (WSD), for English. It predicts the sense that a verb features in a given sentence, from among other, potential different meanings.

This system was developed as a part of Semantic Role Labeling system.

Performance

Here is the performance of this system after the most recent training:

LabelCorrectExcessMissedPrecisionRecallF1
01423020511395.3897.496.38
023788814781.127276.29
03178306085.5874.7979.82
0451161476.1278.4677.27
0516101661.545055.17
061081055.565052.63
07323605054.55
086406010075
09323605054.55
10033000
11101090.9110095.24
12313755060
1312133.335040
1451383.3362.571.43
15020000
16010000
171105010066.67
18010000
19001000
20001000
All489537837892.8392.8392.83

Usage

While you can dig through the code to use it directly, we suggest you use it through our pipeline. More details in pipeline's instructions.

Citation

If you use this system, and want to give credits to our system, please cite the following work:

@inproceedings{PRYZT04,
    author = {V. Punyakanok and D. Roth and W. Yih and D. Zimak and Y. Tu},
    title = {Semantic Role Labeling via Generalized Inference over Classifiers Shared Task Paper},
    booktitle = {CoNLL},
    pages = {130--133},
    year = {2004},
    comment = {Semantic Parsing; Structure Learning with Expressive Constraints; Constraint Optimization; Integer Linear Programming},
}