Document Q&A with Citations
~12h estimatedAnswer questions over a document set, with every answer traceable to a source passage.
Chunk, embed and index the corpus. Retrieve, then generate with the retrieved context. The hard part is chunking — experiment with at least two strategies and report which won.
Assessed against
- Two chunking strategies compared with evidence
- Every answer shows the passages it used
- The system says "I don't know" when retrieval returns nothing relevant
- Corpus of at least 50 pages
Suggested datasets
- Any public PDF corpus — research papers, government reports, product docs
You'll finish with
- GitHub repo
- Demo video
- A note on which chunking strategy won and why