2023 trends in NLP x Knowledge: (1) knowledge in LLMs and (2) Knowledge Graph Completion
In the era of large language models (LLMs), knowledge has become one of the most intensively studied topics in natural language processing (NLP). In this post, I introduce trends from scientific papers about knowledge and NLP published in 2023. For this post, I analyzed papers from the following conferences. I didn’t target journals due to their longer review cycles. ACL 2023 EMNLP 2023 EACL 2023 theWebConf 2023 SIGKDD 2023 SIGIR 2023 ISWC 2023 CIKM 2023 Extract keyphrases First, I applied keyphrase extraction to the titles of the papers. I calculated the normalized pointwise mutual information (nPMI) values for all the n-grams (up to 3-grams) in the titles. Then, I selected keyphrases with nPMI values above 0.5. ...