-
Notifications
You must be signed in to change notification settings - Fork 4
Events #22
Comments
@MusicConnectionMachine/group-3, @MusicConnectionMachine/group-4 Please assign this issue to one of you and tell us until when you can provide the API. Thanks! |
Since this involves @MusicConnectionMachine/group-1 and @MusicConnectionMachine/group-2 too, I added them to this conversation. |
There are two possible values for
Would it make sense to use the complete sentence or paragraph that is the source of the relationship as the description? |
As far as for the timeline component we can only provide the data in the form of triplets only:
If you want in the other way like:
Then its a complete different approach from extracting relationships from the text. I can't guarantee about whether we could provide data like this or not. For us, this will be like extracting events from the text not the relationships 🤐 And regarding the other things:
|
As @ansjin said for his Group, G4 also has no information about IMSLP. We can only give you the URL from G1/2. |
Thanks for your answers, I've changed the initial post accordingly. Can you provide any information about the |
Sorry, can't answer that yet since the extraction of dates and times just came up last week and we (G4) just started with it. This Issue was set to low prio in our project (MusicConnectionMachine/RelationshipsG4#47) |
@chaoran-chen I was able to extract the attached data for the timeline. I think the data looks good for creation of timeline and it is in the order events happened in entity's life. You will find the attached input and output JSON files for Bach and Mozart. It's in this format :
Note:
Just check this data and see if we can finalize and prepare API for it. |
Thanks, @ansjin, it looks great! I've three further questions:
|
Thanks!
|
Okay, that's fine! Thanks for your effort, I'm looking forward to see the API online :) |
Hey. Might I ask if you've already started with this task? When can we expect to have it ready? |
Please give us an estimate when it can be implemented. If you can't finish it in the next few days, maybe you could provide a real and roughly complete dataset for Mozart (or Bach) so that we can get a feeling how many events there will be and how long the texts are. |
@chaoran-chen and @vviro Currently we take WET file given to us by group2(Later on get from the DB) -> Pass to algorithms -> Get the output Events/Relationship - > Store in the DB (currently Local DB) But the problem is either we don't have the data to run our algorithms upon or the data is too bad that our algorithms don't give the meaningful results out. See here MusicConnectionMachine/Relationships#27 If the @MusicConnectionMachine/group-2 can provide us some meaning full data( like the scrapped Wikipedia page) then only we will give you the results. |
As I have seen, you already received a set of scrapped of Wikipedia pages. Are they suitable to extract event data? And one more thing: please provide a unique |
The data has a unique I can give you a CSV-file from my local db, with data extracted from the wiki-file, but until now we have no data in the db on Azure. Don't know the status of the API (to give you the real request-response stuff) to be honest. Maybe @Henni has some overview here. So, at the moment do not expect too much of our date-extraction, because still, this Date-Extraction is only a side-job from our relationship-stuff, therefore still low priority, like @kordianbruck added here (MusicConnectionMachine/RelationshipsG4#47 (comment)) On the other side, the code for the extraction is written. We only have no way of linking an event to a certain person at the moment because 1: we have no data from @MusicConnectionMachine/group-1 in our db, and 2: we have no link from the data of G1 to the blob of G2, and 3: we don't know exactly for which person/musicpiece/instrument/animal/thing the event is, we only can assume it's for the current entity we process, and that can lead to: Maybe @MusicConnectionMachine/group-1 has some "events" from the structured sources. |
@SANDR00 update on this? |
Super needed |
We still have no connection between G1s entities and our entities, because it was low prio before yesterday. |
Hackathon is too late, unfortunately, because if things go wrong the time won't suffice to fix them and still run everything, considering it's a saturday and we are supposed to release on sunday. So please someone else can try this out before that, aka tonight, tomorrow or Thursday? |
@ansjin said in the chat, that he has a bit more time from 20.4. |
As @SANDR00 mentioned, yes I will be free from 20th so I will look into this after that! |
What's the current status here? I've just taken a look into the |
Please check the DB, there is already an entityId associated with events. This issue can be closed now! |
Thank you very much, @ansjin! I found entityId but it's only in mcmprod and not in mcm. Do you know if the API is already using mcmprod? (or maybe @sacdallago, @kordianbruck?) |
@chaoran-chen Your welcome, I am not sure about the API. Also currently there are around 25K relations and 125K events already stored in the DB, maybe you can try to use this data and give us feedback on it! |
@chaoran-chen I just switched the API to |
For the timeline component, that we have recently created, we would like to be able to fetch event data of an artist.
where Event is defined as following:
If other attributes such as category can be provided, we can certainly also use it. Some ideas for events are listed here.
The text was updated successfully, but these errors were encountered: