paper-with-me

홈 › Papers

Commonsense Knowledge Mining from Term Definitions

2021-02-01 · Zhicheng Liang, Deborah L. McGuinness

Commonsense knowledge has proven to be beneficial to a variety of application areas, including question answering and natural language understanding. Previous work explored collecting commonsense knowledge triples automatically from text to increase the coverage of current commonsense knowledge graphs. We investigate a few machine learning approaches to mining commonsense knowledge triples using dictionary term definitions as inputs and provide some initial evaluation of the results. We start from extracting candidate triples using part-of-speech tag patterns from text, and then compare the performance of three existing models for triple scoring. Our experiments show that term definitions contain some valid and novel commonsense knowledge triples for some semantic relations, and also indicate some challenges with using existing triple scoring models.

📄 PDF Abstract BibTeX arXiv:2102.00651

Code (1)

gychant/CSKMTermDefn 공식 구현 pytorch

Tasks

Knowledge GraphsNatural Language UnderstandingQuestion AnsweringTAGvalid

Similar Papers 제목 키워드 기반

Alleviating the Knowledge-Language Inconsistency: A Study for Deep Commonsense Knowledge

2021-05-28 · Yi Zhang, Lei LI, Yunfang Wu, Qi Su 외

Knowledge facts are typically represented by relational triples, while we observe that some commonsense facts are represented by the triples whose forms are inconsistent with the expression of language. This inconsistenc…

What Really is Commonsense Knowledge?

2024-11-06 · Quyet V. Do, Junze Li, Tung-Duong Vuong, Zhaowei Wang 외

Commonsense datasets have been well developed in Natural Language Processing, mainly through crowdsource human annotation. However, there are debates on the genuineness of commonsense reasoning benchmarks. In specific, a…

Commonsense Knowledge Mining from Pretrained Models

2019-09-02 · IJCNLP 2019 11 · Joshua Feldman, Joe Davison, Alexander M. Rush

Inferring commonsense knowledge is a key challenge in natural language processing, but due to the sparsity of training data, previous work has shown that supervised methods for commonsense knowledge mining underperform w…

Language ModelingLanguage Modelling

Commonsense mining as knowledge base completion? A study on the impact of novelty

2018-04-24 · WS 2018 6 · Stanisław Jastrzębski, Dzmitry Bahdanau, Seyedarian Hosseini, Michael Noukhovitch 외

Commonsense knowledge bases such as ConceptNet represent knowledge in the form of relational triples. Inspired by the recent work by Li et al., we analyse if knowledge base completion models can be used to mine commonsen…

Knowledge Base Completion

TransOMCS: From Linguistic Graphs to Commonsense Knowledge

2020-05-01 · Hongming Zhang, Daniel Khashabi, Yangqiu Song, Dan Roth

Commonsense knowledge acquisition is a key problem for artificial intelligence. Conventional methods of acquiring commonsense knowledge generally require laborious and costly human annotations, which are not feasible on …