diff --git a/README.md b/README.md
index c200d12..001be3e 100644
--- a/README.md
+++ b/README.md
@@ -72,4 +72,12 @@ eval.metrics.f1_score(y_true, y_pred, labels, average)
[Link](/eval/metrics.py) to the metrics source code.
### Results
-
\ No newline at end of file
+
+
+### 2) Feedforward Neural Network (using PyTorch)
+
+TODO
+
+### 3) BiLSTM + Attention with ELMo (AllenNLP Model)
+
+TODO
\ No newline at end of file