changeset 43:4f7cf0afbad1

merge
author gyorgyf
date Sun, 01 May 2016 03:20:25 +0100
parents 3b0d3a5c9278 (current diff) 9ef82da57c17 (diff)
children 52e667e8aec0
files musicweb.bib musicweb.tex
diffstat 2 files changed, 15 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/musicweb.bib	Sun May 01 03:14:45 2016 +0100
+++ b/musicweb.bib	Sun May 01 03:20:25 2016 +0100
@@ -5,7 +5,7 @@
 %% Created for George Fazekas at 2016-05-01 03:12:50 +0100 
 
 
-%% Saved with string encoding Unicode (UTF-8) 
+%% Saved with string encoding Unicode (UTF-8)
 
 
 
@@ -243,3 +243,13 @@
 	Url = {http://doi.acm.org/10.1145/2814895.2814922},
 	Year = {2015},
 	Bdsk-Url-1 = {http://doi.acm.org/10.1145/2814895.2814922}}
+
+@incollection{passant2010dbrec,
+  title={dbrec—music recommendations using DBpedia},
+  author={Passant, Alexandre},
+  booktitle={The Semantic Web--ISWC 2010},
+  pages={209--224},
+  year={2010},
+  publisher={Springer}
+}
+
--- a/musicweb.tex	Sun May 01 03:14:45 2016 +0100
+++ b/musicweb.tex	Sun May 01 03:20:25 2016 +0100
@@ -182,16 +182,6 @@
 MusicWeb is an application which offers the user the possibility of exploring editorial, cultural and musical links between artists. It gathers, extracts and manages musical metadata from many different sources and connects them in informative ways. This paper deals with the different ways in which musicweb collects these resources and shapes them into high-level information. We will first review various knowledege-based web resources available to musicweb. We will then introduce the application itself and detail the architecture to analyse and extract data. Before the final conclusions and discussion of future work we will analyse the experience of interfacing with the application and how users can explore and discover new musical paths.
 
 
-\begin{itemize}
-\item related work
-  \begin{itemize}
-  \item http://musikipedia.org/ MUSIKIPEDIA, some paper by the guy who made it, Mohamed Sordo
-  \item Kurt's thesis on the similarity ontology
-  \item Phuong Nguyen, Paolo Tomeo, Tommaso Di Noia and Eugenio Di Sciascio: Content-based recommendations via DBpedia and Freebase
-  \item music recommendation dbpedia
-    \end{itemize}
-\item  very brief intro to the role of music related data sources on the web and what they are
-\end{itemize}
 
 \section{Background}\label{sec:background}
 Researchers have realised the usefulness of musical metadata and have for some time tried to collect and exploit music metadata for knowledge representation. Several ontologies have been and continue to be developed to link music metadata, such as the music ontology\cite{DBLP:conf/ismir/RaimondASG07}, which defines all objects in the process of creation, interpretation and distribution of music; the similarity ontology\cite{jacobson2011}, which allows for associations based on similarity of all musical elements contained in the music ontology; the studio ontology, which can be used to describe all elements in music studio environments\cite{fazekas2011studio}; or the audio effects ontology\cite{wilmering2013}, permitting the description of audio effects employed in music production processes. Linked music metadata is full of promise. However, most attempts to make use of linked metadata to guide music discovery have stressed some aspects of metadata while ignoring others. Pachet identifies three types of musical metadata \cite{Pachet2005}:
@@ -201,9 +191,11 @@
   \item Acoustic metadata: data extracted from audio files using music information retrieval methods.
 \end{enumerate}
 Of these, only the first has been exploited to a significant degree. Web resources for music discovery which employ liked data such as musicbrainz or lastfm rely mostly on editorial metadata to link. Commercial recommendation systems make use of cultural metadata, mainly through collaborative filtering.
-To our knowledge the first recommedation system based on linked data was proposed in \cite{celma2008foafing}, which used web crawling to gather data which could then be offered to the user. Recommendation was based on profiling the user's listening habits and foaf connections. A further step was taken in \cite{heitmann2010}, in which the author addresses common problems in recommender system such the new item problem or the new user problem.
-Nguyen \emph{et al}\cite{nguyen2015} explore the effectiveness of recommendation systems based on knowledge encyclopedias such as dbpedia and freenet.
+To our knowledge the first recommedation system based on linked data was proposed in \cite{celma2008foafing}, which used web crawling to gather data which could then be offered to the user. Recommendation was based on profiling the user's listening habits and foaf connections. A further step was taken in \cite{heitmann2010}, in which the author addresses common problems in recommender system such the new item problem or the new user problem. dbrec, a recommender system presented in \cite{passant2010dbrec}, recommended music obtained from dbpedia by computing a measure of semantic distance as the number of indirect and distinct links between resources in a graph. The system offered the user an explanation for each recommendation, listing the resources shared by the artists recommended.
+Nguyen \emph{et al}\cite{nguyen2015} explore the effectiveness of recommendation systems based on knowledge encyclopedias such as dbpedia and freenet. The authors compute several different similarity measures of linked data extracted from both datasets which they then feed to a recommender system.
+There are several web resources offering services similar to MusicWeb. One of them is musikipedia\footnote{http://musikipedia.org/}. The user can visit a page for an artist and listen to music or watch videos. The user can also link to other artists that are connected to the current one, and an explanation of the connection is offered. Links are extracted from dbpedia and offer all common categories between artists.
 
+Dbpedia and freebase are two of the most common sources of linked data available. There are several other sources of music metadata. Acousticbrainz\footnote{https://acousticbrainz.org/} is an crowd source information resource which contains low and high level music metadata, including audio and editorial features. Acousticbrainz is participated by musicbrainz, which is also a major container of linked editorial metadata.