sshon-asapp commited on
Commit
4a3b9f9
1 Parent(s): a7bf486

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+
4
+ ### Dataset description
5
+
6
+ **(Jul. 11 2023) Detail information will released soon.**
7
+
8
+ - **Toolkit Repository:** [https://github.com/asappresearch/slue-toolkit/](https://github.com/asappresearch/slue-toolkit/)
9
+ - **Paper:** [https://arxiv.org/abs/2212.10525](https://arxiv.org/abs/2212.10525)
10
+
11
+ ### Licensing Information
12
+
13
+ #### SLUE-HVB
14
+
15
+ SLUE-HVB dataset contains a subset of the Gridspace-Stanford Harper Valley speech dataset and the copyright of this subset remains the same with the original license, CC-BY-4.0. See also original license notice (https://github.com/cricketclub/gridspace-stanford-harper-valley/blob/master/LICENSE)
16
+
17
+ Additionally, we provide dialog act classification annotation and it is covered with the same license as CC-BY-4.0.
18
+
19
+ #### SLUE-SQA-5
20
+ SLUE-SQA-5 Dataset contains question texts and answer strings (question_text, normalized_question_text, and answer_spans column in .tsv files) from these datasets,
21
+ * SQuAD1.1 (for questions whose question_id starts with ‘squad-’)
22
+ * Natural Questions (for questions whose question_id starts with ‘nq-’)
23
+ * WebQuestions (for questions whose question_id starts with ‘wq-’)
24
+ * CuratedTREC (for questions whose question_id starts with ‘trec-’)
25
+ * TriviaQA (for questions whose question_id starts with ‘triviaqa-’)
26
+ Additionally, we provide audio recordings (.wav files in “question” directories) of these questions.
27
+
28
+ For questions from TriviaQA (questions whose question_id starts with ‘triviaqa-’), their question texts, answer strings, and audio recordings are licensed with the same Apache License 2.0 as TriviaQA (for more detail, please refer to https://github.com/mandarjoshi90/triviaqa/blob/master/LICENSE).
29
+ For questions from the other 4 datasets, their question texts, answer strings, and audio recordings are licensed with Creative Commons Attribution-ShareAlike 4.0 International license.
30
+
31
+ SLUE-SQA-5 also contains a subset of Spoken Wikipedia, including the audios placed in “document” directories and their transcripts (document_text and normalized_document_text column in .tsv files). Additionally, we provide the text-to-speech alignments (.txt files in “word2time” directories).These contents are licensed with the same Creative Commons (CC BY-SA 4.0) license as Spoken Wikipedia.
32
+
33
+ #### SLUE-TED
34
+ SLUE-TED Dataset contains TED Talk audios along with the associated abstracts and title, which were concatenated to create reference summaries. This corpus is licensed with the same Creative Commons (CC BY–NC–ND 4.0 International) license as TED talks. For further information, please refer to the details provided below.
35
+
36
+ =============================
37
+ TED.com
38
+
39
+ We encourage you to share TED Talks, under our Creative Commons license, or ( CC BY–NC–ND 4.0 International, which means it may be shared under the conditions below:
40
+ CC: means the type of license rights associated with TED Talks, or Creative Commons
41
+ BY: means the requirement to include an attribution to TED as the owner of the TED Talk and include a link to the talk, but do not include any other TED branding on your website or platform, or language that may imply an endorsement.
42
+ NC: means you cannot use TED Talks in any commercial context or to gain any type of revenue, payment or fee from the license sublicense, access or usage of TED Talks in an app of any kind for any advertising, or in exchange for payment of any kind, including in any ad supported content or format.
43
+ ND: means that no derivative works are permitted so you cannot edit, remix, create, modify or alter the form of the TED Talks in any way. This includes using the TED Talks as the basis for another work, including dubbing, voice-overs, or other translations not authorized by TED. You may not add any more restrictions that we have placed on the TED site content, such as additional legal or technological restrictions on accessing the content.
44
+
45
+