Build a hierarchical taxonomy from paper analysis results. Use when user says "build taxonomy", "create taxonomy", "organize papers by category", or needs to synthesize paper analysis results into a structured classification system. Input: paper_analysis_results/ directory. Output: taxonomy.md
Builds a hierarchical taxonomy from paper analysis results for survey construction.
$ARGUMENTS: The survey topic (e.g., "Graph Robustness", "Scientific Foundation Models")
Expected Input Directory: paper_analysis_results/
{paper_id}_analysis.md filestemplates/PAPER_ANALYSIS_TEMPLATE.mdFile: taxonomy.md in the current working directory
templates/TAXONOMY_TEMPLATE.mdpaper_analysis_results/ exists{paper_id}_analysis.md files/paper-analysis first."For each paper analysis file:
Group papers by Method Category dimension:
Within each Method Category, group by Specific Method:
Group by combinations of Specific Method + Training Paradigm or other relevant sub-groupings.
Also organize by:
Calculate statistics:
Identify patterns:
Write taxonomy.md following templates/TAXONOMY_TEMPLATE.md:
# Taxonomy
## Hierarchical Taxonomy Structure
### Level 1: Method Category
#### Representation Enhancement
##### Level 2: Submethod
###### Learnable Scaling/Offset
...
Include:
/gap-identify skill# Taxonomy: [Survey Topic]
## Hierarchical Taxonomy Structure
### Level 1: Method Category
#### Representation Enhancement
**Definition**: Methods that share a common mechanism under this category
**Papers**: [2401.12345, 2402.23456]
##### Level 2: Submethod
###### Learnable Scaling/Offset
**Definition**: Submethod definition grounded in paper evidence
**Papers**: [2401.12345]
**Key Techniques**: [list concrete techniques from evidence]
###### Rotation/Orthogonal Transform
**Definition**: Methods that apply rotations to weight matrices
**Papers**: [2402.23456]
**Key Techniques**: Hadamard transform, orthogonal matrices
### Level 1: Training Paradigm
#### [Paradigm Name]
**Definition**: Paradigm definition grounded in paper evidence
**Papers**: [2401.12345, 2402.23456, 2403.34567]
...
For survey construction workflow, see /survey-pipeline
For gap identification, see /gap-identify