allenai / bi-att-flow

Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that represents context at different levels of granularity and uses a bi-directional attention flow mechanism to achieve a query-aware context representation without early summarization.
http://allenai.github.io/bi-att-flow
Apache License 2.0
1.53k stars 680 forks source link

Document Retriever #92

Closed kaushalshetty closed 5 years ago

kaushalshetty commented 6 years ago

Is there any tfidf based Document Retriever(which selects the top n documents to read from) for bidaf model just like in DrQA?

kaushalshetty commented 5 years ago

Closing due to no response