Uri commited on
Commit
12e5d48
1 Parent(s): ee3ae9f

update descriptions

Browse files
Files changed (1) hide show
  1. zero_scrolls.py +3 -3
zero_scrolls.py CHANGED
@@ -36,7 +36,7 @@ https://scrolls-benchmark.com/
36
  """
37
 
38
  _SUMM_SCREEN_DESCRIPTION = """
39
- SummScreenFD (Chen et al., 2021) is a summarization dataset in the domain of TV shows (e.g. Friends, Game of Thrones).
40
  Given a transcript of a specific episode, the goal is to produce the episode's recap.
41
  The original dataset is divided into two complementary subsets, based on the source of its community contributed transcripts.
42
  For SCROLLS, we use the ForeverDreaming (FD) subset, as it incorporates 88 different shows,
@@ -57,7 +57,7 @@ Annotators were tasked with writing queries about the broad contents of the meet
57
  while ensuring that the relevant text for answering each query spans at least 200 words or 10 turns."""
58
 
59
  _NARRATIVE_QA_DESCRIPTION = """
60
- NarrativeQA (Kočiský et al., 2021) is an established question answering dataset over entire books from Project Gutenberg and movie scripts from different websites.
61
  Annotators were given summaries of the books and scripts obtained from Wikipedia, and asked to generate question-answer pairs,
62
  resulting in about 30 questions and answers for each of the 1,567 books and scripts.
63
  They were encouraged to use their own words rather then copying, and avoid asking yes/no questions or ones about the cast.
@@ -96,7 +96,7 @@ Given 50 hotel reviews (without their ratings) from the Space dataset (Angelidis
96
  """
97
 
98
  _BOOK_SUM_DESCRIPTION = """
99
- BookSumSort is a new task based on the BookSum dataset (Kry ́sci ́nski et al., 2021), which contains summaries of chapters (or parts) of novels, plays, and long poems from various sources.
100
  Given a shuffled list of chapter summaries, the task is to reorder them according to the original order of summaries in BookSum.
101
  """
102
 
 
36
  """
37
 
38
  _SUMM_SCREEN_DESCRIPTION = """
39
+ SummScreenFD (Chen et al., 2022) is a summarization dataset in the domain of TV shows (e.g. Friends, Game of Thrones).
40
  Given a transcript of a specific episode, the goal is to produce the episode's recap.
41
  The original dataset is divided into two complementary subsets, based on the source of its community contributed transcripts.
42
  For SCROLLS, we use the ForeverDreaming (FD) subset, as it incorporates 88 different shows,
 
57
  while ensuring that the relevant text for answering each query spans at least 200 words or 10 turns."""
58
 
59
  _NARRATIVE_QA_DESCRIPTION = """
60
+ NarrativeQA (Kočiský et al., 2018) is an established question answering dataset over entire books from Project Gutenberg and movie scripts from different websites.
61
  Annotators were given summaries of the books and scripts obtained from Wikipedia, and asked to generate question-answer pairs,
62
  resulting in about 30 questions and answers for each of the 1,567 books and scripts.
63
  They were encouraged to use their own words rather then copying, and avoid asking yes/no questions or ones about the cast.
 
96
  """
97
 
98
  _BOOK_SUM_DESCRIPTION = """
99
+ BookSumSort is a new task based on the BookSum dataset (Kry ́sci ́nski et al., 2022), which contains summaries of chapters (or parts) of novels, plays, and long poems from various sources.
100
  Given a shuffled list of chapter summaries, the task is to reorder them according to the original order of summaries in BookSum.
101
  """
102