Event extraction is an important part of natural language information extraction, and it’s widely employed in other natural language processing tasks including question answering and machine reading comprehension. However, there is a lack of recent comprehensive survey papers on event extraction. In the past few years, numerous high-quality and innovative event extraction methods have been proposed, making it necessary to consolidate these new developments with previous work in order to provide a clear overview for researchers and serve as a reference for future studies. In addition, event detection is a fundamental sub-task in event extraction, previous survey papers have often overlooked the related work on event detection. Therefore, this paper aims to bridge these gaps by presenting a comprehensive survey of event extraction, including recent advancements and an analysis of previous research on event detection. The resources for event extraction are first introduced in this research, and then the numerous neural network models currently employed in event extraction tasks are divided into four types: word sequence-based methods, graph-based neural network methods, external knowledge-based approaches, and prompt-based approaches. We compare and contrast them in depth, pointing out the flaws and difficulties with existing research. Finally, we discuss the future of event extraction development.
- Article type
- Year
- Co-author
The rapid development of the internet has ushered the real world into a “media-centric” digital era where virtually everything serves as a medium. Leveraging the new attributes of interactivity, immediacy, and personalization facilitated by online communication, folklore has found a broad avenue for dissemination. Among these, online social networks have become a vital channel for propagating folklore. By using social network theory, we devise a comprehensive approach known as SocialPre. Firstly, we utilize embedding techniques to capture users’ low-level and high-level social relationships. Secondly, by applying an automatic weight assignment mechanism based on the embedding representations, multi-level social relationships are aggregated to assess the likelihood of a social interaction between any two users. These experiments demonstrate the ability to classify different social groups. In addition, we delve into the potential directions of folklore evolution, thus laying a theoretical foundation for future folklore communication.
Air pollution is a severe environmental problem in urban areas. Accurate air quality prediction can help governments and individuals make proper decisions to cope with potential air pollution. As a classic time series forecasting model, the AutoRegressive Integrated Moving Average (ARIMA) has been widely adopted in air quality prediction. However, because of the volatility of air quality and the lack of additional context information, i.e., the spatial relationships among monitor stations, traditional ARIMA models suffer from unstable prediction performance. Though some deep networks can achieve higher accuracy, a mass of training data, heavy computing, and time cost are required. In this paper, we propose a hybrid model to simultaneously predict seven air pollution indicators from multiple monitoring stations. The proposed model consists of three components: (1) an extended ARIMA to predict matrix series of multiple air quality indicators from several adjacent monitoring stations; (2) the Empirical Mode Decomposition (EMD) to decompose the air quality time series data into multiple smooth sub-series; and (3) the truncated Singular Value Decomposition (SVD) to compress and denoise the expanded matrix. Experimental results on the public dataset show that our proposed model outperforms the state-of-art air quality forecasting models in both accuracy and time cost.