aeorank 1.2.1 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -220,13 +220,13 @@ console.log(result.comparison.tied); // Criteria with equal scores
220
220
 
221
221
  ## Benchmark Dataset
222
222
 
223
- The `data/` directory contains the largest open dataset of AI visibility scores - **11,068 domains** scored across 23 criteria, including **4,313 Y Combinator startups** across 48 batches (W06-W26):
223
+ The `data/` directory contains the largest open dataset of AI visibility scores - **13,619 domains** scored across 23 criteria, including **4,328 Y Combinator startups** across 48 batches (W06-W26):
224
224
 
225
225
  | File | Contents |
226
226
  |------|----------|
227
- | [`data/benchmark.json`](data/benchmark.json) | **11,068 domains** with per-criterion scores and sector/category |
228
- | [`data/yc.json`](data/yc.json) | **4,313 Y Combinator startups** with company name, one-liner, founders, industry tags |
229
- | [`data/sectors.json`](data/sectors.json) | **66 sectors** with pre-computed statistics (mean, median, p25, p75) |
227
+ | [`data/benchmark.json`](data/benchmark.json) | **13,619 domains** with per-criterion scores and sector/category |
228
+ | [`data/yc.json`](data/yc.json) | **4,328 Y Combinator startups** with company name, one-liner, founders, industry tags |
229
+ | [`data/sectors.json`](data/sectors.json) | **129 sectors** with pre-computed statistics (mean, median, p25, p75) |
230
230
 
231
231
  Use the dataset for research, benchmarking, or building on top of AEORank:
232
232