From 9a92afb6d047e976943ddc6203bb07aabd4c4ffe Mon Sep 17 00:00:00 2001 From: Alexandr Date: Thu, 1 Oct 2020 16:11:42 +0300 Subject: [PATCH] Update LayoutLM doc (#7388) Co-authored-by: Alexandr Maslov --- docs/source/model_doc/layoutlm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/model_doc/layoutlm.rst b/docs/source/model_doc/layoutlm.rst index 7c6086db9f..eee377c870 100644 --- a/docs/source/model_doc/layoutlm.rst +++ b/docs/source/model_doc/layoutlm.rst @@ -4,8 +4,8 @@ LayoutLM Overview ~~~~~~~~~~~~~~~~~~~~~ -The LayoutLM model was proposed in `LayoutLM: Pre-training of Text and Layout for Document Image Understanding `__ -by Yiheng Xu, Minghao Li, Lei Cui, Shaohan Huang, Furu Wei, and Ming Zhou. It's a simple but effective pre-training method +The LayoutLM model was proposed in the paper `LayoutLM: Pre-training of Text and Layout for Document Image Understanding `__ +by Yiheng Xu, Minghao Li, Lei Cui, Shaohan Huang, Furu Wei, and Ming Zhou. It's a simple but effective pre-training method of text and layout for document image understanding and information extraction tasks, such as form understanding and receipt understanding. The abstract from the paper is the following: