paper-with-me

홈 › Papers

CoRI: Collective Relation Integration with Data Augmentation for Open Information Extraction

2021-06-01 · ACL 2021 5 · Zhengbao Jiang, Jialong Han, Bunyamin Sisman, Xin Luna Dong

Integrating extracted knowledge from the Web to knowledge graphs (KGs) can facilitate tasks like question answering. We study relation integration that aims to align free-text relations in subject-relation-object extractions to relations in a target KG. To address the challenge that free-text relations are ambiguous, previous methods exploit neighbor entities and relations for additional context. However, the predictions are made independently, which can be mutually inconsistent. We propose a two-stage Collective Relation Integration (CoRI) model, where the first stage independently makes candidate predictions, and the second stage employs a collective model that accesses all candidate predictions to make globally coherent predictions. We further improve the collective model with augmented data from the portion of the target KG that is otherwise unused. Experiment results on two datasets show that CoRI can significantly outperform the baselines, improving AUC from .677 to .748 and from .716 to .780, respectively.

📄 PDF Abstract BibTeX arXiv:2106.00793

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationKnowledge GraphsOpen Information ExtractionQuestion AnsweringRelation

Similar Papers 제목 키워드 기반

OpenClaw-Skill: Collective Skill Tree Search for Agentic Large Language Models

2026-06-15 · Tianyi Lin, Chuanyu Sun, Jingyi Zhang, Changxu Wei 외 arxiv

Equipping Large Language Model (LLM) agents with effective skills is crucial for solving complex tasks in real-world systems like OpenClaw. In this work, we aim to develop a framework that automatically constructs such r…

Reinforcement Learning

Improving Non-native Word-level Pronunciation Scoring with Phone-level Mixup Data Augmentation and Multi-source Information

2022-03-01 · Kaiqi Fu, Shaojun Gao, Kai Wang, Wei Li 외

Deep learning-based pronunciation scoring models highly rely on the availability of the annotated non-native data, which is costly and has scalability issues. To deal with the data scarcity problem, data augmentation is …

Data AugmentationWord-level pronunciation scoring

Correlation Sketches for Approximate Join-Correlation Queries

2021-04-07 · Aécio Santos, Aline Bessa, Fernando Chirigati, Christopher Musco 외

The increasing availability of structured datasets, from Web tables and open-data portals to enterprise data, opens up opportunities~to enrich analytics and improve machine learning models through relational data augment…

Data Augmentation

MixRec: Individual and Collective Mixing Empowers Data Augmentation for Recommender Systems

2025-01-23 · Yi Zhang, Yiwen Zhang

The core of the general recommender systems lies in learning high-quality embedding representations of users and items to investigate their positional relations in the feature space. Unfortunately, data sparsity caused b…

Contrastive LearningData AugmentationRecommendation SystemsSelf-Supervised Learning

Collective discrete optimisation as judgment aggregation

2021-12-01 · Linus Boes, Rachael Colley, Umberto Grandi, Jerome Lang 외

Many important collective decision-making problems can be seen as multi-agent versions of discrete optimisation problems. Participatory budgeting, for instance, is the collective version of the knapsack problem; other ex…

Decision MakingScheduling