The document compares two supervised machine learning algorithms, Naive Bayes and decision trees, for the task of word sense disambiguation (WSD) using an empirical approach. It describes implementing both algorithms on a dataset of 15 English words annotated with senses from WordNet. Naive Bayes achieved an accuracy of 62.86% on the Senseval-3 test, while decision trees achieved 45.14% accuracy. The document analyzes and compares the performance of the two approaches to determine which is most successful for WSD and how their combination could potentially improve accuracy.