https://github.com/zabir-nabil/paraphrase-tool
https://github.com/zabir-nabil/paraphrase-tool
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zabir-nabil/paraphrase-tool
- Owner: zabir-nabil
- License: gpl-3.0
- Created: 2022-01-05T18:52:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T16:47:10.000Z (over 3 years ago)
- Last Synced: 2025-03-24T15:22:14.416Z (7 months ago)
- Language: Python
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### papers reading
https://aclanthology.org/2021.bsnlp-1.2.pdf (russian, transformers is promising)
https://arxiv.org/pdf/2001.01941v1.pdf (generative process)
### dataset looking
https://www.kaggle.com/c/quora-question-pairs
https://github.com/google-research-datasets/paws### model experimented
tf bilstm model (performed poorly)
transformer bert (much better than tf lstm)### tools testing
### code