Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
skip to main content
research-article

A Multifocal Graph-Based Neural Network Scheme for Topic Event Extraction

Published: 30 November 2024 Publication History

Abstract

Event extraction is a long-standing and challenging task in natural language processing, and existing studies mainly focus on extracting events within sentences. However, a significant problem that has not been carefully investigated is whether an “event topic” can be identified to represent the main aspects of extracted events. This article formulates the “topic event” extraction problem, aiming to identify a representative event from extracted ones. Specifically, after defining the topic event, we develop a multifocal graph-based framework to handle the extraction task. To enrich the associations of events and their tokens, we construct four event graphs, including the event subgraph and three event-associated graphs (i.e., event dependency parsing graph, event organization graph, and event share token graph), that reflect the internal and external structures of events, respectively. Subsequently, we design a multi-attention event-graph neural network to capture these event graph structures and improve event subgraph embedding. Finally, the output embeddings in the last layer of each channel are concatenated and fed into a fully connected network for topic event recognition. Extensive experiments validate the effectiveness of our method, and the results confirm its superiority over state-of-the-art baselines. In-depth analyses explore the essential factors (e.g., graph structures, attentions, feature generation method, etc.) determining the extraction performance.

References

[1]
Wasi Uddin Ahmad, Nanyun Peng, and Kai-Wei Chang. 2021. GATE: Graph attention transformer encoder for cross-lingual relation and event extraction. In Proceedings of the 35th AAAI Conference on Artificial Intelligence (AAAI), 1207–1216.
[2]
James Allan. 2002. Topic Detection and Tracking: Event-Based Information Organization. Vol. 12.
[3]
James Allan, Jaime G. Carbonell, George Doddington, Jonathan Yamron, and Yiming Yang. 1998. Topic detection and tracking pilot study final report. In Proceedings of the DARPA Broadcast News Transcription and Understanding Workshop.
[4]
Emily Alsentzer, Samuel G. Finlayson, Michelle M. Li, and Marinka Zitnik. 2020. Subgraph neural networks. In Proceedings of the 34th Conference on Neural Information Processing Systems (NIPS), 1–13.
[5]
Akansha Bhardwaj, Albert Blarer, Philippe Cudré-Mauroux, Vincent Lenders, Boris Motik, Axel Tanner, and Alberto Tonon. 2021. Event detection on microposts: A comparison of four approaches. IEEE Transactions on Knowledge and Data Engineering 33, 4 (2021), 1467–1478.
[6]
Yuwei Cao, Hao Peng, Jia Wu, Yingtong Dou, Jianxin Li, and Philip S. Yu. 2021. Knowledge-preserving incremental social event detection via heterogeneous GNNs. In Proceedings of the Web Conference 2021 (WWW), 3383–3395.
[7]
Zhu Cao, Linlin Wang, and Gerard De Melo. 2018. Link prediction via subgraph embedding-based convex matrix completion. In Proceedings of the 32nd AAAI Conference on Artificial Intelligence (AAAI), 2803–2810.
[8]
Benjamin Paul Chamberlain, Sergey Shirobokov, Emanuele Rossi, Fabrizio Frasca, Thomas Markovich, Nils Hammerla, Michael M. Bronstein, and Max Hansmire. 2023. Graph neural networks for link prediction with subgraph sketching. In Proceedings of the 9th International Conference on Learning Representations (ICLR), 1–27.
[9]
Hongxu Chen, Hongzhi Yin, Xiangguo Sun, Tong Chen, Bogdan Gabrys, and Katarzyna Musial. 2020. Multi-level graph convolutional networks for cross-platform anchor link prediction. In Proceedings of the 26th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (SIGKDD), 1503–1511.
[10]
Prafulla Kumar Choubey, Kaushik Raju, and Ruihong Huang. 2018. Identifying the most dominant event in a news article by mining event coreference relations. In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL), 340–345.
[11]
Kevin Clark, Minh-Thang Luong, Quoc V. Le, and Christopher D. Manning. 2020. ELECTRA: Pre-training text encoders as discriminators rather than generators. In Proceedings of the 8th International Conference on Learning Representations (ICLR), 1–18.
[12]
Shiyao Cui, Bowen Yu, Tingwen Liu, Zhenyu Zhang, Xuebin Wang, and Jinqiao Shi. 2020. Edge-enhanced graph convolution networks for event detection with syntactic relation. In Proceedings of the Findings of the Association for Computational Linguistics: EMNLP 2020 (EMNLP), 2329–2339.
[13]
Yiming Cui, Wanxiang Che, Ting Liu, Bing Qin, Shijin Wang, and Guoping Hu. 2020. Revisiting pre-trained models for Chinese natural language processing. In Proceedings of the Findings of the Association for Computational Linguistics: EMNLP 2020 (EMNLP), 657–668.
[14]
Yiming Cui, Ziqing Yang, and Ting Liu. 2022. PERT: Pre-training BERT with permuted language model. arXiv:2203.06906. Retrieved from
[15]
Hanjun Dai, Bo Dai, and Le Song. 2016. Discriminative embeddings of latent variable models for structured data. In Proceedings of the 33nd International Conference on Machine Learning (ICML), 2702–2711.
[16]
Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. BERT: Pre-training of deep bidirectional transformers for language understanding. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT), 4171–4186.
[17]
Li Du, Xiao Ding, Ting Liu, and Bing Qin. 2021. Learning event graph knowledge for abductive reasoning. In Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (ACL-IJCNLP), 5181–5190.
[18]
Xinya Du and Claire Cardie. 2020. Document-level event role filler extraction using multi-granularity contextualized encoding. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics (ACL), 8010–8020.
[19]
David Duvenaud, Dougal Maclaurin, Jorge Aguilera-Iparraguirre, Rafael Gómez-Bombarelli, Timothy Hirzel, Alán Aspuru-Guzik, and Ryan P. Adams. 2015. Convolutional networks on graphs for learning molecular fingerprints. In Proceedings of the 29th Conference on Neural Information Processing Systems (NIPS), 2224–2232.
[20]
Wenqi Fan, Yao Ma, Qing Li, Jianping Wang, Guoyong Cai, Jiliang Tang, and Dawei Yin. 2022. A graph neural network framework for social recommendations. IEEE Transactions on Knowledge and Data Engineering 34, 5 (2022), 2033–2046.
[21]
Justin Gilmer, Samuel S. Schoenholz, Patrick F. Riley, Oriol Vinyals, and George E. Dahl. 2017. Neural message passing for quantum chemistry. In Proceedings of the 34th International Conference on Machine Learning (ICML), 1263–1272.
[22]
Jan Hajic, Massimiliano Ciaramita, Richard Johansson, Daisuke Kawahara, M. Antònia Martí, Lluís Màrquez, Adam Meyers, Joakim Nivre, Sebastian Padó, Jan Štěpánek, Pavel Straňák, Mihai Surdeanu, Nianwen Xue, and Yi Zhang. 2009. The CoNLL-2009 shared task: Syntactic and semantic dependencies in multiple languages. In CoNLL 2009: Shared Task. 1–18.
[23]
William L Hamilton, Rex Ying, and Jure Leskovec. 2017. Inductive representation learning on large graphs. In Proceedings of the 31st Conference on Neural Information Processing Systems (NIPS), 1025–1035.
[24]
Yu Hong, Wenxuan Zhou, Jingli Zhang, Guodong Zhou, and Qiaoming Zhu. 2018. Self-regulation: Employing a generative adversarial network to improve event detection. In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (ACL), 515–526.
[25]
Zhilei Hu, Zixuan Li, Xiaolong Jin, Long Bai, Saiping Guan, Jiafeng Guo, and Xueqi Cheng. 2023. Semantic structure enhanced event causality identification. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL), 10901–10913.
[26]
Disha Jindal, Daniel Deutsch, and Dan Roth. 2020. Is killed more significant than fled? A contextual model for salient event detection. In Proceedings of the 28th International Conference on Computational Linguistics (COLING), 114–124.
[27]
Thomas N Kipf and Max Welling. 2017. Semi-supervised classification with graph convolutional networks. In Proceedings of the 5th International Conference on Learning Representations (ICLR), 1–14.
[28]
Viet Dac Lai, Tuan Ngo Nguyen, and Thien Huu Nguyen. 2020. Event detection: Gate diversity and syntactic importance scores for graph convolution neural networks. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), 5405–5411.
[29]
Zhenzhong Lan, Mingda Chen, Sebastian Goodman, Kevin Gimpel, Piyush Sharma, and Radu Soricut. 2020. ALBERT: A lite bert for self-supervised learning of language representations. In Proceedings of the 8th International Conference on Learning Representation (ICLR), 1–17.
[30]
Yujia Li, Daniel Tarlow, Marc Brockschmidt, and Richard Zemel. 2016. Gated graph sequence neural networks. In Proceedings of the 4th International Conference on Learning Representations (ICLR), 1–20.
[31]
Xin Liang, Dawei Cheng, Fangzhou Yang, Yifeng Luo, Weining Qian, and Aoying Zhou. 2020. F-HMTC: Detecting financial events for investment decisions based on neural hierarchical multi-label text classification. In Proceedings of the 29th International Joint Conference on Artificial Intelligence (IJCAI), 4490–4496.
[32]
Jinzhi Liao, Xiang Zhao, Xinyi Li, Lingling Zhang, and Jiuyang Tang. 2021. Learning discriminative neural representations for event detection. In Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR), 644–653.
[33]
Yi Liao, Wai Lam, Lidong Bing, and Xin Shen. 2018. Joint modeling of participant influence and latent topics for recommendation in event-based social networks. ACM Transactions on Information Systems 36, 3 (2018), 1–31.
[34]
Zenghua Liao, Zongqiang Yang, Peixin Huang, Ning Pang, and Xiang Zhao. 2023. Multi-model fusion-based hierarchical extraction for Chinese epidemic event. Data Science and Engineering 8, 1 (2023), 73–83.
[35]
Lu Lin and Hongning Wang. 2020. Graph attention networks over edge content-based channels. In Proceedings of the 26th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (SIGKDD), 1819–1827.
[36]
Xiao Liu, Heyan Huang, and Yue Zhang. 2019. Open domain event extraction using neural latent variable models. In Proceedings of the 57th Conference of the Association for Computational Linguistics (ACL), 2860–2871.
[37]
Xiao Liu, Zhunchen Luo, and Heyan Huang. 2018. Jointly multiple events extraction via attention-based graph information aggregation. In Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP), 1247–1256.
[38]
Xien Liu, Xinxin You, Xiao Zhang, Ji Wu, and Ping Lv. 2020. Tensor graph convolutional networks for text classification. In Proceedings of the 34th AAAI Conference on Artificial Intelligence (AAAI), Vol. 34, 8409–8416.
[39]
Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis, Luke Zettlemoyer, and Veselin Stoyanov. 2019. RoBERTa: A robustly optimized bert pretraining approach. arXiv:1907.11692. Retrieved from
[40]
Zhengzhong Liu, Chenyan Xiong, Teruko Mitamura, and Eduard Hovy. 2018. Automatic event salience identification. In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing (EMNLP), 1226–1236.
[41]
Richard McCreadie, Rodrygo L. T. Santos, Craig Macdonald, and Iadh Ounis. 2018. Explicit diversification of event aspects for temporal summarization. ACM Transactions on Information Systems 36, 3 (2018), 1–31.
[42]
Sneha Mehta, Mohammad Raihanul Islam, Huzefa Rangwala, and Naren Ramakrishnan. 2019. Event detection using hierarchical multi-aspect attention. In Proceedings of the Web Conference 2019 (WWW), 3079–3085.
[43]
Changping Meng, S. Chandra Mouli, Bruno Ribeiro, and Jennifer Neville. 2018. Subgraph pattern neural networks for high-order graph evolution prediction. In Proceedings of the 32nd AAAI Conference on Artificial Intelligence (AAAI), 3778–3787.
[44]
Qingxin Meng, Keli Xiao, Dazhong Shen, Hengshu Zhu, and Hui Xiong. 2022. Fine-grained job salary benchmarking with a nonparametric dirichlet process–based latent factor model. INFORMS Journal on Computing 34, 5 (2022), 2443–2463.
[45]
Yu Meng, Yunyi Zhang, Jiaxin Huang, Yu Zhang, Chao Zhang, and Jiawei Han. 2020. Hierarchical topic mining via joint spherical tree and text embedding. In Proceedings of the 26th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (SIGKDD), 1908–1917.
[46]
Jiaxin Mi, Po Hu, and Peng Li. 2022. Event detection with dual relational graph attention networks. In Proceedings of the 29th International Conference on Computational Linguistics (COLING), 1979–1989.
[47]
Aakanksha Naik and Carolyn Rosé. 2020. Towards open domain event trigger identification using adversarial domain adaptation. In Proceedings of the 57th Conference of the Association for Computational Linguistics (ACL), 7618–7624.
[48]
Thien Huu Nguyen and Ralph Grishman. 2018. Graph convolutional networks with argument-aware pooling for event detection. In Proceedings of the 32nd AAAI Conference on Artificial Intelligence (AAAI), 5900–5907.
[49]
Mathias Niepert, Mohamed Ahmed, and Konstantin Kutzkov. 2016. Learning convolutional neural networks for graphs. In Proceedings of the 33nd International Conference on Machine Learning (ICML). PMLR, 2014–2023.
[50]
Hao Peng, Jianxin Li, Qiran Gong, Yuanxin Ning, Senzhang Wang, and Lifang He. 2020. Motif-matching based subgraph-level attentional convolutional network for graph classification. In Proceedings of the 34th AAAI Conference on Artificial Intelligence (AAAI), Vol. 34, 5387–5394.
[51]
Chendi Qian, Gaurav Rattan, Floris Geerts, Mathias Niepert, and Christopher Morris. 2022. Ordered subgraph aggregation networks. In Proceedings of the 36th International Conference on Neural Information Processing Systems, 21030–21045.
[52]
Shirong Shen, Guilin Qi, Zhen Li, Sheng Bi, and Lusheng Wang. 2020. Hierarchical Chinese legal event extraction via pedal attention mechanism. In Proceedings of the 28th International Conference on Computational Linguistics (COLING), 100–113.
[53]
Siegel Sidney. 1957. Nonparametric statistics for the behavioral sciences. The Journal of Nervous and Mental Disease 125, 3 (1957), 497.
[54]
Linfeng Song, Zhiguo Wang, Mo Yu, Yue Zhang, Radu Florian, and Daniel Gildea. 2022. Evidence integration for multi-hop reading comprehension with graph neural networks. IEEE Transactions on Knowledge and Data Engineering 34, 2 (2022), 631–639.
[55]
Qingyun Sun, Jianxin Li, Hao Peng, Jia Wu, Yuanxing Ning, Philip S Yu, and Lifang He. 2021. SUGAR: Subgraph neural network with reinforcement pooling and self-supervised mutual information mechanism. In Proceedings of the Web Conference 2021 (WWW), 2081–2091.
[56]
Yu Sun, Shuohuan Wang, Shikun Feng, Siyu Ding, Chao Pang, Junyuan Shang, Jiaxiang Liu, Xuyi Chen, Yanbin Zhao, Yuxiang Lu, Weixin Liu, Zhihua Wu, Weibao Gong, Jianzhong Liang, Zhizhou Shang, Peng Sun, Wei Liu, Xuan Ouyang, Dianhai Yu, Hao Tian, Hua Wu, and Haifeng Wang. 2021. Ernie 3.0: Large-scale knowledge enhanced pre-training for language understanding and generation. arXiv:2107.02137. Retrieved from
[57]
Meihan Tong, Bin Xu, Shuai Wang, Yixin Cao, Lei Hou, Juanzi Li, and Jun Xie. 2020. Improving event detection via open-domain trigger knowledge. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics (ACL), 5887–5897.
[58]
Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, Dan Bikel, Lukas Blecher, Cristian Canton Ferrer, Moya Chen, Guillem Cucurull, David Esiobu, Jude Fernandes, Jeremy Fu, Wenyin Fu, Brian Fuller, Cynthia Gao, Vedanuj Goswami, Naman Goyal, Anthony Hartshorn, Saghar Hosseini, Rui Hou, Hakan Inan, Marcin Kardas, Viktor Kerkez, Madian Khabsa, Isabel Kloumann, Artem Korenev, Punit Singh Koura, Marie-Anne Lachaux, Thibaut Lavril, Jenya Lee, Diana Liskovich, Yinghai Lu, Yuning Mao, Xavier Martinet, Todor Mihaylov, Pushkar Mishra, Igor Molybog, Yixin Nie, Andrew Poulton, Jeremy Reizenstein, Rashi Rungta, Kalyan Saladi, Alan Schelten, Ruan Silva, Eric Michael Smith, Ranjan Subramanian, Xiaoqing Ellen Tan, Binh Tang, Ross Taylor, Adina Williams, Jian Xiang Kuan, Puxin Xu, Zheng Yan, Iliyan Zarov, Yuchen Zhang, Angela Fan, Melanie Kambadur, Sharan Narang, Aurelien Rodriguez, Robert Stojnic, Sergey Edunov, and Thomas Scialom. 2023. Llama 2: Open foundation and fine-tuned chat models. arXiv:2307.09288. Retrieved from
[59]
Hieu Man Duc Trong, Nghia Ngo Trung, Linh Van Ngo, and Thien Huu Nguyen. 2022. Selecting optimal context sentences for event-event relation extraction. In Proceedings of the 36th AAAI Conference on Artificial Intelligence (AAAI), 11058–11066.
[60]
Petar Veličković, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Lio, and Yoshua Bengio. 2018. Graph attention networks. In Proceedings of the 6th International Conference on Learning Representations (ICLR), 1–12.
[61]
Changxuan Wan, Yun Peng, Keli Xiao, Xiping Liu, Tengjiao Jiang, and Dexi Liu. 2020. An association-constrained LDA model for joint extraction of product aspects and opinions. Information Sciences 519 (2020), 243–259.
[62]
Qizhi Wan, Changxuan Wan, Rong Hu, and Dexi Liu. 2021. Chinese financial event extraction based on syntactic and semantic dependency parsing. Chinese Journal of Computers 44, 3 (2021), 508–530.
[63]
Qizhi Wan, Changxuan Wan, Keli Xiao, Rong Hu, and Dexi Liu. 2022. A multi-channel hierarchical graph attention network for open event extraction. ACM Transactions on Information Systems 41, 1 (2022), 1–27.
[64]
Qizhi Wan, Changxuan Wan, Keli Xiao, Rong Hu, Dexi Liu, and Xiping Liu. 2023. CFERE: Multi-type Chinese financial event relation extraction. Information Sciences 630 (2023), 119–134.
[65]
Qizhi Wan, Changxuan Wan, Keli Xiao, Dexi Liu, Chenliang Li, Bolong Zheng, Xiping Liu, and Rong Hu. 2023. Joint document-level event extraction via token-token bidirectional event completed graph. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL), 10481–10492.
[66]
Qizhi Wan, Changxuan Wan, Keli Xiao, Dexi Liu, Qing Liu, Jiangling Deng, Wenkang Luo, and Rong Hu. 2022. Construction of a Chinese corpus for multi-type economic event relation. Transactions on Asian and Low-Resource Language Information Processing 21, 6 (2022), 1–20.
[67]
Qizhi Wan, Changxuan Wan, Keli Xiao, Kun Lu, Chenliang Li, Xiping Liu, and Dexi Liu. 2024. Dependency structure-enhanced graph attention networks for event detection. In Proceedings of the 38th Annual AAAI Conference on Artificial Intelligence (AAAI), Vol. 38, 19098–19106.
[68]
Qizhi Wan, Changxuan Wan, Keli Xiao, Hui Xiong, Dexi Liu, Xiping Liu, and Rong Hu. 2024. Token-event-role structure-based multi-channel document-level event extraction. ACM Transactions on Information Systems 42, 4 (2024), 1–27.
[69]
Haoyu Wang, Muhao Chen, Hongming Zhang, and Dan Roth. 2020. Joint constrained learning for event-event relation extraction. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), 696–706.
[70]
Jiachen Wang, Jiajie Xu, Wei Chen, and Lei Zhao. 2022. When research topic trend prediction meets fact-based annotations. Data Science and Engineering 7, 4 (2022), 316–327.
[71]
Kai Wang, Weizhou Shen, Yunyi Yang, Xiaojun Quan, and Rui Wang. 2020b. Relational graph attention network for aspect-based sentiment analysis. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics (ACL), 3229–3238.
[72]
Rui Wang, Deyu Zhou, and Yulan He. 2019. Open event extraction from online text using a generative adversarial network. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), 282–291.
[73]
Zhipeng Xie and Yumin Tu. 2022. A graph convolutional network with adaptive graph generation and channel selection for event detection. In Proceedings of the 36th AAAI Conference on Artificial Intelligence (AAAI), 11522–11529.
[74]
Runxin Xu, Tianyu Liu, Lei Li, and Baobao Chang. 2021. Document-level event extraction via heterogeneous graph-based interaction model with a tracker. In Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (ACL-IJCNLP), 3533–3546.
[75]
Qi Xuan, Jinhuan Wang, Minghao Zhao, Junkun Yuan, Chenbo Fu, Zhongyuan Ruan, and Guanrong Chen. 2021. Subgraph networks with application to structural feature space expansion. IEEE Transactions on Knowledge and Data Engineering 33, 6 (2021), 2776–2789.
[76]
Haoran Yan, Xiaolong Jin, Xiangbin Meng, Jiafeng Guo, and Xueqi Cheng. 2019. Event detection with multi-order graph convolution and aggregated attention. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), 5766–5770.
[77]
Hang Yang, Dianbo Sui, Yubo Chen, Kang Liu, Jun Zhao, and Taifeng Wang. 2021. Document-level event extraction via parallel prediction networks. In Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (ACL-IJCNLP), 6298–6308.
[78]
Zhilin Yang, Zihang Dai, Yiming Yang, Jaime Carbonell, Russ R Salakhutdinov, and Quoc V. Le. 2019. XLNet: Generalized autoregressive pretraining for language understanding. In Proceedings of the 33rd Conference on Neural Information Processing Systems (NIPS), 5754–5764.
[79]
Shibo Yao, Dantong Yu, and Keli Xiao. 2019. Enhancing domain word embedding via latent semantic imputation. In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (SIGKDD), 557–565.
[80]
Rex Ying, Jiaxuan You, Christopher Morris, Xiang Ren, William L. Hamilton, and Jure Leskovec. 2018. Hierarchical graph representation learning with differentiable pooling. In Proceedings of the 32nd Conference on Neural Information Processing Systems (NIPS), 4805–4815.
[81]
Junchi Yu, Tingyang Xu, Yu Rong, Yatao Bian, Junzhou Huang, and Ran He. 2021. Graph information bottleneck for subgraph recognition. In Proceedings of the 9th International Conference on Learning Representations (ICLR), 1–19.
[82]
Quan Yuan, Xiang Ren, Wenqi He, Chao Zhang, Xinhe Geng, Lifu Huang, Heng Ji, Chin-Yew Lin, and Jiawei Han. 2018. Open-schema event profiling for massive news corpora. In Proceedings of the 27th ACM International Conference on Information and Knowledge Management (CIKM), 587–596.
[83]
Bo Zhang, Yue Zhang, Rui Wang, Zhenghua Li, and Min Zhang. 2020b. Syntax-aware opinion role labeling with dependency graph convolutional networks. In Proceedings of the 57th Conference of the Association for Computational Linguistics (ACL), 3249–3258.
[84]
Muhan Zhang, Zhicheng Cui, Marion Neumann, and Yixin Chen. 2018. An end-to-end deep learning architecture for graph classification. In Proceedings of the 34th AAAI Conference on Artificial Intelligence (AAAI), 4438–4445.
[85]
Yitao Zhang, Changxuan Wan, Xiping Liu, Tengjiao Jiang, Dexi Liu, and Guoqiong Liao. 2020. Mining unstructured economic indicators based on PSP_HDP topic model. Journal of Software 31, 3 (2020), 845–865.
[86]
Yitao Zhang, Changxuan Wan, Keli Xiao, Qizhi Wan, Dexi Liu, and Xiping Liu. 2023. rHDP: An aspect sharing-enhanced hierarchical topic model for multi-domain corpus. ACM Transactions on Information Systems 42, 3 (2023), 1–31.
[87]
Shun Zheng, Wei Cao, Wei Xu, and Jiang Bian. 2019. Doc2EDAG: An end-to-end document-level framework for Chinese financial event extraction. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), 337–346.
[88]
Li Zhongyang, Ding Xiao, and Liu Ting. 2018. Constructing narrative event evolutionary graph for script event prediction [C]. In Proceedings of the 27th International Joint Conference on Artificial Intelligence (IJCAI), 4201–4207.
[89]
Deyu Zhou, Xuan Zhang, and Yulan He. 2017. Event extraction from Twitter using non-parametric bayesian mixture model with word embeddings. In Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics (EACL), 808–817.
[90]
Jie Zhou, Ganqu Cui, Shengding Hu, Zhengyan Zhang, Cheng Yang, Zhiyuan Liu, Lifeng Wang, Changcheng Li, and Maosong Sun. 2020. Graph neural networks: A review of methods and applications. AI Open 1 (2020), 57–81.
[91]
Tong Zhu, Xiaoye Qu, Wenliang Chen, Zhefeng Wang, Baoxing Huai, Nicholas Jing Yuan, and Min Zhang. 2022. Efficient document-level event extraction via pseudo-trigger-aware pruned complete graph. In Proceedings of the 31st International Joint Conference on Artificial Intelligence (IJCAI), 4552–4558.

Recommendations

Comments

Information & Contributors

Information

Published In

cover image ACM Transactions on Information Systems
ACM Transactions on Information Systems  Volume 43, Issue 1
January 2025
814 pages
EISSN:1558-2868
DOI:10.1145/3702036
Issue’s Table of Contents

Publisher

Association for Computing Machinery

New York, NY, United States

Publication History

Published: 30 November 2024
Online AM: 19 September 2024
Accepted: 01 September 2024
Revised: 12 April 2024
Received: 21 July 2022
Published in TOIS Volume 43, Issue 1

Check for updates

Author Tags

  1. Event Topic
  2. topic event extraction
  3. event graphs
  4. subgraph
  5. graph neural network

Qualifiers

  • Research-article

Funding Sources

  • National Natural Science Foundation of China
  • Natural Science and Foundation of Jiangxi Province
  • Science & Technology Project of the Department of Education of Jiangxi Province
  • Funding Program for Academic and Technical Leaders in Major Disciplines of Jiangxi Province

Contributors

Other Metrics

Bibliometrics & Citations

Bibliometrics

Article Metrics

  • 0
    Total Citations
  • 229
    Total Downloads
  • Downloads (Last 12 months)229
  • Downloads (Last 6 weeks)34
Reflects downloads up to 28 Feb 2025

Other Metrics

Citations

View Options

Login options

Full Access

View options

PDF

View or Download as a PDF file.

PDF

eReader

View online with eReader.

eReader

Full Text

View this article in Full Text.

Full Text

Figures

Tables

Media

Share

Share

Share this Publication link

Share on social media