paper-with-me

홈 › Papers

A Web Scale Entity Extraction System

2021-08-27 · Findings (EMNLP) 2021 11 · Xuanting Cai, Quanbin Ma, Pan Li, Jianyu Liu, Qi Zeng, Zhengkan Yang, Pushkar Tripathi

Understanding the semantic meaning of content on the web through the lens of entities and concepts has many practical advantages. However, when building large-scale entity extraction systems, practitioners are facing unique challenges involving finding the best ways to leverage the scale and variety of data available on internet platforms. We present learnings from our efforts in building an entity extraction system for multiple document types at large scale using multi-modal Transformers. We empirically demonstrate the effectiveness of multi-lingual, multi-task and cross-document type learning. We also discuss the label collection schemes that help to minimize the amount of noise in the collected data.

📄 PDF Abstract BibTeX arXiv:2110.00423

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AIFB-WebScience at SemEval-2022 Task 12: Relation Extraction First - Using Relation Extraction to Identify Entities

2022-07-01 · SemEval (NAACL) 2022 7 · Nicholas Popovic, Walter Laurito, Michael Färber

In this paper, we present an end-to-end joint entity and relation extraction approach based on transformer-based language models. We apply the model to the task of linking mathematical symbols to their descriptions in La…

Joint Entity and Relation ExtractionMathRelationRelation Extraction+1

AIFB-WebScience at SemEval-2022 Task 12: Relation Extraction First -- Using Relation Extraction to Identify Entities

2022-03-10 · Nicholas Popovic, Walter Laurito, Michael Färber

In this paper, we present an end-to-end joint entity and relation extraction approach based on transformer-based language models. We apply the model to the task of linking mathematical symbols to their descriptions in La…

Joint Entity and Relation ExtractionMathRelationRelation Extraction+1

Entity Extraction with Knowledge from Web Scale Corpora

2019-11-21 · Zeyi Wen, Zeyu Huang, Rui Zhang

Entity extraction is an important task in text mining and natural language processing. A popular method for entity extraction is by comparing substrings from free text against a dictionary of entities. In this paper, we …

Entity Extraction using GAN

Entity Attribute Relation Extraction with Attribute-Aware Embeddings

2020-11-01 · EMNLP (DeeLIO) 2020 11 · Dan Iter, Xiao Yu, Fangtao Li

Entity-attribute relations are a fundamental component for building large-scale knowledge bases, which are widely employed in modern search engines. However, most such knowledge bases are manually curated, covering only …

AttributeAttribute ExtractionRelationRelation Extraction

SEE: Syntax-aware Entity Embedding for Neural Relation Extraction

2018-01-11 · Zhengqiu He, Wenliang Chen, Zhenghua Li, Meishan Zhang 외

Distant supervised relation extraction is an efficient approach to scale relation extraction to very large corpora, and has been widely used to find novel relational facts from plain text. Recent studies on neural relati…

RelationRelation ClassificationRelation ExtractionSentence+2