drt commited on
Commit
1821f81
·
verified ·
1 Parent(s): 0e5c0cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -4,6 +4,9 @@ license: mit
4
 
5
  # GQA: Graph Question Answering
6
 
 
 
 
7
  This dataset is asks models to make use of embedded graph for question answering.
8
 
9
  Stats:
@@ -53,7 +56,13 @@ An exmaple of the dataset is as follows:
53
  ```
54
 
55
 
56
- **Citation**
 
 
 
 
 
 
57
 
58
  ```
59
  @misc{shen2023graphextqabenchmarkevaluatinggraphenhanced,
@@ -65,4 +74,8 @@ An exmaple of the dataset is as follows:
65
  primaryClass={cs.CL},
66
  url={https://arxiv.org/abs/2310.08487},
67
  }
68
- ```
 
 
 
 
 
4
 
5
  # GQA: Graph Question Answering
6
 
7
+ ### Dataset Summary
8
+
9
+
10
  This dataset is asks models to make use of embedded graph for question answering.
11
 
12
  Stats:
 
56
  ```
57
 
58
 
59
+ ### Licensing Information
60
+
61
+ MIT License
62
+
63
+ ### Citation Information
64
+
65
+ If you find our dataset is helpful in your work, please cite us by
66
 
67
  ```
68
  @misc{shen2023graphextqabenchmarkevaluatinggraphenhanced,
 
74
  primaryClass={cs.CL},
75
  url={https://arxiv.org/abs/2310.08487},
76
  }
77
+ ```
78
+
79
+ ### Contributions
80
+
81
+ Thanks to [@yuancu](https://github.com/yuancu) for adding this dataset.