pravin691983 commited on
Commit
316b8ef
1 Parent(s): 12e5fa3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -39,3 +39,17 @@ recall_micro: 0.8375
39
  recall_weighted: 0.8375
40
 
41
  accuracy: 0.8375
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  recall_weighted: 0.8375
40
 
41
  accuracy: 0.8375
42
+
43
+ ## Data in depth
44
+ One of the potential business applications of few-shot text classification with the AG News dataset is in media and content companies. They could implement this technology to categorize news articles on world, sports, business, technology, and other topics with minimal labeled data. This few-shot model application would allow for more efficient management and retrieval of news content, improving user satisfaction with personalized news feed. Moreover, such a model will allow these companies to promptly adjust their classification to new categories or rapidly emerging topics in dynamic industries.
45
+
46
+ With a concern that the repetition of the source material may impair the perception of the results of my adaptation, I would prefer to avoid working with the same data I encountered during the course. Therefore, I would like to select a diverse text dataset where the number of the labelled examples available for each of the classes is limited. Additionally, in order to evaluate the effectiveness of the model, I would consider varying the domains and types of documents. The work will begin with the choice of the dataset, and the one I have selected is the AG’s News Corpus, which can be accessed on Hugging Face. In my study, I use this collection of news articles, divided into four primary classes: World, Sports, Business, and Sci/Tech. The sizes of the dataset are as follows: 30,000 training samples and 1,900 test samples for each of the classes.
47
+
48
+ - Dataset size: 31.3 MB
49
+ - Data Split: 127600 rows
50
+ - Train: 120000
51
+ - Test: 7600
52
+
53
+ - Data Fields:
54
+ - Text: A feature represented by a string.
55
+ - Label: A set of classification labels comprising World (0), Sports (1), Business (2), and Sci/Tech (3).