Skip to content

Commit 61b022d

Browse files
committed
new ecosystem header added
1 parent 34b57b3 commit 61b022d

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

assets/header.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
component-id: Harmory
3+
type: KnowledgeGraph
4+
name: "Harmory: the Harmonic Memory"
5+
description: A Knowledge Graph of interconnected harmonic patterns aimed to support computationally creative applications.
6+
image: assets/harmory_wide.png
7+
work-package:
8+
- WP2
9+
pilot:
10+
- INTERLINK
11+
project: polifonia-project
12+
release-date: 01-02-2023
13+
release-number: v1.0
14+
release-link: https://github.com/smashub/harmory
15+
# doi: 10.5281/zenodo.7706751
16+
licence:
17+
- CC-BY_v4
18+
- CC-BY-NC_v4
19+
demo: https://github.com/smashub/harmory/blob/main/harmory/analysis.ipynb
20+
changelog: https://github.com/smashub/harmory/releases
21+
copyright: "Copyright (c) 2023 Harmory Contributors"
22+
contributors: # replace these with the GitHub URL of each contributor
23+
- Jacopo de Berardinis <https://github.com/jonnybluesman>
24+
- Andrea Poltronieri <https://github.com/andreamust>
25+
related-components:
26+
- informed-by:
27+
- polifoniacq-dataset
28+
- reuses: # any reused/imported ontology
29+
- ChoCo
30+
- https://w3id.org/polifonia/ontology/core/
31+
- https://w3id.org/polifonia/ontology/music-meta/
32+
- https://w3id.org/polifonia/ontology/jams/
33+
bibliography:
34+
- main-publication: "Jacopo de Berardinis, Albert Meroño Peñuela, Andrea Poltronieri, and Valentina Presutti. The Harmonic Memory: a Knowledge Graph of harmonic patterns as a trustworthy framework for computational creativity. In Proceedings of the ACM Web Conference 2023 (pp. 3873-3882)."
35+
---
36+
37+
# Harmory: the Harmonic Memory
38+
39+
Harmory is a Knowledge Graph of interconnected harmonic patterns aimed to support creative applications in a fully transparent, accountable, and musically plausible way.
40+
41+
![Harmory](assets/harmory_wide.png)
42+
43+
We leverage the [Tonal Pitch Space](https://www.jstor.org/stable/40285402) - a cognitive model of Western tonal harmony to **project** chord progressions into a musically meaningful space. Then, we use novelty-based methods for structural analysis to **segment** chord sequences into meaningful harmonic structures. The latter are then compared with each other, across all progressions and via harmonic similarity, to reveal common/recurring **harmonic patterns**.
44+
45+
A KG is created to semantically establish relationships between patterns, based on: (i) *temporal links*, connecting two patterns if they are observed consecutively in the same progression; and (ii) *similarity links* among highly-similar patterns. By traversing the KG, and moving across patterns via temporal and similarity links, new progressions can be created in a combinational settings; but also, unexpected and surprising relationships can be found among pieces and composers of different genre, style, and historical period. This is also enabled by the scale and diversity of Harmory, which is built from [ChoCo](https://github.com/smashub/choco), the largest existing collection of harmonic annotations.
46+
47+
Currently, Harmory contains ~26K harmonic segments from 1800 harmonic (~10% of ChoCo, corresponding to all the audio partitions). Out of all segments: 13667 (16%) correspond to the same pattern families, 66175 (53%) are pattern-friendly (they share non-trivial similarities with other segments), whereas 8176 (32%) are inherently unique (they are found in other songs). More statistics are available at [this link](https://github.com/smashub/harmory/blob/main/harmory/analysis.ipynb).
48+
49+
[More info here](https://github.com/smashub/harmory)

0 commit comments

Comments
 (0)