Eiki commited on
Commit
563019f
1 Parent(s): aae2437

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -12,4 +12,28 @@ license: cc-by-nc-4.0
12
  This is the English TaCOMET model, which is the finetuned COMET model on the English ver. of [TimeATOMIC](https://github.com/nlp-waseda/TaCOMET) using causal language modeling (CLM) objective.
13
  We use [COMET-distil](https://github.com/peterwestai2/symbolic-knowledge-distillation), introduced in this [paper](https://aclanthology.org/2022.naacl-main.341/), as the base COMET model.
14
 
15
- The data and this model are introduced in LREC-COLING2024 (TBA).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  This is the English TaCOMET model, which is the finetuned COMET model on the English ver. of [TimeATOMIC](https://github.com/nlp-waseda/TaCOMET) using causal language modeling (CLM) objective.
13
  We use [COMET-distil](https://github.com/peterwestai2/symbolic-knowledge-distillation), introduced in this [paper](https://aclanthology.org/2022.naacl-main.341/), as the base COMET model.
14
 
15
+ The data and this model are introduced in [LREC-COLING2024](https://aclanthology.org/2024.lrec-main.1405/).
16
+
17
+ ### BibTeX entry and citation info
18
+
19
+ ```bibtex
20
+ @inproceedings{murata-kawahara-2024-time-aware,
21
+ title = "Time-aware {COMET}: A Commonsense Knowledge Model with Temporal Knowledge",
22
+ author = "Murata, Eiki and
23
+ Kawahara, Daisuke",
24
+ editor = "Calzolari, Nicoletta and
25
+ Kan, Min-Yen and
26
+ Hoste, Veronique and
27
+ Lenci, Alessandro and
28
+ Sakti, Sakriani and
29
+ Xue, Nianwen",
30
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
31
+ month = may,
32
+ year = "2024",
33
+ address = "Torino, Italia",
34
+ publisher = "ELRA and ICCL",
35
+ url = "https://aclanthology.org/2024.lrec-main.1405",
36
+ pages = "16162--16174",
37
+ abstract = "To better handle commonsense knowledge, which is difficult to acquire in ordinary training of language models, commonsense knowledge graphs and commonsense knowledge models have been constructed. The former manually and symbolically represents commonsense, and the latter stores these graphs{'} knowledge in the models{'} parameters. However, the existing commonsense knowledge models that deal with events do not consider granularity or time axes. In this paper, we propose a time-aware commonsense knowledge model, TaCOMET. The construction of TaCOMET consists of two steps. First, we create TimeATOMIC using ChatGPT, which is a commonsense knowledge graph with time. Second, TaCOMET is built by continually finetuning an existing commonsense knowledge model on TimeATOMIC. TimeATOMIC and continual finetuning let the model make more time-aware generations with rich commonsense than the existing commonsense models. We also verify the applicability of TaCOMET on a robotic decision-making task. TaCOMET outperformed the existing commonsense knowledge model when proper times are input. Our dataset and models will be made publicly available.",
38
+ }
39
+ ```