LLMLingua-2 BERT-base multilingual MeetingBank
current baselineSmall extractive token-classification checkpoint used by the service today.
Working bibliography for base models, compression papers, checkpoints, and implementation resources used or considered by this project.
Small extractive token-classification checkpoint used by the service today.
Larger LLMLingua-2 checkpoint to compare for quality versus latency and memory cost.
Original LLMLingua prompt compression work.
Long-context variant focused on improving long-context information processing and RAG-style prompts.
Extractive token-classification approach used as this project's baseline.
Security-oriented prompt compression from the LLMLingua research line.
Comparative study across several prompt-compression methods and datasets.
Latency, rate-adherence, and quality study. Useful for deciding when compression actually pays for itself.
Evaluates whether LLMLingua-2 compression transfers to diffusion LLMs.
Attention-aware task-agnostic compression candidate. Relevant if an implementation becomes practical.
Generative chunking-and-summarization compressor. Good challenger or teacher, but risky as default runtime.
Small-LLM compressor trained for compression-rate adherence and downstream quality.
Broader prompt and file-level compression pipeline. Useful for structured-data ideas.
Sentence-level context-aware compressor with released code and dataset.
RAG-focused abstractive compressor with noise-robust training steps.
Library used by the runtime compressor wrapper.
Research toolkit linked by the empirical prompt-compression study. Use for benchmark design and candidate wrappers, not as a production runtime dependency.
Underlying model/tokenizer stack for LLMLingua-2 checkpoints and possible direct adapter work.
Likely adapter/LoRA library if we move beyond rules-only tenant profiles.
Tensor and model runtime used through Transformers and LLMLingua.
API framework used by `app/main.py`.
Request and response schema validation.
Local and container ASGI server for FastAPI.
Dataset utilities available for future training and evaluation workflows.
Simple HTTP client dependency used by scripts and smoke tests.
Compact structured-data format used by this repo's JSON-to-TOON compression path.