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

Misplaced API Calls, which can pass the filtering step. #6

Open
Neph0s opened this issue Mar 9, 2023 · 0 comments
Open

Misplaced API Calls, which can pass the filtering step. #6

Neph0s opened this issue Mar 9, 2023 · 0 comments

Comments

@Neph0s
Copy link

Neph0s commented Mar 9, 2023

Consider the input:
In one hour, there are 3 sets of 20 minutes.
So, Joy can read 8 x 3 = 24 pages in an hour.
It will take her 120/24 = 5 hours to read 120 pages.

It eventually becomes:
In one hour, there are 3 sets of 20 minutes.
So, Joy can read 8 x 3 = 24 pages in an hour.
It will take her [CALCULATOR(24 * 5) -> 120.00] 120/24 = 5 hours to read 120 pages.

This result is not expected, since the API calls CALCULATOR(24 * 5) includes the parameter number 5, which is mentioned actually after this API call.
I suppose this API is misplaced. However, it cannot be filtered with the filtering step, since this API call includes 24, 5 and 120, which originally appears in the back and hence does decrease the perplexity.

I want to know how to solve this problem?

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