Skip to content

Commit 7b1b901

Browse files
committed
WIP
1 parent d5c25bc commit 7b1b901

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

scripts/JGeoGLUE/GeoQIC/generate.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
// GeoQIC: Geospatial Query Intent Classification
2+
// 具体例
3+
// sentence: 台東区のラーメン屋を教えて
14
// label: 「地名検索」、「経路検索」、「施設情報検索」、「レビュー検索」、「その他」
2-
// name_search, route, facility, review, others
5+
// name, route, facilities, facility_detail, review, statistics, others
36

47
const examples = [
58
{
@@ -22,6 +25,10 @@ const examples = [
2225
sentence: "台東区の家系ラーメンを教えて",
2326
label: "review",
2427
},
28+
{
29+
sentence: "台東区の人口は?",
30+
label: "statistics",
31+
},
2532
{
2633
sentence: "渋谷周辺のオススメのレストランを教えて",
2734
label: "review",

0 commit comments

Comments
 (0)