Decisions in healthcare are usually relying on the goodness and completeness of data, that could be coupled with heuristics with the aim to improve the decision process itself. However, this often an incomplete process. Structured interviews denominated Delphi surveys investigate experts' opinions and solve by consensus complex matters like those underlying surgical decision-making. Natural Language Processing (NLP) is a field of study that combines computer science, artificial intelligence, and linguistics. NLP can be then used as a valuable help in building a correct context in surgical data, contributing in the amelioration of the surgical decision-making.
We applied NLP coupled with machine learning approaches to predict the context (words) owning high accuracy from the words that are nearest to Delphi surveys, used as input.
The proposed methodology has allowed to increase the usefulness of Delphi surveys favouring the extraction of keywords that can represent a specific clinical context. This permits the characterization of the clinical context suggesting words for the evaluation process of the data.
The interface allows:
- Evaluate nearest words
- The similarity among words
- Evaluate word analogies
- Evaluate the uncertainty of a text
- Evaluate the similarity between two texts
Project link: https://combine.dmi.unict.it/ETHOS-word-embeddings/
DOI: XXXX
COMING SOON
git clone https://github.com/Pex2892/ETHOS-Word-Embeddings.git
A typical user can install the libraries using the following command:
python3 -m pip install -r requirements.txt
You can test that you have correctly installed the project by running the following command:
python3 manage.py runserver