Mercurial > hg > musicweb-iswc2016
view musicweb.tex @ 5:c5553bc2fc12
dollar sign not escaped
author | mariano |
---|---|
date | Thu, 28 Apr 2016 11:31:32 +0100 |
parents | de0f5425bd9c |
children | 1b88c2531512 |
line wrap: on
line source
\documentclass{llncs} \usepackage{graphicx} \usepackage{amsmath,cite} \usepackage{pifont} \usepackage{listings} \usepackage{courier} \usepackage{adjustbox} \usepackage{url} \usepackage[ngerman,english]{babel} \usepackage[utf8]{inputenc} \newcommand{\cmark}{\fontsize{14}{14}\textbullet\selectfont} \usepackage[usenames,dvipsnames]{color} \lstdefinelanguage{sparql} { morekeywords={SELECT, WHERE, a, COUNT, GROUP, ORDER, BY, HAVING, as, DISTINCT, OPTIONAL}, sensitive=true, morecomment=[l][\color{ForestGreen}\bfseries\selectfont]{\#\ }, moredelim=[s][\color{ForestGreen}\bfseries\selectfont]{?}{\ }, %variable moredelim=[s][\color{NavyBlue}\bfseries\selectfont]{@}{\ }, %prefix moredelim=[s][\color{OrangeRed}\bfseries\selectfont]{<}{>}, %red URIs morestring=[b][\color{ForestGreen}]\", %green strings morestring=[b]", } \lstdefinestyle{sparql}{ language=sparql, basicstyle=\footnotesize\ttfamily\bfseries, % basicstyle=\ttfamily, keywordstyle=\color{blue}\bfseries, identifierstyle=, commentstyle=\color{ForestGreen}\bfseries, stringstyle=\color{BlueGreen}\ttfamily, showstringspaces=false, emph={context},emphstyle=\color{BrickRed}\bfseries, frame = lines, %aboveskip = 15pt, %framexbottommargin = 5pt, %framextopmargin = 5pt, aboveskip = 10pt, framexbottommargin = 2pt, framextopmargin = 2pt, captionpos=b, escapechar=~, breaklines=true, breakatwhitespace=true, breakindent=20pt, xleftmargin=5pt, xrightmargin=5pt, basewidth={0.55em,0.45em}, %basewidth={0.50em,0.6em}, fontadjust=true, % lineskip={-1.5pt}, % columns=[c]spaceflexible, %make the long artist URI fit %float = h!, } \renewcommand{\lstlistingname}{{\bf Listing}} \lstdefinelanguage{ttl} { morekeywords={a}, sensitive=true, % morecomment=[l][\color{ForestGreen}\bfseries\fontsize{10}{2}\selectfont]{\#\ }, % moredelim=[s][\color{ForestGreen}\bfseries\fontsize{10}{2}\selectfont]{\#\ }{\ }, % moredelim=[s][\color{NavyBlue}\bfseries\fontsize{10}{2}\selectfont]{@}{\ }, %prefix % moredelim=[s][\color{OrangeRed}\bfseries\fontsize{10}{2}\selectfont]{<}{>}, %red URIs morecomment=[l][\color{ForestGreen}\ttfamily\bfseries\selectfont]{\#\ }, moredelim=[s][\color{NavyBlue}\ttfamily\bfseries\selectfont]{@}{\ }, %prefix moredelim=[s][\color{OrangeRed}\ttfamily\bfseries\selectfont]{<}{>}, %red URIs morestring=[b][\color{ForestGreen}]\", %green strings morestring=[b]", } \lstdefinestyle{ttl}{ language=ttl, basicstyle=\footnotesize\ttfamily\bfseries, keywordstyle=\color{blue}\bfseries, identifierstyle=, commentstyle=\color{ForestGreen}\bfseries, stringstyle=\color{BlueGreen}\bfseries, showstringspaces=false, emph={context},emphstyle=\color{BrickRed}\bfseries, frame = lines, framexbottommargin = 5pt, framextopmargin = 5pt, captionpos=b, escapechar=~, breaklines=true, breakatwhitespace=true, breakindent=20pt, aboveskip = 15pt, xleftmargin=5pt, xrightmargin=5pt, basewidth={0.55em,0.45em}, % basewidth={0.50em,0.6em}, fontadjust=true, lineskip={-1.5pt}, % columns=[c]spaceflexible, %make the long artist URI fit % float = h!, } \lstdefinelanguage{json} { sensitive=true, %morecomment=[l]{@}, moredelim=[s][\color{ForestGreen}]{?}{\ }, %green variables moredelim=[s][\color{OrangeRed}\fontsize{7}{2}\selectfont]{<}{>}, %red URIs morestring=[b][\color{Gray}]\", morestring=[b]", } \lstdefinestyle{json}{ language=json, keywords={type,context}, basicstyle=\fontsize{7}{8}\bfseries\ttfamily, keywordstyle=\color{blue}\bfseries, identifierstyle=, commentstyle=\color{Gray}\bfseries, stringstyle=\color{OliveGreen}\ttfamily, showstringspaces=false, emph={context},emphstyle=\color{BrickRed}\bfseries, frame = lines, framexbottommargin = 5pt, framextopmargin = 5pt, tabsize=4, captionpos=b, escapechar=~, breaklines=false, xleftmargin=5pt, xrightmargin=5pt, basewidth={0.50em,0.45em}, %basewidth={0.50em,0.6em}, fontadjust=true, columns=[c]spaceflexible, %make the long artist URI fit float = ht, } \renewcommand{\labelitemi}{$\bullet$} \begin{document} \mainmatter \title{MusicWeb: an open linked semantic platform for music metadata} \author{Mariano Mora-Mcginity \and Alo Allik \and Gy\"orgy Fazekas \and Mark Sandler } % \institute{Queen Mary University of London, \\ \email{\{m.mora-mcginity, a.allik, g.fazekas, mark.sandler\}@qmul.ac.uk}} \maketitle \begin{abstract} % 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. 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. \keywords{Semantic Web, Linked Open Data, music metadata, semantic audio analysis, music information retrieval } \end{abstract} \section{Introduction}\label{sec:introduction} \begin{itemize} \item Why are we doing this? \begin{itemize} \item What does the application do? \item Why is this a good thing? \item Who is it good for?: User experience. \item Who is it potentially good for? \end{itemize} \end{itemize} \section{Background}\label{sec:background} \begin{itemize} \item Information management \item Music data collection: Spotify has acquired Echonest for \$100 million. \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. \item Some references to semantic web audio \item Linked musicians: echonest, musicbrainz \item Smart music \end{itemize} 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 vast amounts of information: to understand and manage it, to transform into knowledge. Analysing and providing multimedia content is one of the areas in which these efforts are reaping greater results. \section{MusicWeb: Yago linking}\label{sec:yago} \section{MUSIC: linking by topic}\label{sec:music} \begin{itemize} \item Semantic analysis\cite{Landauer1998} \item Topic modeling\cite{Blei2012} \item Entity recognition \item Hierarchical bayesian modeling \item Authors, journals, keywords, tags \end{itemize} \section{Content-based information retrieval}\label{sec:mir} \section{Discussion}\label{sec:discussion} \section{Conclusions}\label{sec:conclusions} % % ---- Bibliography ---- % \vspace{-1em}\begin{thebibliography}{5} % \bibitem{FazekasRJS10_OMRAS2} G.~Fazekas, Y.~Raimond, K.~Jakobson, and M.~Sandler. \newblock An overview of semantic web activities in the {OMRAS2} project. \newblock {\em Journal of New Music Research (JNMR)}, 39(4), 2010. \bibitem{Porter:ISMIR:15} A.~Porter, D.~Bogdanov, R.~Kaye, R.~Tsukanov, and X.~Serra. \newblock Acousticbrainz: a community platform for gathering music information obtained from audio. \newblock In {\em 16th International Society for Music Information Retrieval (ISMIR) Conference}, 2015. \bibitem{DBLP:conf/ismir/RaimondASG07} Y~Raimond, S.~Abdallah, M.~Sandler, and F.~Giasson. \newblock The music ontology. \newblock In {\em Proceedings of the 8th International Conference on Music Information Retrieval, ISMIR 2007, Vienna, Austria, September 23-27}, 2007. \bibitem{Landauer1998} T.~Landauer, P.~Folt, and D.~Laham. \newblock An introduction to latent semantic analysis \newblock In {\em Discourse processes, 25}, 1998 \bibitem{Blei2012} D.~Blei, A.~ Ng, and M.I.~Jordan. \newblock Latent Dirichlet Allocation. \newblock In {\em Journal of Machine Learning Research, 3(4-5), 993–1022}, 2012 \end{thebibliography} \end{document}