J0nasW commited on
Commit
93cc809
1 Parent(s): d97c058

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - feature-extraction
6
+ language:
7
+ - en
8
+ tags:
9
+ - code
10
+ size_categories:
11
+ - 10K<n<100K
12
  ---
13
+
14
+ # AI Dictionary Dataset
15
+
16
+ Welcome to the AI Dictionary dataset on HuggingFace. This dataset is a comprehensive tool comprised of 16,665 unique key phrases that describe the whole domain of Artificial Intelligence (AI). It serves both the research community and industry domains, aiding in the identification of radical innovations and uncovering applications of AI in new domains.
17
+
18
+ This dataset is the result of the research paper "The AI Dictionary: The Foundation for a Text-Based Tool to Identify and Measure Technology Innovation". The paper explores the rapidly evolving landscape of AI as a General Purpose Technology and its dual role in driving and sustaining innovation across various domains.
19
+
20
+ The AI Dictionary is designed to measure technological innovation using text-based methods. We hope to establish a foundational methodology for a new and innovation measurement tool.
21
+
22
+ ## Related Repository
23
+
24
+ The process of creating and validating the AI Dictionary is detailed in a series of Jupyter notebooks and Python scripts in the related GitHub repository. You can access the repository at the following link:
25
+
26
+ [AI Dictionary GitHub Repository](https://github.com/J0nasW/AI-Dictionary)
27
+
28
+ Please refer to the repository for a deeper understanding of the methodology and the process behind the creation of the AI Dictionary.
29
+
30
+ ## Usage
31
+
32
+ You can use this dataset for a variety of AI and Machine Learning tasks such as text classification, named entity recognition, and more. The dataset can also be used for research purposes to identify and measure technological innovation in the field of AI.
33
+
34
+ ## License
35
+
36
+ This dataset is released under the MIT License.