Few-Shot Tabular Data Enrichment Using Fine-Tuned Transformer Architectures (2022.acl-long)
Copied to clipboard
| Challenge: | Existing approaches to enrich tabular datasets ignore external unstructured data completely or devise dataset-specific solutions. |
| Approach: | They propose a few-shot transformer-based enrichment framework that reformulates tuples as sentences. |
| Outcome: | The proposed framework outperforms existing fine-tuning solutions on 17 datasets. |
Similar Papers
AMAL: Meta Knowledge-Driven Few-Shot Adapter Learning (2022.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for fine-tuning pre-trained language models fail to yield meaningful results in the few-shot regime. |
| Approach: | They propose a meta-learning-driven low-rank adapter pooling method for leveraging pre-trained language models even with just a few data points. |
| Outcome: | The proposed method outperforms previous few-shot learning methods on five text classification benchmark datasets. |
Efficient Few-Shot Fine-Tuning for Opinion Summarization (2022.findings-naacl)
Copied to clipboard
| Challenge: | Abstractive summarization models are typically pre-trained on large amounts of generic texts . large annotated datasets of reviews paired with reference summaries are not available . |
| Approach: | They propose a few-shot method which uses adapters to store in-domain knowledge . they pre-train adapters on unannotated customer reviews and fine-tune them on annotated datasets . |
| Outcome: | The proposed method can store in-domain knowledge and improves on large annotated reviews . it improves coherence and redundancies on the Amazon and Yelp datasets . |
PDAMeta: Meta-Learning Framework with Progressive Data Augmentation for Few-Shot Text Classification (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing text data augmentation methods can not ensure the diversity and quality of the generated data, which leads to sub-optimal performance. |
| Approach: | They propose a meta-learning framework with progressive data augmentation for few-shot text classification using prompt-based data augmented by attention-based methods. |
| Outcome: | The proposed framework outperforms state-of-the-art models and shows better robustness on four public few-shot text classification datasets. |
Improving Zero and Few-Shot Abstractive Summarization with Intermediate Fine-tuning and Data Augmentation (2021.naacl-main)
Copied to clipboard
Alexander Fabbri, Simeng Han, Haoyuan Li, Haoran Li, Marjan Ghazvininejad, Shafiq Joty, Dragomir Radev, Yashar Mehdad
| Challenge: | Recent advances in summarization are driven by the availability of large datasets such as the CNN-DailyMail corpus and the New York Times corpus. |
| Approach: | They propose a method for fine-tuning pretrained models for summarization in unsupervised manner . they use Wikipedia data to produce pseudo-summaries which contain characteristics of target dataset . |
| Outcome: | The proposed method achieves state-of-the-art, zero-shot abstractive summarization performance on CNN-DailyMail dataset and compares with other methods on other datasets. |
CRAFT: Training-Free Cascaded Retrieval for Tabular QA (2026.acl-long)
Copied to clipboard
| Challenge: | Existing methods for open-domain table question answering require retraining or fine-tuning on new datasets. |
| Approach: | They propose a zero-shot, cascaded retrieval approach that uses a sparse retrieval model to filter a subset of candidates before applying more expensive dense models as re-rankers. |
| Outcome: | The proposed method outperforms state-of-the-art retrieval models on the NQ-Tables dataset. |
TableGPT: Few-shot Table-to-Text Generation with Table Structure Reconstruction and Content Matching (2020.coling-main)
Copied to clipboard
| Challenge: | Recent studies show that pre-trained language models can produce informative and fluent text with the help of large-scale datasets, but they suffer insufficient learning problem with limited training data. |
| Approach: | They propose to use table transformation module with template to rewrite structured table in natural language as input for GPT-2 and exploit multi-task learning with two auxiliary tasks to preserve table’s structural information. |
| Outcome: | The proposed model outperforms existing systems on most few-shot settings. |
Optimizing Deeper Transformers on Small Datasets (2021.acl-long)
Copied to clipboard
Peng Xu, Dhruv Kumar, Wei Yang, Wenjie Zi, Keyi Tang, Chenyang Huang, Jackie Chi Kit Cheung, Simon J.D. Prince, Yanshuai Cao
| Challenge: | a common belief that training deep transformers from scratch requires large datasets is wrong . however, with proper initialization and optimization, the benefits of very deep transformer can carry over to challenging tasks with small datasets. |
| Approach: | They train 48 layers of transformers from pre-trained RoBERTa and 24 relation-aware layers from scratch. |
| Outcome: | The proposed scheme achieves state-of-the-art performance on a text-to-sql parsing benchmark . it uses 24 fine-tuned layers from pre-trained RoBERTa and 24 relation-aware layers from scratch . |
Leveraging Text-to-Text Transformers as Classifier Chain for Few-Shot Multi-Label Classification (2025.emnlp-main)
Copied to clipboard
| Challenge: | Multilabel text classification (MLTC) is an essential task in NLP applications. |
| Approach: | They propose a distillation-based T5 generalist model for zero-shot MLTC and few-shot fine-tuning. |
| Outcome: | The proposed model outperforms baselines of similar size on three few-shot tasks. |
FuseGen: PLM Fusion for Data-generation based Zero-shot Learning (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing approaches to train Small Task-specific Models (STMs) using synthetic datasets are limited by the low quality of such datasets. |
| Approach: | They propose a data-generation based zero-shot learning framework that uses multiple PLMs to train small task-specific models. |
| Outcome: | The proposed framework outperforms existing methods in boosting performance across tasks. |
Few-Shot Data-to-Text Generation via Unified Representation and Multi-Source Learning (2023.acl-long)
Copied to clipboard
Alexander Hanbo Li, Mingyue Shang, Evangelia Spiliopoulou, Jie Ma, Patrick Ng, Zhiguo Wang, Bonan Min, William Yang Wang, Kathleen McKeown, Vittorio Castelli, Dan Roth, Bing Xiang
| Challenge: | Existing methods for data-to-text generation focus on specific types of structured data. |
| Approach: | They propose a method that provides a unified representation that can handle various forms of structured data such as tables, knowledge graph triples, and meaning representations. |
| Outcome: | The proposed method improves zero-shot and few-shot scenarios and can adapt to new structured data. |