Update instruction.json
Browse files- instruction.json +24 -23
instruction.json
CHANGED
@@ -1,24 +1,25 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
1 |
{
|
2 |
+
"fiqa": "Instruction: Given a financial question, retrieve user replies that best answer the question. Query: ",
|
3 |
+
"dbpedia": "Instruction: Given a query, retrieve relevant entity descriptions from DBPedia. Query: ",
|
4 |
+
"CmedqaRetrieval": "Instruction: 为这个医疗问题检索相关回答。 Query: ",
|
5 |
+
"nfcorpus": "Instruction: Given a question, retrieve relevant documents that best answer the question. Query: ",
|
6 |
+
"touche2020": "Instruction: Given a question, retrieve detailed and persuasive arguments that answer the question. Query: ",
|
7 |
+
"CovidRetrieval": "Instruction: 为这个问题检索相关政策回答。 Query: ",
|
8 |
+
"scifact": "Instruction: Given a scientific claim, retrieve documents that support or refute the claim. Query: ",
|
9 |
+
"scidocs": "Instruction: Given a scientific paper title, retrieve paper abstracts that are cited by the given paper. Query: ",
|
10 |
+
"nq": "Instruction: Given a question, retrieve Wikipedia passages that answer the question. Query: ",
|
11 |
+
"T2Retrieval": "Instruction: 为这个问题检索相关段落。 Query: ",
|
12 |
+
"VideoRetrieval": "Instruction: 为这个电影标题检索相关段落。 Query: ",
|
13 |
+
"DuRetrieval": "Instruction: 为这个问题检索相关百度知道回答。 Query: ",
|
14 |
+
"MMarcoRetrieval": "Instruction: 为这个查询检索相关段落。 Query: ",
|
15 |
+
"hotpotqa": "Instruction: Given a multi-hop question, retrieve documents that can help answer the question. Query: ",
|
16 |
+
"quora": "Instruction: Given a question, retrieve questions that are semantically equivalent to the given question. Query: ",
|
17 |
+
"climate-fever": "Instruction: Given a claim about climate change, retrieve documents that support or refute the claim. Query: ",
|
18 |
+
"arguana": "Instruction: Given a claim, find documents that refute the claim. Query: ",
|
19 |
+
"fever": "Instruction: Given a claim, retrieve documents that support or refute the claim. Query: ",
|
20 |
+
"trec-covid": "Instruction: Given a query on COVID-19, retrieve documents that answer the query. Query: ",
|
21 |
+
"msmarco": "Instruction: Given a web search query, retrieve relevant passages that answer the query. Query: ",
|
22 |
+
"EcomRetrieval": "Instruction: 为这个查询检索相关商品标题。 Query: ",
|
23 |
+
"MedicalRetrieval": "Instruction: 为这个医学问题检索相关回答。 Query: ",
|
24 |
+
"CAQstack":"Instruction: Given a question, retrieve detailed question descriptions from Stackexchange that are duplicates to the given question. Query: "
|
25 |
+
}
|