msarmi9 commited on
Commit
9ab3709
1 Parent(s): 5c047a2

add README

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - other
6
+ languages:
7
+ - en-US
8
+ - ko-KR
9
+ licenses:
10
+ - cc-by-nc-nd-1.0
11
+ multilinguality:
12
+ - translation
13
+ - multilingual
14
+ pretty_name: English-Korean Multitarget Ted Talks Task (MTTT)
15
+ size_categories:
16
+ - unknown
17
+ source_datasets: []
18
+ task_categories:
19
+ - sequence-modeling
20
+ task_ids:
21
+ - language-modeling
22
+ - sequence-modeling-other-machine-translation
23
+ ---
24
+
25
+ # Dataset Card for english-korean-multitarget-ted-talks-task
26
+
27
+ ## Table of Contents
28
+ - [Table of Contents](#table-of-contents)
29
+ - [Dataset Description](#dataset-description)
30
+ - [Dataset Summary](#dataset-summary)
31
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
32
+ - [Languages](#languages)
33
+ - [Dataset Structure](#dataset-structure)
34
+ - [Data Instances](#data-instances)
35
+ - [Data Fields](#data-fields)
36
+ - [Data Splits](#data-splits)
37
+ - [Dataset Creation](#dataset-creation)
38
+ - [Curation Rationale](#curation-rationale)
39
+ - [Source Data](#source-data)
40
+ - [Annotations](#annotations)
41
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
42
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
43
+ - [Social Impact of Dataset](#social-impact-of-dataset)
44
+ - [Discussion of Biases](#discussion-of-biases)
45
+ - [Other Known Limitations](#other-known-limitations)
46
+ - [Additional Information](#additional-information)
47
+ - [Dataset Curators](#dataset-curators)
48
+ - [Licensing Information](#licensing-information)
49
+ - [Citation Information](#citation-information)
50
+ - [Contributions](#contributions)
51
+
52
+ ## Dataset Description
53
+
54
+ - **Homepage:** https://www.cs.jhu.edu/~kevinduh/a/multitarget-tedtalks/
55
+
56
+ ### Dataset Summary
57
+
58
+ - Parallel English-Korean Text Corpus
59
+ - Text was originally transcribed to English from various Ted Talks, then translated to Korean by TED translators
60
+ - Approximately 166k train, 2k validation, and 2k test sentence pairs.
61
+
62
+ ### Supported Tasks and Leaderboards
63
+
64
+ - Machine Translation
65
+
66
+ ### Languages
67
+
68
+ - English
69
+ - Korean
70
+
71
+ ## Additional Information
72
+
73
+ ### Dataset Curators
74
+
75
+ Kevin Duh, "The Multitarget TED Talks Task", http://www.cs.jhu.edu/~kevinduh/a/multitarget-tedtalks/, 2018
76
+
77
+ ### Licensing Information
78
+
79
+ TED makes its collection available under the Creative Commons BY-NC-ND license. Please acknowledge TED when using this data. We acknowledge the authorship of TED Talks (BY condition). We are not redistributing the transcripts for commercial purposes (NC condition) nor making derivative works of the original contents (ND condition).
80
+
81
+ ### Citation Information
82
+
83
+ @misc{duh18multitarget,
84
+ author = {Kevin Duh},
85
+ title = {The Multitarget TED Talks Task},
86
+ howpublished = {\url{http://www.cs.jhu.edu/~kevinduh/a/multitarget-tedtalks/}},
87
+ year = {2018},
88
+ }