shishir-dwi commited on
Commit
b87502e
1 Parent(s): 5164bf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -14,4 +14,42 @@ tags:
14
  pretty_name: IAB categorization Dataset
15
  size_categories:
16
  - 100K<n<1M
17
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  pretty_name: IAB categorization Dataset
15
  size_categories:
16
  - 100K<n<1M
17
+ ---
18
+
19
+ # Article and Category Dataset
20
+
21
+ ![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)
22
+
23
+ ## Overview
24
+
25
+ This dataset contains a collection of articles, primarily news articles, along with their respective IAB (Interactive Advertising Bureau) categories. It can be a valuable resource for various natural language processing (NLP) tasks, including text classification, text generation, and more.
26
+
27
+ ## Dataset Information
28
+
29
+ - **Number of Samples:** 871,909
30
+ - **Number of Categories:** 26
31
+
32
+ ### Column Information
33
+
34
+ - **text:** The text of the article.
35
+ - **target:** The IAB category label corresponding to the article.
36
+
37
+ ## IAB Categories
38
+
39
+ The Interactive Advertising Bureau (IAB) categories are a standardized taxonomy used in the advertising industry to categorize digital advertising content. These categories help advertisers and marketers target their audience more effectively. Each category is represented by a label or code that indicates the content's topic or theme.
40
+
41
+ ## Potential Use Cases
42
+
43
+ - **Text Classification:** Use this dataset to train and evaluate text classification models to predict IAB categories for articles.
44
+ - **Text Generation:** Utilize the articles in this dataset as a source for text generation tasks, such as generating news headlines or summaries.
45
+ - **Topic Modeling:** Explore the dataset to discover underlying topics and themes in the articles.
46
+ - **Information Retrieval:** Build search engines or recommendation systems that use article content and categories to retrieve relevant articles for users.
47
+
48
+ ## Data Format
49
+
50
+ The dataset is provided in a standard tabular format with two columns: "text" and "target". You can easily load and manipulate the data using popular data manipulation libraries such as pandas in Python.
51
+
52
+ ## License
53
+
54
+ This dataset is available under the [Apache 2.0 License](LICENSE.md). Please review the license before using the dataset for any purpose.
55
+