Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -140,12 +140,6 @@ size_categories:
|
|
| 140 |
|
| 141 |
Structured executive compensation data extracted from SEC DEF 14A proxy statements using AI.
|
| 142 |
|
| 143 |
-
## Available Splits
|
| 144 |
-
|
| 145 |
-
| Split | Records | Description |
|
| 146 |
-
|-------|---------|-------------|
|
| 147 |
-
| `train` | 12,022 | All records combined |
|
| 148 |
-
| `year_2005` - `year_2022` | varies | Records filtered by filing year |
|
| 149 |
|
| 150 |
```python
|
| 151 |
from datasets import load_dataset
|
|
@@ -158,7 +152,7 @@ ds_2020 = load_dataset("pierjoe/execcomp-ai-sample", split="year_2020")
|
|
| 158 |
```
|
| 159 |
|
| 160 |
<details>
|
| 161 |
-
<summary><b
|
| 162 |
|
| 163 |

|
| 164 |
|
|
|
|
| 140 |
|
| 141 |
Structured executive compensation data extracted from SEC DEF 14A proxy statements using AI.
|
| 142 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 143 |
|
| 144 |
```python
|
| 145 |
from datasets import load_dataset
|
|
|
|
| 152 |
```
|
| 153 |
|
| 154 |
<details>
|
| 155 |
+
<summary><b># 📊 Dataset Statistics</b> (click to expand)</summary>
|
| 156 |
|
| 157 |

|
| 158 |
|