HackerTrans
トップ新着トレンドコメント過去質問紹介求人

azeusCC

no profile record

投稿

[untitled]

1 ポイント·投稿者 azeusCC·昨年·0 コメント

Ask HN: Fast Way to Manage Job Applications

1 ポイント·投稿者 azeusCC·昨年·0 コメント

Ask HN: How to Get an Advantage with ATS?

1 ポイント·投稿者 azeusCC·2 年前·0 コメント

Ask HN: What should I do with careercode.it?

1 ポイント·投稿者 azeusCC·2 年前·2 コメント

Ask HN: Better ways to extract skills from job postings?

8 ポイント·投稿者 azeusCC·2 年前·9 コメント

コメント

azeusCC
·2 年前·議論
emm, ok. That didn't help me
azeusCC
·2 年前·議論
I’ll take a look at that. Good to hear it’s affordable for smaller tasks like that.
azeusCC
·2 年前·議論
I’ve been considering an LLM API, and it definitely sounds promising. My main concern is the cost—I'm processing around 300 job offers per day and plan to scale up further. Do you have any go-to APIs you’d recommend that balance performance and pricing?
azeusCC
·2 年前·議論
Do you think SBERT + SVM is a good fit for handling ambiguous or less common phrases, or do you still end up needing some post-processing rules for edge cases?
azeusCC
·2 年前·議論
I’ve been sticking with PhraseMatcher because it’s simple, fast, and predictable—but your suggestion about using smaller BERT-based models or embeddings like SBERT (sentence-transformers) is intriguing. I’ve avoided LLMs so far because of the computational overhead, but it sounds like even lightweight models can provide significant value.

Out of curiosity, when training models like SBERT or even smaller BERT versions, do you see diminishing returns when working with smaller training sets (e.g., a few thousand annotated job descriptions)? My current dataset isn’t huge yet (10k), so I wonder where that line starts to appear.

I’ll definitely look more into SBERT and segmentation approaches—thanks for sharing those!