paper-with-me

홈 › Papers

#InsTag: Instruction Tagging for Analyzing Supervised Fine-tuning of Large Language Models

2023-08-14 · Keming Lu, Hongyi Yuan, Zheng Yuan, Runji Lin, Junyang Lin, Chuanqi Tan, Chang Zhou, Jingren Zhou

Foundation language models obtain the instruction-following ability through supervised fine-tuning (SFT). Diversity and complexity are considered critical factors of a successful SFT dataset, while their definitions remain obscure and lack quantitative analyses. In this work, we propose InsTag, an open-set fine-grained tagger, to tag samples within SFT datasets based on semantics and intentions and define instruction diversity and complexity regarding tags. We obtain 6.6K tags to describe comprehensive user queries. Then we analyze popular open-sourced SFT datasets and find that the model ability grows with more diverse and complex data. Based on this observation, we propose a data selector based on InsTag to select 6K diverse and complex samples from open-source datasets and fine-tune models on InsTag-selected data. The resulting models, TagLM, outperform open-source models based on considerably larger SFT data evaluated by MT-Bench, echoing the importance of query diversity and complexity. We open-source InsTag in https://github.com/OFA-Sys/InsTag.

📄 PDF Abstract BibTeX arXiv:2308.07074

Code (1)

ofa-sys/instag 공식 구현

Tasks

DiversityInstruction FollowingTAG

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Deep Text Mining of Instagram Data Without Strong Supervision

2019-09-24 · Kim Hammar, Shatha Jaradat, Nima Dokoohaki, Mihhail Matskin

With the advent of social media, our online feeds increasingly consist of short, informal, and unstructured text. This textual data can be analyzed for the purpose of improving user recommendations and detecting trends. …

Word Embeddings

Designing and Implementing an Emotion Analytic System (EAS) on Instagram Social Network Data

2019-01-01 · International Journal of Web Research 2019 1 · Seyed Faridoddin Kiaei, Mohammad Dehghan Rouzi, Saeed Farzi

Being aware of people's attitudes and emotions about a specific person or an event can have a high impact on the decisions of individuals and organizations. With the rise of social networks, specifically Instagram, many …

Distilling Meta Knowledge on Heterogeneous Graph for Illicit Drug Trafficker Detection on Social Media

2021-12-01 · NeurIPS 2021 12 · Yiyue Qian, Yiming Zhang, Yanfang Ye, Chuxu Zhang

Driven by the considerable profits, the crime of drug trafficking (a.k.a. illicit drug trading) has co-evolved with modern technologies, e.g., social media such as Instagram has become a popular platform for marketing an…

Knowledge DistillationMarketingMeta-LearningModel Optimization+1

Colloquial Persian POS (CPPOS) Corpus: A Novel Corpus for Colloquial Persian Part of Speech Tagging

2023-10-01 · Leyla Rabiei, Farzaneh Rahmani, Mohammad Khansari, Zeinab Rajabi 외

Introduction: Part-of-Speech (POS) Tagging, the process of classifying words into their respective parts of speech (e.g., verb or noun), is essential in various natural language processing applications. POS tagging is a …

Machine TranslationPart-Of-Speech TaggingPOSPOS Tagging+3

CharacterFlywheel: Scaling Iterative Improvement of Engaging and Steerable LLMs in Production

2026-03-02 · Yixin Nie, Lin Guan, Zhongyao Ma, Anchit Gupta 외 arxiv

This report presents CharacterFlywheel, an iterative flywheel process for improving large language models (LLMs) in production social chat applications across Instagram, WhatsApp, and Messenger. Starting from LLaMA 3.1, …

Reinforcement LearningInstruction Following