Add automated model card with extracted metrics and configuration
Browse files
README.md
CHANGED
|
@@ -13,12 +13,12 @@ language:
|
|
| 13 |
- en
|
| 14 |
pipeline_tag: text-classification
|
| 15 |
widget:
|
| 16 |
-
- text: Government provides subsidies to promote renewable energy development
|
| 17 |
-
example_title: IP goal Example
|
| 18 |
-
- text: Company announces quarterly earnings report
|
| 19 |
-
example_title: No IP goal Example
|
| 20 |
-
- text: The document mentions policy changes
|
| 21 |
-
example_title: Not enough information Example
|
| 22 |
metrics:
|
| 23 |
- accuracy
|
| 24 |
- f1
|
|
@@ -61,7 +61,13 @@ This model is designed for research purposes to analyze policy documents, govern
|
|
| 61 |
|
| 62 |
## Training Data
|
| 63 |
|
| 64 |
-
The model was trained on annotated policy documents
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
## Training Procedure
|
| 67 |
|
|
@@ -130,18 +136,11 @@ This model is intended for research and analysis purposes. Users should be aware
|
|
| 130 |
If you use this model in your research, please cite:
|
| 131 |
|
| 132 |
```bibtex
|
| 133 |
-
@
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
series = "Working Paper Series",
|
| 139 |
-
number = "33895",
|
| 140 |
-
year = "2025",
|
| 141 |
-
month = "June",
|
| 142 |
-
doi = {10.3386/w33895},
|
| 143 |
-
URL = "http://www.nber.org/papers/w33895",
|
| 144 |
-
abstract = {Since the 18th century, policymakers have debated the merits of industrial policy (IP). Yet, economists lack basic facts about its use due to measurement challenges. We propose a new approach to IP measurement based on information contained in policy text. We show how off-the-shelf supervised machine learning tools can be used to categorize industrial policies at scale. Using this approach, we validate longstanding concerns with earlier approaches to measurement which conflate IP with other types of policy. We apply our methodology to a global database of commercial policy descriptions, and provide a first look at IP use at the country, industry, and year levels (2010-2022). The new data on IP suggest that i) IP is on the rise; ii) modern IP tends to use subsidies and export promotion measures as opposed to tariffs; iii) rich countries heavily dominate IP use; iv) IP tends to target sectors with an established comparative advantage, particularly in high-income countries.},
|
| 145 |
}
|
| 146 |
```
|
| 147 |
|
|
@@ -167,4 +166,4 @@ For questions about this model or the research, please contact the Industrial Po
|
|
| 167 |
---
|
| 168 |
|
| 169 |
*Model card auto-generated on 2025-06-19 11:24:30 from model files*
|
| 170 |
-
*Source model: bert-base-uncased-3_classes-finetuned_hub_ready_20250617_151525*
|
|
|
|
| 13 |
- en
|
| 14 |
pipeline_tag: text-classification
|
| 15 |
widget:
|
| 16 |
+
- text: "Government provides subsidies to promote renewable energy development"
|
| 17 |
+
example_title: "IP goal Example"
|
| 18 |
+
- text: "Company announces quarterly earnings report"
|
| 19 |
+
example_title: "No IP goal Example"
|
| 20 |
+
- text: "The document mentions policy changes"
|
| 21 |
+
example_title: "Not enough information Example"
|
| 22 |
metrics:
|
| 23 |
- accuracy
|
| 24 |
- f1
|
|
|
|
| 61 |
|
| 62 |
## Training Data
|
| 63 |
|
| 64 |
+
The model was trained on annotated policy documents including:
|
| 65 |
+
- Expert-annotated policy measures from multiple countries
|
| 66 |
+
- Government trade and industrial policy documents
|
| 67 |
+
- WTO and multilateral organization policy entries
|
| 68 |
+
- Economic policy text spanning different sectors and time periods
|
| 69 |
+
|
| 70 |
+
The training dataset includes documents from various income-level countries to ensure robust performance across different economic contexts.
|
| 71 |
|
| 72 |
## Training Procedure
|
| 73 |
|
|
|
|
| 136 |
If you use this model in your research, please cite:
|
| 137 |
|
| 138 |
```bibtex
|
| 139 |
+
@article{industrialpolicy2025,
|
| 140 |
+
title={Measuring Industrial Policy Using Natural Language Processing},
|
| 141 |
+
author={Lane, Nathaniel and [Additional Authors]},
|
| 142 |
+
journal={[Journal Name]},
|
| 143 |
+
year={2025}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
}
|
| 145 |
```
|
| 146 |
|
|
|
|
| 166 |
---
|
| 167 |
|
| 168 |
*Model card auto-generated on 2025-06-19 11:24:30 from model files*
|
| 169 |
+
*Source model: bert-base-uncased-3_classes-finetuned_hub_ready_20250617_151525*
|