hibikaze commited on
Commit
57e761f
1 Parent(s): b9f3ba7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -289,4 +289,28 @@ configs:
289
  path: D8/validation-*
290
  - split: test
291
  path: D8/test-*
 
292
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
289
  path: D8/validation-*
290
  - split: test
291
  path: D8/test-*
292
+ license: apache-2.0
293
  ---
294
+
295
+ 以下のデータセットに、学習用のカラム(instruction, input, response)を追加して作成しました。
296
+ https://github.com/hitachi-nlp/FLD
297
+ https://huggingface.co/datasets/hitachi-nlp/JFLD
298
+
299
+ proof_serialが__UNKNOWN__となるデータは含まれません。
300
+
301
+ ## Citation
302
+ ```
303
+ @inproceedings{morishita2024jfld,
304
+ title = {JFLD: A Japanese Benchmark for Deductive Reasoning based on Formal Logic},
305
+ author = {Morishita, Terufumi and Yamaguchi, Atsuki and Morio, Gaku and Hikaru, Tomonari and Osamu Imaichi and Sogawa, Yasuhiro},
306
+ booktitle = {Proceedings of the Joint International Conference on Computational Linguistics, Language Resources and Evaluation},
307
+ year = {2024}
308
+ }
309
+
310
+ @inproceedings{morishita2023fld,
311
+ title = {Learning Deductive Reasoning from Synthetic Corpus based on Formal Logic},
312
+ author = {Morishita, Terufumi and Morio, Gaku and Yamaguchi, Atsuki and Sogawa, Yasuhiro},
313
+ booktitle = {Proceedings of the 40th International Conference on Machine Learning},
314
+ year = {2023}
315
+ }
316
+ ```