deep_qa icon indicating copy to clipboard operation
deep_qa copied to clipboard

See if masking makes a difference with a CNN encoder

Open matt-gardner opened this issue 7 years ago • 0 comments

It's standard to just ignore masking when using a CNN on word / character sequences, because the max pooling can effectively ignore the padding tokens, anyway. It'd be interesting to actually verify that this is true, by implementing masking for our CNN and seeing what difference it makes, if any.

Pretty low priority, though. Just getting a thought out of my head and into an issue tracker.

matt-gardner avatar Apr 23 '17 21:04 matt-gardner