mirror of
https://github.com/zjunlp/Generative_KG_Construction_Papers.git
synced 2023-07-18 10:12:48 +03:00
add new papers
add new papers
This commit is contained in:
8
.idea/.gitignore
generated
vendored
Normal file
8
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
8
.idea/GenKBC_Papers.iml
generated
Normal file
8
.idea/GenKBC_Papers.iml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
||||
4
.idea/misc.xml
generated
Normal file
4
.idea/misc.xml
generated
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8" project-jdk-type="Python SDK" />
|
||||
</project>
|
||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/GenKBC_Papers.iml" filepath="$PROJECT_DIR$/.idea/GenKBC_Papers.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
71
README.md
71
README.md
@@ -18,40 +18,43 @@ We have released a new survey paper based on this repository, with a perspective
|
||||
| [Recent Advances in Natural Language Processing via Large Pre-Trained Language Models: A Survey](https://arxiv.org/abs/2111.01243) | Arxiv 2021 |
|
||||
|
||||
|
||||
| Papers | Method | Conference | Code |
|
||||
|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|:----------:|:----------------------------------------------------------------------:|
|
||||
| [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) |
|
||||
| [De-Bias for Generative Extraction in Unified NER Task](https://aclanthology.org/2022.acl-long.59/) | Structure-linearized | ACL 2022 | - |
|
||||
| [DeepStruct: Pretraining of Language Models for Structure Prediction](https://arxiv.org/pdf/2205.10475.pdf) | Structure-linearized | ACL 2022 | [DeepStruct](https://github.com/cgraywang/deepstruct) |
|
||||
| [Multilingual Generative Language Models for Zero-Shot Cross-Lingual Event Argument Extraction](https://aclanthology.org/2022.acl-long.317/) | Blank-based | ACL 2022 | [X-GEAR](https://github.com/PlusLabNLP/X-Gear) |
|
||||
| [Dynamic Prefix-Tuning for Generative Template-based Event Extraction](https://aclanthology.org/2022.acl-long.358/) | Blank-based | ACL 2022 | - |
|
||||
| [ClarET: Pre-training a Correlation-Aware Context-To-Event Transformer for Event-Centric Generation and Classification](https://aclanthology.org/2022.acl-long.183/) | Blank-based | ACL 2022 | - |
|
||||
| [Explanation Graph Generation via Pre-trained Language Models: An Empirical Study with Contrastive Learning](https://aclanthology.org/2022.acl-long.85/) | Structure-linearized | ACL 2022 | [HuSe-Gen](https://github.com/swarnaHub/ExplagraphGen) |
|
||||
| [Improving Candidate Retrieval with Entity Profile Generation for Wikidata Entity Linking](https://aclanthology.org/2022.findings-acl.292/) | Structure-linearized | ACL 2022 | [EPGEL](https://github.com/laituan245/EL-Dockers/) |
|
||||
| [From Discrimination to Generation: Knowledge Graph Completion with Generative Transformer](https://arxiv.org/abs/2202.02113) | Structure-linearized | WWW 2022 | [GenKGC](https://github.com/zjunlp/PromptKG/tree/main/research/GenKGC) |
|
||||
| [REBEL: Relation Extraction By End-to-end Language generation](https://aclanthology.org/2021.findings-emnlp.204/) | Structure-linearized | EMNLP 2021 | [REBEL](https://github.com/babelscape/rebel) |
|
||||
| [Document-level Entity-based Extraction as Template Generation](https://aclanthology.org/2021.emnlp-main.426/) | Copy-based | EMNLP 2021 | [TEMPGEN](https://github.com/PlusLabNLP/TempGen) |
|
||||
| [DEGREE: A Data-Efficient Generation-Based Event Extraction Model](https://arxiv.org/abs/2108.12724) | Blank-based | NAACL 2022 | [DEGREE](https://github.com/PlusLabNLP/DEGREE) |
|
||||
| [HySPA: Hybrid Span Generation for Scalable Text-to-Graph Extraction](https://aclanthology.org/2021.findings-acl.356/) | Structure-linearized | ACL 2021 | [HySPA](https://github.com/renll/HySPA) |
|
||||
| [Text2Event: Controllable Sequence-to-Structure Generation for End-to-end Event Extraction](https://aclanthology.org/2021.acl-long.217/) | Structure-linearized | ACL 2021 | [Text2Event](https://github.com/luyaojie/text2event) |
|
||||
| [Template Filling with Generative Transformers](https://aclanthology.org/2021.naacl-main.70/) | Blank-based | NAACL 2021 | [GTT](https://github.com/xinyadu/gtt) |
|
||||
| [A Unified Generative Framework for Aspect-based Sentiment Analysis](https://aclanthology.org/2021.acl-long.188/) | Indice-based | ACL 2021 | [BARTABSA](https://github.com/yhcc/BARTABSA) |
|
||||
| [A Unified Generative Framework for Various NER Subtasks](https://aclanthology.org/2021.acl-long.451/) | Indice-based | ACL 2021 | [BARTNER](https://github.com/yhcc/BARTNER) |
|
||||
| [GRIT: Generative Role-filler Transformers for Document-level Event Entity Extraction](https://aclanthology.org/2021.eacl-main.52/) | Indice-based | EACL2021 | [GRIT](https://github.com/xinyadu/grit_doc_event_entity) |
|
||||
| [Document-Level Event Argument Extraction by Conditional Generation](https://aclanthology.org/2021.naacl-main.69/) | Blank-based | NAACL 2021 | [BART-Gen](https://github.com/raspberryice/gen-arg) |
|
||||
| [Structured Prediction as Translation between Augmented Natural Languages](https://openreview.net/forum?id=US-TP-xnXI) | Label-augmented | ICLR 2021 | [TANL](https://github.com/amazon-research/tanl) |
|
||||
| [Intent Classification and Slot Filling for Privacy Policies](https://aclanthology.org/2021.acl-long.340/) | Structure-linearized | ACL 2021 | [PolicyIE](https://github.com/wasiahmad/PolicyIE) |
|
||||
| [Autoregressive Entity Retrieval](https://openreview.net/forum?id=5k8F6UU39V) | Label-augmented | ICLR 2021 | [GENRE](https://github.com/facebookresearch/GENRE) |
|
||||
| [Augmented Natural Language for Generative Sequence Labeling](https://aclanthology.org/2020.emnlp-main.27/) | Label-augmented | EMNLP 2020 | - |
|
||||
| [Contrastive Information Extraction With Generative Transformer](https://ieeexplore.ieee.org/document/9537684) | Structure-linearized | TASLP 2021 | - |
|
||||
| [Don’t Parse, Generate! A Sequence to Sequence Architecture for Task-Oriented Semantic Parsing](https://dl.acm.org/doi/10.1145/3366423.3380064) | Indice-based | WWW 2022 | - |
|
||||
| [CopyMTL: Copy Mechanism for Joint Extraction of Entities and Relations with Multi-Task Learning](https://ojs.aaai.org/index.php/AAAI/article/view/6495) | Copy-based | AAAI 2020 | [CopyMTL](https://github.com/WindChimeRan/CopyMTL) |
|
||||
| [Effective Modeling of Encoder-Decoder Architecture for Joint Entity and Relation Extraction](https://ojs.aaai.org/index.php/AAAI/article/view/6374) | Indice-based | AAAI 2020 | [PNDec](https://github.com/nusnlp/PtrNetDecoding4JERE) |
|
||||
| [Learning the Extraction Order of Multiple Relational Facts in a Sentence with Reinforcement Learning](https://aclanthology.org/D19-1035/) | Copy-based | EMNLP 2019 | - |
|
||||
| [Neural Architectures for Nested NER through Linearization](https://aclanthology.org/P19-1527/) | Structure-linearized | ACL 2019 | - |
|
||||
| [Exploring Sequence-to-Sequence Learning in Aspect Term Extraction](https://aclanthology.org/P19-1344/) | Structure-linearize | ACL 2019 | - |
|
||||
| [COMET: Commonsense Transformers for Automatic Knowledge Graph Construction](https://aclanthology.org/P19-1470/) | Blank-based | ACL 2019 | [COMET](https://github.com/atcbosselut/comet-commonsense) |
|
||||
| [Extracting Relational Facts by an End-to-End Neural Model with Copy Mechanism](https://aclanthology.org/P18-1047/) | Copy-based | ACL 2018 | - |
|
||||
| Papers | Method | Conference | Code |
|
||||
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|:----------:|:----------------------------------------------------------------------:|
|
||||
| [Knowledge Is Flat: A Seq2Seq Generative Framework for Various Knowledge Graph Completion](http://arxiv.org/abs/2209.07299) | Structure-linearized | COLING 2022 | [KG-S2S](https://github.com/chenchens190009/KG-S2S) |
|
||||
| [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) |
|
||||
| [Sequence-to-Sequence Knowledge Graph Completion and Question Answering](https://aclanthology.org/2022.acl-long.201) | Structure-linearized | ACL 2022 | [KGT5](https://github.com/apoorvumang/kgt5) |
|
||||
| [Prompt for Extraction? PAIE: Prompting Argument Interaction for Event Argument Extraction](https://aclanthology.org/2022.acl-long.466/) | Blank-based | ACL 2022 | [PAIE](https://github.com/mayubo2333/PAIE) |
|
||||
| [De-Bias for Generative Extraction in Unified NER Task](https://aclanthology.org/2022.acl-long.59/) | Structure-linearized | ACL 2022 | - |
|
||||
| [DeepStruct: Pretraining of Language Models for Structure Prediction](https://arxiv.org/pdf/2205.10475.pdf) | Structure-linearized | ACL 2022 | [DeepStruct](https://github.com/cgraywang/deepstruct) |
|
||||
| [Multilingual Generative Language Models for Zero-Shot Cross-Lingual Event Argument Extraction](https://aclanthology.org/2022.acl-long.317/) | Blank-based | ACL 2022 | [X-GEAR](https://github.com/PlusLabNLP/X-Gear) |
|
||||
| [Dynamic Prefix-Tuning for Generative Template-based Event Extraction](https://aclanthology.org/2022.acl-long.358/) | Blank-based | ACL 2022 | - |
|
||||
| [ClarET: Pre-training a Correlation-Aware Context-To-Event Transformer for Event-Centric Generation and Classification](https://aclanthology.org/2022.acl-long.183/) | Blank-based | ACL 2022 | - |
|
||||
| [Explanation Graph Generation via Pre-trained Language Models: An Empirical Study with Contrastive Learning](https://aclanthology.org/2022.acl-long.85/) | Structure-linearized | ACL 2022 | [HuSe-Gen](https://github.com/swarnaHub/ExplagraphGen) |
|
||||
| [Improving Candidate Retrieval with Entity Profile Generation for Wikidata Entity Linking](https://aclanthology.org/2022.findings-acl.292/) | Structure-linearized | ACL 2022 | [EPGEL](https://github.com/laituan245/EL-Dockers/) |
|
||||
| [From Discrimination to Generation: Knowledge Graph Completion with Generative Transformer](https://arxiv.org/abs/2202.02113) | Structure-linearized | WWW 2022 | [GenKGC](https://github.com/zjunlp/PromptKG/tree/main/research/GenKGC) |
|
||||
| [REBEL: Relation Extraction By End-to-end Language generation](https://aclanthology.org/2021.findings-emnlp.204/) | Structure-linearized | EMNLP 2021 | [REBEL](https://github.com/babelscape/rebel) |
|
||||
| [Document-level Entity-based Extraction as Template Generation](https://aclanthology.org/2021.emnlp-main.426/) | Copy-based | EMNLP 2021 | [TEMPGEN](https://github.com/PlusLabNLP/TempGen) |
|
||||
| [DEGREE: A Data-Efficient Generation-Based Event Extraction Model](https://arxiv.org/abs/2108.12724) | Blank-based | NAACL 2022 | [DEGREE](https://github.com/PlusLabNLP/DEGREE) |
|
||||
| [HySPA: Hybrid Span Generation for Scalable Text-to-Graph Extraction](https://aclanthology.org/2021.findings-acl.356/) | Structure-linearized | ACL 2021 | [HySPA](https://github.com/renll/HySPA) |
|
||||
| [Text2Event: Controllable Sequence-to-Structure Generation for End-to-end Event Extraction](https://aclanthology.org/2021.acl-long.217/) | Structure-linearized | ACL 2021 | [Text2Event](https://github.com/luyaojie/text2event) |
|
||||
| [Template Filling with Generative Transformers](https://aclanthology.org/2021.naacl-main.70/) | Blank-based | NAACL 2021 | [GTT](https://github.com/xinyadu/gtt) |
|
||||
| [A Unified Generative Framework for Aspect-based Sentiment Analysis](https://aclanthology.org/2021.acl-long.188/) | Indice-based | ACL 2021 | [BARTABSA](https://github.com/yhcc/BARTABSA) |
|
||||
| [A Unified Generative Framework for Various NER Subtasks](https://aclanthology.org/2021.acl-long.451/) | Indice-based | ACL 2021 | [BARTNER](https://github.com/yhcc/BARTNER) |
|
||||
| [GRIT: Generative Role-filler Transformers for Document-level Event Entity Extraction](https://aclanthology.org/2021.eacl-main.52/) | Indice-based | EACL2021 | [GRIT](https://github.com/xinyadu/grit_doc_event_entity) |
|
||||
| [Document-Level Event Argument Extraction by Conditional Generation](https://aclanthology.org/2021.naacl-main.69/) | Blank-based | NAACL 2021 | [BART-Gen](https://github.com/raspberryice/gen-arg) |
|
||||
| [Structured Prediction as Translation between Augmented Natural Languages](https://openreview.net/forum?id=US-TP-xnXI) | Label-augmented | ICLR 2021 | [TANL](https://github.com/amazon-research/tanl) |
|
||||
| [Intent Classification and Slot Filling for Privacy Policies](https://aclanthology.org/2021.acl-long.340/) | Structure-linearized | ACL 2021 | [PolicyIE](https://github.com/wasiahmad/PolicyIE) |
|
||||
| [Autoregressive Entity Retrieval](https://openreview.net/forum?id=5k8F6UU39V) | Label-augmented | ICLR 2021 | [GENRE](https://github.com/facebookresearch/GENRE) |
|
||||
| [Augmented Natural Language for Generative Sequence Labeling](https://aclanthology.org/2020.emnlp-main.27/) | Label-augmented | EMNLP 2020 | - |
|
||||
| [Contrastive Information Extraction With Generative Transformer](https://ieeexplore.ieee.org/document/9537684) | Structure-linearized | TASLP 2021 | - |
|
||||
| [Don’t Parse, Generate! A Sequence to Sequence Architecture for Task-Oriented Semantic Parsing](https://dl.acm.org/doi/10.1145/3366423.3380064) | Indice-based | WWW 2022 | - |
|
||||
| [CopyMTL: Copy Mechanism for Joint Extraction of Entities and Relations with Multi-Task Learning](https://ojs.aaai.org/index.php/AAAI/article/view/6495) | Copy-based | AAAI 2020 | [CopyMTL](https://github.com/WindChimeRan/CopyMTL) |
|
||||
| [Effective Modeling of Encoder-Decoder Architecture for Joint Entity and Relation Extraction](https://ojs.aaai.org/index.php/AAAI/article/view/6374) | Indice-based | AAAI 2020 | [PNDec](https://github.com/nusnlp/PtrNetDecoding4JERE) |
|
||||
| [Learning the Extraction Order of Multiple Relational Facts in a Sentence with Reinforcement Learning](https://aclanthology.org/D19-1035/) | Copy-based | EMNLP 2019 | - |
|
||||
| [Neural Architectures for Nested NER through Linearization](https://aclanthology.org/P19-1527/) | Structure-linearized | ACL 2019 | - |
|
||||
| [Exploring Sequence-to-Sequence Learning in Aspect Term Extraction](https://aclanthology.org/P19-1344/) | Structure-linearize | ACL 2019 | - |
|
||||
| [COMET: Commonsense Transformers for Automatic Knowledge Graph Construction](https://aclanthology.org/P19-1470/) | Blank-based | ACL 2019 | [COMET](https://github.com/atcbosselut/comet-commonsense) |
|
||||
| [Extracting Relational Facts by an End-to-End Neural Model with Copy Mechanism](https://aclanthology.org/P18-1047/) | Copy-based | ACL 2018 | - |
|
||||
|
||||
## TIPS
|
||||
If you find this repository useful to your research or work, it is really appreciate to star this repository.
|
||||
|
||||
Reference in New Issue
Block a user