wckwan commited on
Commit
7be4ae2
1 Parent(s): 4ded8c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
  license: mit
3
  task_categories:
4
- - question-answering
5
- - translation
6
- - summarization
7
- - text-classification
8
- - text-retrieval
9
  language:
10
- - en
11
- - zh
12
  tags:
13
- - Long Context
14
  size_categories:
15
- - 1K<n<10K
16
  ---
17
 
18
  ## Introduction
@@ -117,8 +117,8 @@ Semantic Single | drcd_semantic-single | QA | Z
117
  Semantic Single | wikihow | SUM + RET | En | Summarize an article based on a given topic.
118
  Semantic Single | news2016 | SUM + RET | Zh | Summarize a news article based on a given title.
119
  Semantic Single | tedtalks-en2zh/tedtalks-zh2en | TRAN + RET | En, Zh | Translate a Ted Talk transcript based on a given title.
120
- Semantic Multiple | mnds-news_semantic-multiple_cls+cnt | CLS + CNT | En | Return the number of news articles belonging to a specified class.
121
- Semantic Multiple | thucnews_semantic-multiple_cls+cnt | CLS + CNT | Zh | Return the number of news articles belonging to a specified class.
122
  Semantic Multiple | hotpotqa | QA | En | Answer a question based on multiple wikipedia paragraphs.
123
  Global | bigpatent_global_cls | CLS | En | Classify a patent document.
124
  Global | triviaqa | QA | En | Answer a question based on a web snippet.
@@ -141,4 +141,4 @@ If you find our paper and resources useful, please consider citing our paper:
141
  author = {Kwan, Wai-Chung and Zeng, Xingshan and Wang, Yufei and Sun, Yusen and Li, Liangyou and Shang, Lifeng and Liu, Qun and Wong, Kam-Fai},
142
  year = {2023},
143
  }
144
- ```
 
1
  ---
2
  license: mit
3
  task_categories:
4
+ - question-answering
5
+ - translation
6
+ - summarization
7
+ - text-classification
8
+ - text-retrieval
9
  language:
10
+ - en
11
+ - zh
12
  tags:
13
+ - Long Context
14
  size_categories:
15
+ - 1K<n<10K
16
  ---
17
 
18
  ## Introduction
 
117
  Semantic Single | wikihow | SUM + RET | En | Summarize an article based on a given topic.
118
  Semantic Single | news2016 | SUM + RET | Zh | Summarize a news article based on a given title.
119
  Semantic Single | tedtalks-en2zh/tedtalks-zh2en | TRAN + RET | En, Zh | Translate a Ted Talk transcript based on a given title.
120
+ Semantic Multiple | mnds-news_semantic-multiple | CLS + CNT | En | Return the number of news articles belonging to a specified class.
121
+ Semantic Multiple | thucnews_semantic-multiple | CLS + CNT | Zh | Return the number of news articles belonging to a specified class.
122
  Semantic Multiple | hotpotqa | QA | En | Answer a question based on multiple wikipedia paragraphs.
123
  Global | bigpatent_global_cls | CLS | En | Classify a patent document.
124
  Global | triviaqa | QA | En | Answer a question based on a web snippet.
 
141
  author = {Kwan, Wai-Chung and Zeng, Xingshan and Wang, Yufei and Sun, Yusen and Li, Liangyou and Shang, Lifeng and Liu, Qun and Wong, Kam-Fai},
142
  year = {2023},
143
  }
144
+ ```