paper-with-me

홈 › Papers

Effective and Efficient Schema-aware Information Extraction Using On-Device Large Language Models

2025-05-21 · Zhihao Wen, Sheng Liang, Yaxiong Wu, Yongyue Zhang, Yong liu

Information extraction (IE) plays a crucial role in natural language processing (NLP) by converting unstructured text into structured knowledge. Deploying computationally intensive large language models (LLMs) on resource-constrained devices for information extraction is challenging, particularly due to issues like hallucinations, limited context length, and high latency-especially when handling diverse extraction schemas. To address these challenges, we propose a two-stage information extraction approach adapted for on-device LLMs, called Dual-LoRA with Incremental Schema Caching (DLISC), which enhances both schema identification and schema-aware extraction in terms of effectiveness and efficiency. In particular, DLISC adopts an Identification LoRA module for retrieving the most relevant schemas to a given query, and an Extraction LoRA module for performing information extraction based on the previously selected schemas. To accelerate extraction inference, Incremental Schema Caching is incorporated to reduce redundant computation, substantially improving efficiency. Extensive experiments across multiple information extraction datasets demonstrate notable improvements in both effectiveness and efficiency.

📄 PDF Abstract BibTeX arXiv:2505.14992

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Schema-aware Event Extraction with Retrieval-Augmented Generation

2025-05-13 · Sheng Liang, Hang Lv, Zhihao Wen, Yaxiong Wu 외

Event extraction (EE) is a fundamental task in natural language processing (NLP) that involves identifying and extracting event information from unstructured text. Effective EE in real-world scenarios requires two key st…

Event ExtractionHallucinationRetrievalRetrieval-augmented Generation

Enhancing Large Multimodal Models in Key Information Extraction via Scene-Aware Document Synthesis

2026-07-06 · Zhipeng Xu, Zulong Chen, Qing Liu, Junhao Ji 외 arxiv

Key Information Extraction (KIE) converts visually rich documents into structured data, but practical deployment remains challenging: strong performance often relies on costly on-server Large Multimodal Models (LMMs), wh…

Key Information Extraction

ChatSchema: A pipeline of extracting structured information with Large Multimodal Models based on schema

2024-07-26 · Fei Wang, Yuewen Zheng, Qin Li, Jingyi Wu 외

Objective: This study introduces ChatSchema, an effective method for extracting and structuring information from unstructured data in medical paper reports using a combination of Large Multimodal Models (LMMs) and Optica…

Optical Character RecognitionOptical Character Recognition (OCR)

DocSage: An Information Structuring Agent for Multi-Doc Multi-Entity Question Answering

2026-03-12 · Teng Lin, Yizhang Zhu, Zhengxuan Zhang, Yuyu Luo 외 arxiv

Multi-document Multi-entity Question Answering inherently demands models to track implicit logic between multiple entities across scattered documents. However, existing Large Language Models (LLMs) and Retrieval-Augmente…

Information ExtractionRelational ReasoningQuestion Answering

A Graphical Interface for Curating Schemas

2021-08-01 · ACL 2021 5 · Piyush Mishra, Akanksha Malhotra, Susan Windisch Brown, Martha Palmer 외

Much past work has focused on extracting information like events, entities, and relations from documents. Very little work has focused on analyzing these results for better model understanding. In this paper, we introduc…