deep_qa icon indicating copy to clipboard operation
deep_qa copied to clipboard

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)

Results 27 deep_qa issues
Sort by recently updated
recently updated
newest added

Currently, `WordAlignmentEntailment` layers do not work properly with serialization, and should thus be fixed.

API clean up
P2
Easy

A better DataIndexer that allows for the techniques described in https://arxiv.org/abs/1703.00993 would be fantastic. to summarize, they: - index every word in the set of glove vectors, no matter if...

New modeling idea
P2
New API feature

Using byte encoding on unicode characters could be a good idea, vs a single index for each unicode characters. Allowing for different character encodings in tokenizers that return characters would...

New modeling idea
P2
New API feature

So that if you want, you can represents words as character sequences like `[@BEGIN@, w, o, r, d, @END@]`. This is potentially helpful for various kinds of encoders (probably not...

New modeling idea
P2
New API feature

The intent being that it should probably be a lot faster. I think Matt Peters already has one of these that we can just use. Though, with the dynamic padding...

P2
New API feature
Performance improvement

It'd be really nice to know where there are performance bottlenecks in your model. I think tensorflow 1.0 added some stuff that would make this relatively easy to diagnose; can...

P1
Hard
New API feature
Performance improvement

Say you train a model on SQuAD, then want to fine-tune it on SciQ. Presumably there will be words in SciQ that you have plenty of training data for, but...

P2
Hard
New API feature