[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Enhancing Natural Language Inference Performance with Knowledge Graph for COVID-19 Automated Fact-Checking in Indonesian Language

Created by
  • Haebom

Author

Arief Purnama Muharram, Ayu Purwarianti

Outline

This paper proposes a Natural Language Inference (NLI) model using Knowledge Graph (KG) for automatic fact-checking related to COVID-19 in Indonesian. The model consists of three modules: fact module, NLI module, and classification module. The fact module processes information in the KG, and the classification module connects the representation vectors of the NLI module that processes the semantic relationship between premises and hypotheses to produce the final result. The results trained using the Indonesian COVID-19 fact-checking dataset and COVID-19 KG Bahasa Indonesia achieve an accuracy of 0.8616, demonstrating that the knowledge graph is useful for improving the NLI performance in automatic fact-checking.

Takeaways, Limitations

Takeaways:
We present the possibility of improving the accuracy of automated fact-checking of COVID-19 in Indonesian by leveraging knowledge graphs.
A novel approach to improve the performance of automatic fact-checking systems based on natural language inference (NLI) is presented.
Provided __T3979_____ for the development of an automated fact-checking system in a multilingual environment.
Limitations:
Lack of detailed description of the size and quality of the dataset used.
Further validation of the generalization performance of the proposed model is needed.
Further research is needed on its applicability to other languages and other types of information.
Lack of analysis on the performance impact of knowledge graph completeness and reliability.
👍