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

wbarber

no profile record

投稿

Help with Hidden Markov Model for Topical Text Segmentation

colab.research.google.com
1 ポイント·投稿者 wbarber·3 年前·1 コメント

コメント

wbarber
·2 年前·議論
What's to say this isn't just a demonstration of memorization capabilities? For example, rephrasing the logic of the question or even just simple randomizing the order of the multiple choice answers to these questions often dramatically impacts performance. For example, every model in the Claude 3 family repeats the memorized solution to the lion, goat, wolf riddle regardless of how I modify the riddle.
wbarber
·3 年前·議論
Looks like we have the same question.
wbarber
·3 年前·議論
Plasmic.app works with vue - why not just use that?
wbarber
·3 年前·議論
Very cool. Are you familiar with plasmic.app? I'm expecting to integrate it into my next site build and would be curious for your take having built something in the same general category.
wbarber
·3 年前·議論
I'm attempting to write a function that splits a long document into shorter segments of text, splitting the text into the topics discussed as a step in a data processing pipeline prior to embedding the shorter segments of text for vector search.

I'm attempting to use v1.0 of the pomegranate python library as I get the impression it will be more performant than some of the other common options I looked at. Below is my code. I'm a self-taught developer just trying to solve a niche problem that's of interest to me so I've not used any of these libraries before or attempted to build a hidden markov model before so be gentle and many thanks for the help.

You can see my current attempt and the error I'm getting at the link I provided. As well as here on stack overflow if you want some internet karma for your kindness: https://stackoverflow.com/questions/76409619/hidden-markov-m...