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

Factor out main cause area inference and update it to split on | in addition to /; also do second-order subcause identification #143

Open
vipulnaik opened this issue Sep 8, 2022 · 0 comments
Assignees

Comments

@vipulnaik
Copy link
Owner

vipulnaik commented Sep 8, 2022

The main cause area inference from cause area currently splits on / and picks the first piece. We want to also split on |; moreover, the logic should be factored out of the various files so that it's easy to change in one place.

Regarding the point about recursive subcause identification, that means that something like Animal welfare/factory farming/chicken should identify a main cause area of Animal welfare and should also identify a second-order subcause of Animal welfare/factory farming.

@vipulnaik vipulnaik self-assigned this Sep 8, 2022
@vipulnaik vipulnaik changed the title Factor out main cause area inference and update it to split on | in addition to / Factor out main cause area inference and update it to split on | in addition to /; also do recursive subcause identification Nov 28, 2023
@vipulnaik vipulnaik changed the title Factor out main cause area inference and update it to split on | in addition to /; also do recursive subcause identification Factor out main cause area inference and update it to split on | in addition to /; also do second-order subcause identification Nov 28, 2023
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

1 participant