{"url":"/sota/relation-extraction-on-webnlg","task":{"name":"Relation Extraction","url":"/task/relation-extraction","note":null},"dataset":{"name":"WebNLG","url":"/dataset/webnlg"},"category":"Natural Language Processing","categories":["Natural Language Processing"],"category_note":null,"description":"**Relation Extraction** is the task of predicting attributes and relations for entities in a sentence. For example, given a sentence “Barack Obama was born in Honolulu, Hawaii.”, a relation classifier aims at predicting the relation of “bornInCity”. Relation Extraction is the key component for building relation knowledge graphs, and it is of crucial significance to natural language processing applications such as structured search, sentiment analysis, question answering, and summarization.\r\n\r\n\r\n<span class=\"description-source\">Source: [Deep Residual Learning for Weakly-Supervised Relation Extraction ](https://arxiv.org/abs/1707.08866)</span>","description_from":"task","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","rank":"the archive's row order at snapshot; not re-ranked","rows_end_at":"2025-07-28","rows_withheld_as_spam":0,"metric_values":"the archive's strings, untouched"},"metrics":["F1","NER Micro F1"],"metric_direction":{"note":"inferred from the metric name only (the archive records no direction); null = not inferred, chart draws points only","by_metric":{"F1":"higher","NER Micro F1":"higher"}},"counts":{"rows":14,"rows_with_code":12,"rows_with_paper_page":14,"rows_dated":13,"rows_using_additional_data":0},"rows":[{"rank_in_archive_order":1,"model":"UniRel","metrics":{"F1":"94.7"},"uses_additional_data":false,"paper_date":"2022-11-16","paper":"/paper/unirel-unified-representation-and-interaction","paper_url":"https://arxiv.org/abs/2211.09039v1","paper_title":"UniRel: Unified Representation and Interaction for Joint Relational Triple Extraction","code":"https://github.com/wtangdev/unirel","n_code_links":1,"syntology":null},{"rank_in_archive_order":2,"model":"PFN","metrics":{"F1":"93.6","NER Micro F1":"98.0"},"uses_additional_data":false,"paper_date":"2021-08-27","paper":"/paper/a-partition-filter-network-for-joint-entity","paper_url":"https://arxiv.org/abs/2108.12202v8","paper_title":"A Partition Filter Network for Joint Entity and Relation Extraction","code":"https://github.com/Coopercoppers/PFN","n_code_links":1,"syntology":{"n_ran":5,"n_unverified":2,"n_samples":7,"n_pointer_only_licence":0}},{"rank_in_archive_order":3,"model":"SPN","metrics":{"F1":"93.4"},"uses_additional_data":false,"paper_date":"2020-11-03","paper":"/paper/joint-entity-and-relation-extraction-with-set","paper_url":"https://arxiv.org/abs/2011.01675v2","paper_title":"Joint Entity and Relation Extraction with Set Prediction Networks","code":"https://github.com/DianboWork/SPN4RE","n_code_links":1,"syntology":null},{"rank_in_archive_order":4,"model":"TDEER","metrics":{"F1":"93.1"},"uses_additional_data":false,"paper_date":null,"paper":"/paper/tdeer-an-efficient-translating-decoding","paper_url":"https://aclanthology.org/2021.emnlp-main.635","paper_title":"TDEER: An Efficient Translating Decoding Schema for Joint Extraction of Entities and Relations","code":"https://github.com/4ai/tdeer","n_code_links":1,"syntology":null},{"rank_in_archive_order":5,"model":"RIFRE","metrics":{"F1":"92.6"},"uses_additional_data":false,"paper_date":"2021-05-08","paper":"/paper/representation-iterative-fusion-based-on","paper_url":"https://www.sciencedirect.com/science/article/pii/S0950705121001519","paper_title":"Representation Iterative Fusion based on Heterogeneous Graph Neural Network for Joint Entity and Relation Extraction","code":"https://github.com/zhao9797/RIFRE","n_code_links":1,"syntology":null},{"rank_in_archive_order":6,"model":"TPLinker","metrics":{"F1":"91.9"},"uses_additional_data":false,"paper_date":"2020-10-26","paper":"/paper/tplinker-single-stage-joint-extraction-of","paper_url":"https://arxiv.org/abs/2010.13415v1","paper_title":"TPLinker: Single-stage Joint Extraction of Entities and Relations Through Token Pair Linking","code":"https://github.com/131250208/TPlinker-joint-extraction","n_code_links":1,"syntology":null},{"rank_in_archive_order":7,"model":"HBT (CasRel)","metrics":{"F1":"91.8"},"uses_additional_data":false,"paper_date":"2019-09-07","paper":"/paper/a-novel-hierarchical-binary-tagging-framework","paper_url":"https://arxiv.org/abs/1909.03227v4","paper_title":"A Novel Cascade Binary Tagging Framework for Relational Triple Extraction","code":"https://github.com/weizhepei/CasRel","n_code_links":5,"syntology":null},{"rank_in_archive_order":8,"model":"RIN (BERT, K=2)","metrics":{"F1":"90.1"},"uses_additional_data":false,"paper_date":"2020-05-01","paper":"/paper/recurrent-interaction-network-for-jointly","paper_url":"https://arxiv.org/abs/2005.00162v2","paper_title":"Recurrent Interaction Network for Jointly Extracting Entities and Classifying Relations","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":9,"model":"CGT(UniLM)","metrics":{"F1":"83.4"},"uses_additional_data":false,"paper_date":"2020-09-14","paper":"/paper/contrastive-triple-extraction-with-generative","paper_url":"https://arxiv.org/abs/2009.06207v8","paper_title":"Contrastive Triple Extraction with Generative Transformer","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":10,"model":"ETL-Span","metrics":{"F1":"83.1"},"uses_additional_data":false,"paper_date":"2019-09-10","paper":"/paper/joint-extraction-of-entities-and-relations-3","paper_url":"https://arxiv.org/abs/1909.04273v3","paper_title":"Joint Extraction of Entities and Relations Based on a Novel Decomposition Strategy","code":"https://github.com/yubowen-ph/JointER","n_code_links":1,"syntology":null},{"rank_in_archive_order":11,"model":"RSAN","metrics":{"F1":"82.1"},"uses_additional_data":false,"paper_date":"2020-07-01","paper":"/paper/a-relation-specific-attention-network-for","paper_url":"https://www.ijcai.org/Proceedings/2020/561","paper_title":"A Relation-Specific Attention Network for Joint Entity and Relation Extraction","code":"https://github.com/Anery/RSAN","n_code_links":1,"syntology":null},{"rank_in_archive_order":12,"model":"CopyRE' OneDecoder","metrics":{"F1":"60.5"},"uses_additional_data":false,"paper_date":"2019-11-24","paper":"/paper/copymtl-copy-mechanism-for-joint-extraction","paper_url":"https://arxiv.org/abs/1911.10438v2","paper_title":"CopyMTL: Copy Mechanism for Joint Extraction of Entities and Relations with Multi-Task Learning","code":"https://github.com/WindChimeRan/CopyMTL","n_code_links":2,"syntology":null},{"rank_in_archive_order":13,"model":"CopyRE MultiDecoder","metrics":{"F1":"37.1"},"uses_additional_data":false,"paper_date":"2018-07-01","paper":"/paper/extracting-relational-facts-by-an-end-to-end","paper_url":"https://aclanthology.org/P18-1047","paper_title":"Extracting Relational Facts by an End-to-End Neural Model with Copy Mechanism","code":"https://github.com/xiangrongzeng/copy_re","n_code_links":1,"syntology":null},{"rank_in_archive_order":14,"model":"NovelTagging","metrics":{"F1":"28.3"},"uses_additional_data":false,"paper_date":"2017-06-07","paper":"/paper/joint-extraction-of-entities-and-relations","paper_url":"http://arxiv.org/abs/1706.05075v1","paper_title":"Joint Extraction of Entities and Relations Based on a Novel Tagging Scheme","code":"https://github.com/tonygsw/Joint-Extraction-of-Entities-and-Relations-Based-on-a-Novel-Tagging-Scheme","n_code_links":2,"syntology":null}],"since_archive":{"claim":"Results that newer papers report for their own method, placed here by Syntology. A model pointed at the cell in the paper's own table; the number was read from that cell and checked against this leaderboard's metric, dataset, split and scale; an independent check that saw this leaderboard's other rows and every other leaderboard on the same dataset accepted it. Not reviewed by the paper's authors or by the archive's editors, and not ranked against the archive rows.","extraction_file_present":true,"measurement":{"test_papers":883,"papers_with_output":881,"judged_true":108,"judged":110,"wilson95_lower":0.9361,"measured_on":"2026-09-24","frozen_commit":"0e3de0df94"},"measurement_note":"blind adjudication of accepted entries on a held-out split of archive papers, rules frozen before the test","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","complete":false,"papers_newer_than_archive":9581,"papers_checked":6264,"papers_extracted_not_yet_verified":0,"boards_without_verdict":2,"papers_not_yet_extracted":3316},"order":"newest first by month (arXiv date, else the arXiv-id month), then arXiv id descending","columns":[],"entries":[]},"syntology":{"read_at":"2026-09-24T18:15:14+00:00","claim":"Per row: N of M harvested code samples from that row's paper executed on a synthesized fixture; the other M-N are unverified. Not a reproduction of the row's number; not a correctness claim. n_pointer_only_licence counts samples the site points at rather than redistributes (a licence axis, independent of ran/unverified).","rows_with_graph_line":1,"rows_with_any_sample_ran":1,"distinct_papers_with_graph_line":1,"distinct_papers_with_any_sample_ran":1,"samples_over_distinct_papers":{"n_ran":5,"n_unverified":2,"n_samples":7,"n_pointer_only_licence":0,"note":"each paper (arXiv id) counted once, however many rows it is behind; this is the page-level figure"},"samples_row_weighted":{"n_ran":5,"n_unverified":2,"n_samples":7,"n_pointer_only_licence":0,"note":"row-weighted: a paper behind several rows is counted once per row; inflated relative to samples_over_distinct_papers by design, kept for readers summing the per-row syntology blocks"}}}