A prototype that helps generate API URL to CL #4202
Replies: 3 comments 4 replies
-
That's pretty neat. I just tried:
And it did OK. It could have done -court:scotus, but instead it selected the 13 circuit courts: |
Beta Was this translation helpful? Give feedback.
-
the tool can improve significantly if you give more tricky examples like this one. |
Beta Was this translation helpful? Give feedback.
-
This is extremely useful. Thank you. It provides a teaching tool where one can learn by example (in addition to providing actually useful queries). It would also be great if the user could opt to provide the Python requests version of the api call, though ChatGPT and/or Claude is pretty good at translating them anyway. I'm curious how you did this? Fine tune an LLM? Multi-shot learning by providing lots of examples? RAG by feeding in documentation. Some mixture? |
Beta Was this translation helpful? Give feedback.
-
CL API URL generator.
The idea is to assist with generating correct API URL based on natural language only. E.g,
"find cases from kansas district courts where judge name is johnson, filed after 2010"
"show oracle v google cases from federal appellate, and supreme court"
"782 F. Supp. 2d 1223"
Hope it's helpful.
Beta Was this translation helpful? Give feedback.
All reactions