Presentation is loading. Please wait.

Presentation is loading. Please wait.

Levenshtein-distance-based post-processing shared task spotlight Antal van den Bosch ILK / CL and AI, Tilburg University Ninth Conference on Computational.

Similar presentations


Presentation on theme: "Levenshtein-distance-based post-processing shared task spotlight Antal van den Bosch ILK / CL and AI, Tilburg University Ninth Conference on Computational."— Presentation transcript:

1 Levenshtein-distance-based post-processing shared task spotlight Antal van den Bosch ILK / CL and AI, Tilburg University Ninth Conference on Computational Natural Language Learning (CoNLL- 2005) Ann Arbor, MI, June 29-30, 2005

2 Global models ≈ Post-processing Many systems: –local model vs. global model Goal of global model: –correcting mislabelings caused by “blind” decisions of a more local model Methods: –Probabilistic language models over argument labeling language –Distance-based error correction over argument labeling language

3 Hand-crafted post-processing “eraser” script by Erik Tjong Kim Sang (2004): –For each verb, if there is any double A0 - A5 in the sentence, delete the one furthest from the verb. Can only improve precision, not recall. Will typically lower recall, because it will delete the incorrect one of a double occasionally.

4 Data-driven post-processing Idea: argument labeling correction as spelling correction. –Classical solution: Levenshtein or string-edit distance (Levenshtein, 1965). Sum over: Deletion: distance++ Insertion: distance++ Substitution: distance++ –Closest found argument patterns contains corrections that need to be applied. Predicted: emphasize A0 V A1 A0 Nearest in training data and PropBank at distance 1: emphasize A0 V A1 Correction: delete final A0 in predicted string

5 Data-driven post-processing (2) Implements deletions and replacements Does not perform insertions –Does not know where to “insert” Levenshtein-based correction –Should be able to improve precision, like “eraser” –Might improve recall, due to correct replacements Can be applied to all systems! –>500 deletions, >250 replacements for some systems on WSJ dev & test –<100 deletions, <75 replacements for systems that already have a global model

6 Levenshtein post-processing: Example 1 System marquez, Brown: 40 deletions, 30 replacements. E.g., –bend A1 V A1 –bendA0 V A1 –loveA1 A0 V A1 –loveA0 V A1 –uniteA1 V A2 –uniteA1 V

7 Levenshtein postprocessing: Example 2 System punyakanok, Brown: 20 deletions, 17 replacements. E.g., –searchV A0 –searchV A1 because in data: –search A0 V –search A0 V A1

8 Levenshtein postprocessing: Example 3 System pradhan, WSJ dev: 111 deletions, 72 replacements. E.g., [ [ That dividend ] A1 is almost double the 35% currently taken out of Farmers by B.A.T ] A1, the spokesman added. [ That dividend is almost double the 35% currently taken out of Farmers by B.A.T ] A1, the spokesman added.

9 Levenshtein post-processing: effect systempostglobWSJ testWSJ test LPP Brown testBrown test LPP punyakanokX79.4479.1667.7567.59 haghighiX78.4578.2667.7167.18 marquez77.9777.9867.4267.88 pradhan77.3477.1067.0766.90 surdeanuX76.4676.1665.4265.20 che76.4476.2965.0964.97 moschitti75.8976.8463.8165.46 yi75.1775.0563.1463.03 ozgencil74.4474.3264.2064.02 johansson74.3075.0662.7963.82 cohnX73.1073.2563.6363.85 park72.6873.4062.3863.36 sutton66.7367.3358.6059.73 Blue: increase; red: decrease; bold number and cell color: effect > 0.2


Download ppt "Levenshtein-distance-based post-processing shared task spotlight Antal van den Bosch ILK / CL and AI, Tilburg University Ninth Conference on Computational."

Similar presentations


Ads by Google