You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the basic token pruning mechanism with adaptive capabilities to optimize storage efficiency while preserving search quality.
The basic token pruning (covered in #946) uses fixed thresholds and limits. This enhancement proposes adaptive mechanisms that automatically adjust pruning parameters based on content characteristics and quality metrics.
metrics collection framework, need to implement stats collection for pruning metrics (new component), can leverage OpenSearch core stats functionality, will need to add pruning-specific metrics collection
The text was updated successfully, but these errors were encountered:
martin-gaievski
changed the title
[FEATURE] Enhanced Adaptive Token Pruning for Neural Sparse Search
[FEATURE] Enhanced adaptive token pruning for neural sparse search
Nov 16, 2024
Enhance the basic token pruning mechanism with adaptive capabilities to optimize storage efficiency while preserving search quality.
The basic token pruning (covered in #946) uses fixed thresholds and limits. This enhancement proposes adaptive mechanisms that automatically adjust pruning parameters based on content characteristics and quality metrics.
Proposed Functionality
1. Dynamic Threshold Adjustment
2. Quality Preservation
3. Token Importance Analysis
If implemented, solution promises following benefits:
As of now I do see following dependencies
The text was updated successfully, but these errors were encountered: