classification of the relationship between two sentences #5354
Replies: 6 comments 2 replies
-
No, spacy doesn't really have any support for models that work with pairs of texts at this point. |
Beta Was this translation helpful? Give feedback.
-
any recommadations what i could use to train the contradictory problem? Similarty works quite fine with sentence-transformers. |
Beta Was this translation helpful? Give feedback.
-
No, sorry! |
Beta Was this translation helpful? Give feedback.
-
ok, thx anyway! |
Beta Was this translation helpful? Give feedback.
-
i think i found something: |
Beta Was this translation helpful? Give feedback.
-
Good to hear you've found some interesting pointers, and sorry we can't be of more help! In fact, you might have more succes on StackOverflow with these kind of generic NLP usage questions - a bigger community reads those :-) I'll close this here for now as there's not really an action point for us to follow up on. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everybody,
I would like to automatically classify the relation between two requirements. Here I would like to recognize if:
I first tried the implementation of Sentence-Transformers and used this data set here https://nlp.stanford.edu/blog/the-stanford-nli-corpus-revisited/ for training. Unfortunately the result was not as hoped for.
I would now like to generate training data myself. Do you have a comparable function in Spacy, which I can use for the classification of two sets of requirements? Cause if i would like to get valid results using the sentence-transformer solution, i would need tausends of samples...
Beta Was this translation helpful? Give feedback.
All reactions