This document proposes a method to detect oxymorons in single statements by analyzing word vector representations. It introduces word vectors and word analogy tests. The proposed method constructs offset vector sets for antonyms and synonyms to check if word pairs in statements are contradictory. It applies techniques like part-of-speech tagging, lemmatization, and negation counting. The experiment uses pre-trained GloVe vectors and oxymoron/truism datasets with mixed results. Future work could apply dependency parsing and word embeddings specialized for antonyms to improve accuracy.