https://github.com/scionoftech/paraphrase_detection
Paraphrase Detection with Deep Learning using Keras
https://github.com/scionoftech/paraphrase_detection
encoder-decoder-model pair paraphrase-detection rnn-lstm text-entities
Last synced: 3 months ago
JSON representation
Paraphrase Detection with Deep Learning using Keras
- Host: GitHub
- URL: https://github.com/scionoftech/paraphrase_detection
- Owner: scionoftech
- Created: 2019-12-30T17:56:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T18:12:30.000Z (over 5 years ago)
- Last Synced: 2024-12-27T17:23:37.947Z (5 months ago)
- Topics: encoder-decoder-model, pair, paraphrase-detection, rnn-lstm, text-entities
- Language: Jupyter Notebook
- Size: 453 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paraphrase-Detection
Paraphrase detection is the task of examining two text entities (ex. sentence) and determining whether they have the same meaning. In order to obtain high accuracy on this task, thorough syntactic and semantic analysis of the two text entities is required.## What is Paraphrase?
In simple words, paraphrase is just an alternative representation of the same meaning.
## Quora Question Pairs Dataset
There are over 400,000 lines of potential question duplicate pairs. Each line contains IDs for each question in the pair, the full text for each question, and a binary value that indicates whether the line truly contains a duplicate pair.We can download dataset from [Quora Question Pairs Dataset](https://www.kaggle.com/quora/question-pairs-dataset)