ghomasHudson commited on
Commit
df0c8b8
1 Parent(s): 57f4898

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  # MuLD
2
- > MuLD: The Multitask Long Document Benchmark
3
 
4
  MuLD (Multitask Long Document Benchmark) is a set of 6 NLP tasks where the inputs consist of at least 10,000 words. The benchmark covers a wide variety of task types including translation, summarization, question answering, and classification. Additionally there is a range of output lengths from a single word classification label all the way up to an output longer than the input text.
5
 
@@ -9,7 +9,12 @@ MuLD (Multitask Long Document Benchmark) is a set of 6 NLP tasks where the input
9
  ### Supported Tasks and Leaderboards
10
 
11
  The 6 MuLD tasks consist of:
12
-
 
 
 
 
 
13
 
14
  ### Dataset Structure
15
  The data is presented in a text-to-text format where each instance contains a input string, output string and (optionally) json encoded metadata.
 
1
  # MuLD
2
+ > The Multitask Long Document Benchmark
3
 
4
  MuLD (Multitask Long Document Benchmark) is a set of 6 NLP tasks where the inputs consist of at least 10,000 words. The benchmark covers a wide variety of task types including translation, summarization, question answering, and classification. Additionally there is a range of output lengths from a single word classification label all the way up to an output longer than the input text.
5
 
 
9
  ### Supported Tasks and Leaderboards
10
 
11
  The 6 MuLD tasks consist of:
12
+ - **NarrativeQA** - A question answering dataset requiring an understanding of the plot of books and films.
13
+ - **HotpotQA** - An expanded version of HotpotQA requiring multihop reasoning between multiple wikipedia pages. This expanded version includes the full Wikipedia pages.
14
+ - ** OpenSubtitles**
15
+ - **VLSP (Very Long Scientific Papers)**
16
+ - **AO3 Style Change Detection**
17
+ - **Character Type Identification**
18
 
19
  ### Dataset Structure
20
  The data is presented in a text-to-text format where each instance contains a input string, output string and (optionally) json encoded metadata.