-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update normalization of ranges to match new guidelines #87
Conversation
Update: The failed tests here are the range formulas we have not agreed on 100%. Once they are ready, this should be ready for review. |
I think this PR should be almost ready. There is two smalls thing I would like to bring to your attention:
Let me know if these issues are resolved with a comment + check in the checkbox :) |
Hi @i-be-snek , for the 1st point, I think we need to upload the final version, and I think it's mostly done and I will double check the rule for NLP paper today and save it in PDF and upload, for others I think we can freeze. and for the second point, I don't think we will have this extreme case in our database, because the numerical data is about human or money, if no death, it will be 0 or none, instead of saying less than 1 person dead, and for monetary damage, it also would not say less than 1 euro damage @koffiworou , how do you think about this case? |
Thanks. That's a good case you are making but what about extreme climate events where there is one potential death or injury but it's not confirmed? In that case, I see how the range would be (0, 1). Of course I understand this is not a standard case, but I also feel like it makes more sense, logically, to say that "at most 1" means (0, 1) and not (1, 1). |
@koffiworou any comments on the exceptional cases I listed here? Otherwise we are ready to squash+merge. |
@i-be-snek , Sorry, I was not following on a real time the different comments. It is true that your example on " one potential death" suggests a narrative from someone who is not sure if there is one death, or zero, or more. If he was sure that there was at least one death, then he would have used the term "at least". So it makes sense to convert " one potential death" to the interval [0,1]. Again, this is one point of view :) |
See #83