Home

Awesome

Japanese Sentences Involving Compositional Knowledge (JSICK) Dataset/JSICK-stress Test Set

Japanese Sentences Involving Compositional Knowledge (JSICK) Dataset

JSICK is the Japanese NLI and STS dataset by manually translating the English dataset SICK (Marelli et al., 2014) into Japanese. We hope that our dataset will be useful in research for realizing more advanced models that are capable of appropriately performing multilingual compositional inference. You can use the JSICK dataset/JSICK-stress test set at huggingface dataset!

The dataset is splitted into train.tsv and test.tsv.

NameDescription
pair_IDids (the same with oriinal SICK)
sentence_A_Enfirst sentence in English
sentence_B_Ensecond sentence in English
entailment_label_Enoriginal entailment label in English
relatedness_score_Enoriginal relatedness score in the range [1-5] in English
corr_entailment_labelAB_Encorrected entailment label from A to B in English by (Karouli et al., 2017)
corr_entailment_labelBA_Encorrected entailment label from B to A in English by (Karouli et al., 2017)
sentence_A_Enfirst sentence in Japanese
sentence_B_Ensecond sentence in Japanese
entailment_label_Jaentailment label in Japanese
relatedness_score_Jarelatedness score in the range [1-5] in Japanese
image_IDoriginal image in 8K ImageFlickr dataset
original_captionoriginal caption in 8K ImageFlickr dataset
semtag_shortlinguistic phenomena tags in Japanese
semtag_longdetails of linguistic phenomena tags in Japanese

JSICK-stress Test Set

The JSICK-stress test set is a dataset to investigate whether models capture word order and case particles in Japanese. The JSICK-stress test set is provided by transforming syntactic structures of sentence pairs in JSICK, where we analyze whether models are attentive to word order and case particles to predict entailment labels and similarity scores. The JSICK test set contains 1666, 797, and 1006 sentence pairs (A, B) whose premise sentences A (the column sentence_A_Ja_origin) include the basic word order involving ga-o (nominative-accusative), ga-ni (nominative-dative), and ga-de (nominative-instrumental/locative) relations, respectively. We provide the JSICK-stress test set by transforming syntactic structures of these pairs by the following three ways:

The file jsick/jsick-all-annotations.tsv contains the JSICK raw annotations, and the file jsick-stress/jsick-stress-all-annotations.tsv is a subset of JSICK-stress test sets annotated with human judgements.

References

  1. Hitomi Yanaka, Koji Mineshima. Compositional Evaluation on Japanese Textual Entailment and Similarity. Transactions of the Association for Computational Linguistics, 2022. (TACL2022) [arXiv]
  2. 谷中瞳, 峯島宏次. JSICK: 日本語構成的推論・類似度データセットの構築. 人工知能学会第35回全国大会, 2021.

If you use this dataset in any published research, please cite the following:

@article{yanaka-mineshima-2022-compositional,
    title = "Compositional Evaluation on {J}apanese Textual Entailment and Similarity",
    author = "Yanaka, Hitomi  and
      Mineshima, Koji",
    journal = "Transactions of the Association for Computational Linguistics",
    volume = "10",
    year = "2022",
    address = "Cambridge, MA",
    publisher = "MIT Press",
    url = "https://aclanthology.org/2022.tacl-1.73",
    doi = "10.1162/tacl_a_00518",
    pages = "1266--1284",
}

License

This work is licensed under a Creative Commons Attribution 4.0 International License.