tobischimanski commited on
Commit
bdd7313
·
verified ·
1 Parent(s): 2c3d493

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,10 +9,10 @@ pinned: false
9
 
10
  # Extreme Weather Event Impacts: Data and Models
11
 
12
- This is the model and data description for the paper "[What Firms Actually Lose (and Gain) from Extreme Weather Event Impacts](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6035794)". It includes the datasets and the code to create it.
13
 
14
  ## Data
15
- The simplest form of the project is the 13,277 firm-event impacts. This is created by analyzing over 1.7 million filings (3.5 billion paragraphs) of all publicly listed firms in the US. We analyse filing types: event-based Form 8-K, quarterly reported Form 10-Q, and annually reported Form 10-K. We upload all paragraphs that are at least containing a mention of a extrme weather event / physical risk in a more fine-grained dataset.
16
 
17
  ### Event-Impact Data
18
  This is the final data, including the 13,277 firm-event impacts (**name: [event_impact_data](https://huggingface.co/datasets/extreme-weather-impacts/event_impact_data)**). It has the following structure:
@@ -55,7 +55,7 @@ We classify over 1.7 million files and 3.5 paragraphs with our models. We analys
55
  - impact_channel: indicates “asset”, “only_economic_flows”, “none” according to the impact channel classification; “only_economic_flows” means that there was no asset impact co-detected with economic flows
56
 
57
  ## Models
58
- We upload all models, and training data on [here on HuggingFace](https://huggingface.co/extreme-weather-impacts). Model usage is described in the corresponding model pages.
59
 
60
  ## Repository under construction
61
  The repository is currently being constructed. If you have any questions, please reach out to tobias.schimanski@df.uzh.ch.
 
9
 
10
  # Extreme Weather Event Impacts: Data and Models
11
 
12
+ This is the model and data description for the paper "[What Firms Actually Lose (and Gain) from Extreme Weather Event Impacts](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6035794)".
13
 
14
  ## Data
15
+ The simplest form of the project is the 13,277 firm-event impacts. This is created by analyzing over 1.7 million filings (3.5 billion paragraphs) of all publicly listed firms in the US. We analyse filing types: event-based Form 8-K, quarterly reported Form 10-Q, and annually reported Form 10-K. We upload all paragraphs that contain at least a mention of an extreme weather event / physical risk in a more fine-grained dataset.
16
 
17
  ### Event-Impact Data
18
  This is the final data, including the 13,277 firm-event impacts (**name: [event_impact_data](https://huggingface.co/datasets/extreme-weather-impacts/event_impact_data)**). It has the following structure:
 
55
  - impact_channel: indicates “asset”, “only_economic_flows”, “none” according to the impact channel classification; “only_economic_flows” means that there was no asset impact co-detected with economic flows
56
 
57
  ## Models
58
+ We upload all models, and training data in this repository. Model usage is described in the corresponding model pages.
59
 
60
  ## Repository under construction
61
  The repository is currently being constructed. If you have any questions, please reach out to tobias.schimanski@df.uzh.ch.