"Guides semantic matching, paraphrase, similarity, textual
Scanned 9/8/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill matching-nli --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Matching Nli?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-matching-nli)More formats (shields.io, HTML) on the badges page.
---
name: matching-nli
description: "Guides semantic matching, paraphrase, similarity, textual
inference, NLI, DBQA relevance, and ranking dataset discovery in
CLUEDatasetSearch."
disable-model-invocation: true
metadata:
disco-role: operating
license: NO_LICENSE
---
# Matching and NLI Dataset Route
Use this sub-skill when the user intent matches one of these signals:
- semantic matching, paraphrase, similarity, entailment, NLI
- question matching, answer relevance, query-title matching, search ranking
- LCQMC, BQ Corpus, AFQMC, CMNLI, ChineseSTS, CHIP, CAIL SCM, SogouE
Read references/dataset-selection.md for pair/triple matching distinctions and references/troubleshooting.md for QA-vs-matching ambiguity.
## 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 text-matching --query LCQMC
python ../../scripts/search_dataset_index.py --category text-matching --query CAIL
python ../../scripts/search_dataset_index.py --query CMNLI
```
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!