"Guides summarization, machine-translation, broad corpus,
Scanned 9/8/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill generation-corpora --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Generation Corpora?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-generation-corpora)More formats (shields.io, HTML) on the badges page.
---
name: generation-corpora
description: "Guides summarization, machine-translation, broad corpus,
pretraining, knowledge-graph, and social-graph dataset discovery in
CLUEDatasetSearch."
disable-model-invocation: true
metadata:
disco-role: operating
license: NO_LICENSE
---
# Generation and Corpora Dataset Route
Use this sub-skill when the user intent matches one of these signals:
- summarization, headline generation, keyphrase/title generation
- machine translation or parallel corpora
- general Chinese corpora, pretraining text, wiki/news/QA corpora, knowledge graph/social graph
Read references/dataset-selection.md for generation/corpus choices and references/troubleshooting.md for scale, license, and privacy issues.
## Fast workflow
1. Restate the user's requested task, language, domain, and output need.
2. Search the bundled root index before recommending a row:
```bash
python ../../scripts/search_dataset_index.py --category summarization --query LCSTS
python ../../scripts/search_dataset_index.py --category machine-translation --query WMT2019
python ../../scripts/search_dataset_index.py --category corpus --query wiki2019zh
```
3. Compare title, category, description, keywords, provider, license, paper, and note fields.
4. Warn that CLUEDatasetSearch is a catalogue: no dataset files are bundled and external access must be verified.
5. If the request belongs to another family, route to the sibling sub-skill named below instead of forcing a weak match.
## Boundary routes
- Root overview and cross-category search: [../../SKILL.md](../../SKILL.md).
- Shared table schema and duplicate handling: [../../references/catalogue-overview.md](../../references/catalogue-overview.md).
- Access, license, privacy, and link caveats: [../../references/access-and-license-caveats.md](../../references/access-and-license-caveats.md).
- Full bundled index: [../../references/dataset-index.json](../../references/dataset-index.json).
- Cross-cutting troubleshooting: [../../references/troubleshooting.md](../../references/troubleshooting.md).
## Output pattern
When answering, include:
- candidate dataset title and category;
- why it fits the task;
- language/domain/scale hints from the catalogue;
- provider and source URL when present in the bundled index;
- license/access caveat, especially if blank or competition-hosted;
- what the user must verify upstream before download, redistribution, or benchmark use.
Do not tell future agents to open or run files from the original repository checkout.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!