-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Eyecite Changes and Impact on Report #192
Comments
I thought that just reflected it being slower? |
If you look at the output CSV you can see what got added or dropped. https://raw.githubusercontent.com/freelawproject/eyecite/artifacts/191/results/output.csv It shows a bunch of at 123 stuff dropped. things that dont look like full citations and I would be surprised about. |
The Good The Bad |
We need to decide whether to use a 1% file. While it finds more issues, it significantly slows down execution—locally, it takes about 45 minutes to run. Additionally, I encountered edge cases that caused crashes, particularly related to empty opinions and XML parsing—issues we’ve already seen in CL, so they’re not surprising. Another concern is the file size, which is quite large. To mitigate this locally, I extracted only the relevant HTML for testing and removed unnecessary data to reduce the file size. None of these are insurmountable - I just wonder if 1% is too large considering how slowly it runs. @mlissner |
That'd be a real pain if we had to wait for that all the time. It's nice to be able to find more problems, but I think 0.1% is probably fine. Ideally having the option would be nice, like if you could tag the PR with a label or if they both ran all the time and you could choose whether to merge before the 1% file finished. But I think my take is it's almost certainly not worth the delay. If we can do it sometimes, that's nice, but probably not worth spending more than a few minutes on? |
With the recent PR'd changes to Eyecite, there are corresponding updates required for the Eyecite report. (maybe)
The new branch in the PR resulted in around 500 fewer citations. I want to ensure this reduction is accurate.
My goal is to adjust the Eyecite report to account for the newly created reference citations while also understanding the reasons behind the dropped citations.
The text was updated successfully, but these errors were encountered: