chenziyang commited on
Commit
33bbc24
1 Parent(s): 66c4b53

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MultiTQ
2
+ This is the dataset for the paper [Multi-granularity Temporal Question Answering over Knowledge Graphs](https://aclanthology.org/2023.acl-long.637) (Chen et al., ACL 2023).
3
+
4
+ MULTITQ is a large-scale dataset featuring ample relevant facts and multiple temporal granularities.
5
+
6
+ |Example questions| Answer|
7
+ | ---- | ---- |
8
+ |Who condemned Abhisit Vejjajiva in May 2010? |Thailand
9
+ |Who was the first to visit the Middle East in 2008? |Frank Bainimarama|
10
+ |When did the Aam Aadmi Party first negotiated with Harish Rawat?| 2015-12-13|
11
+ |Who expressed intent to engage in diplomatic cooperation with Ethiopia before Jun 25th, 2006? |China|
12
+
13
+
14
+ ## Cite
15
+
16
+ If you find our method, code, or experimental setups useful, please cite our paper:
17
+
18
+
19
+
20
+ ```bibtex
21
+ @inproceedings{chen-etal-2023-multi,
22
+ title = "Multi-granularity Temporal Question Answering over Knowledge Graphs",
23
+ author = "Chen, Ziyang and
24
+ Liao, Jinzhi and
25
+ Zhao, Xiang",
26
+ booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
27
+ month = jul,
28
+ year = "2023",
29
+ address = "Toronto, Canada",
30
+ publisher = "Association for Computational Linguistics",
31
+ url = "https://aclanthology.org/2023.acl-long.637",
32
+ pages = "11378--11392",
33
+ }
34
+ ```
35
+
36
+ ```
37
+ [1] Ziyang Chen, Jinzhi Liao, and Xiang Zhao. 2023. Multi-granularity Temporal Question Answering over Knowledge Graphs. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 11378–11392, Toronto, Canada. Association for Computational Linguistics.
38
+ ```