DeepSpecs Beta

5G QnA Toolbox - RAG for Technical Specifications (Beta)


Introduction

DeepSpecs is a question-answering system designed specifically for navigating complex technical specifications in 5G and telecommunications standards. By combining advanced retrieval techniques with large language models, DeepSpecs enables users to query technical documents and receive contextually relevant answers. The system features a multi-database architecture with specialized chunking strategies and a multi-stage retrieval pipeline that enable it to mirror how domain experts reason about specification documents.

Read the arXiv paper (arXiv:2511.01305)

Try the Demo

You can try out the live demo of DeepSpecs using the link below. Please note this demo supports only single-turn Q&A (not conversational mode).

Launch Demo

System Architecture

Multi-Stage Retrieval Pipeline

Database Chunking and Population

Simple Q&A Interface with Viewable ContextMulti-Database System with Specialized ChunkingEnhanced Multi-Stage Retrieval ProcessExtensible and Versatile Tools

Key Features

Next Release (December 12, 2025)

The upcoming release will include several enhancements and optimizations:

Better User Control
  • Toggleable HyDE document rewriting: users can choose between raw query or hypothetical document for retrieval
DB Population Improvements
  • Optimizations to handle edge cases of chunks with very large embeddings that cannot be resolved by splitting
Better External Reference Resolution
  • Expanded ruleset for ReferenceExtractor to capture more edge cases for external specification references
Conversational QA
  • Replace single-turn QA with multi-turn conversational mode that preserves chat context and supports follow-up questions
Refactoring
  • Migration from langchain's RecursiveCharacterTextSplitter to custom implementation

Usage Scenarios

Team Members

Code Release

Download (Beta)

BibTeX

@article{manvattira2025deepspecs,
  title={DeepSpecs: Expert-Level Questions Answering in 5G},
  author={Manvattira, Aman Ganapathy and Xu, Yifei and Dang, Ziyue and Lu, Songwu},
  journal={arXiv preprint arXiv:2511.01305},
  year={2025}
}

References

1 Gao, Luyu, Xueguang Ma, Jimmy Lin, and Jamie Callan. "Precise zero-shot dense retrieval without relevance labels." In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp. 1762-1777. 2023.

This site and software are provided as a beta for evaluation purposes.