alo@0
|
1 \documentclass{llncs}
|
alo@0
|
2 \usepackage{graphicx}
|
alo@0
|
3
|
alo@0
|
4 \usepackage{amsmath,cite}
|
alo@0
|
5 \usepackage{pifont}
|
alo@0
|
6 \usepackage{listings}
|
alo@0
|
7 \usepackage{courier}
|
alo@0
|
8 \usepackage{adjustbox}
|
alo@0
|
9 \usepackage{url}
|
alo@0
|
10 \usepackage[ngerman,english]{babel}
|
alo@0
|
11 \usepackage[utf8]{inputenc}
|
alo@0
|
12 \newcommand{\cmark}{\fontsize{14}{14}\textbullet\selectfont}
|
alo@0
|
13 \usepackage[usenames,dvipsnames]{color}
|
alo@0
|
14
|
alo@0
|
15 \lstdefinelanguage{sparql} {
|
alo@0
|
16 morekeywords={SELECT, WHERE, a, COUNT, GROUP, ORDER, BY, HAVING, as, DISTINCT, OPTIONAL},
|
alo@0
|
17 sensitive=true,
|
alo@0
|
18 morecomment=[l][\color{ForestGreen}\bfseries\selectfont]{\#\ },
|
alo@0
|
19 moredelim=[s][\color{ForestGreen}\bfseries\selectfont]{?}{\ }, %variable
|
alo@0
|
20 moredelim=[s][\color{NavyBlue}\bfseries\selectfont]{@}{\ }, %prefix
|
alo@0
|
21 moredelim=[s][\color{OrangeRed}\bfseries\selectfont]{<}{>}, %red URIs
|
alo@0
|
22 morestring=[b][\color{ForestGreen}]\", %green strings
|
alo@0
|
23 morestring=[b]",
|
alo@0
|
24 }
|
alo@0
|
25
|
alo@0
|
26 \lstdefinestyle{sparql}{
|
alo@0
|
27 language=sparql,
|
alo@0
|
28 basicstyle=\footnotesize\ttfamily\bfseries,
|
alo@0
|
29 % basicstyle=\ttfamily,
|
alo@0
|
30 keywordstyle=\color{blue}\bfseries,
|
alo@0
|
31 identifierstyle=,
|
alo@0
|
32 commentstyle=\color{ForestGreen}\bfseries,
|
alo@0
|
33 stringstyle=\color{BlueGreen}\ttfamily,
|
alo@0
|
34 showstringspaces=false,
|
alo@0
|
35 emph={context},emphstyle=\color{BrickRed}\bfseries,
|
alo@0
|
36 frame = lines,
|
alo@0
|
37 %aboveskip = 15pt,
|
alo@0
|
38 %framexbottommargin = 5pt,
|
alo@0
|
39 %framextopmargin = 5pt,
|
alo@0
|
40 aboveskip = 10pt,
|
alo@0
|
41 framexbottommargin = 2pt,
|
alo@0
|
42 framextopmargin = 2pt,
|
alo@0
|
43 captionpos=b,
|
alo@0
|
44 escapechar=~,
|
alo@0
|
45 breaklines=true,
|
alo@0
|
46 breakatwhitespace=true,
|
alo@0
|
47 breakindent=20pt,
|
alo@0
|
48 xleftmargin=5pt,
|
alo@0
|
49 xrightmargin=5pt,
|
alo@0
|
50 basewidth={0.55em,0.45em},
|
alo@0
|
51 %basewidth={0.50em,0.6em},
|
alo@0
|
52 fontadjust=true,
|
alo@0
|
53 % lineskip={-1.5pt},
|
alo@0
|
54 % columns=[c]spaceflexible, %make the long artist URI fit
|
alo@0
|
55 %float = h!,
|
alo@0
|
56 }
|
alo@0
|
57
|
alo@0
|
58 \renewcommand{\lstlistingname}{{\bf Listing}}
|
alo@0
|
59
|
alo@0
|
60
|
alo@0
|
61 \lstdefinelanguage{ttl} {
|
alo@0
|
62 morekeywords={a},
|
alo@0
|
63 sensitive=true,
|
alo@0
|
64 % morecomment=[l][\color{ForestGreen}\bfseries\fontsize{10}{2}\selectfont]{\#\ },
|
alo@0
|
65 % moredelim=[s][\color{ForestGreen}\bfseries\fontsize{10}{2}\selectfont]{\#\ }{\ },
|
alo@0
|
66 % moredelim=[s][\color{NavyBlue}\bfseries\fontsize{10}{2}\selectfont]{@}{\ }, %prefix
|
alo@0
|
67 % moredelim=[s][\color{OrangeRed}\bfseries\fontsize{10}{2}\selectfont]{<}{>}, %red URIs
|
alo@0
|
68 morecomment=[l][\color{ForestGreen}\ttfamily\bfseries\selectfont]{\#\ },
|
alo@0
|
69 moredelim=[s][\color{NavyBlue}\ttfamily\bfseries\selectfont]{@}{\ }, %prefix
|
alo@0
|
70 moredelim=[s][\color{OrangeRed}\ttfamily\bfseries\selectfont]{<}{>}, %red URIs
|
alo@0
|
71 morestring=[b][\color{ForestGreen}]\", %green strings
|
alo@0
|
72 morestring=[b]",
|
alo@0
|
73 }
|
alo@0
|
74
|
alo@0
|
75 \lstdefinestyle{ttl}{
|
alo@0
|
76 language=ttl,
|
alo@0
|
77 basicstyle=\footnotesize\ttfamily\bfseries,
|
alo@0
|
78 keywordstyle=\color{blue}\bfseries,
|
alo@0
|
79 identifierstyle=,
|
alo@0
|
80 commentstyle=\color{ForestGreen}\bfseries,
|
alo@0
|
81 stringstyle=\color{BlueGreen}\bfseries,
|
alo@0
|
82 showstringspaces=false,
|
alo@0
|
83 emph={context},emphstyle=\color{BrickRed}\bfseries,
|
alo@0
|
84 frame = lines,
|
alo@0
|
85 framexbottommargin = 5pt,
|
alo@0
|
86 framextopmargin = 5pt,
|
alo@0
|
87 captionpos=b,
|
alo@0
|
88 escapechar=~,
|
alo@0
|
89 breaklines=true,
|
alo@0
|
90 breakatwhitespace=true,
|
alo@0
|
91 breakindent=20pt,
|
alo@0
|
92 aboveskip = 15pt,
|
alo@0
|
93 xleftmargin=5pt,
|
alo@0
|
94 xrightmargin=5pt,
|
alo@0
|
95 basewidth={0.55em,0.45em},
|
alo@0
|
96 % basewidth={0.50em,0.6em},
|
alo@0
|
97 fontadjust=true,
|
alo@0
|
98 lineskip={-1.5pt},
|
alo@0
|
99 % columns=[c]spaceflexible, %make the long artist URI fit
|
alo@0
|
100 % float = h!,
|
alo@0
|
101 }
|
alo@0
|
102
|
alo@0
|
103 \lstdefinelanguage{json} {
|
alo@0
|
104 sensitive=true,
|
alo@0
|
105 %morecomment=[l]{@},
|
alo@0
|
106 moredelim=[s][\color{ForestGreen}]{?}{\ }, %green variables
|
alo@0
|
107 moredelim=[s][\color{OrangeRed}\fontsize{7}{2}\selectfont]{<}{>}, %red URIs
|
alo@0
|
108 morestring=[b][\color{Gray}]\",
|
alo@0
|
109 morestring=[b]",
|
alo@0
|
110 }
|
alo@0
|
111
|
alo@0
|
112 \lstdefinestyle{json}{
|
alo@0
|
113 language=json,
|
alo@0
|
114 keywords={type,context},
|
alo@0
|
115 basicstyle=\fontsize{7}{8}\bfseries\ttfamily,
|
alo@0
|
116 keywordstyle=\color{blue}\bfseries,
|
alo@0
|
117 identifierstyle=,
|
alo@0
|
118 commentstyle=\color{Gray}\bfseries,
|
alo@0
|
119 stringstyle=\color{OliveGreen}\ttfamily,
|
alo@0
|
120 showstringspaces=false,
|
alo@0
|
121 emph={context},emphstyle=\color{BrickRed}\bfseries,
|
alo@0
|
122 frame = lines,
|
alo@0
|
123 framexbottommargin = 5pt,
|
alo@0
|
124 framextopmargin = 5pt,
|
alo@0
|
125 tabsize=4,
|
alo@0
|
126 captionpos=b,
|
alo@0
|
127 escapechar=~,
|
alo@0
|
128 breaklines=false,
|
alo@0
|
129 xleftmargin=5pt,
|
alo@0
|
130 xrightmargin=5pt,
|
alo@0
|
131 basewidth={0.50em,0.45em},
|
alo@0
|
132 %basewidth={0.50em,0.6em},
|
alo@0
|
133 fontadjust=true,
|
alo@0
|
134 columns=[c]spaceflexible, %make the long artist URI fit
|
alo@0
|
135 float = ht,
|
alo@0
|
136 }
|
alo@0
|
137
|
alo@0
|
138 \renewcommand{\labelitemi}{$\bullet$}
|
alo@0
|
139
|
alo@0
|
140 \begin{document}
|
alo@0
|
141
|
alo@1
|
142 \mainmatter
|
alo@1
|
143
|
alo@3
|
144 \title{MusicWeb: an open linked semantic platform for music metadata}
|
alo@1
|
145
|
alo@1
|
146 \author{Mariano Mora-Mcginity \and Alo Allik \and Gy\"orgy Fazekas \and Mark Sandler }
|
alo@1
|
147 %
|
alo@1
|
148
|
alo@1
|
149 \institute{Queen Mary University of London, \\
|
alo@1
|
150 \email{\{m.mora-mcginity, a.allik, g.fazekas, mark.sandler\}@qmul.ac.uk}}
|
alo@1
|
151
|
alo@1
|
152 \maketitle
|
alo@0
|
153
|
alo@1
|
154 \begin{abstract}
|
alo@1
|
155
|
gyorgyf@2
|
156 % MusicWeb is a web site that provides users a browsing, searching and linking platform of music artist and group information by integrating open linked semantic metadata from various Semantic Web, music recommendation and social media data sources, including DBpedia.org, sameas.org, MusicBrainz, the Music Ontology, Last.FM, Youtube, and Echonest. The front portal includes suggested links to selected artists and a search functionality from where users can navigate to individual artists pages. Each artist page contains a biography, links to online audio and a video player with a side menu displaying a selection of Youtube videos. Further it provides lists of YAGO categories linking each artist to other artists by various commonalities such as style, geographical location, instrumentation, record label as well as more obscure categories, for example, artists who have received the same award, have shared the same fate, or belonged to the same organisation or religion. The artist connections are further enhanced by thematic analysis of journal articles and blog posts as well as content-based music information retrieval similarity measures.
|
gyorgyf@2
|
157
|
gyorgyf@2
|
158 This paper presents MusicWeb, a novel platform for linking music artists within a web-based application for discovering connections between them. MusicWeb provides a browsing experience using connections that are either extra-musical or tangential to music, such as the artists' political affiliation or social influence, or intra-musical, such as the artists' main instrument or most favoured musical key. The platform integrates open linked semantic metadata from various Semantic Web, music recommendation and social media data sources including DBpedia.org, sameas.org, MusicBrainz, the Music Ontology, Last.FM and Youtube as well as content-derived information. The front portal includes suggested links to selected artists and a search functionality from where users can navigate to individual artists pages. Each artist page contains a biography and links to online audio and a video resources. Connections are made using YAGO categories linking artist by various commonalities such as style, geographical location, instrumentation, record label as well as more obscure categories, for instance, artists who have received the same award, have shared the same fate, or belonged to the same organisation or religion. These connections are further enhanced by thematic analysis of journal articles and blog posts as well as content-based similarity measures focussing on high level musical categories.
|
alo@0
|
159
|
alo@1
|
160 \keywords{Semantic Web, Linked Open Data, music metadata, semantic audio analysis, music information retrieval }
|
alo@1
|
161 \end{abstract}
|
alo@1
|
162
|
alo@0
|
163 \section{Introduction}\label{sec:introduction}
|
mariano@6
|
164 In recent years we have witnessed an explosion of information, a consequence of millions of users producing and consuming web resources. Researchers and industry have recognised the potential of this data, and have endeavoured to develop methods to handle such a vast amount of information: to understand and manage it, to transform into knowledge. Multimedia content providers have devoted a lot of energy to analysing consumer preference, in an effort to offer customised user experiences. Music stream services, for instance, carry out extensive analysis trying to identify patterns in user's listening habits, and researchers are striving to refine multimedia recommendation algorithms\cite{Song2012}. There are, however, limitations in user-preference based approaches: recommendations based solely on user preference can very easily lead to a ''rich-club phenomenon''\cite{Zhou2004}, in which the short-tail popular music is heavily reinforced whereas most of the music available online is ignored and remains unknown\cite{Celma2010}. Music recommendation systems such as
|
mariano@4
|
165 \begin{itemize}
|
mariano@4
|
166 \item Why are we doing this?
|
mariano@4
|
167 \begin{itemize}
|
mariano@4
|
168 \item What does the application do?
|
mariano@4
|
169 \item Why is this a good thing?
|
mariano@4
|
170 \item Who is it good for?: User experience.
|
mariano@4
|
171 \item Who is it potentially good for?
|
mariano@4
|
172
|
mariano@4
|
173 \end{itemize}
|
mariano@4
|
174 \end{itemize}
|
mariano@5
|
175
|
mariano@4
|
176 \section{Background}\label{sec:background}
|
mariano@4
|
177 \begin{itemize}
|
mariano@4
|
178 \item Information management
|
mariano@5
|
179 \item Music data collection: Spotify has acquired Echonest for \$100 million.
|
mariano@4
|
180 \item Music recommendation systems: many recommendation systems are based on identifying trends in user listening patterns: it likely that a user who likes a particular artist will also like another artist because other users have shown this tendency.
|
mariano@4
|
181 \item Some references to semantic web audio
|
mariano@4
|
182 \item Linked musicians: echonest, musicbrainz
|
mariano@4
|
183 \item Smart music
|
alo@0
|
184
|
mariano@4
|
185 \end{itemize}
|
mariano@6
|
186
|
alo@1
|
187 \section{MusicWeb: Yago linking}\label{sec:yago}
|
alo@0
|
188
|
alo@1
|
189 \section{MUSIC: linking by topic}\label{sec:music}
|
mariano@4
|
190 \begin{itemize}
|
mariano@4
|
191 \item Semantic analysis\cite{Landauer1998}
|
mariano@4
|
192 \item Topic modeling\cite{Blei2012}
|
mariano@4
|
193 \item Entity recognition
|
mariano@4
|
194 \item Hierarchical bayesian modeling
|
mariano@4
|
195 \item Authors, journals, keywords, tags
|
mariano@4
|
196
|
mariano@4
|
197 \end{itemize}
|
alo@1
|
198 \section{Content-based information retrieval}\label{sec:mir}
|
alo@0
|
199
|
alo@0
|
200 \section{Discussion}\label{sec:discussion}
|
alo@0
|
201
|
alo@0
|
202 \section{Conclusions}\label{sec:conclusions}
|
alo@0
|
203
|
alo@0
|
204 %
|
alo@0
|
205 % ---- Bibliography ----
|
alo@0
|
206 %
|
alo@0
|
207 \vspace{-1em}\begin{thebibliography}{5}
|
alo@0
|
208 %
|
alo@0
|
209
|
mariano@6
|
210 \bibitem{Song2012}
|
mariano@6
|
211 Y.~Song, S.~Dixon and M.~Pearce.
|
mariano@6
|
212 \newblock A survey of music recommendation systems and future perspectives
|
mariano@6
|
213 \newblock In {\em Proceedings of the 9th International Symposium on Computer Music Modelling and Retrieval}, 2012.
|
mariano@6
|
214
|
mariano@6
|
215 \bibitem{Zhou2004}
|
mariano@6
|
216 S.~Zhou and R. J.~Mondrag\'on
|
mariano@6
|
217 \newblock The rich-club phenomenon in the Internet topology
|
mariano@6
|
218 \newblock In {\em Communications Letters, IEEE}, 2004
|
mariano@6
|
219
|
mariano@6
|
220 \bibitem{Celma2010}
|
mariano@6
|
221 O.~Celma
|
mariano@6
|
222 \newblock Music Recommendation and Discovery:The Long Tail, Long Fail, and Long Play in the Digital Music Space.
|
mariano@6
|
223 \newblock Springer Verlag, Heidelberg, 2010.
|
mariano@6
|
224
|
mariano@6
|
225 \bibitem{FazekasRJS10_OMRAS2}
|
mariano@6
|
226 G.~Fazekas, Y.~Raimond, K.~Jakobson, and M.~Sandler.
|
mariano@6
|
227 \newblock An overview of semantic web activities in the {OMRAS2} project.
|
mariano@6
|
228 \newblock {\em Journal of New Music Research (JNMR)}, 39(4), 2010.
|
mariano@6
|
229
|
mariano@6
|
230 \bibitem{Porter:ISMIR:15}
|
mariano@6
|
231 A.~Porter, D.~Bogdanov, R.~Kaye, R.~Tsukanov, and X.~Serra.
|
mariano@6
|
232 \newblock Acousticbrainz: a community platform for gathering music information
|
mariano@6
|
233 obtained from audio.
|
mariano@6
|
234 \newblock In {\em 16th International Society for Music Information Retrieval
|
alo@0
|
235 (ISMIR) Conference}, 2015.
|
alo@0
|
236
|
alo@0
|
237 \bibitem{DBLP:conf/ismir/RaimondASG07}
|
alo@0
|
238 Y~Raimond, S.~Abdallah, M.~Sandler, and F.~Giasson.
|
alo@0
|
239 \newblock The music ontology.
|
alo@0
|
240 \newblock In {\em Proceedings of the 8th International Conference on Music
|
alo@0
|
241 Information Retrieval, ISMIR 2007, Vienna, Austria, September 23-27}, 2007.
|
mariano@4
|
242
|
mariano@6
|
243
|
mariano@6
|
244 \bibitem{Landauer1998}
|
mariano@4
|
245 T.~Landauer, P.~Folt, and D.~Laham.
|
mariano@4
|
246 \newblock An introduction to latent semantic analysis
|
mariano@4
|
247 \newblock In {\em Discourse processes, 25}, 1998
|
mariano@4
|
248
|
mariano@4
|
249 \bibitem{Blei2012}
|
mariano@4
|
250 D.~Blei, A.~ Ng, and M.I.~Jordan.
|
mariano@4
|
251 \newblock Latent Dirichlet Allocation.
|
mariano@4
|
252 \newblock In {\em Journal of Machine Learning Research, 3(4-5), 993–1022}, 2012
|
mariano@6
|
253
|
mariano@6
|
254
|
alo@0
|
255 \end{thebibliography}
|
alo@0
|
256
|
alo@0
|
257 \end{document}
|