.txt file holding two sentences separated by a single tab, plus one CSV row with the class label.
Folder layout
text_a<TAB>text_b, for example:
- The folder must be named
textsand sit next to the labels CSV. - Exactly two non-empty fields separated by one tab, on one line. Plain prose without a tab, an empty side, or several pairs in one file are rejected.
- UTF-8 encoded; one extension across the dataset (
.txtby default).
Labels CSV
Do not declare
filename or label in schema.
ingest.yaml
What the ingestor checks
Plus the checks every ingest runs.
Sample dataset
The template ships five sentence pairs labelledentailment, contradiction and neutral. The ingest.yaml above ingests it with no overrides.
Next steps
- Stage the data and run the ingest: Prepare Data
- Shared rules for every template: Dataset templates