paper-with-me

Papers

HTML-LSTM: Information Extraction from HTML Tables in Web Pages using Tree-Structured LSTM

2024-09-28 · Kazuki Kawamura, Akihiro Yamamoto

In this paper, we propose a novel method for extracting information from HTML tables with similar contents but with a different structure. We aim to integrate multiple HTML tables into a single table for retrieval of information containing in various Web pages. The method is designed by extending tree-structured LSTM, the neural network for tree-structured data, in order to extract information that is both linguistic and structural information of HTML data. We evaluate the proposed method through experiments using real data published on the WWW.

📄 PDF Abstract BibTeX arXiv:2409.19445

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Kitten: a tool for normalizing HTML and extracting its textual content

2012-05-01 · LREC 2012 5 · Mathieu-Henri Falco, V{\'e}ronique Moriceau, Anne Vilnat

The web is composed of a gigantic amount of documents that can be very useful for information extraction systems. Most of them are written in HTML and have to be rendered by an HTML engine in order to display the data th…

Language ModellingQuestion Answering

WebSets: Extracting Sets of Entities from the Web Using Unsupervised Information Extraction

2013-07-01 · Bhavana Dalvi, William W. Cohen, Jamie Callan

We describe a open-domain information extraction method for extracting concept-instance pairs from an HTML corpus. Most earlier approaches to this problem rely on combining clusters of distributionally similar terms and …

ClusteringInformation Retrieval

AICC: Parse HTML Finer, Make Models Better -- A 7.3T AI-Ready Corpus Built by a Model-Based HTML Parser

2025-11-20 · Ren Ma, Jiantao Qiu, Chao Xu, Pei Chu 외 arxiv

While web data quality is crucial for large language models, most curation efforts focus on filtering and deduplication,treating HTML-to-text extraction as a fixed pre-processing step. Existing web corpora rely on heuris…

DOM-LM: Learning Generalizable Representations for HTML Documents

2022-01-25 · Xiang Deng, Prashant Shiralkar, Colin Lockard, Binxuan Huang 외

HTML documents are an important medium for disseminating information on the Web for human consumption. An HTML document presents information in multiple text formats including unstructured text, structured key-value pair…

AttributeAttribute ExtractionOpen Information ExtractionQuestion Answering+1

Web Table Classification based on Visual Features

2021-02-25 · Babette Bühler, Heiko Paulheim

Tables on the web constitute a valuable data source for many applications, like factual search and knowledge base augmentation. However, as genuine tables containing relational knowledge only account for a small proporti…

ClassificationGeneral Classificationimage-classificationImage Classification+2