Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Japanese
ArXiv:
Libraries:
Datasets
pandas
License:
ryan-minato commited on
Commit
2c9fddd
1 Parent(s): 720c14a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -65,4 +65,62 @@ configs:
65
  data_files:
66
  - split: train
67
  path: template/train-*
 
 
 
 
 
 
 
 
 
 
 
 
68
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  data_files:
66
  - split: train
67
  path: template/train-*
68
+ license: cc-by-sa-4.0
69
+ task_categories:
70
+ - text-classification
71
+ language:
72
+ - ja
73
+ tags:
74
+ - nli
75
+ - evaluation
76
+ - benchmark
77
+ pretty_name: >-
78
+ Jamp: Controlled Japanese Temporal Inference Dataset for Evaluating
79
+ Generalization Capacity of Language Models
80
  ---
81
+
82
+ # Jamp: Controlled Japanese Temporal Inference Dataset for Evaluating Generalization Capacity of Language Models
83
+
84
+ Jamp([tomo-vv/temporalNLI_dataset](https://github.com/tomo-vv/temporalNLI_dataset)) is the Japanese temporal inference benchmark.
85
+ This dataset consists of templates, test data, and training data.
86
+
87
+ Template subset containing template, time format, or time span in their names are split based on tense fragment, time format,
88
+ or time span, respectively.
89
+
90
+ ## Dataset Details
91
+
92
+ ### Dataset Description
93
+
94
+ - **Created by:** tomo-vv([email protected])
95
+ - **Language(s) (NLP):** Japanese
96
+ - **License:** CC BY-SA 4.0
97
+
98
+ ### Dataset Sources
99
+
100
+ - **Repository:** [tomo-vv/temporalNLI_dataset](https://github.com/tomo-vv/temporalNLI_dataset)
101
+ - **Paper:** [Jamp: Controlled Japanese Temporal Inference Dataset for Evaluating Generalization Capacity of Language Models](https://aclanthology.org/2023.acl-srw.8) (Sugimoto et al., ACL 2023)
102
+
103
+ ## Citation
104
+
105
+ **BibTeX:**
106
+
107
+ ```
108
+ @inproceedings{sugimoto-etal-2023-jamp,
109
+ title = "Jamp: Controlled {J}apanese Temporal Inference Dataset for Evaluating Generalization Capacity of Language Models",
110
+ author = "Sugimoto, Tomoki and
111
+ Onoe, Yasumasa and
112
+ Yanaka, Hitomi",
113
+ booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 4: Student Research Workshop)",
114
+ month = jul,
115
+ year = "2023",
116
+ address = "Toronto, Canada",
117
+ publisher = "Association for Computational Linguistics",
118
+ url = "https://aclanthology.org/2023.acl-srw.8",
119
+ pages = "57--68",
120
+ }
121
+ ```
122
+
123
+ **APA:**
124
+
125
+ Sugimoto, T., Onoe, Y., & Yanaka, H. (2023). Jamp: Controlled Japanese Temporal Inference Dataset for Evaluating Generalization Capacity of Language Models.
126
+ arXiv preprint arXiv:2306.10727.