Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply to attributes and relations too #14

Closed
soluna1 opened this issue Jun 21, 2019 · 3 comments
Closed

Apply to attributes and relations too #14

soluna1 opened this issue Jun 21, 2019 · 3 comments

Comments

@soluna1
Copy link

soluna1 commented Jun 21, 2019

Hi Savkov,

Knowing this tool before would have saved me lot of time. I used NLTK package to measure IAA of brat annotation files. A bit a nightmare to convert the "ann" file to something readable. So, I think that this tool is very useful, and the code is great, congratulations!

Our problem is that we have data structured in this way:

T1 Food 24 31 bacalao
T2 Restaurant 0 8 Un sitio
T3 Restaurant 46 54 Un lugar
T5 Restaurant 55 66 con encanto
A3 Polarity T5 POS
A4 Restaurant_Aspects T5 General_experience
R2 refers_to Arg1:T5 Arg2:T3
T4 Food 34 43 riquísimo
A1 Polarity T4 POS
A2 Food_Aspects T4 General_experience
R1 refers_to Arg1:T4 Arg2:T1

And we want to measure agreement for the 3 categories, entities (Food#Bacalao), attribute ( aspect -->General_experience#con encanto; and polarity --> POS), and also relationships (R1 refers_to...). Are you planning to implement these options too? It would be really useful for annotation at aspect-based Sentiment Analysis.

Many thanks

@jeanphilippegoldman
Copy link
Contributor

I had this in mind at the exact same minute : attributes, relations...AND...discontinued annotations. At least it should ignore them so it does not fail.

(Soluna, could you point me to the converting scripts so .ann files can be read with NLTK please ?)

Many thanks

@savkov
Copy link
Owner

savkov commented Jun 21, 2019

Hey, this has been requested multiple times. It's not trivial to implement. I've made some assumptions in the code that make things easier for me because I didn't need to support those at the time. It would be great if someone implements it but it's very unlikely that that'd be me -- too many weekend projects.

@savkov
Copy link
Owner

savkov commented Jun 27, 2019

Closing as there will be better-suited issues for this. Like #17 and #16

@savkov savkov closed this as completed Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants