The document presents a proposal to develop a model to detect duplicate questions on Quora using semantic analysis and deep learning techniques. It discusses using the Universal Sentence Encoder (USE), which relies on transformer and deep averaging network (DAN) models, to encode sentences and identify semantically similar question pairs. The proposed system involves preprocessing text, encoding sentences into vectors with USE, and applying DAN and transformer neural networks to classify pairs as duplicates or not duplicates. Experimental results show that deep learning models using sentence embeddings outperform baseline models, with the transformer model achieving slightly higher accuracy than the DAN model.