End-to-end question answering system (no longer maintained)
Top 54.3% on sourcepulse
This project provides an end-to-end system for closed-domain question answering, built upon HuggingFace's transformers library. It's designed for users needing to extract answers from specific document sets, offering tools for data preparation, model training, prediction, and evaluation.
How It Works
cdQA employs a pipeline architecture that first retrieves relevant documents using a retriever component and then uses a reader component (a BERT or DistilBERT model fine-tuned on SQuAD) to extract the precise answer from the retrieved context. This two-stage approach allows for efficient processing of large document collections while maintaining high accuracy.
Quick Start & Requirements
pip install cdqa
Highlighted Details
Maintenance & Community
⛔ [NOT MAINTAINED] This repository is kept for educational purposes. A maintained alternative is deepset-ai/haystack.
Licensing & Compatibility
Limitations & Caveats
The project is explicitly marked as not maintained, indicating a lack of ongoing development or support. Users seeking current features or bug fixes should consider the suggested alternative.
5 years ago
Inactive