├── EDA ├── .ipynb_checkpoints │ ├── Exploere-Predictions-Correlation-Cross-cased-bert-and-uncased-bert-checkpoint.ipynb │ └── Exploere-Predictions-Correlation-base-bert-checkpoint.ipynb ├── Exploere-Predictions-Correlation-Cross-big-bert-and-base-bert.ipynb ├── Exploere-Predictions-Correlation-Cross-cased-bert-and-uncased-bert.ipynb ├── Exploere-Predictions-Correlation-base-bert.ipynb ├── Exploere-Predictions-Correlation-big-bert.ipynb └── Stage E-1. Test-word-piece-performance.ipynb ├── README.md ├── Stage 0-1. Gerenate-Bert-Base-Embeddings.ipynb ├── Stage 0-2. Gerenate-Bert-Multilingual-Embeddings.ipynb ├── Stage 0-3. Gerenate-Bert-Big-Embeddings.ipynb ├── Stage 0-5. Gerenate-Bert-Big-Cased-Embeddings.ipynb ├── Stage 0-6. Gerenate-Bert-Base-Cased-Embeddings.ipynb ├── Stage 1.2 Naive-concat-classifier.ipynb ├── Stage 1.3 NLI-MH-classifier.ipynb ├── Stage 1.4 NLI-MH-classifier-with-hand-crafted-featurs.ipynb ├── Stage 1.5 Naive-classifier-with-hand-crafted-featurs.ipynb ├── Stage 1.6 NN-Ensemble.ipynb ├── Stage 3. Generate the predictions.ipynb ├── oof └── .gitkeep ├── outputs └── .gitkeep ├── stage_1_checkpoints └── .gitkeep ├── stage_1_finals └── .gitkeep ├── test_outputs └── .gitkeep └── vector ├── bert_base └── .gitkeep ├── bert_base_cased └── .gitkeep ├── bert_big └── .gitkeep └── bert_big_cased └── .gitkeep /EDA/.ipynb_checkpoints/Exploere-Predictions-Correlation-Cross-cased-bert-and-uncased-bert-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/EDA/.ipynb_checkpoints/Exploere-Predictions-Correlation-Cross-cased-bert-and-uncased-bert-checkpoint.ipynb -------------------------------------------------------------------------------- /EDA/.ipynb_checkpoints/Exploere-Predictions-Correlation-base-bert-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/EDA/.ipynb_checkpoints/Exploere-Predictions-Correlation-base-bert-checkpoint.ipynb -------------------------------------------------------------------------------- /EDA/Exploere-Predictions-Correlation-Cross-big-bert-and-base-bert.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/EDA/Exploere-Predictions-Correlation-Cross-big-bert-and-base-bert.ipynb -------------------------------------------------------------------------------- /EDA/Exploere-Predictions-Correlation-Cross-cased-bert-and-uncased-bert.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/EDA/Exploere-Predictions-Correlation-Cross-cased-bert-and-uncased-bert.ipynb -------------------------------------------------------------------------------- /EDA/Exploere-Predictions-Correlation-base-bert.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/EDA/Exploere-Predictions-Correlation-base-bert.ipynb -------------------------------------------------------------------------------- /EDA/Exploere-Predictions-Correlation-big-bert.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/EDA/Exploere-Predictions-Correlation-big-bert.ipynb -------------------------------------------------------------------------------- /EDA/Stage E-1. Test-word-piece-performance.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/EDA/Stage E-1. Test-word-piece-performance.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/README.md -------------------------------------------------------------------------------- /Stage 0-1. Gerenate-Bert-Base-Embeddings.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/Stage 0-1. Gerenate-Bert-Base-Embeddings.ipynb -------------------------------------------------------------------------------- /Stage 0-2. Gerenate-Bert-Multilingual-Embeddings.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/Stage 0-2. Gerenate-Bert-Multilingual-Embeddings.ipynb -------------------------------------------------------------------------------- /Stage 0-3. Gerenate-Bert-Big-Embeddings.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/Stage 0-3. Gerenate-Bert-Big-Embeddings.ipynb -------------------------------------------------------------------------------- /Stage 0-5. Gerenate-Bert-Big-Cased-Embeddings.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/Stage 0-5. Gerenate-Bert-Big-Cased-Embeddings.ipynb -------------------------------------------------------------------------------- /Stage 0-6. Gerenate-Bert-Base-Cased-Embeddings.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/Stage 0-6. Gerenate-Bert-Base-Cased-Embeddings.ipynb -------------------------------------------------------------------------------- /Stage 1.2 Naive-concat-classifier.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/Stage 1.2 Naive-concat-classifier.ipynb -------------------------------------------------------------------------------- /Stage 1.3 NLI-MH-classifier.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/Stage 1.3 NLI-MH-classifier.ipynb -------------------------------------------------------------------------------- /Stage 1.4 NLI-MH-classifier-with-hand-crafted-featurs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/Stage 1.4 NLI-MH-classifier-with-hand-crafted-featurs.ipynb -------------------------------------------------------------------------------- /Stage 1.5 Naive-classifier-with-hand-crafted-featurs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/Stage 1.5 Naive-classifier-with-hand-crafted-featurs.ipynb -------------------------------------------------------------------------------- /Stage 1.6 NN-Ensemble.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/Stage 1.6 NN-Ensemble.ipynb -------------------------------------------------------------------------------- /Stage 3. Generate the predictions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zake7749/Fill-the-GAP/HEAD/Stage 3. Generate the predictions.ipynb -------------------------------------------------------------------------------- /oof/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /outputs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /stage_1_checkpoints/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /stage_1_finals/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test_outputs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vector/bert_base/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vector/bert_base_cased/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vector/bert_big/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vector/bert_big_cased/.gitkeep: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------