-
Notifications
You must be signed in to change notification settings - Fork 0
Added new steps #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Added new steps #21
Conversation
MichaelRoeder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of nice changes. However, I couldn't resist to add some comments 😉
| @@ -0,0 +1,122 @@ | |||
| <project xmlns="http://maven.apache.org/POM/4.0.0" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not really need this Java service, or? We can simply use a dedicated server of the CoreNLP project (https://stanfordnlp.github.io/CoreNLP/corenlp-server.html#dedicated-server).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I remember from what @umairq mentioned, we needed it because CoreNLP only finds the coreference chains and doesn't replace them. This is the coreference resolution that was present in the FactCheckUtilityTools repository.
Maybe we can also use their dedicated server and do the replacement in the python side. This is only worth it if we insist on keeping Stanford's coreference. We also have the spacy implementation now in https://github.com/dice-group/NEBULA/blob/wise/org/diceresearch/nebula/coref_resolution/spacy_coref.py.
But maybe @umairq can shed some light there.
Added call for llm based stance detection
added an import
claim_worthiness_check.In this file, there's an example output of the service for
/rawstatusand this filethere is the output for
/status.