The literary review presented in the following paper aims to analyze the tracking tools used in different countries during the period of the COVID-19 pandemic. Tracking apps that have been adopted in many countries to...The literary review presented in the following paper aims to analyze the tracking tools used in different countries during the period of the COVID-19 pandemic. Tracking apps that have been adopted in many countries to collect data in a homogeneous and immediate way have made up for the difficulty of collecting data and standardizing evaluation criteria. However, the regulation on the protection of personal data in the health sector and the adoption of the new General Data Protection Regulation in European countries has placed a strong limitation on their use. This has not been the case in non-European countries, where monitoring methodologies have become widespread. The textual analysis presented is based on co-occurrence and multiple correspondence analysis to show the contact tracing methods adopted in different countries in the pandemic period by relating them to the issue of privacy. It also analyzed the possibility of applying Blockchain technology in applications for tracking contagions from COVID-19 and managing health data to provide a high level of security and transparency, including through anonymization, thus increasing user trust in using the apps.展开更多
The image of Mulan is well known to the public as an important symbol in the dissemination of Chinese excellent traditional culture.This paper aims to summarise the mother-title from traditional canonical texts,to exp...The image of Mulan is well known to the public as an important symbol in the dissemination of Chinese excellent traditional culture.This paper aims to summarise the mother-title from traditional canonical texts,to explore the content and value of sustainable IP development,and to study a large number of derivatives with the image of Mulan as the mother-title,based on the wide circulation of the prototype of the mother-title“The Poem of Mulan”(木兰辞)and the positive values conveyed by the content.Through the processing and imagination of scholars and writers on the mother text in the past generations,the image of Mulan has gradually formed a relatively stable cultural communication theme in the process of dissemination in China’s historical period,and many adaptations with international influence based on the mother title of Mulan have emerged in the foreign dissemination,so through the combing and summarisation of the textual works of various periods both at home and abroad,we will dig out the textual transmission of the mother title of Mulan,which is representative of the mother title of China’s excellent traditional culture,and the development of the Chinese spiritual core.The Development of the Chinese Spiritual Kernel.This paper adopts research methods such as documentary evidence method and discourse analysis to show the textual flow of Mulan’s parent theme in a more diversified form.展开更多
The novel A Rose for Emily is one of the early works of William Faulkner,a famous American southern writer who has won The Nobel Prize in Literature in 1950.Spatial narrative theory analyzes and summarizes the spatial...The novel A Rose for Emily is one of the early works of William Faulkner,a famous American southern writer who has won The Nobel Prize in Literature in 1950.Spatial narrative theory analyzes and summarizes the spatial characteristics of modern and postmodern novels,showing the narrative characteristics of the works that the time is disrupted and suspended,and the space is extended indefinitely.This paper intends to interpret A Rose for Emily from the perspective of spatial narrative theory,and analyze the geological space,social space and text space in the novel,so as to reveal the important role of spatial structure in creating atmosphere and promoting narrative process,in order to better grasp the spatial metaphors in Faulkner’s novels.展开更多
This study explores the application of Abrams’Fourfold Model in the classification of Western literary criticism.Abrams’framework categorizes literary criticism into four fundamental elements:text,author,world,and a...This study explores the application of Abrams’Fourfold Model in the classification of Western literary criticism.Abrams’framework categorizes literary criticism into four fundamental elements:text,author,world,and audience.The text is viewed as an independent entity with intrinsic artistic value,necessitating a detailed analysis of its structure,style,themes,and symbols.Author study delves into the creator’s life and socio-cultural context,often to uncover the work’s deeper meanings.Contextual study situates the work within its historical and social milieu,examining its reflection of or response to societal norms and events.Audience response analysis considers the diverse interpretations shaped by readers’backgrounds,emphasizing the reader’s role in constructing the work’s meaning.The study concludes that Abrams’Fourfold Model offers a comprehensive and flexible analytical tool,enabling critics to engage with literary works from multiple perspectives,thereby enriching the understanding of literary complexity and diversity.展开更多
The assessment of translation quality in political texts is primarily based on achieving effective communication.Throughout the translation process,it is essential to not only accurately convey the original content bu...The assessment of translation quality in political texts is primarily based on achieving effective communication.Throughout the translation process,it is essential to not only accurately convey the original content but also effectively transform the structural mechanisms of the source language.In the translation reconstruction of political texts,various textual cohesion methods are often employed,with conjunctions serving as a primary means for semantic coherence within text units.展开更多
The continuous improvement of the cyber threat intelligence sharing mechanism provides new ideas to deal with Advanced Persistent Threats(APT).Extracting attack behaviors,i.e.,Tactics,Techniques,Procedures(TTP)from Cy...The continuous improvement of the cyber threat intelligence sharing mechanism provides new ideas to deal with Advanced Persistent Threats(APT).Extracting attack behaviors,i.e.,Tactics,Techniques,Procedures(TTP)from Cyber Threat Intelligence(CTI)can facilitate APT actors’profiling for an immediate response.However,it is difficult for traditional manual methods to analyze attack behaviors from cyber threat intelligence due to its heterogeneous nature.Based on the Adversarial Tactics,Techniques and Common Knowledge(ATT&CK)of threat behavior description,this paper proposes a threat behavioral knowledge extraction framework that integrates Heterogeneous Text Network(HTN)and Graph Convolutional Network(GCN)to solve this issue.It leverages the hierarchical correlation relationships of attack techniques and tactics in the ATT&CK to construct a text network of heterogeneous cyber threat intelligence.With the help of the Bidirectional EncoderRepresentation fromTransformers(BERT)pretraining model to analyze the contextual semantics of cyber threat intelligence,the task of threat behavior identification is transformed into a text classification task,which automatically extracts attack behavior in CTI,then identifies the malware and advanced threat actors.The experimental results show that F1 achieve 94.86%and 92.15%for the multi-label classification tasks of tactics and techniques.Extend the experiment to verify the method’s effectiveness in identifying the malware and threat actors in APT attacks.The F1 for malware and advanced threat actors identification task reached 98.45%and 99.48%,which are better than the benchmark model in the experiment and achieve state of the art.The model can effectivelymodel threat intelligence text data and acquire knowledge and experience migration by correlating implied features with a priori knowledge to compensate for insufficient sample data and improve the classification performance and recognition ability of threat behavior in text.展开更多
As location information of numerous Internet of Thing(IoT)devices can be recognized through IoT sensor technology,the need for technology to efficiently analyze spatial data is increasing.One of the famous algorithms ...As location information of numerous Internet of Thing(IoT)devices can be recognized through IoT sensor technology,the need for technology to efficiently analyze spatial data is increasing.One of the famous algorithms for classifying dense data into one cluster is Density-Based Spatial Clustering of Applications with Noise(DBSCAN).Existing DBSCAN research focuses on efficiently finding clusters in numeric data or categorical data.In this paper,we propose the novel problem of discovering a set of adjacent clusters among the cluster results derived for each keyword in the keyword-based DBSCAN algorithm.The existing DBSCAN algorithm has a problem in that it is necessary to calculate the number of all cases in order to find adjacent clusters among clusters derived as a result of the algorithm.To solve this problem,we developed the Genetic algorithm-based Keyword Matching DBSCAN(GKM-DBSCAN)algorithm to which the genetic algorithm was applied to discover the set of adjacent clusters among the cluster results derived for each keyword.In order to improve the performance of GKM-DBSCAN,we improved the general genetic algorithm by performing a genetic operation in groups.We conducted extensive experiments on both real and synthetic datasets to show the effectiveness of GKM-DBSCAN than the brute-force method.The experimental results show that GKM-DBSCAN outperforms the brute-force method by up to 21 times.GKM-DBSCAN with the index number binarization(INB)is 1.8 times faster than GKM-DBSCAN with the cluster number binarization(CNB).展开更多
Purpose:Nowadays,public opinions during public emergencies involve not only textual contents but also contain images.However,the existing works mainly focus on textual contents and they do not provide a satisfactory a...Purpose:Nowadays,public opinions during public emergencies involve not only textual contents but also contain images.However,the existing works mainly focus on textual contents and they do not provide a satisfactory accuracy of sentiment analysis,lacking the combination of multimodal contents.In this paper,we propose to combine texts and images generated in the social media to perform sentiment analysis.Design/methodology/approach:We propose a Deep Multimodal Fusion Model(DMFM),which combines textual and visual sentiment analysis.We first train word2vec model on a large-scale public emergency corpus to obtain semantic-rich word vectors as the input of textual sentiment analysis.BiLSTM is employed to generate encoded textual embeddings.To fully excavate visual information from images,a modified pretrained VGG16-based sentiment analysis network is used with the best-performed fine-tuning strategy.A multimodal fusion method is implemented to fuse textual and visual embeddings completely,producing predicted labels.Findings:We performed extensive experiments on Weibo and Twitter public emergency datasets,to evaluate the performance of our proposed model.Experimental results demonstrate that the DMFM provides higher accuracy compared with baseline models.The introduction of images can boost the performance of sentiment analysis during public emergencies.Research limitations:In the future,we will test our model in a wider dataset.We will also consider a better way to learn the multimodal fusion information.Practical implications:We build an efficient multimodal sentiment analysis model for the social media contents during public emergencies.Originality/value:We consider the images posted by online users during public emergencies on social platforms.The proposed method can present a novel scope for sentiment analysis during public emergencies and provide the decision support for the government when formulating policies in public emergencies.展开更多
Targeted multimodal sentiment classification(TMSC)aims to identify the sentiment polarity of a target mentioned in a multimodal post.The majority of current studies on this task focus on mapping the image and the text...Targeted multimodal sentiment classification(TMSC)aims to identify the sentiment polarity of a target mentioned in a multimodal post.The majority of current studies on this task focus on mapping the image and the text to a high-dimensional space in order to obtain and fuse implicit representations,ignoring the rich semantic information contained in the images and not taking into account the contribution of the visual modality in the multimodal fusion representation,which can potentially influence the results of TMSC tasks.This paper proposes a general model for Improving Targeted Multimodal Sentiment Classification with Semantic Description of Images(ITMSC)as a way to tackle these issues and improve the accu-racy of multimodal sentiment analysis.Specifically,the ITMSC model can automatically adjust the contribution of images in the fusion representation through the exploitation of semantic descriptions of images and text similarity relations.Further,we propose a target-based attention module to capture the target-text relevance,an image-based attention module to capture the image-text relevance,and a target-image matching module based on the former two modules to properly align the target with the image so that fine-grained semantic information can be extracted.Our experimental results demonstrate that our model achieves comparable performance with several state-of-the-art approaches on two multimodal sentiment datasets.Our findings indicate that incorporating semantic descriptions of images can enhance our understanding of multimodal content and lead to improved sentiment analysis performance.展开更多
The Internet revolution has resulted in abundant data from various sources,including social media,traditional media,etcetera.Although the availability of data is no longer an issue,data labelling for exploiting it in ...The Internet revolution has resulted in abundant data from various sources,including social media,traditional media,etcetera.Although the availability of data is no longer an issue,data labelling for exploiting it in supervised machine learning is still an expensive process and involves tedious human efforts.The overall purpose of this study is to propose a strategy to automatically label the unlabeled textual data with the support of active learning in combination with deep learning.More specifically,this study assesses the performance of different active learning strategies in automatic labelling of the textual dataset at sentence and document levels.To achieve this objective,different experiments have been performed on the publicly available dataset.In first set of experiments,we randomly choose a subset of instances from training dataset and train a deep neural network to assess performance on test set.In the second set of experiments,we replace the random selection with different active learning strategies to choose a subset of the training dataset to train the same model and reassess its performance on test set.The experimental results suggest that different active learning strategies yield performance improvement of 7% on document level datasets and 3%on sentence level datasets for auto labelling.展开更多
Passive voice is an important grammatical phenomenon,and the translation of English passive voice is a hot issue in translation research.In translation,some linguistic phenomena of the source language cannot be expres...Passive voice is an important grammatical phenomenon,and the translation of English passive voice is a hot issue in translation research.In translation,some linguistic phenomena of the source language cannot be expressed in the target language,and the translation has limits of translatability.However,fewer scholars have studied the loss of textual function caused by the translation of passive voice.The authors argue that the conversion of voice in the translation process can,to a certain extent,cause the loss of meaning.In this paper,the authors analyze the loss of textual function caused by the conversion of English passive voice to Chinese active voice from the perspective of the limits of translatability.The authors believe that this phenomenon is common and unavoidable.Therefore,when dealing with the passive voice,the translator should preserve its discourse function as much as possible,rather than just“converting passive to active voice”.展开更多
This paper discusses the approach to the CET (college English test) oral test based on automatic essay marking (AEM). The reliability and validity arouses a dispute on Internet-based CET (iB-CET) oral test in Ch...This paper discusses the approach to the CET (college English test) oral test based on automatic essay marking (AEM). The reliability and validity arouses a dispute on Internet-based CET (iB-CET) oral test in China, leading to the penetration into oral test contents in dialogue, description or comment, and question answering. Then, a probe into transformation from a spoken document into a textual document is touched on a conversion ratio of 72% adopted at the present time, AEM to be carried forward being a necessary hypothesis for Afterwards, this paper focuses on the pipeline in AEM with the content features and the language itself, which is established in two different models in marking for extraction and detection. Through experiments, this paper reveals the fact that an iB-CET oral test can be performed perfectly in the pipeline of spoken documents transformed into textual documents which can be automatically marked. Hence the design of the iB-CET oral test reaches its reliability and validity.展开更多
In translating poems, it is very common that different people have quite different versions of the same poem. This paper therefore intends to expound upon the underlying factors from the perspective of Hermeneutics,by...In translating poems, it is very common that different people have quite different versions of the same poem. This paper therefore intends to expound upon the underlying factors from the perspective of Hermeneutics,by exploring the relationship between the textual meaning and the textual significance of a poem, as well as the relationship between the author's intention and the textual intention of a poem, aiming to explain the key element in translating poems—multi-interpretation.展开更多
This thesisanalyzes the expletives in the film Godfather with the theoretical frame of Halliday's(1985) System-Functional Linguistics Theory,especially from the perspective of the textual function of expletives,na...This thesisanalyzes the expletives in the film Godfather with the theoretical frame of Halliday's(1985) System-Functional Linguistics Theory,especially from the perspective of the textual function of expletives,namely,we will elaborate the textual function with the film Godfather as the example. The expletives may be very appropriate and necessary in certain situation since they have a cohesive function.展开更多
The English business letter (EBL) is an important written text used for international business communication and it has its own features of text. This paper explores the textual function of EBL in terms of thematic st...The English business letter (EBL) is an important written text used for international business communication and it has its own features of text. This paper explores the textual function of EBL in terms of thematic structure and thematic progression and finds that EBL has its unique textual features.展开更多
The theory of Grammatical Metaphor was first put forward by Halliday-the founder of systematic-functional school, whose research, however, only limited to ideational metaphor and interpersonal metaphor. Halliday took ...The theory of Grammatical Metaphor was first put forward by Halliday-the founder of systematic-functional school, whose research, however, only limited to ideational metaphor and interpersonal metaphor. Halliday took textual metaphor with a pinch of salt. This paper will focus on four representative forms of textual metaphor, that is, metaphorical thematic structure, metaphorical information structure, metaphorical cohesion and nominalization, based on Hotel English, to elaborate its factuality and theoreticality and excavate its functions in Hotel communication.展开更多
In recent years,numerous textual studies have appeared.However,the majority of them concentrated on the study of cohesion and coherence of sentences.Van Dijk(1977,1980),Holland famous linguist,put forward"Macrost...In recent years,numerous textual studies have appeared.However,the majority of them concentrated on the study of cohesion and coherence of sentences.Van Dijk(1977,1980),Holland famous linguist,put forward"Macrostructures"which provide us with a theo retical basis to study macrostructure of texts.The paper aims to introduce it in very detail and make it known to all the English learners.展开更多
Since the proposal of metafunctions, they are often used to analyze the discourse. This paper is to analyze the text About Books from these three metafunctions.
Based on the poem Xiatian Hai Hen Yuan夏天还很远, one of the most characteristic works of the Chinese poet Bai Hua, along with its four English translations, this paper conducts comparative textual studies with regard...Based on the poem Xiatian Hai Hen Yuan夏天还很远, one of the most characteristic works of the Chinese poet Bai Hua, along with its four English translations, this paper conducts comparative textual studies with regard to three aspects, including the translation of hidden personae, the selection of the tense and aspectas well as the rendition of poetic rhythms. The author holds the view that, on the one hand, different textual interpretations have gone a long way toward the dissemination of the original poem in the English-speaking world;on the other hand, the translator's proper understanding and rendition is of great significance with a view to a better presentation of the unique beauty of Chinese poetry both in the content and the form.展开更多
文摘The literary review presented in the following paper aims to analyze the tracking tools used in different countries during the period of the COVID-19 pandemic. Tracking apps that have been adopted in many countries to collect data in a homogeneous and immediate way have made up for the difficulty of collecting data and standardizing evaluation criteria. However, the regulation on the protection of personal data in the health sector and the adoption of the new General Data Protection Regulation in European countries has placed a strong limitation on their use. This has not been the case in non-European countries, where monitoring methodologies have become widespread. The textual analysis presented is based on co-occurrence and multiple correspondence analysis to show the contact tracing methods adopted in different countries in the pandemic period by relating them to the issue of privacy. It also analyzed the possibility of applying Blockchain technology in applications for tracking contagions from COVID-19 and managing health data to provide a high level of security and transparency, including through anonymization, thus increasing user trust in using the apps.
文摘The image of Mulan is well known to the public as an important symbol in the dissemination of Chinese excellent traditional culture.This paper aims to summarise the mother-title from traditional canonical texts,to explore the content and value of sustainable IP development,and to study a large number of derivatives with the image of Mulan as the mother-title,based on the wide circulation of the prototype of the mother-title“The Poem of Mulan”(木兰辞)and the positive values conveyed by the content.Through the processing and imagination of scholars and writers on the mother text in the past generations,the image of Mulan has gradually formed a relatively stable cultural communication theme in the process of dissemination in China’s historical period,and many adaptations with international influence based on the mother title of Mulan have emerged in the foreign dissemination,so through the combing and summarisation of the textual works of various periods both at home and abroad,we will dig out the textual transmission of the mother title of Mulan,which is representative of the mother title of China’s excellent traditional culture,and the development of the Chinese spiritual core.The Development of the Chinese Spiritual Kernel.This paper adopts research methods such as documentary evidence method and discourse analysis to show the textual flow of Mulan’s parent theme in a more diversified form.
文摘The novel A Rose for Emily is one of the early works of William Faulkner,a famous American southern writer who has won The Nobel Prize in Literature in 1950.Spatial narrative theory analyzes and summarizes the spatial characteristics of modern and postmodern novels,showing the narrative characteristics of the works that the time is disrupted and suspended,and the space is extended indefinitely.This paper intends to interpret A Rose for Emily from the perspective of spatial narrative theory,and analyze the geological space,social space and text space in the novel,so as to reveal the important role of spatial structure in creating atmosphere and promoting narrative process,in order to better grasp the spatial metaphors in Faulkner’s novels.
基金The paper was supported by Henan Province Teaching Reform and Practice Project(Project Fund No.135)-Research on the Reform of Literary Theory Courses for English Majors in Universities.
文摘This study explores the application of Abrams’Fourfold Model in the classification of Western literary criticism.Abrams’framework categorizes literary criticism into four fundamental elements:text,author,world,and audience.The text is viewed as an independent entity with intrinsic artistic value,necessitating a detailed analysis of its structure,style,themes,and symbols.Author study delves into the creator’s life and socio-cultural context,often to uncover the work’s deeper meanings.Contextual study situates the work within its historical and social milieu,examining its reflection of or response to societal norms and events.Audience response analysis considers the diverse interpretations shaped by readers’backgrounds,emphasizing the reader’s role in constructing the work’s meaning.The study concludes that Abrams’Fourfold Model offers a comprehensive and flexible analytical tool,enabling critics to engage with literary works from multiple perspectives,thereby enriching the understanding of literary complexity and diversity.
基金This article is a phased achievement of the 2020 research project“Research on Chinese-Russian Translation of Political Terminology Based on Corpora”(YB2020005)by CNTERM.
文摘The assessment of translation quality in political texts is primarily based on achieving effective communication.Throughout the translation process,it is essential to not only accurately convey the original content but also effectively transform the structural mechanisms of the source language.In the translation reconstruction of political texts,various textual cohesion methods are often employed,with conjunctions serving as a primary means for semantic coherence within text units.
基金supported by China’s National Key R&D Program,No.2019QY1404the National Natural Science Foundation of China,Grant No.U20A20161,U1836103the Basic Strengthening Program Project,No.2019-JCJQ-ZD-113.
文摘The continuous improvement of the cyber threat intelligence sharing mechanism provides new ideas to deal with Advanced Persistent Threats(APT).Extracting attack behaviors,i.e.,Tactics,Techniques,Procedures(TTP)from Cyber Threat Intelligence(CTI)can facilitate APT actors’profiling for an immediate response.However,it is difficult for traditional manual methods to analyze attack behaviors from cyber threat intelligence due to its heterogeneous nature.Based on the Adversarial Tactics,Techniques and Common Knowledge(ATT&CK)of threat behavior description,this paper proposes a threat behavioral knowledge extraction framework that integrates Heterogeneous Text Network(HTN)and Graph Convolutional Network(GCN)to solve this issue.It leverages the hierarchical correlation relationships of attack techniques and tactics in the ATT&CK to construct a text network of heterogeneous cyber threat intelligence.With the help of the Bidirectional EncoderRepresentation fromTransformers(BERT)pretraining model to analyze the contextual semantics of cyber threat intelligence,the task of threat behavior identification is transformed into a text classification task,which automatically extracts attack behavior in CTI,then identifies the malware and advanced threat actors.The experimental results show that F1 achieve 94.86%and 92.15%for the multi-label classification tasks of tactics and techniques.Extend the experiment to verify the method’s effectiveness in identifying the malware and threat actors in APT attacks.The F1 for malware and advanced threat actors identification task reached 98.45%and 99.48%,which are better than the benchmark model in the experiment and achieve state of the art.The model can effectivelymodel threat intelligence text data and acquire knowledge and experience migration by correlating implied features with a priori knowledge to compensate for insufficient sample data and improve the classification performance and recognition ability of threat behavior in text.
基金supported by the Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Korea government (MSIT) (No.2021R1F1A1049387).
文摘As location information of numerous Internet of Thing(IoT)devices can be recognized through IoT sensor technology,the need for technology to efficiently analyze spatial data is increasing.One of the famous algorithms for classifying dense data into one cluster is Density-Based Spatial Clustering of Applications with Noise(DBSCAN).Existing DBSCAN research focuses on efficiently finding clusters in numeric data or categorical data.In this paper,we propose the novel problem of discovering a set of adjacent clusters among the cluster results derived for each keyword in the keyword-based DBSCAN algorithm.The existing DBSCAN algorithm has a problem in that it is necessary to calculate the number of all cases in order to find adjacent clusters among clusters derived as a result of the algorithm.To solve this problem,we developed the Genetic algorithm-based Keyword Matching DBSCAN(GKM-DBSCAN)algorithm to which the genetic algorithm was applied to discover the set of adjacent clusters among the cluster results derived for each keyword.In order to improve the performance of GKM-DBSCAN,we improved the general genetic algorithm by performing a genetic operation in groups.We conducted extensive experiments on both real and synthetic datasets to show the effectiveness of GKM-DBSCAN than the brute-force method.The experimental results show that GKM-DBSCAN outperforms the brute-force method by up to 21 times.GKM-DBSCAN with the index number binarization(INB)is 1.8 times faster than GKM-DBSCAN with the cluster number binarization(CNB).
基金This paper is supported by the National Natural Science Foundation of China under contract No.71774084,72274096the National Social Science Fund of China under contract No.16ZDA224,17ZDA291.
文摘Purpose:Nowadays,public opinions during public emergencies involve not only textual contents but also contain images.However,the existing works mainly focus on textual contents and they do not provide a satisfactory accuracy of sentiment analysis,lacking the combination of multimodal contents.In this paper,we propose to combine texts and images generated in the social media to perform sentiment analysis.Design/methodology/approach:We propose a Deep Multimodal Fusion Model(DMFM),which combines textual and visual sentiment analysis.We first train word2vec model on a large-scale public emergency corpus to obtain semantic-rich word vectors as the input of textual sentiment analysis.BiLSTM is employed to generate encoded textual embeddings.To fully excavate visual information from images,a modified pretrained VGG16-based sentiment analysis network is used with the best-performed fine-tuning strategy.A multimodal fusion method is implemented to fuse textual and visual embeddings completely,producing predicted labels.Findings:We performed extensive experiments on Weibo and Twitter public emergency datasets,to evaluate the performance of our proposed model.Experimental results demonstrate that the DMFM provides higher accuracy compared with baseline models.The introduction of images can boost the performance of sentiment analysis during public emergencies.Research limitations:In the future,we will test our model in a wider dataset.We will also consider a better way to learn the multimodal fusion information.Practical implications:We build an efficient multimodal sentiment analysis model for the social media contents during public emergencies.Originality/value:We consider the images posted by online users during public emergencies on social platforms.The proposed method can present a novel scope for sentiment analysis during public emergencies and provide the decision support for the government when formulating policies in public emergencies.
文摘Targeted multimodal sentiment classification(TMSC)aims to identify the sentiment polarity of a target mentioned in a multimodal post.The majority of current studies on this task focus on mapping the image and the text to a high-dimensional space in order to obtain and fuse implicit representations,ignoring the rich semantic information contained in the images and not taking into account the contribution of the visual modality in the multimodal fusion representation,which can potentially influence the results of TMSC tasks.This paper proposes a general model for Improving Targeted Multimodal Sentiment Classification with Semantic Description of Images(ITMSC)as a way to tackle these issues and improve the accu-racy of multimodal sentiment analysis.Specifically,the ITMSC model can automatically adjust the contribution of images in the fusion representation through the exploitation of semantic descriptions of images and text similarity relations.Further,we propose a target-based attention module to capture the target-text relevance,an image-based attention module to capture the image-text relevance,and a target-image matching module based on the former two modules to properly align the target with the image so that fine-grained semantic information can be extracted.Our experimental results demonstrate that our model achieves comparable performance with several state-of-the-art approaches on two multimodal sentiment datasets.Our findings indicate that incorporating semantic descriptions of images can enhance our understanding of multimodal content and lead to improved sentiment analysis performance.
基金the Deanship of Scientific Research at Shaqra University for supporting this work.
文摘The Internet revolution has resulted in abundant data from various sources,including social media,traditional media,etcetera.Although the availability of data is no longer an issue,data labelling for exploiting it in supervised machine learning is still an expensive process and involves tedious human efforts.The overall purpose of this study is to propose a strategy to automatically label the unlabeled textual data with the support of active learning in combination with deep learning.More specifically,this study assesses the performance of different active learning strategies in automatic labelling of the textual dataset at sentence and document levels.To achieve this objective,different experiments have been performed on the publicly available dataset.In first set of experiments,we randomly choose a subset of instances from training dataset and train a deep neural network to assess performance on test set.In the second set of experiments,we replace the random selection with different active learning strategies to choose a subset of the training dataset to train the same model and reassess its performance on test set.The experimental results suggest that different active learning strategies yield performance improvement of 7% on document level datasets and 3%on sentence level datasets for auto labelling.
文摘Passive voice is an important grammatical phenomenon,and the translation of English passive voice is a hot issue in translation research.In translation,some linguistic phenomena of the source language cannot be expressed in the target language,and the translation has limits of translatability.However,fewer scholars have studied the loss of textual function caused by the translation of passive voice.The authors argue that the conversion of voice in the translation process can,to a certain extent,cause the loss of meaning.In this paper,the authors analyze the loss of textual function caused by the conversion of English passive voice to Chinese active voice from the perspective of the limits of translatability.The authors believe that this phenomenon is common and unavoidable.Therefore,when dealing with the passive voice,the translator should preserve its discourse function as much as possible,rather than just“converting passive to active voice”.
基金The Humanities and Social Sciences Project granted from the Ministry of Education in China(No.10YJA740061,11YJA740121)the Teaching Reform Key Project under Educational Section of Jiangsu Province(No.2011JSJG453)+3 种基金Southeast University Teaching Reform Project for Graduates(No.2010-54)Southeast University Teaching Reform Project for Post-Graduates(No.KJGKT12-06)the Natural Science Foundation of Jiangsu Province(No.BK2008354)the National Natural Science Foundation of China(No.6550181821,60975017)
文摘This paper discusses the approach to the CET (college English test) oral test based on automatic essay marking (AEM). The reliability and validity arouses a dispute on Internet-based CET (iB-CET) oral test in China, leading to the penetration into oral test contents in dialogue, description or comment, and question answering. Then, a probe into transformation from a spoken document into a textual document is touched on a conversion ratio of 72% adopted at the present time, AEM to be carried forward being a necessary hypothesis for Afterwards, this paper focuses on the pipeline in AEM with the content features and the language itself, which is established in two different models in marking for extraction and detection. Through experiments, this paper reveals the fact that an iB-CET oral test can be performed perfectly in the pipeline of spoken documents transformed into textual documents which can be automatically marked. Hence the design of the iB-CET oral test reaches its reliability and validity.
文摘In translating poems, it is very common that different people have quite different versions of the same poem. This paper therefore intends to expound upon the underlying factors from the perspective of Hermeneutics,by exploring the relationship between the textual meaning and the textual significance of a poem, as well as the relationship between the author's intention and the textual intention of a poem, aiming to explain the key element in translating poems—multi-interpretation.
文摘This thesisanalyzes the expletives in the film Godfather with the theoretical frame of Halliday's(1985) System-Functional Linguistics Theory,especially from the perspective of the textual function of expletives,namely,we will elaborate the textual function with the film Godfather as the example. The expletives may be very appropriate and necessary in certain situation since they have a cohesive function.
文摘The English business letter (EBL) is an important written text used for international business communication and it has its own features of text. This paper explores the textual function of EBL in terms of thematic structure and thematic progression and finds that EBL has its unique textual features.
文摘The theory of Grammatical Metaphor was first put forward by Halliday-the founder of systematic-functional school, whose research, however, only limited to ideational metaphor and interpersonal metaphor. Halliday took textual metaphor with a pinch of salt. This paper will focus on four representative forms of textual metaphor, that is, metaphorical thematic structure, metaphorical information structure, metaphorical cohesion and nominalization, based on Hotel English, to elaborate its factuality and theoreticality and excavate its functions in Hotel communication.
文摘In recent years,numerous textual studies have appeared.However,the majority of them concentrated on the study of cohesion and coherence of sentences.Van Dijk(1977,1980),Holland famous linguist,put forward"Macrostructures"which provide us with a theo retical basis to study macrostructure of texts.The paper aims to introduce it in very detail and make it known to all the English learners.
文摘Since the proposal of metafunctions, they are often used to analyze the discourse. This paper is to analyze the text About Books from these three metafunctions.
文摘Based on the poem Xiatian Hai Hen Yuan夏天还很远, one of the most characteristic works of the Chinese poet Bai Hua, along with its four English translations, this paper conducts comparative textual studies with regard to three aspects, including the translation of hidden personae, the selection of the tense and aspectas well as the rendition of poetic rhythms. The author holds the view that, on the one hand, different textual interpretations have gone a long way toward the dissemination of the original poem in the English-speaking world;on the other hand, the translator's proper understanding and rendition is of great significance with a view to a better presentation of the unique beauty of Chinese poetry both in the content and the form.