中文
相关论文

相关论文: ERNIE-Layout: Layout Knowledge Enhanced Pre-traini…

200 篇论文

The recognition of named entities in visually-rich documents (VrD-NER) plays a critical role in various real-world scenarios and applications. However, the research in VrD-NER faces three major challenges: complex document layouts,…

计算与语言 · 计算机科学 2024-08-13 Yi Tu , Chong Zhang , Ya Guo , Huan Chen , Jinyang Tang , Huijia Zhu , Qi Zhang

Pre-trained models (PTMs) have become a fundamental backbone for downstream tasks in natural language processing and computer vision. Despite initial gains that were obtained by applying generic PTMs to geo-related tasks at Baidu Maps, a…

计算与语言 · 计算机科学 2022-06-13 Jizhou Huang , Haifeng Wang , Yibo Sun , Yunsheng Shi , Zhengjie Huang , An Zhuo , Shikun Feng

Key information extraction (KIE) from document images requires understanding the contextual and spatial semantics of texts in two-dimensional (2D) space. Many recent studies try to solve the task by developing pre-trained language models…

计算与语言 · 计算机科学 2022-04-06 Teakgyu Hong , Donghyun Kim , Mingi Ji , Wonseok Hwang , Daehyun Nam , Sungrae Park

Large pre-trained language models achieve state-of-the-art results when fine-tuned on downstream NLP tasks. However, they almost exclusively focus on text-only representation, while neglecting cell-level layout information that is important…

计算与语言 · 计算机科学 2021-05-25 Chenliang Li , Bin Bi , Ming Yan , Wei Wang , Songfang Huang , Fei Huang , Luo Si

In this paper, we introduce a fully convolutional network for the document layout analysis task. While state-of-the-art methods are using models pre-trained on natural scene images, our method Doc-UFCN relies on a U-shaped model trained…

计算机视觉与模式识别 · 计算机科学 2021-09-20 Mélodie Boillet , Christopher Kermorvant , Thierry Paquet

Document layout analysis aims to detect and categorize structural elements (e.g., titles, tables, figures) in scanned or digital documents. Popular methods often rely on high-quality Optical Character Recognition (OCR) to merge visual…

计算机视觉与模式识别 · 计算机科学 2026-01-13 Fuyuan Liu , Dianyu Yu , He Ren , Nayu Liu , Xiaomian Kang , Delai Qiu , Fa Zhang , Genpeng Zhen , Shengping Liu , Jiaen Liang , Wei Huang , Yining Wang , Junnan Zhu

Recently, various multimodal networks for Visually-Rich Document Understanding(VRDU) have been proposed, showing the promotion of transformers by integrating visual and layout information with the text embeddings. However, most existing…

计算机视觉与模式识别 · 计算机科学 2022-03-16 Zhangxuan Gu , Changhua Meng , Ke Wang , Jun Lan , Weiqiang Wang , Ming Gu , Liqing Zhang

Pretrained language models (PLMs) such as BERT adopt a training paradigm which first pretrain the model in general data and then finetune the model on task-specific data, and have recently achieved great success. However, PLMs are notorious…

计算与语言 · 计算机科学 2021-06-07 Weiyue Su , Xuyi Chen , Shikun Feng , Jiaxiang Liu , Weixin Liu , Yu Sun , Hao Tian , Hua Wu , Haifeng Wang

Retrieval is a crucial stage in web search that identifies a small set of query-relevant candidates from a billion-scale corpus. Discovering more semantically-related candidates in the retrieval stage is very promising to expose more…

信息检索 · 计算机科学 2021-10-19 Yiding Liu , Guan Huang , Jiaxiang Liu , Weixue Lu , Suqi Cheng , Yukun Li , Daiting Shi , Shuaiqiang Wang , Zhicong Cheng , Dawei Yin

Since a vast number of tables can be easily collected from web pages, spreadsheets, PDFs, and various other document types, a flurry of table pre-training frameworks have been proposed following the success of text and images, and they have…

计算与语言 · 计算机科学 2022-05-02 Haoyu Dong , Zhoujun Cheng , Xinyi He , Mengyu Zhou , Anda Zhou , Fan Zhou , Ao Liu , Shi Han , Dongmei Zhang

Large language models (LMs) are currently trained to predict tokens given document prefixes, enabling them to directly perform long-form generation and prompting-style tasks which can be reduced to document completion. Existing pretraining…

The recognition of abstracts is crucial for effectively locating the content and clarifying the article. Existing move recognition algorithms lack the ability to learn word position information to obtain contextual semantics. This paper…

计算与语言 · 计算机科学 2023-12-18 Hao Wen , Jie Wang , Xiaodong Qiao

Content-aware layout aims to arrange design elements appropriately on a given canvas to convey information effectively. Recently, the trend for this task has been to leverage large language models (LLMs) to generate layouts automatically,…

计算机视觉与模式识别 · 计算机科学 2025-07-09 Jiaxu Tian , Xuehui Yu , Yaoxing Wang , Pan Wang , Guangqian Guo , Shan Gao

Automated parsing of scanned documents into richly structured, machine-readable formats remains a critical bottleneck in Document AI, as traditional multi-stage pipelines suffer from error propagation and limited adaptability to diverse…

计算机视觉与模式识别 · 计算机科学 2025-10-22 Baode Wang , Biao Wu , Weizhen Li , Meng Fang , Zuming Huang , Jun Huang , Haozhe Wang , Yanjie Liang , Ling Chen , Wei Chu , Yuan Qi

External knowledge,e.g., entities and entity descriptions, can help humans understand texts. Many works have been explored to include external knowledge in the pre-trained models. These methods, generally, design pre-training tasks and…

计算与语言 · 计算机科学 2022-08-19 Qinghua Zhao , Shuai Ma , Yuxuan Lei

Visual document retrieval aims to retrieve a set of document pages relevant to a query from visually rich collections. Existing methods often employ Vision-Language Models (VLMs) to encode queries and visual pages into a shared embedding…

信息检索 · 计算机科学 2026-04-10 Hao Yang , Yifan Ji , Zhipeng Xu , Zhenghao Liu , Yukun Yan , Zulong Chen , Shuo Wang , Yu Gu , Ge Yu

Recognizing the layout of unstructured digital documents is an important step when parsing the documents into structured machine-readable format for downstream applications. Deep neural networks that are developed for computer vision have…

计算与语言 · 计算机科学 2019-08-22 Xu Zhong , Jianbin Tang , Antonio Jimeno Yepes

This paper defines and explores the design space for information extraction (IE) from layout-rich documents using large language models (LLMs). The three core challenges of layout-aware IE with LLMs are 1) data structuring, 2) model…

计算与语言 · 计算机科学 2026-02-04 Gaye Colakoglu , Gürkan Solmaz , Jonathan Fürst

We present a novel language representation model enhanced by knowledge called ERNIE (Enhanced Representation through kNowledge IntEgration). Inspired by the masking strategy of BERT, ERNIE is designed to learn language representation…

计算与语言 · 计算机科学 2019-04-22 Yu Sun , Shuohuan Wang , Yukun Li , Shikun Feng , Xuyi Chen , Han Zhang , Xin Tian , Danxiang Zhu , Hao Tian , Hua Wu

When designing circuits, engineers obtain the information of electronic devices by browsing a large number of documents, which is low efficiency and heavy workload. The use of artificial intelligence technology to automatically parse…

计算机视觉与模式识别 · 计算机科学 2025-02-25 Hong Cai Chen , Longchang Wu , Yang Zhang