Closed Gautam-Rajeev closed 1 year ago
Hi, instead of detecting whether a sentence needs coreference or not, can we run coreference by default but apply it only if the confidence interval is say greater than a threshold like 75%?
@VaibhaveS, yes. Ideally would like the coreference module to recognize and give no coreference (same sentence) when no coreference is required. This is a temporary solution to not hit GPT for all queries as we are currently using GPT for neural coreference in AmaKrushAI.
Hey @GautamR-Samagra I am interested in working on this issue. I think we can use neuralcoref other 3rd party modules for this. They appears to work fine. Currently I am not seeing anything for co-reference layer in the codebase. Can you pls elaborate more on how coreference module should be set up ?
Hey @GautamR-Samagra I am interested in working on this issue. I think we can use neuralcoref other 3rd party modules for this. They appears to work fine. Currently I am not seeing anything for co-reference layer in the codebase. Can you pls elaborate more on how coreference module should be set up ?
This ticket is now merged with https://github.com/Samagra-Development/ai-tools/issues/42 @ShubhamBhut you can check that out and follow the progress there
One of the parts of setting up neural coreference is so check if a sentence needs coreference.
The following code does that by recognizing determiners and pronouns.
We need to integrate this with the coreference layer and also be able to recognize sentences that need coreference even without containing below words as determiners