← Search

Ruoyu Zhang

5 accepted papers

2023

A Novel Table-to-Graph Generation Approach for Document-Level Joint Entity and Relation Extraction

ACL 2023long

Document-level relation extraction (DocRE) aims to extract relations among entities within a document, which is crucial for applications like knowledge graph construction. Existing methods usually assume that entities and their mentions are identified beforehand, which falls short of real-world appl…

2023

AtTGen: Attribute Tree Generation for Real-World Attribute Joint Extraction

ACL 2023long

Attribute extraction aims to identify attribute names and the corresponding values from descriptive texts, which is the foundation for extensive downstream applications such as knowledge graph construction, search engines, and e-Commerce. In previous studies, attribute extraction is generally treate…

2023

LLMaAA: Making Large Language Models as Active Annotators

EMNLP 2023long findings

Prevalent supervised learning methods in natural language processing (NLP) are notoriously data-hungry, which demand large amounts of high-quality annotated data. In practice, acquiring such data is a costly endeavor. Recently, the superior few-shot performance of large language models (LLMs) has pr…

Cited by 0SourcecodeScholar
2022

Crake: Causal-Enhanced Table-Filler for Question Answering over Large Scale Knowledge Base

NAACL 2022findings

Semantic parsing solves knowledge base (KB) question answering (KBQA) by composing a KB query, which generally involves node extraction (NE) and graph composition (GC) to detect and connect related nodes in a query. Despite the strong causal effects between NE and GC, previous works fail to directly…

2021

NAMER: A Node-Based Multitasking Framework for Multi-Hop Knowledge Base Question Answering

NAACL 2021system demonstrations

We present NAMER, an open-domain Chinese knowledge base question answering system based on a novel node-based framework that better grasps the structural mapping between questions and KB queries by aligning the nodes in a query with their corresponding mentions in question. Equipped with techniques…