Glossary › hierarchical
GLOSSARY
hierarchical
appears in 6 paper titles
Definition
Organizing computation or representation into levels of increasing abstraction — fine-grained local units at the bottom, coarser summaries above. It is a standard way to make long sequences or high-resolution inputs tractable, since the upper levels operate on far fewer elements. Note the contrast with recursive: recursion reapplies the same operation to its own output, whereas a hierarchy stacks stages that work at different granularities.
Explainers using this term
- Paper walkthrough: Hi-Q — splitting a question down to the granularity your corpus can actually retrieveHi-Q: Hierarchical Evidence-guided Query Refinement for Multi-Hop Question Answering
- Build Your Own Vector DB — From Brute Force to HNSWEfficient and robust approximate nearest neighbor search using Hierarchical Navigable Small World graphs
- Hashing and Nearest-Neighbor Search — The Groundwork Under Vector SearchEfficient and robust approximate nearest neighbor search using Hierarchical Navigable Small World graphs