sander-wood commited on
Commit
7544bba
1 Parent(s): 13a98cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - text2text-generation
6
+ pretty_name: wikimt
7
+ size_categories:
8
+ - 1K<n<10K
9
+ language:
10
+ - en
11
+ tags:
12
+ - music
13
  ---
14
+
15
+ ## Dataset Summary
16
+
17
+ WikiMusicText (WikiMT) is a new dataset comprising 1010 lead sheets in ABC notation sourced from Wikifonia.org, accompanied by a title, artist, genre, and description. The dataset covers eight genres and is intended for evaluating semantic search and music classification. The data was collected by converting MusicXML sheet music to ABC notation, extracting title and artist names, crawling corresponding Wikipedia entries, assigning genre labels based on the most frequent genre keywords, and summarizing the entries using BART-large. The dataset includes only publicly available music, but users should exercise caution when using it. WikiMT offers a unique resource for music-related natural language processing research, but further investigation is needed to explore potential biases and limitations of the dataset.
18
+
19
+ ## Copyright Disclaimer
20
+ WikiMT was curated from publicly available sources and is believed to be in the public domain. However, it is important to acknowledge that copyright issues cannot be entirely ruled out. Therefore, users of the dataset should exercise caution when using it. The authors of WikiMT do not assume any legal responsibility for the use of the dataset. If you have any questions or concerns regarding the dataset's copyright status, please contact the authors at [email protected].