Papers › Decomposed Meta-Learning for Few-Shot Sequence Labeling
Decomposed Meta-Learning for Few-Shot Sequence Labeling
Tingting Ma, Qianhui Wu, Huiqiang Jiang, Jieru Lin, Börje F. Karlsson, Tiejun Zhao, Chin-Yew Lin
Few-shot sequence labeling is a general problem formulation for many natural language understanding tasks in data-scarcity scenarios, which require models to generalize to new types via only a few labeled examples. Recent advances mostly adopt metric-based meta--earning and thus face the challenges of modeling the miscellaneous Other prototype and the inability to generalize to classes with large domain gaps. To overcome these challenges, we propose a decomposed meta-learning framework for few-shot sequence labeling that breaks down the task into few-shot mention detection and few-shot type classification, and sequentially tackles them via meta-learning. Specifically, we employ model-agnostic meta-learning (MAML) to prompt the mention detection model to learn boundary knowledge shared across types. With the detected mention spans, we further leverage the MAML-enhanced span-level prototypical network for few-shot type classification. In this way, the decomposition framework bypasses the requirement of modeling the miscellaneous Other prototype. Meanwhile, the adoption of the MAML algorithm enables us to explore the knowledge contained in support examples more efficiently, so that our model can quickly adapt to new types using only a few labeled examples. Under our framework, we explore a basic implementation that uses two separate models for the two subtasks. We further propose a joint model to reduce model size and inference time, making our framework more applicable for scenarios with limited resources. Extensive experiments on nine benchmark datasets, including named entity recognition, slot tagging, event detection, and part-of-speech tagging, show that the proposed approach achieves start-of-the-art performance across various few-shot sequence labeling tasks.
Code
Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.
Code Syntology ran Syntology
Not run by Syntology. Nothing on this page verifies that the listed code works.
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Few-shot NER | Few-NERD (INTER) | DecomposedMetaSL | 10 way 1~2 shot | 55.61±0.32 | #7 of 13 | Archive leaderboard | report |
| Few-shot NER | Few-NERD (INTER) | DecomposedMetaSL | 10 way 5~10 shot | 67.85±0.18 | #7 of 13 | Archive leaderboard | report |
| Few-shot NER | Few-NERD (INTER) | DecomposedMetaSL | 5 way 1~2 shot | 62.09±0.93 | #7 of 13 | Archive leaderboard | report |
| Few-shot NER | Few-NERD (INTER) | DecomposedMetaSL | 5 way 5~10 shot | 71.26±0.15 | #7 of 13 | Archive leaderboard | report |
| Few-shot NER | Few-NERD (INTER) | DecomposedMetaSL | Average | 63.99 | #7 of 13 | Archive leaderboard | report |
| Few-shot NER | Few-NERD (INTRA) | DecomposedMetaSL | 10 way 1~2 shot | 43.03±0.29 | #6 of 13 | Archive leaderboard | report |
| Few-shot NER | Few-NERD (INTRA) | DecomposedMetaSL | 10 way 5~10 shot | 57.58±0.26 | #6 of 13 | Archive leaderboard | report |
| Few-shot NER | Few-NERD (INTRA) | DecomposedMetaSL | 5 way 1~2 shot | 49.90±0.33 | #6 of 13 | Archive leaderboard | report |
| Few-shot NER | Few-NERD (INTRA) | DecomposedMetaSL | 5 way 5~10 shot | 64.36±0.20 | #6 of 13 | Archive leaderboard | report |
| Few-shot NER | Few-NERD (INTRA) | DecomposedMetaSL | Average | 53.72 | #6 of 13 | Archive leaderboard | report |
| POS Tagging | Twitter POS | DecomposedMetaSL | Accuracy | 81.01±0.15 | #1 of 1 | Archive leaderboard | report |
| POS Tagging | WSJ POS | DecomposedMetaSL | Accuracy | 91.78±0.21 | #1 of 1 | Archive leaderboard | report |
| Slot Filling | SNIPS | DecomposedMetaSL | F1 (1-shot) avg | 74.89 | #10 of 10 | Archive leaderboard | report |
| Slot Filling | SNIPS | DecomposedMetaSL | F1 (5-shot) avg | 84.54 | #10 of 10 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Methods
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections