Live data from Hacker News

Viewing profile — FlyingLawnmower

FlyingLawnmower

HN member
Joined
Sat, Feb 15, 2014, 10:47 PM UTC
HN karma
470
Public activity
134 items

About FlyingLawnmower

No profile information was provided.

Recent public activity

  1. comment
    Comment #46653941

    Very nicely written guide! If the authors or readers are interested in some of the more technical details of how we optimized guidance & llguidance, we wrote up a little paper abou…

  2. comment
    Comment #45350436

    Good point re: documentation... We have support for Huggingface Transformers, llama.cpp, vLLM, SGLang, and TensorRT-LLM, along with some smaller providers (e.g. mistral.rs). Using …

  3. comment
    Comment #45350396

    guidance can handle many context-free grammars. We use an Earley parser under the hood ( https://en.wikipedia.org/wiki/Earley_parser ) which gives us significant flexibility boosts…

  4. comment
    Comment #45350321

    We did quite a thorough benchmarking of various structured decoding providers in one of our papers: https://arxiv.org/abs/2501.10868v3 , measuring structured outputs providers on p…

  5. comment
    Comment #45350291

    Thanks :) Great question re: adoption...it's definitely dominated by JSON. Most API providers have standardized on JSON outputs, so application teams have started building shims th…

  6. comment
    Comment #45347044

    If you can screen tokens against your grammar fast enough, you can build a bitmask over the entire token vocabulary and apply it right before sampling. As vocabulary sizes grow, th…

  7. comment
    Comment #45346960

    If your masking is fast enough, you can make it easily work with spec dec too :). We manage to keep this on CPU. Some details here: https://github.com/guidance-ai/llguidance/blob/m…

  8. comment
    Comment #45346946

    OpenAI has started to (at least for tool calls): https://platform.openai.com/docs/guides/function-calling#con...

  9. comment
    Comment #45346926

    We do enable forcing these sequences of tokens in guidance, and find that it significantly speeds up structured generation. There are tricky alignment issues to make sure you pick …

  10. comment
    Comment #45346896

    I spent a couple years building a high performance, expressive library for structured outputs in LLMs. Our library is used by OpenAI for structured outputs on the hosted API. Happy…

  11. comment
    Comment #44670868

    Sidenote, but the scholarship on distillation always makes me a bit sad. The Original work, cited in the abstract of the Hinton, Vinyals, and Dean paper that is cited everywhere, w…

  12. comment
    Comment #44431134

    Yes. They are about entirely different patient reports.

  13. comment
    Comment #44423943

    Artificial intelligence holds great promise for expanding access to expert medical knowledge and reasoning. However, most evaluations of language models rely on static vignettes an…

  14. story
  15. comment
    Comment #42435892

    https://chatgpt.com/share/6760a122-0ec4-8008-8b72-3e950f0288... My first try with o1. Seems right to me…what does this teach us about LLMs :)?

  16. comment
    Comment #41326084

    Interesting paper, but their reason for dismissing constrained decoding methods seems to be that they want to academically study the in-context setting. For practitioners, using a …

  17. comment
  18. comment
    Comment #40324127

    Last I checked, physician pay represents a fairly small (single digit) fraction of healthcare expenditure. If I recall right, administrative overhead and insurance is significantly…

  19. story
  20. comment
    Comment #35381490

    Late to the thread here, but the paper announcing Med-PaLM ( https://arxiv.org/abs/2212.13138 ) does not report many benchmark results on Med-PaLM and is instead mostly about Flan-…

  21. comment
    Comment #35264807

    "We present a comprehensive evaluation of GPT-4, a state-of-the-art LLM, on medical competency examinations and benchmark datasets. GPT-4 is a general-purpose model that is not spe…

  22. story
  23. comment
  24. comment
    Comment #27805711

    Do you have some sources where I can read up more on this? I have always believed that the cost of front line worker salaries (Doctors/Nurses) was a relatively small % of the total…

  25. comment
    Comment #27633785

    Have you thought about using central/global differential privacy (which tends to have much less noise) on the "high level aggregates" or "aggregated datasets" that persist after th…