paper-with-me

홈 › Papers

Fabricator: An Open Source Toolkit for Generating Labeled Training Data with Teacher LLMs

2023-09-18 · Jonas Golde, Patrick Haller, Felix Hamborg, Julian Risch, Alan Akbik

Most NLP tasks are modeled as supervised learning and thus require labeled training data to train effective models. However, manually producing such data at sufficient quality and quantity is known to be costly and time-intensive. Current research addresses this bottleneck by exploring a novel paradigm called zero-shot learning via dataset generation. Here, a powerful LLM is prompted with a task description to generate labeled data that can be used to train a downstream NLP model. For instance, an LLM might be prompted to "generate 500 movie reviews with positive overall sentiment, and another 500 with negative sentiment." The generated data could then be used to train a binary sentiment classifier, effectively leveraging an LLM as a teacher to a smaller student model. With this demo, we introduce Fabricator, an open-source Python toolkit for dataset generation. Fabricator implements common dataset generation workflows, supports a wide range of downstream NLP tasks (such as text classification, question answering, and entity recognition), and is integrated with well-known libraries to facilitate quick experimentation. With Fabricator, we aim to support researchers in conducting reproducible dataset generation experiments using LLMs and help practitioners apply this approach to train models for downstream tasks.

📄 PDF Abstract BibTeX arXiv:2309.09582

Code (1)

flairnlp/fabricator 공식 구현

Tasks

Dataset GenerationQuestion Answeringtext-classificationText ClassificationZero-Shot Learning

Similar Papers 제목 키워드 기반

GCM: A Toolkit for Generating Synthetic Code-mixed Text

2021-04-19 · EACL 2021 2 · Mohd Sanad Zaki Rizvi, Anirudh Srinivasan, Tanuja Ganu, Monojit Choudhury 외

Code-mixing is common in multilingual communities around the world, and processing it is challenging due to the lack of labeled and unlabeled data. We describe a tool that can automatically generate code-mixed data given…

Detecting Human-Object Interaction via Fabricated Compositional Learning

2021-03-15 · CVPR 2021 1 · Zhi Hou, Baosheng Yu, Yu Qiao, Xiaojiang Peng 외

Human-Object Interaction (HOI) detection, inferring the relationships between human and objects from images/videos, is a fundamental task for high-level scene understanding. However, HOI detection usually suffers from th…

Affordance RecognitionHuman-Object Interaction DetectionObjectScene Understanding

PdfTable: A Unified Toolkit for Deep Learning-Based Table Extraction

2024-09-08 · Lei Sheng, Shuai-Shuai Xu

Currently, a substantial volume of document data exists in an unstructured format, encompassing Portable Document Format (PDF) files and images. Extracting information from these documents presents formidable challenges …

Deep LearningDocument Layout AnalysisOptical Character RecognitionOptical Character Recognition (OCR)+2

GR-NLP-TOOLKIT: An Open-Source NLP Toolkit for Modern Greek

2024-12-11 · Lefteris Loukas, Nikolaos Smyrnioudis, Chrysa Dikonomaki, Spyros Barbakos 외

We present GR-NLP-TOOLKIT, an open-source natural language processing (NLP) toolkit developed specifically for modern Greek. The toolkit provides state-of-the-art performance in five core NLP tasks, namely part-of-speech…

Dependency ParsingMorphological Taggingnamed-entity-recognitionNamed Entity Recognition+2

Fill in Fabrics: Body-Aware Self-Supervised Inpainting for Image-Based Virtual Try-On

2022-10-03 · H. Zunair, Y. Gobeil, S. Mercier, A. Ben Hamza

Previous virtual try-on methods usually focus on aligning a clothing item with a person, limiting their ability to exploit the complex pose, shape and skin color of the person, as well as the overall structure of the clo…

Generative Adversarial NetworkVirtual Try-on