htriedman/seo-geo-query-catalog
收藏Hugging Face2026-04-19 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/htriedman/seo-geo-query-catalog
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
language:
- en
tags:
- seo
- geography
- generated
pretty_name: SEO-GEO Query Templates Catalog
---
# SEO-GEO Query Templates Catalog
Tabular query templates derived from clustered SERP work in the **seo-geo** project.
Each row pairs a **topic** label with a filled **query** string.
## Configurations
| Config | Rows | Description |
| ------ | -----: | ----------- |
| `complete` | **4,334** | Full catalog (all topic groups). |
| `eval_subset` | **176** | Topics aligned with `base_grouped` evaluation subset. |
## Loading
```python
from datasets import load_dataset
ds = load_dataset("htriedman/seo-geo-query-catalog")
complete = ds["complete"]
eval_subset = ds["eval_subset"]
```
提供机构:
htriedman



