Search results

1 – 10 of 16
Open Access
Article
Publication date: 19 July 2022

Shreyesh Doppalapudi, Tingyan Wang and Robin Qiu

Clinical notes typically contain medical jargons and specialized words and phrases that are complicated and technical to most people, which is one of the most challenging…

1076

Abstract

Purpose

Clinical notes typically contain medical jargons and specialized words and phrases that are complicated and technical to most people, which is one of the most challenging obstacles in health information dissemination to consumers by healthcare providers. The authors aim to investigate how to leverage machine learning techniques to transform clinical notes of interest into understandable expressions.

Design/methodology/approach

The authors propose a natural language processing pipeline that is capable of extracting relevant information from long unstructured clinical notes and simplifying lexicons by replacing medical jargons and technical terms. Particularly, the authors develop an unsupervised keywords matching method to extract relevant information from clinical notes. To automatically evaluate completeness of the extracted information, the authors perform a multi-label classification task on the relevant texts. To simplify lexicons in the relevant text, the authors identify complex words using a sequence labeler and leverage transformer models to generate candidate words for substitution. The authors validate the proposed pipeline using 58,167 discharge summaries from critical care services.

Findings

The results show that the proposed pipeline can identify relevant information with high completeness and simplify complex expressions in clinical notes so that the converted notes have a high level of readability but a low degree of meaning change.

Social implications

The proposed pipeline can help healthcare consumers well understand their medical information and therefore strengthen communications between healthcare providers and consumers for better care.

Originality/value

An innovative pipeline approach is developed to address the health literacy problem confronted by healthcare providers and consumers in the ongoing digital transformation process in the healthcare industry.

Open Access
Article
Publication date: 31 July 2020

Omar Alqaryouti, Nur Siyam, Azza Abdel Monem and Khaled Shaalan

Digital resources such as smart applications reviews and online feedback information are important sources to seek customers’ feedback and input. This paper aims to help…

7635

Abstract

Digital resources such as smart applications reviews and online feedback information are important sources to seek customers’ feedback and input. This paper aims to help government entities gain insights on the needs and expectations of their customers. Towards this end, we propose an aspect-based sentiment analysis hybrid approach that integrates domain lexicons and rules to analyse the entities smart apps reviews. The proposed model aims to extract the important aspects from the reviews and classify the corresponding sentiments. This approach adopts language processing techniques, rules, and lexicons to address several sentiment analysis challenges, and produce summarized results. According to the reported results, the aspect extraction accuracy improves significantly when the implicit aspects are considered. Also, the integrated classification model outperforms the lexicon-based baseline and the other rules combinations by 5% in terms of Accuracy on average. Also, when using the same dataset, the proposed approach outperforms machine learning approaches that uses support vector machine (SVM). However, using these lexicons and rules as input features to the SVM model has achieved higher accuracy than other SVM models.

Details

Applied Computing and Informatics, vol. 20 no. 1/2
Type: Research Article
ISSN: 2634-1964

Keywords

Open Access
Article
Publication date: 31 July 2023

Daniel Šandor and Marina Bagić Babac

Sarcasm is a linguistic expression that usually carries the opposite meaning of what is being said by words, thus making it difficult for machines to discover the actual meaning…

3097

Abstract

Purpose

Sarcasm is a linguistic expression that usually carries the opposite meaning of what is being said by words, thus making it difficult for machines to discover the actual meaning. It is mainly distinguished by the inflection with which it is spoken, with an undercurrent of irony, and is largely dependent on context, which makes it a difficult task for computational analysis. Moreover, sarcasm expresses negative sentiments using positive words, allowing it to easily confuse sentiment analysis models. This paper aims to demonstrate the task of sarcasm detection using the approach of machine and deep learning.

Design/methodology/approach

For the purpose of sarcasm detection, machine and deep learning models were used on a data set consisting of 1.3 million social media comments, including both sarcastic and non-sarcastic comments. The data set was pre-processed using natural language processing methods, and additional features were extracted and analysed. Several machine learning models, including logistic regression, ridge regression, linear support vector and support vector machines, along with two deep learning models based on bidirectional long short-term memory and one bidirectional encoder representations from transformers (BERT)-based model, were implemented, evaluated and compared.

Findings

The performance of machine and deep learning models was compared in the task of sarcasm detection, and possible ways of improvement were discussed. Deep learning models showed more promise, performance-wise, for this type of task. Specifically, a state-of-the-art model in natural language processing, namely, BERT-based model, outperformed other machine and deep learning models.

Originality/value

This study compared the performance of the various machine and deep learning models in the task of sarcasm detection using the data set of 1.3 million comments from social media.

Details

Information Discovery and Delivery, vol. 52 no. 2
Type: Research Article
ISSN: 2398-6247

Keywords

Open Access
Article
Publication date: 30 May 2022

Amani Mejri

This corpus-based study provides a descriptive account of the distribution of the polysemous noun nafs in two Arabic varieties, Modern Standard Arabic (MSA) and Classical Arabic…

Abstract

Purpose

This corpus-based study provides a descriptive account of the distribution of the polysemous noun nafs in two Arabic varieties, Modern Standard Arabic (MSA) and Classical Arabic (CA). The research objective is to survey the use of nafs as a reflexive marker in local binding domains and as a self-intensifier in NP-adjoined positions.

Design/methodology/approach

The consulted corpora are Timespamped JSI Web corpus for MSA and Quran corpus for CA. While attending to corpora size differences, MSA and CA exhibit a pattern of difference and similarity in nafs diffusion.

Findings

In the modern variety, nafs is pervasively used as reflexive marker in canonical binding domains, along with a less frequent, yet notable, intensifier user, and these uses are partially and cautiously attributed to the specific genre in which they occur. In CA, nafs is mainly recurrent as a polysemous noun, along with extensive use as a reflexive marker in local binding settings. As an intensifier, nafs is totally non-existent in the CA corpus, in the same way as it is in absentia in VP-constituent extraction in MSA.

Originality/value

Examining whether nafs, as a reflexive marker, deviates from canonical binding in Arabic the way English reflexive pronouns do. Building a general account of this distribution is relevant in understanding the explicit (syntactic) and implicit (discourse-based) dimensions of reflexive marker and self-intensifier processing and interpretation in Arabic as a first and second language.

Details

Saudi Journal of Language Studies, vol. 2 no. 2
Type: Research Article
ISSN: 2634-243X

Keywords

Open Access
Article
Publication date: 14 August 2020

Paramita Ray and Amlan Chakrabarti

Social networks have changed the communication patterns significantly. Information available from different social networking sites can be well utilized for the analysis of users…

6505

Abstract

Social networks have changed the communication patterns significantly. Information available from different social networking sites can be well utilized for the analysis of users opinion. Hence, the organizations would benefit through the development of a platform, which can analyze public sentiments in the social media about their products and services to provide a value addition in their business process. Over the last few years, deep learning is very popular in the areas of image classification, speech recognition, etc. However, research on the use of deep learning method in sentiment analysis is limited. It has been observed that in some cases the existing machine learning methods for sentiment analysis fail to extract some implicit aspects and might not be very useful. Therefore, we propose a deep learning approach for aspect extraction from text and analysis of users sentiment corresponding to the aspect. A seven layer deep convolutional neural network (CNN) is used to tag each aspect in the opinionated sentences. We have combined deep learning approach with a set of rule-based approach to improve the performance of aspect extraction method as well as sentiment scoring method. We have also tried to improve the existing rule-based approach of aspect extraction by aspect categorization with a predefined set of aspect categories using clustering method and compared our proposed method with some of the state-of-the-art methods. It has been observed that the overall accuracy of our proposed method is 0.87 while that of the other state-of-the-art methods like modified rule-based method and CNN are 0.75 and 0.80 respectively. The overall accuracy of our proposed method shows an increment of 7–12% from that of the state-of-the-art methods.

Details

Applied Computing and Informatics, vol. 18 no. 1/2
Type: Research Article
ISSN: 2634-1964

Keywords

Open Access
Article
Publication date: 4 August 2020

Mohamed Boudchiche and Azzeddine Mazroui

We have developed in this paper a morphological disambiguation hybrid system for the Arabic language that identifies the stem, lemma and root of a given sentence words. Following…

Abstract

We have developed in this paper a morphological disambiguation hybrid system for the Arabic language that identifies the stem, lemma and root of a given sentence words. Following an out-of-context analysis performed by the morphological analyser Alkhalil Morpho Sys, the system first identifies all the potential tags of each word of the sentence. Then, a disambiguation phase is carried out to choose for each word the right solution among those obtained during the first phase. This problem has been solved by equating the disambiguation issue with a surface optimization problem of spline functions. Tests have shown the interest of this approach and the superiority of its performances compared to those of the state of the art.

Details

Applied Computing and Informatics, vol. ahead-of-print no. ahead-of-print
Type: Research Article
ISSN: 2634-1964

Keywords

Open Access
Article
Publication date: 4 March 2021

Paulo Henrique Bertucci Ramos and Marcelo Caldeira Pedroso

This paper aims to identify and analyze the agtech classification and categorization systems in the Brazilian context.

2287

Abstract

Purpose

This paper aims to identify and analyze the agtech classification and categorization systems in the Brazilian context.

Design/methodology/approach

The systematic literature review (SLR) was carried out according to the protocol of Kitchenham and Charters (2007). The classification systems found in literature were evaluated using the thinking aloud protocol, as proposed by Ericsson and Simon (1993). The responses obtained were evaluated through lexicographic analysis, described by Bécue-Bertaut (2019) and content analysis, described by Bardin (2011).

Findings

SLR identified four agtech classification systems. The model proposed by Dias, Jardim, and Sakuda (2019) was the one with the highest adherence to classify Brazilian agtechs. From the analysis of the systems found in literature, the authors proposed a new categorization model of agricultural startups (agtechs).

Research limitations/implications

The study has limitations in relation to the theoretical and empirical validation of the model proposed by the authors. This limitation can be the subject of subsequent research.

Practical implications

The SLR study considers the evolution of the classification systems of a new agribusiness reality, the agtechs. In addition, there is a practical contribution in proposing a new classification system that attempts to address some of the limitations found in previous studies.

Originality/value

Agtechs are startups focused on developing solutions for agriculture and have shown a significant increase in recent years. However, there are few studies focused on this type of company. Even rarer are the studies that seek to classify and categorize them. The present work opens the horizon for future studies focused on this new reality.

Details

Innovation & Management Review, vol. 18 no. 3
Type: Research Article
ISSN: 2515-8961

Keywords

Open Access
Article
Publication date: 22 March 2021

Laurence Saglietto

This study aims to review the literature on sharing economy logistics and crowd logistics to answer the three following questions: How is the literature on sharing economy…

2434

Abstract

Purpose

This study aims to review the literature on sharing economy logistics and crowd logistics to answer the three following questions: How is the literature on sharing economy logistics structured? What are the main trends in sharing economy logistics and crowd logistics? What are the future research options?

Design/methodology/approach

Bibliometric analysis is used to evaluate 85 articles published over the past 12 years; it identifies the top academic journals, authors and research topics contributing to the field.

Findings

The sharing economy logistics and crowd logistics literature is structured around several disciplines and highlights that some are more scientifically advanced than others in their subject definitions, designs, modelling and innovative solutions. The main trends are organized around three clusters: Cluster 1 refers to the optimal allocation of costs, prices, distribution and supplier relationships; Cluster 2 corresponds to business related crowdsourcing and international industry practices; and Cluster 3 includes the impact of transport on last-mile delivery, crowd shipping and the environment.

Research limitations/implications

The study is based on data from peer-reviewed scientific journals and conferences. A broader overview could include other data sources such as books, book chapters, working papers, etc.

Originality/value

Future research directions are discussed in the context of the evolution from crowd logistics to crowd intelligence, and the complexities of crowd logistics such as understanding how the social crowd can be integrated into the logistics process. Our results are part of the crowd science and engineering concept and provide some answers about crowd cyber-system questions regarding crowd intelligence in logistic sector.

Details

International Journal of Crowd Science, vol. 5 no. 1
Type: Research Article
ISSN: 2398-7294

Keywords

Open Access
Article
Publication date: 13 August 2021

Davide Calvaresi, Ahmed Ibrahim, Jean-Paul Calbimonte, Emmanuel Fragniere, Roland Schegg and Michael Ignaz Schumacher

The tourism and hospitality sectors are experiencing radical innovation boosted by the advancements in Information and Communication Technologies. Increasingly sophisticated…

3602

Abstract

Purpose

The tourism and hospitality sectors are experiencing radical innovation boosted by the advancements in Information and Communication Technologies. Increasingly sophisticated chatbots are introducing novel approaches, re-shaping the dynamics among tourists and service providers, and fostering a remarkable behavioral change in the overall sector. Therefore, the objective of this paper is two-folded: (1) to highlight the academic and industrial standing points with respect to the current chatbots designed/deployed in the tourism sector and (2) to develop a proof-of-concept embodying the most prominent opportunities in the tourism sector.

Design/methodology/approach

This work elaborates on the outcomes of a Systematic Literature Review (SLR) and a Focus Group (FG) composed of experts from the tourism industry. Moreover, it presents a proof-of-concept relying on the outcomes obtained from both SLR and FG. Eventually, the proof-of-concept has been tested with experts and practitioners of the tourism sector.

Findings

Among the findings elicited by this paper, we can mention the quick evolution of chatbot-based solutions, the need for continuous investments, upskilling, system innovation to tackle the eTourism challenges and the shift toward new dimensions (i.e. tourist-to-tourist-to-chatbot and personalized multi-stakeholder systems). In particular, we focus on the need for chatbot-based activity and thematic aggregation for next-generation tourists and service providers.

Originality/value

Both academic- and industrial-centered findings have been structured and discussed to foster the practitioners' future research. Moreover, the proof-of-concept presented in the paper is the first of its kind, which raised considerable interest from both technical and business-planning perspectives.

Details

Journal of Tourism Futures, vol. 9 no. 3
Type: Research Article
ISSN: 2055-5911

Keywords

Open Access
Article
Publication date: 22 September 2022

Hassan Saleh Mahdi, Hind Alotaibi and Hind AlFadda

This study aims to examine the effects of using mobile translation applications for translating collocations.

3504

Abstract

Purpose

This study aims to examine the effects of using mobile translation applications for translating collocations.

Design/methodology/approach

The study followed an experimental design where 47 students of English as foreign language in a Saudi university were randomly categorized into two groups. Both the groups were given a translation task consisting of 30 sentences with fixed, medium-strength and weak collocations. The participants in the experimental group (n 23) were asked to use a mobile App (Reverso) to translate the sentences, while the control group (n 24) was allowed to use only paper-based dictionaries. The translations were scored and analyzed to measure if there was any significant difference between the two groups.

Findings

The results indicated that the mobile translation application was more effective in translating fixed and medium-strength collocations than weak collocations, and in translating collocations in both translation directions (i.e. from Arabic into English or vice-versa).

Originality/value

The findings suggest that integrating translation technologies in general and mobile translation applications in particular in translation can enhance the translation process. Students can utilize mobile translation applications to enhance their translation skills, especially for translating collocations.

Details

Saudi Journal of Language Studies, vol. 2 no. 4
Type: Research Article
ISSN: 2634-243X

Keywords

1 – 10 of 16