paper-with-me

Papers

Improving Document Clustering by Eliminating Unnatural Language

2017-03-16 · Myungha Jang, Jinho D. Choi, James Allan

Technical documents contain a fair amount of unnatural language, such as tables, formulas, pseudo-codes, etc. Unnatural language can be an important factor of confusing existing NLP tools. This paper presents an effective method of distinguishing unnatural language from natural language, and evaluates the impact of unnatural language detection on NLP tasks such as document clustering. We view this problem as an information extraction task and build a multiclass classification model identifying unnatural language components into four categories. First, we create a new annotated corpus by collecting slides and papers in various formats, PPT, PDF, and HTML, where unnatural language components are annotated into four categories. We then explore features available from plain text to build a statistical model that can handle any format as long as it is converted into plain text. Our experiments show that removing unnatural language components gives an absolute improvement in document clustering up to 15%. Our corpus and tool are publicly available.

📄 PDF Abstract BibTeX arXiv:1703.05706

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Improving Document Clustering by Removing Unnatural Language

2017-09-01 · WS 2017 9 · Myungha Jang, Jinho D. Choi, James Allan

Technical documents contain a fair amount of unnatural language, such as tables, formulas, and pseudo-code. Unnatural language can bean important factor of confusing existing NLP tools. This paper presents an effective m…

ClusteringDocument Layout AnalysisOptical Character Recognition (OCR)

AVIR: Adaptive Visual In-Document Retrieval for Efficient Multi-Page Document Question Answering

2026-01-17 · Zongmin Li, Yachuan Li, Lei Kang, Dimosthenis Karatzas 외 arxiv

Multi-page Document Visual Question Answering (MP-DocVQA) remains challenging because long documents not only strain computational resources but also reduce the effectiveness of the attention mechanism in large vision-la…

Visual Question AnsweringAnswer Generation

Information-Theoretic Generative Clustering of Documents

2024-12-18 · Xin Du, Kumiko Tanaka-Ishii

We present {\em generative clustering} (GC) for clustering a set of documents, $\mathrm{X}$, by using texts $\mathrm{Y}$ generated by large language models (LLMs) instead of by clustering the original documents $\mathrm{…

ClusteringRetrieval

A new keyphrases extraction method based on suffix tree data structure for arabic documents clustering

2014-01-22 · Issam Sahmoudi, Hanane Froud, Abdelmonaime Lachkar

Document Clustering is a branch of a larger area of scientific study known as data mining .which is an unsupervised classification using to find a structure in a collection of unlabeled data. The useful information in th…

Clustering

Graph-Convolutional Networks: Named Entity Recognition and Large Language Model Embedding in Document Clustering

2024-12-19 · Imed Keraghel, Mohamed Nadif

Recent advances in machine learning, particularly Large Language Models (LLMs) such as BERT and GPT, provide rich contextual embeddings that improve text representation. However, current document clustering approaches of…

ClusteringLanguage ModelingLanguage ModellingLarge Language Model+4