Skip to main content
Label how two texts relate — entailment, paraphrase, duplicate question. Each sample is one .txt file holding two sentences separated by a single tab, plus one CSV row with the class label.

Folder layout

Each file is exactly one line of the form text_a<TAB>text_b, for example:
  • The folder must be named texts and 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 (.txt by 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 labelled entailment, contradiction and neutral. The ingest.yaml above ingests it with no overrides.

Next steps