paper-with-me

Papers

Data Collection vs. Knowledge Graph Completion: What is Needed to Improve Coverage?

2021-11-01 · EMNLP 2021 11 · Kenneth Church, Yuchen Bian

This survey/position paper discusses ways to improve coverage of resources such as WordNet. Rapp estimated correlations, rho, between corpus statistics and pyscholinguistic norms. rho improves with quantity (corpus size) and quality (balance). 1M words is enough for simple estimates (unigram frequencies), but at least 100x more is required for good estimates of word associations and embeddings. Given such estimates, WordNet’s coverage is remarkable. WordNet was developed on SemCor, a small sample (200k words) from the Brown Corpus. Knowledge Graph Completion (KGC) attempts to learn missing links from subsets. But Rapp’s estimates of sizes suggest it would be more profitable to collect more data than to infer missing information that is not there.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph CompletionPosition

Similar Papers 제목 키워드 기반

Challenging the Assumption of Structure-based embeddings in Few- and Zero-shot Knowledge Graph Completion

2022-06-01 · LREC 2022 6 · Filip Cornell, Chenda Zhang, Jussi Karlgren, Sarunas Girdzijauskas

In this paper, we report experiments on Few- and Zero-shot Knowledge Graph completion, where the objective is to add missing relational links between entities into an existing Knowledge Graph with few or no previous exam…

DescriptiveKnowledge Graph CompletionTransfer Learning

Videogenic: Identifying Highlight Moments in Videos with Professional Photographs as a Prior

2022-11-22 · David Chuan-En Lin, Fabian Caba Heilbron, Joon-Young Lee, Oliver Wang 외

This paper investigates the challenge of extracting highlight moments from videos. To perform this task, we need to understand what constitutes a highlight for arbitrary video domains while at the same time being able to…

Retrieval

Traversing Knowledge Graphs in Vector Space

2015-06-03 · EMNLP 2015 9 · Kelvin Guu, John Miller, Percy Liang

Path queries on a knowledge graph can be used to answer compositional questions such as "What languages are spoken by people living in Lisbon?". However, knowledge graphs often have missing facts (edges) which disrupts p…

Knowledge Base CompletionKnowledge Graphs

A Survey on Knowledge Graphs: Representation, Acquisition and Applications

2020-02-02 · Shaoxiong Ji, Shirui Pan, Erik Cambria, Pekka Marttinen 외

Human knowledge provides a formal understanding of the world. Knowledge graphs that represent structural relations between entities have become an increasingly popular research direction towards cognition and human-level…

Graph EmbeddingGraph Representation LearningKnowledge Graph CompletionKnowledge Graph Embedding+5

WIQA: A dataset for ``What if...'' reasoning over procedural text

2019-11-01 · IJCNLP 2019 11 · T, Niket on, Bhavana Dalvi, Keisuke Sakaguchi 외

We introduce WIQA, the first large-scale dataset of {``}What if...{''} questions over procedural text. WIQA contains a collection of paragraphs, each annotated with multiple influence graphs describing how one change aff…

Multiple-choice