paper-with-me

Papers

SIMARA: a database for key-value information extraction from full pages

2023-04-26 · Solène Tarride, Mélodie Boillet, Jean-François Moufflet, Christopher Kermorvant

We propose a new database for information extraction from historical handwritten documents. The corpus includes 5,393 finding aids from six different series, dating from the 18th-20th centuries. Finding aids are handwritten documents that contain metadata describing older archives. They are stored in the National Archives of France and are used by archivists to identify and find archival documents. Each document is annotated at page-level, and contains seven fields to retrieve. The localization of each field is not available in such a way that this dataset encourages research on segmentation-free systems for information extraction. We propose a model based on the Transformer architecture trained for end-to-end information extraction and provide three sets for training, validation and testing, to ensure fair comparison with future works. The database is freely accessible at https://zenodo.org/record/7868059.

📄 PDF Abstract BibTeX arXiv:2304.13606

Code (0)

등록된 구현이 없습니다.

Tasks

Handwriting RecognitionHandwritten Text RecognitionKey Information ExtractionNamed Entity Recognition (NER)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Key-value information extraction from full handwritten pages

2023-04-26 · Solène Tarride, Mélodie Boillet, Christopher Kermorvant

We propose a Transformer-based approach for information extraction from digitized handwritten documents. Our approach combines, in a single model, the different steps that were so far performed by separate models: featur…

Handwriting Recognitionnamed-entity-recognitionNamed Entity Recognition

TEXT2DB: Integration-Aware Information Extraction with Large Language Model Agents

2025-10-28 · Yizhu Jiao, Sha Li, Sizhe Zhou, Heng Ji 외 arxiv

The task of information extraction (IE) is to extract structured knowledge from text. However, it is often not straightforward to utilize IE output due to the mismatch between the IE ontology and the downstream applicati…

Information Extraction

Columnar Database Techniques for Creating AI Features

2017-12-07 · Brad Carlile, Akiko Marti, Guy Delamarter

Recent advances with in-memory columnar database techniques have increased the performance of analytical queries on very large databases and data warehouses. At the same time, advances in artificial intelligence (AI) alg…

feature selection

End-to-end information extraction in handwritten documents: Understanding Paris marriage records from 1880 to 1940

2024-04-30 · Thomas Constum, Lucas Preel, Théo Larcher, Pierrick Tranouez 외

The EXO-POPP project aims to establish a comprehensive database comprising 300,000 marriage records from Paris and its suburbs, spanning the years 1880 to 1940, which are preserved in over 130,000 scans of double pages. …

Handwritten Text Recognition

Modeling Missing Data in Distant Supervision for Information Extraction

2013-01-01 · TACL 2013 1 · Alan Ritter, Luke Zettlemoyer, {Mausam}, Oren Etzioni

Distant supervision algorithms learn information extraction models given only large readily available databases and text collections. Most previous work has used heuristics for generating labeled data, for example assumi…

Relation Extraction