Verb Paraphrasing Experiment

I’m taking an NLP class this semester, and it has been interesting. We just completed our first problem set: find verb pairs such that you can replace one with the other in at least one sentence (without changing the meaning of the sentence too much). Example: “President Bush addressed/toasted the crowd.”
For my part, I implemented an algorithm by Glickman and Dagan that takes a probabilistic and unsupervised approach to the problem. The reason I post this here is because my code will just rot on my machine unless I do something with it. The code works on the AQUAINT corpus, processed by minipar. The algorithm finds some legitimate paraphrases and also some bogus ones. The top 5 ranked verbs drawn from a New York Times corpus:
take approached (good)
become defined (not so good)
abandon put (bad)
planned mounted (good)
addressed toasted (good)
This was posted Mar 11th, 2008 at 10:06 am and is filed under language, nlp. You can comment on this post or trackback from your own site.

April 23rd, 2009
Great blog. Do you know of any relevant NLP forums or discussion groups?