FullFact / health-misinfo-shared

Raphael health misinformation project, shared by Full Fact and Google
MIT License
0 stars 0 forks source link

Show raw transcript beside paraphrased claims #42

Closed dcorney closed 3 months ago

dcorney commented 3 months ago

Overview

For clarity, the tool shows paraphrased version of extracted claims. The first thing any fact checker would want to do is to read the actual claim made in context. (This is partly to check the model hasn't hallucinated any extra meaning into the claim.)

Requirements

After a video has been processed and a list of claims is displayed, also display the entire transcript in a scrollable area to one side.

When a claim is clicked, the video should start playing from that point (as per issue 20) AND also the transcript display should jump to that point in the transcript and highlight the raw text of the claim.

In this mockup, the user has clicked on a claim on the left and can see the raw transcript on the right with the same claim highlighted. (The video should be playing somewhere too.) raphael_transcript_linking

Notes and additional information

I am not a UI expert! It may be that starting a video AND jumping the text at the same time is confusing or obscure. An alternative might be to add a little "jump to transcript" button beside each extacted claim, maybe with a second button saying "jump to video".

andylolz commented 3 months ago

Adding a backend label here too, because we would need to store this raw transcript in the database.