The document describes a character-level convolutional neural network approach for sentence paraphrase detection. It evaluates standard and non-standard models using word and character embeddings as inputs to the CNN. The standard model using character embeddings achieved the best results, obtaining an accuracy of 72.74% and F1 score of 78.8%, outperforming the standard word-based model and non-standard model. The document discusses related work applying CNNs to other NLP tasks and analyzes the results.