update
This commit is contained in:
Wind Breath
2022-11-14 22:09:08 +08:00
parent f3d7cb94f9
commit 062253b1c3
2 changed files with 8 additions and 2 deletions

View File

@@ -324,7 +324,8 @@ The time for each paper is based on its first arXiv version (if exists) or estim
| Papers | Method | Conference | Code |
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|:-----------:|:----------------------------------------------------------------------:|
| [Autoregressive Structured Prediction with Language Models](https://arxiv.org/abs/2210.14698) | Label-augmented | EMNLP 2022 | [ASP](https://github.com/lyutyuh/ASP) |
| [Code4Struct: Code Generation for Few-Shot Structured Prediction from Natural Language](https://arxiv.org/abs/2210.12810) | Structure-linearized | arXiv 2022 | [CODE4STRUCT](https://github.com/xingyaoww/code4struct) |
| [Autoregressive Structured Prediction with Language Models](https://arxiv.org/abs/2210.14698) | Label-augmented | EMNLP 2022 | [ASP](https://github.com/lyutyuh/ASP) |
| [Knowledge Is Flat: A Seq2Seq Generative Framework for Various Knowledge Graph Completion](https://aclanthology.org/2022.coling-1.352/) | Structure-linearized | COLING 2022 | [KG-S2S](https://github.com/chenchens190009/KG-S2S) |
| [A sequence-to-sequence approach for document-level relation extraction](https://aclanthology.org/2022.bionlp-1.2/) | Copy-based | BioNLP 2022 | [Seq2rel](https://github.com/johngiorgi/seq2rel) |
| [Unified Structure Generation for Universal Information Extraction](https://aclanthology.org/2022.acl-long.395/) | Structure-linearized | ACL 2022 | [UIE](https://github.com/universal-ie/UIE) |