From 891c6f282846a46523d641a881c70ab873262ade Mon Sep 17 00:00:00 2001 From: Pavan Mandava Date: Sat, 1 Aug 2020 16:31:43 +0200 Subject: [PATCH] Uploaded final submission to GitHub --- ...t.pdf => 14-final-report-Mandava-Riley.pdf | Bin 93975 -> 93975 bytes README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename final_project_report.pdf => 14-final-report-Mandava-Riley.pdf (99%) diff --git a/final_project_report.pdf b/14-final-report-Mandava-Riley.pdf similarity index 99% rename from final_project_report.pdf rename to 14-final-report-Mandava-Riley.pdf index 67539f695755f91c2dbac2ccc0c9ea059cb179ae..3f85995d7ca29f7ddbcb07e8c575181d7b2e8698 100644 GIT binary patch delta 176 zcmbP!k9GPz)(s08oy-j^Qj;u=4J^}4O^j23EJLF-Qv-7|V@pc|Gt*>KI~$-#Vrr5> zs7H!)Qef L+`@bAU ND{2@&y(*7!E&zPcH`)LI diff --git a/README.md b/README.md index 9ad7fb0..458f6d4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ We implemented 3 classifiers and evaluated on test dataset: - Feedforward Neural Network Classifier (using [PyTorch](https://pytorch.org/)) - BiLSTM + Attention with ELMo Embeddings (using [AllenNLP](https://allennlp.org/) library) -This README documentation focuses on running the code base, training the models and predictions. For more information about our project work, model results and detailed error analysis, check [this](/final_project_report.pdf?raw=true) report. Slides from our mid-term presentation are available [here](/presentation.pdf?raw=true).
+This README documentation focuses on running the code base, training the models and predictions. For more information about our project work, model results and detailed error analysis, check [this](/14-final-report-Mandava-Riley.pdf) report. Slides from our mid-term presentation are available [here](/presentation.pdf).
For more information on the Citation Intent Classification in Scientific Publications, follow this [link](https://arxiv.org/pdf/1904.01608.pdf) to the original published paper and their [GitHub repo](https://github.com/allenai/scicite) ## Environment & Setup