Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

NLI dataset for Japanese comparatives

This repository contains dataset for our paper.

Yosuke Mikami, Daiki Matsuoka, and Hitomi Yanaka. 2025. Can Large Language Models Robustly Perform Natural Language Inference for Japanese Comparatives?. In Proceedings of the 16th International Conference on Computational Semantics, pages 127–136, Düsseldorf, Germany. Association for Computational Linguistics.

About the dataset

This dataset is constructed based on Japanese semantic test suite (JSeM).

Data example

{
    "id": "jsem_569_1",
    "category": [
        "basic_comparative"
    ],
    "premises": [
        "太郎は花子より明るい。",
        "花子は明るい。"
    ],
    "hypothesis": "太郎は明るい。",
    "answer": "yes"
}
  • id: jsem_569 is the ID of the original problem in JSeM.
  • category: Each problem has at least one category.

Citation

Yosuke Mikami, Daiki Matsuoka, and Hitomi Yanaka. 2025. Can Large Language Models Robustly Perform Natural Language Inference for Japanese Comparatives?. In Proceedings of the 16th International Conference on Computational Semantics, pages 127–136, Düsseldorf, Germany. Association for Computational Linguistics.

@inproceedings{mikami-etal-2025-large,
    title = "Can Large Language Models Robustly Perform Natural Language Inference for {J}apanese Comparatives?",
    author = "Mikami, Yosuke  and
      Matsuoka, Daiki  and
      Yanaka, Hitomi",
    editor = "Evang, Kilian  and
      Kallmeyer, Laura  and
      Pogodalla, Sylvain",
    booktitle = "Proceedings of the 16th International Conference on Computational Semantics",
    month = sep,
    year = "2025",
    address = {D{\"u}sseldorf, Germany},
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.iwcs-main.12/",
    pages = "127--136",
    ISBN = "979-8-89176-316-6"
}

Contact

If you have any questions or feedback, please open an issue. For private inquiries, please contact ymikami(at)is.s.u-tokyo.ac.jp

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors