paper-with-me

Papers

DISCOS: Bridging the Gap between Discourse Knowledge and Commonsense Knowledge

2021-01-01 · Tianqing Fang, Hongming Zhang, Weiqi Wang, Yangqiu Song, Bin He

Commonsense knowledge is crucial for artificial intelligence systems to understand natural language. Previous commonsense knowledge acquisition approaches typically rely on human annotations (for example, ATOMIC) or text generation models (for example, COMET.) Human annotation could provide high-quality commonsense knowledge, yet its high cost often results in relatively small scale and low coverage. On the other hand, generation models have the potential to automatically generate more knowledge. Nonetheless, machine learning models often fit the training data well and thus struggle to generate high-quality novel knowledge. To address the limitations of previous approaches, in this paper, we propose an alternative commonsense knowledge acquisition framework DISCOS (from DIScourse to COmmonSense), which automatically populates expensive complex commonsense knowledge to more affordable linguistic knowledge resources. Experiments demonstrate that we can successfully convert discourse knowledge about eventualities from ASER, a large-scale discourse knowledge graph, into if-then commonsense knowledge defined in ATOMIC without any additional annotation effort. Further study suggests that DISCOS significantly outperforms previous supervised approaches in terms of novelty and diversity with comparable quality. In total, we can acquire 3.4M ATOMIC-like inferential commonsense knowledge by populating ATOMIC on the core part of ASER. Codes and data are available at https://github.com/HKUST-KnowComp/DISCOS-commonsense.

📄 PDF Abstract BibTeX arXiv:2101.00154

Code (1)

HKUST-KnowComp/DISCOS-commonsense 공식 구현 pytorch

Tasks

DiversityText Generation

Similar Papers 제목 키워드 기반

DiscoSense: Commonsense Reasoning with Discourse Connectives

2022-10-22 · Prajjwal Bhargava, Vincent Ng

We present DiscoSense, a benchmark for commonsense reasoning via understanding a wide variety of discourse connectives. We generate compelling distractors in DiscoSense using Conditional Adversarial Filtering, an extensi…

Sentence Completion

DiscoScore: Evaluating Text Generation with BERT and Discourse Coherence

2022-01-26 · Wei Zhao, Michael Strube, Steffen Eger

Recently, there has been a growing interest in designing text generation systems from a discourse coherence perspective, e.g., modeling the interdependence between sentences. Still, recent BERT-based evaluation metrics a…

Document Level Machine TranslationMachine TranslationText Generation

DiscoSG: Towards Discourse-Level Text Scene Graph Parsing through Iterative Graph Refinement

2025-06-18 · Shaoqing Lin, Chong Teng, Fei Li, Donghong Ji 외

Vision-Language Models (VLMs) now generate discourse-level, multi-sentence visual descriptions, challenging text scene graph parsers originally designed for single-sentence caption-to-graph mapping. Current approaches ty…

Graph GenerationHallucinationSentence

ASER: Towards Large-scale Commonsense Knowledge Acquisition via Higher-order Selectional Preference over Eventualities

2021-04-05 · Hongming Zhang, Xin Liu, Haojie Pan, Haowen Ke 외

Commonsense knowledge acquisition and reasoning have long been a core artificial intelligence problem. However, in the past, there has been a lack of scalable methods to collect commonsense knowledge. In this paper, we p…

Discourse Parsing

Decker: Double Check with Heterogeneous Knowledge for Commonsense Fact Verification

2023-05-10 · Anni Zou, Zhuosheng Zhang, Hai Zhao

Commonsense fact verification, as a challenging branch of commonsense question-answering (QA), aims to verify through facts whether a given commonsense claim is correct or not. Answering commonsense questions necessitate…

Fact VerificationQuestion Answering