paper-with-me

홈 › Papers

Weak Supervision using Linguistic Knowledge for Information Extraction

2020-12-01 · ICON 2020 12 · Sachin Pawar, Girish Palshikar, Ankita Jain, Jyoti Bhat, Simi Johnson

In this paper, we propose to use linguistic knowledge to automatically augment a small manually annotated corpus to obtain a large annotated corpus for training Information Extraction models. We propose a powerful patterns specification language for specifying linguistic rules for entity extraction. We define an Enriched Text Format (ETF) to represent rich linguistic information about a text in the form of XML-like tags. The patterns in our patterns specification language are then matched on the ETF text rather than raw text to extract various entity mentions. We demonstrate how an entity extraction system can be quickly built for a domain-specific entity type for which there are no readily available annotated datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Relational Dependency Networks for Relation Extraction

2016-07-01 · Dileep Viswanathan, Ameet Soni, Jude Shavlik, Sriraam Natarajan

We consider the task of KBP slot filling -- extracting relation information from newswire documents for knowledge base construction. We present our pipeline, which employs Relational Dependency Networks (RDNs) to learn l…

Knowledge Base ConstructionRelationRelation Extractionslot-filling+1

ReactIE: Enhancing Chemical Reaction Extraction with Weak Supervision

2023-07-04 · Ming Zhong, Siru Ouyang, Minhao Jiang, Vivian Hu 외

Structured chemical reaction information plays a vital role for chemists engaged in laboratory work and advanced endeavors such as computer-aided drug design. Despite the importance of extracting structured reactions fro…

Drug Design

Weakly Supervised Extraction of Tasks from Text

2021-12-01 · ICON 2021 12 · Sachin Pawar, Girish Palshikar, Anindita Sinha Banerjee

In this paper, we propose a novel problem of automatic extraction of tasks from text. A task is a well-defined knowledge-based volitional action. We describe various characteristics of tasks as well as compare and contra…

Linguistic Structures as Weak Supervision for Visual Scene Graph Generation

2021-05-28 · CVPR 2021 1 · Keren Ye, Adriana Kovashka

Prior work in scene graph generation requires categorical supervision at the level of triplets - subjects and objects, and predicates that relate them, either with or without bounding box information. However, scene grap…

Graph GenerationScene Graph Generation

skweak: Weak Supervision Made Easy for NLP

2021-04-19 · ACL 2021 5 · Pierre Lison, Jeremy Barnes, Aliaksandr Hubin

We present skweak, a versatile, Python-based software toolkit enabling NLP developers to apply weak supervision to a wide range of NLP tasks. Weak supervision is an emerging machine learning paradigm based on a simple id…

NERSentiment Analysistext-classificationText Classification