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

[Feature] Finding articles about a given protest #51

Open
davidpomerenke opened this issue Mar 28, 2024 · 2 comments
Open

[Feature] Finding articles about a given protest #51

davidpomerenke opened this issue Mar 28, 2024 · 2 comments
Assignees

Comments

@davidpomerenke
Copy link
Collaborator

davidpomerenke commented Mar 28, 2024

We want to make a table with articles about a given protest.

The first step for this will be filtering by date (starting from the protest date and ending x days later) and whether the name of the organization occurs in an article.

Yet this will give false positives: Articles about other protests or that do not relate to any protest at all. Or that relate to other protests by the same group but in another country, as mentioned in one user interview.

@davidpomerenke
Copy link
Collaborator Author

First solution could be: Just sort the articles by date. Those closest to the protest date are likely to be most relevant.

Later we could use GPT3.5 or so for determining the protests that an article relates to. Compare #47. Especially if we already run a sentiment model over each article anyway, we can as well also ask it which protests the article is about. From experience I would expect GPT3.5 to be okay at this, finetuned smaller models might not be so good at it.

@kleinlennart
Copy link
Member

also see #89

@davidpomerenke davidpomerenke self-assigned this Jun 21, 2024
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

2 participants