SiriBlog

siriyang的个人博客


  • 首页

  • 排行榜

  • 标签111

  • 分类33

  • 归档285

  • 关于

  • 搜索

ACL2021信息抽取相关论文汇总

发表于 2021-08-17 更新于 2021-12-13 分类于 计算机 , 理论 , NLP 阅读次数: Valine:
本文字数: 4.2k 阅读时长 ≈ 4 分钟

本文转载自JayJay大佬的文章ACL2021 信息抽取相关论文汇总,原文只给出了整理的论文标题,没有具体的下载链接。最近准备把上面感兴趣的论文都看一遍,顺便把自己在网上搜集到的论文下载资源也加上去。


一、实体抽取

实体抽取主要涉及嵌套NER、非连续NER、中文&多模NER、少样本NER、实体标准化、实体分类等;

嵌套&非连续NER

  1. A Span-Based Model for Joint Overlapped and Discontinuous Named Entity Recognition
  2. Locate and Label: A Two-stage Identifier for Nested Named Entity Recognition
  3. Nested Named Entity Recognition via Explicitly Excluding the Influence of the Best Path
  4. Discontinuous Named Entity Recognition as Maximal Clique Discovery
  5. A Unified Generative Framework for Various NER Subtasks

少样本NER

  1. Subsequence Based Deep Active Learning for Named Entity Recognition
  2. Few-NERD: A Few-shot Named Entity Recognition Dataset
  3. Named Entity Recognition with Small Strongly Labeled and Large Weakly Labeled Data
  4. Weakly Supervised Named Entity Tagging with Learnable Logical Rules
  5. Leveraging Type Descriptions for Zero-shot Named Entity Recognition and Classification
  6. Learning from Miscellaneous Other-Class Words for Few-shot Named Entity Recognition

中文&多模NER

  1. MECT: Multi-Metadata Embedding based Cross-Transformer for Chinese Named Entity Recognition
  2. A Large-Scale Chinese Multimodal NER Dataset with Speech Clues

实体标准化

  1. An End-to-End Progressive Multi-Task Learning Framework for Medical Named Entity Recognition and Normalization
  2. A Neural Transition-based Joint Model for Disease Named Entity Recognition and Normalization

实体分类

  1. Modeling Fine-Grained Entity Types with Box Embeddings
  2. Ultra-Fine Entity Typing with Weak Supervision from a Masked Language Model

其他

  1. SpanNER: Named Entity Re-/Recognition as Span Prediction
  2. Improving Named Entity Recognition by External Context Retrieving and Cooperative Learning
  3. Modularized Interaction Network for Named Entity Recognition
  4. BERTifying the Hidden Markov Model for Multi-Source Weakly Supervised Named Entity Recognition
  5. De-biasing Distantly Supervised Named Entity Recognition via Causal Intervention
  6. Crowdsourcing Learning as Domain Adaptation: A Case Study on Named Entity Recognition
  7. LNN-EL: A Neuro-Symbolic Approach to Short-text Entity Linking

二、关系抽取

关系抽取主要涉及远程监督抽取、联合抽取、开放抽取、事件关系抽取等。

远程监督

  1. CIL: Contrastive Instance Learning Framework for Distantly Supervised Relation Extraction
  2. How Knowledge Graph and Attention Help? A Qualitative Analysis into Bag-level Relation Extraction
  3. SENT: Sentence-level Distant Relation Extraction via Negative Training
  4. Revisiting the Negative Data of Distantly Supervised Relation Extraction

联合抽取

  1. Joint Biomedical Entity and Relation Extraction with Knowledge-Enhanced Collective Inference
  2. UniRE: A Unified Label Space for Entity Relation Extraction
  3. PRGC: Potential Relation and Global Correspondence Based Joint Relational Triple Extraction
  4. Dependency-driven Relation Extraction with Attentive Graph Convolutional Networks

开放抽取

  1. CoRI: Collective Relation Integration with Data Augmentation for Open Information Extraction
  2. Element Intervention for Open Relation Extraction

事件关系抽取

  1. From Discourse to Narrative: Knowledge Projection for Event Relation Extraction

其他

  1. Refining Sample Embeddings with Relation Prototypes to Enhance Continual Relation Extraction

三、事件抽取

  1. Capturing Event Argument Interaction via A Bi-Directional Entity-Level Recurrent Decoder
  2. Verb Knowledge Injection for Multilingual Event Processing
  3. OntoED: Low-resource Event Detection with Ontology Embedding
  4. Document-level Event Extraction via Heterogeneous Graph-based Interaction Model with a Tracker
  5. LearnDA: Learnable Knowledge-Guided Data Augmentation for Event Causality Identification
  6. MLBiNet: A Cross-Sentence Collective Event Detection Network
  7. Unleash GPT-2 Power for Event Detection
  8. Document-Level Event Argument Extraction via Optimal
  9. Document-level Event Extraction via Parallel Prediction Networks
  10. Trigger is Not Sufficient: Exploiting Frame-aware Knowledge for Implicit Event Argument Extraction
  11. The Possible, the Plausible, and the Desirable: Event-Based Modality Detection for Language Processing
  12. Text2Event: Controllable Sequence-to-Structure Generation for End-to-end Event Extraction

四、信息抽取预训练

  1. ERICA: Improving Entity and Relation Understanding for Pre-trained Language Models via Contrastive Learning
  2. CLEVE: Contrastive Pre-training for Event Extraction

参考链接:ACL-IJCNLP 2021

-------- 本文结束 感谢阅读 --------
相关文章
  • NLP:阅读理解综述
  • Zotero安装与配置
  • Transista for iPadOS
  • 讲座笔记:k-sums聚类:一种可替代k-means的高效聚类算法
  • 中医药天池大数据竞赛--中药说明书实体识别挑战
觉得文章写的不错的话,请我喝瓶怡宝吧!😀
SiriYang 微信支付

微信支付

SiriYang 支付宝

支付宝

  • 本文标题: ACL2021信息抽取相关论文汇总
  • 本文作者: SiriYang
  • 创建时间: 2021年08月17日 - 10时08分
  • 修改时间: 2021年12月13日 - 13时12分
  • 本文链接: https://blog.siriyang.cn/posts/20210817102928id.html
  • 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明出处!
论文 NLP 信息抽取 NER 关系抽取
重邮2021计算机网络(803)答案解析
SiriBlog二周年总结
  • 文章目录
  • 站点概览
SiriYang

SiriYang

大数据研究生
285 日志
32 分类
86 标签
RSS
GitHub E-Mail
Creative Commons
Links
  • 友情链接
  • 打赏记录
  • 作品商铺

  1. 一、实体抽取
    1. 嵌套&非连续NER
    2. 少样本NER
    3. 中文&多模NER
    4. 实体标准化
    5. 实体分类
    6. 其他
  2. 二、关系抽取
    1. 远程监督
    2. 联合抽取
    3. 开放抽取
    4. 事件关系抽取
    5. 其他
  3. 三、事件抽取
  4. 四、信息抽取预训练
蜀ICP备19008337号 © 2019 – 2023 SiriYang | 1.6m | 23:34
0%