Closed AndreiBarsan closed 8 years ago
I'll compute the simple baseline.
Computed simple baseline with averaging in PR #23. Will also work on tf-idf classification.
PR #25 also contains a tf-idf baseline.
Now we have 2 baselines computed SGD (averaging, concatenation) and tf-idf - therefore closed.
According to the CIL project description, we must compare our solution with a baseline.
So, I suppose we can just use something like logistic regression over the averaged/concatenated embeddings of the (fixed length) sentences?
I think in the end we could have a table in the paper with the following rows:
What do you think?