ithieund commited on
Commit
49b676d
1 Parent(s): cbf684c

Update License and Readme

Browse files
Files changed (2) hide show
  1. LICENSE +22 -0
  2. README.md +27 -3
LICENSE ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2022 Hieu Nguyen ([email protected])
4
+ Credits: original files belong to WikiLingua authors: https://github.com/esdurmus/Wikilingua
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in all
14
+ copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ SOFTWARE.
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # viWikiHow-Abs-Sum
2
+ A dataset for Vietnamese Abstractive Summarization task.
3
+ It includes all Vietnamese posts from WikiHow which was released in WikiLingua dataset.
4
+
5
+ # Introduction
6
+ This dataset was extracted from Train/Test split of WikiLingua dataset. As the target language is Vietnamese, we remove all other files, just keep train.\*.vi, test.\*.vi, and val.\*.vi for Vietnamese Abstractive Summarization task. The raw files then are stored in the *raw* director and after that, we run the python script to generate ready-to-use data files in TSV and JSONLINE formats which are stored in *processed* directory to be easily used for future training scripts.
7
+
8
+ # Directory structure
9
+ - raw: contains raw text files from WikiLingua
10
+ - test.src.vi
11
+ - test.tgt.vi
12
+ - train.src.vi
13
+ - train.tgt.vi
14
+ - val.src.vi
15
+ - val.tgt.vi
16
+ - processed: contains generated TSV and JSONLINE files
17
+ - test.tsv
18
+ - train.tsv
19
+ - valid.tsv
20
+ - test.jsonl
21
+ - train.jsonl
22
+ - valid.jsonl
23
+ - [and other variants]
24
+
25
+ # Credits
26
+ - Special thanks to WikiLingua authors: https://github.com/esdurmus/Wikilingua
27
+ - Article provided by <a href="https://www.wikihow.com/Main-Page" target="_blank">wikiHow</a>, a wiki that is building the world's largest and highest quality how-to manual. Please edit this article and find author credits at the original wikiHow article on How to Tie a Tie. Content on wikiHow can be shared under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" target="_blank">Creative Commons License</a>.