paper-with-me

홈 › Papers

MiNER: A Two-Stage Pipeline for Metadata Extraction from Municipal Meeting Minutes

2026-01-30 · Rodrigo Batista, Luís Filipe Cunha, Purificação Silvano, Nuno Guimarães, Alípio Jorge, Evelin Amorim, Ricardo Campos arxiv

Municipal meeting minutes are official documents of local governance, exhibiting heterogeneous formats and writing styles. Effective information retrieval (IR) requires identifying metadata such as meeting number, date, location, participants, and start/end times, elements that are rarely standardized or easy to extract automatically. Existing named entity recognition (NER) models are ill-suited to this task, as they are not adapted to such domain-specific categories. In this paper, we propose a two-stage pipeline for metadata extraction from municipal minutes. First, a question answering (QA) model identifies the opening and closing text segments containing metadata. Transformer-based models (BERTimbau and XLM-RoBERTa with and without a CRF layer) are then applied for fine-grained entity extraction and enhanced through deslexicalization. To evaluate our proposed pipeline, we benchmark both open-weight (Phi) and closed-weight (Gemini) LLMs, assessing predictive performance, inference cost, and carbon footprint. Our results demonstrate strong in-domain performance, better than larger general-purpose LLMs. However, cross-municipality evaluation reveals reduced generalization reflecting the variability and linguistic complexity of municipal records. This work establishes the first benchmark for metadata extraction from municipal meeting minutes, providing a solid foundation for future research in this domain.

📄 PDF Abstract BibTeX arXiv:2602.00316

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalQuestion Answering

Similar Papers 제목 키워드 기반

CitiLink-Minutes: A Multilayer Annotated Dataset of Municipal Meeting Minutes

2026-02-12 · Ricardo Campos, Ana Filipa Pacheco, Ana Luísa Fernandes, Inês Cantante 외 arxiv

City councils play a crucial role in local governance, directly influencing citizens' daily lives through decisions made during municipal meetings. These deliberations are formally documented in meeting minutes, which se…

Information Retrieval

Paper2Data: Large-Scale LLM Extraction and Metadata Structuring of Global Urban Data from Scientific Literature

2026-02-09 · Runwen You, Tong Xia, Jingzhi Wang, Jiankun Zhang 외 arxiv

Urban data support a wide range of applications across multiple disciplines. However, at the global scale, there is no unified platform for urban data discovery. As a result, researchers often have to manually search thr…

LAME: Layout Aware Metadata Extraction Approach for Research Articles

2021-12-23 · Jongyun Choi, Hyesoo Kong, Hwamook Yoon, Heung-Seon Oh 외

The volume of academic literature, such as academic conference papers and journals, has increased rapidly worldwide, and research on metadata extraction is ongoing. However, high-performing metadata extraction is still c…

ArticlesDiversity

CitiLink: Enhancing Municipal Transparency and Citizen Engagement through Searchable Meeting Minutes

2026-01-26 · Rodrigo Silva, José Evans, José Isidro, Miguel Marques 외 arxiv

City council minutes are typically lengthy and formal documents with a bureaucratic writing style. Although publicly available, their structure often makes it difficult for citizens or journalists to efficiently find inf…

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…