Table 1 Parameters of CNN used for paraphrase detection.
From: Paraphrase detection for Urdu language text using fine-tune BiLSTM framework
Parameters | Description |
|---|---|
Input text | Glove words embedding, 50-dimension |
Convolutional layers, 3, activation function | Capture n-gram features, ReLU. |
Pooling layer, 1 | Max-pooling |
Fully connected layer, 1 | Higher-level feature extraction |
Output layer, activation function | Final classification, sigmoid |