I competed in the Question-Answering Labelling Competition, and emerged top 15% out of 1571 participants.
Question-answering is a discipline within the field of natural language processing that is concerned with building systems that automatically answer questions posed by humans in a natural language.
This project builds a deep learning model that predicts the quality of automated answers to human-posed questions, taking only text features of the question title, question body, and answer.
- Preprocess text features
- Create numeric representations for text features using state-of-the-art pre-trained algorithms: GloVe, BERT
- Model architecture: LSTM with Convolutional layers
- Model tuning: Increase model regularization
- Model tuning: Increase model complexity
Check out this project on my website here :)