#203 · Primary category: Knowledge Base & RAG

cdQA

artificial-intelligence bert deep-learning information-retrieval natural-language-processing nlp pytorch question-answering reading-comprehension transformers

⛔ [NOT MAINTAINED] An End-To-End Closed Domain Question Answering System.

Project last updated:04/30/20

GitHub Stars

617

Forks

190

Contributors

13

License

Apache-2.0

Why we included this project

cdQA packages the retriever/reader pattern that still underlies many knowledge-base assistants: a sparse retriever pulls candidate passages from your own documents, and a BERT or DistilBERT reader extracts the answer. The code is compact and readable, and the repo includes converters that turn PDFs and markdown into the pandas dataframe the pipeline expects, plus helpers to fetch SQuAD-fine-tuned readers and evaluate predictions against annotated sets. The project is unmaintained, and the authors say so plainly, pointing to Haystack as the maintained alternative. That makes it a learning reference rather than something to build on: a worked example of how retrieval and reading comprehension fit together, with a Medium article and notebooks that walk through the design decisions.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category