-
Notifications
You must be signed in to change notification settings - Fork 51
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
Dynamic Highlighting #83
Comments
Hi @Naman-Bhrgv, There are two issues in your current setup.
(2) In the .tsv file, the column name should be Please fix these two issues and try again. |
Thanks @Jiaxin-Pei it worked for me, btw I am also studying at University of Michigan and this tool has helped me a lot in my research. |
Hi @Jiaxin-Pei , |
What do you mean by "edit the annotation" here? Like to record which words
were highlighted at the time of annotation?
…On Mon, Jun 24, 2024 at 8:30 PM Naman-Bhrgv ***@***.***> wrote:
Hi @Jiaxin-Pei <https://github.com/Jiaxin-Pei> ,
Is there a way to edit the annotation for keywords specified in dynamic
highlighting?
—
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHO4LMRYLOVGKI3QPU6B53ZJC23PAVCNFSM6AAAAABJL3IUTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBXGY4DGNJYGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
No, I meant to edit the label pre-specified for words in the tsv file (which was input of dynamic highlighting). |
@Naman-Bhrgv Do you mean that you want to do span annotation for the dynamically highlighted words? |
Yes exactly |
@Naman-Bhrgv We don't currently support doing span annotations for the dynamically highlighted words. However, if you could describe your task in more detail, I can take a look and see if there are other ways to make it work! We do have some other relevant features that can potentially help! |
@Jiaxin-Pei I think it's possible to support those kinds of annotations
with some extensions to the tool though. It might be worth a look
…On Tue, Jun 25, 2024 at 9:04 AM Jiaxin Pei ***@***.***> wrote:
@Naman-Bhrgv <https://github.com/Naman-Bhrgv> We don't currently support
doing span annotations for the dynamically highlighted words. However, if
you could describe your task in more detail, I can take a look and see if
there are other ways to make it work! We do have some other relevant
features that can potentially help!
—
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHO4LNWEDH7RPRISFX4RFTZJFTG7AVCNFSM6AAAAABJL3IUTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBYHA4TANBZGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@davidjurgens Yes! I think we can either extend the label suggestions or the Dynamic highlighting to support this. Happy to take a look after @Naman-Bhrgv describes his exact use case. |
@Jiaxin-Pei I am following a two step approach for data annotation. These steps are-
|
Thanks a lot for sharing the details! |
Yeah that would be great. Thanks Jiaxin!
…On Wed, Jun 26, 2024 at 10:05 AM Jiaxin Pei ***@***.***> wrote:
Thanks a lot for sharing the details!
I think this is aligned with our development plan on label suggestions
<https://potato-annotation.readthedocs.io/en/latest/productivity/#label-suggestions>.
I can prioritize this feature and try to get this up early next week. Would
this work for you? @Naman-Bhrgv <https://github.com/Naman-Bhrgv>
—
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO7US5F36MCD5JCPLDCUCK3ZJLKD7AVCNFSM6AAAAABJL3IUTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJRHE2DIOJUGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi,
I am using Potato for my research, however, I haven't been ale to setup Dynamic Highlighting task.
Reproduction
I tried to include dynamic highlighting for dialogue_analysis task. Added
dynamic_key.tsv
file path todialogue-analysis.yaml
. Bothkeyword.tsv
anddialogue-analysis.yaml
files are present here.I have attached the snippet of annotation_schemes part of dialogue-analysis.yaml where I have added the path of dynamic_key.tsv file.
Error Description
From what I understood from documentation, the keywords provided in tsv file will be highlighted automatically. However, even after adding the tsv file, the annotation task doesn't change. Can you tell me how to setup dynamic highlighting.
Thanks in advance!
The text was updated successfully, but these errors were encountered: