tattle-made / DAU

MCA Tipline for Deepfakes
GNU General Public License v3.0
6 stars 0 forks source link

DAU secretariat should be able categorize a post as a cheap fake or a deep fake or additional classifications. #48

Open tarunima opened 4 months ago

tarunima commented 4 months ago

The MCA is deciding on definitions. The DAU secretariat should be able to classify the posts as per the decided definitions.

This feature is needed by launch. The definitions however might only be available by the 21st.

tarunima commented 4 months ago

Subsequently, every label will have a separate automated workflow. This needs to be discussed with DAU/Fact checkers.

tarunima commented 4 months ago

The WIP tags: https://docs.google.com/spreadsheets/d/1YLS4MyCmGuvMt95rhAeqgZ9hHor5HM8fZ_KqdtNY-F8/edit#gid=0

Just as reference (do not need to be acted upon right now) The WIP definitions for some of the terms: https://docs.google.com/document/d/1KE5io72FltgcH8RpEFNa1lwVqcs1LxKNL6-NnI2DfNc/edit?usp=drive_link

tarunima commented 4 months ago

For the soft launch we are working with only one list of tags for both triaging (#48) and searching (https://github.com/tattle-made/DAU_tipline/issues/58). Continuing to maintain these as two separate issues till we have clarity on longer term need of the DAU.

areeba-dau commented 3 months ago

@dennyabrain Added 14 new tags in the rows 14 to 27 in https://docs.google.com/spreadsheets/d/1YLS4MyCmGuvMt95rhAeqgZ9hHor5HM8fZ_KqdtNY-F8/edit#gid=321819565 , sub-sheet "Tags-1"

dennyabrain commented 3 months ago

@areeba-dau can you confirm if row 13 "EVM" is not to be added?

dennyabrain commented 3 months ago

some notes : the tags facebook and instagram already existed so I havent added them again. took a call to add EVM.

dennyabrain commented 3 months ago

@areeba-dau this change is now live. Did a cursory test. Feel free to report any bugs here.

areeba-dau commented 3 months ago

@dennyabrain

  1. Generally, when I type a single letter, all tags starting with that letter show up but this doesn't happen every time. After adding one tag I have to refresh the page to be able to see the list pop-up again when I type the letters for the second tag.

2.The list doesn't show up ever for some letters most of the time such as "I" which is why I am not able to add INC as a tag.

dennyabrain commented 3 months ago

@aatmanvaidya @duggalsu can you check if you all are able to recreate this with your user IDs? Steps to recreate :

  1. Login with your credentials on the production instance
  2. Select any query and click on its associated "add verification notes" button
  3. In the tags field, try typing a word and see if you can select an associated tag.

Note : the tags arent saved in database till you hit the "Save" button. Hence feel free to test this but DO NOT press the save button. If you do, let us know asap so we can remove it from backend.

@areeba-dau your point number (2) gave me a hunch of what might be happening. I tried adding INC by typing "I"( capital I) and nothing came up but when i type "i" (small i), INC and other tags starting with I came up. So our code doesnt seem to be handling capital letters correctly. Could you try on your end and confirm if my assessment is correct. Can you also see if this explains your point (1)? Maybe its possible that you were getting inconsistent behaviour because you were typing capital letters without realizing. Its a bug we'll fix. Users should be allowed to type the word however.

dennyabrain commented 3 months ago

@aatmanvaidya the fix might be to modify this line https://github.com/tattle-made/dau-dashboard/blob/69d5381735dff51fae0dc60f6822c9f1e9867845/assets/js/tag-selector-hooks.js#L189

It should be changed from tag.toLowerCase().startsWith(text) to tag.toLowerCase().startsWith(text.toLowerCase())

If you all or areeba is able to confirm my hunch, feel free to make the changes, test locally and make a PR

areeba-dau commented 3 months ago

@dennyabrain You are right! First tag or second, the list shows up only when we type in lowercase.

dennyabrain commented 3 months ago

Ok cool so we'll fix it at some point this week. If you see this getting deprioritized, feel free to remind us.

duggalsu commented 3 months ago

@dennyabrain I have also confirmed this independently. Capital letters are not working with tags

areeba-dau commented 2 months ago

Hi, requesting to add new tags to dashboard. We have updated the existing sheet with the new tags from rows 4 to 63 (tags above the Yellow line). https://docs.google.com/spreadsheets/d/1YLS4MyCmGuvMt95rhAeqgZ9hHor5HM8fZ_KqdtNY-F8/edit#gid=321819565

tarunima commented 2 months ago

Also need to add four language specific tags:

dennyabrain commented 2 months ago

addressed here - b4898d4

dennyabrain commented 2 months ago

lets track the discussion on language tags here - https://github.com/tattle-made/dau-dashboard/issues/15 and close this if needed.