Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
hibikaze commited on
Commit
4cc3a60
·
verified ·
1 Parent(s): aa7e450

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -1
README.md CHANGED
@@ -50,4 +50,54 @@ license: cc-by-sa-4.0
50
  ---
51
 
52
  以下のデータセットにconversations(chat_templateで読み込める形式のカラム)を追加して作成しました。
53
- https://github.com/ku-nlp/KUCI
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  ---
51
 
52
  以下のデータセットにconversations(chat_templateで読み込める形式のカラム)を追加して作成しました。
53
+ https://github.com/ku-nlp/KUCI
54
+
55
+ ## Reference/Citation
56
+ [1] (Omura et al., 2020)
57
+ ```
58
+ @inproceedings{omura-etal-2020-method,
59
+ title = "{A} {M}ethod for {B}uilding a {C}ommonsense {I}nference {D}ataset based on {B}asic {E}vents",
60
+ author = "Omura, Kazumasa and
61
+ Kawahara, Daisuke and
62
+ Kurohashi, Sadao",
63
+ booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
64
+ month = nov,
65
+ year = "2020",
66
+ address = "Online",
67
+ publisher = "Association for Computational Linguistics",
68
+ url = "https://aclanthology.org/2020.emnlp-main.192/",
69
+ doi = "10.18653/v1/2020.emnlp-main.192",
70
+ pages = "2450--2460",
71
+ }
72
+ ```
73
+ [2] (Omura & Kurohashi, 2022)
74
+ ```
75
+ @inproceedings{omura-kurohashi-2022-improving,
76
+ title = "{I}mproving {C}ommonsense {C}ontingent {R}easoning by {P}seudo-data and its {A}pplication to the {R}elated {T}asks",
77
+ author = "Omura, Kazumasa and
78
+ Kurohashi, Sadao",
79
+ booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
80
+ month = oct,
81
+ year = "2022",
82
+ address = "Gyeongju, Republic of Korea",
83
+ publisher = "International Committee on Computational Linguistics",
84
+ url = "https://aclanthology.org/2022.coling-1.68/",
85
+ pages = "812--823",
86
+ }
87
+ ```
88
+ [3] (Omura et al., 2023)
89
+ ```
90
+ @article{omura-etal-2023-building,
91
+ title = "{B}uilding a {C}ommonsense {I}nference {D}ataset based on {B}asic {E}vents and its {A}pplication",
92
+ author = "Omura, Kazumasa and
93
+ Kawahara, Daisuke and
94
+ Kurohashi, Sadao",
95
+ journal = "Journal of Natural Language Processing",
96
+ volume = "30",
97
+ number = "4",
98
+ year = "2023",
99
+ doi = "10.5715/jnlp.30.1206",
100
+ pages = "1206-1239",
101
+ note = "(in Japanese)",
102
+ }
103
+ ```