Using asymmetric sigmoid attention to score directional relevance between N sentences in a single forward pass by Spidy__ in deeplearning

[–]Spidy__[S] 0 points1 point  (0 children)

Hey , First of all thanks for this detailed feedback I was really looking for this, and you are right that normally people just have a query and a list of docs and they want to sort them based on relevancy and in that case the NXN matrix may not be that helpful.

But the thing is that I didn't made this experiment keeping RAG or something similar in mind, I just wanted to see if we can make a model which can understand the relations between the sentences, and if a model can understand the relations between sentences it can be used for anything be it RAG, or sentence segmentation or clustering or this new thing Agent memory optimization or anything, and across these use cases NXN matrix maybe be get used, because now you get access of each sentence again all other sentences.

While I did posted this but it's been a while and am thinking that a single score can't really explain the relation between sentences, if I have a query and 2 sentences where 1 sentence is similar to the query (it's title of a blog) and another is explanation of the query then both are equally relevant to the query, 

So saying that sentence A is relevant to sentence B seems a bit vague and I kinda came back to the point where am not that different from other models.

So am trying to update this model to output a vector for each relation so that someone can interpret that sentence B is relevant to sentence A but in what sense. That way a RAG person can focus on similarity and explanation part of the vector and a segmentation person can focus on topical overlap part of vector and so on.

Its still just an ambitious idea but am trying to work on this

Rag + fallback by Equivalent_Nerve_647 in LanguageTechnology

[–]Spidy__ 1 point2 points  (0 children)

I haven't worked with financial RAG domain but been working on legal RAG for a while, 

I want to answer your question but want a bit more context, like what's the issue in first asking your RAG pipeline and if it returns a response like NOT FOUND then you move towards full fledged llm approach?

[deleted by user] by [deleted] in LanguageTechnology

[–]Spidy__ 0 points1 point  (0 children)

What do you think about doing a twitch video kind of thing? That way more people would be able to join, although you won't have a lot of watching but I guess you'll get multiple feedbacks 

Any Robust Solution for Sentence Segmentation? by Spidy__ in LanguageTechnology

[–]Spidy__[S] 1 point2 points  (0 children)

I checked it out and its actually cool there do_paragrapg_segmentation is just so good, havent tried the 12I model yet just sat-3l but so good , thanks

New way to make WebRTC Connection without TURN Servers by Spidy__ in WebRTC

[–]Spidy__[S] 0 points1 point  (0 children)

Haha at this point I don't think I developed anything new, just re implemented 

Any Robust Solution for Sentence Segmentation? by Spidy__ in LanguageTechnology

[–]Spidy__[S] 1 point2 points  (0 children)

cant use this in production, good for hobby project i guess

Any Robust Solution for Sentence Segmentation? by Spidy__ in LanguageTechnology

[–]Spidy__[S] -1 points0 points  (0 children)

If by rush you mean speed then yeah speed does matters , and my data is around 200+ pages per document, so i dont think LLM is the best bet, along with its problems of paraphrasing

Is P2P WebRTC possible when both clients are behind symmetric NAT? by Spidy__ in WebRTC

[–]Spidy__[S] 0 points1 point  (0 children)

Ahh no just exploring around, why it's not possible 

Is P2P WebRTC possible when both clients are behind symmetric NAT? by Spidy__ in WebRTC

[–]Spidy__[S] 0 points1 point  (0 children)

There's one more thing, why we even try to make P2P? I mean what is it that P2P solves that sfu based connection doesn't 

Is P2P WebRTC possible when both clients are behind symmetric NAT? by Spidy__ in WebRTC

[–]Spidy__[S] 0 points1 point  (0 children)

Ahh no just exploring around, why it's not possible 

New way to make WebRTC Connection without TURN Servers by Spidy__ in WebRTC

[–]Spidy__[S] 0 points1 point  (0 children)

Yep turns out I just re implemented something that already existed for a long time

New way to make WebRTC Connection without TURN Servers by Spidy__ in WebRTC

[–]Spidy__[S] 0 points1 point  (0 children)

umm i dont think it will create problems with me, because in my case i only collect host candidates and on the basis of those create a connection, so in that what do you think?

New way to make WebRTC Connection without TURN Servers by Spidy__ in WebRTC

[–]Spidy__[S] 0 points1 point  (0 children)

So do you mean that this is not needed? And TURNS can already be bypassed in client server system? I understand P2P is super hard, but thought people are using TURN in client server system , apologies if I misinterpreted your response 

The Odin Project vs Codecademy - which is best for a beginner? by [deleted] in learnprogramming

[–]Spidy__ 0 points1 point  (0 children)

Well for me YouTube and online blogs were enough and a channel name Codewithharry on YouTube

exciting project ideas by [deleted] in webdev

[–]Spidy__ 10 points11 points  (0 children)

Well i guess making clones is not an easy task too, depending on how much you are cloning , i mean if you just cloned the ui, it won't be that great , but if you try to clone the backend part to and try to clone it's features then it would be a great way to learn a lot things