Text Mining and Big Data Analysis

A special issue of Big Data and Cognitive Computing (ISSN 2504-2289). This special issue belongs to the section "Data Mining and Machine Learning".

Deadline for manuscript submissions: 16 June 2027 | Viewed by 539

Editor


E-Mail Website
Guest Editor
Department of Advanced Information Technology, Faculty of Information Science and Electrical Engineering, Kyushu University, Fukuoka City 819-0395, Japan
Interests: natural language processing; text mining; data mining; recommendation and multi-agent systems

Special Issue Information

Dear Colleagues,

With the growth of digital technology, vast amounts of text data—including social media posts, electronic health records, academic papers, and business documents—are generated daily. The technologies of “text mining,” which extract valuable insights from unstructured data, and “big data analytics,” which support it, play an indispensable role in decision-making in modern society. Additionally, modern document data is not merely a list of text. In a variety of documents, such as academic papers, technical reports, business materials, and web pages, figures, tables, and images are effectively arranged to complement the text, conveying sophisticated information. Consequently, topics such as analyzing the correlations between visual elements (e.g., figures, tables, and images) and text within documents, utilizing layout information, and conducting multimodal big data analysis that integrates these elements have become important areas of research, extending beyond the scope of traditional text mining.    

For this call for papers, we invite submissions of innovative methods and application examples to understand the overall structure of documents and extract advanced insights. We also broadly invite research on the theory and applications of text mining and big data analysis, ranging from the latest methods in natural language processing (NLP) and multimodal data analysis to applications of large language models (LLMs), efficient large-scale data processing infrastructures, and even privacy protection and ethical issues. In this Special Issue, original research articles and reviews are welcome. Research areas may include (but are not limited to) the following: 

  1. Document Intelligence & Multimodal Analysis
  • Table & Figure Understanding: Automatic recognition of table structures, linking captions to text in figures, and numerical extraction from graph data. 
  • Layout-aware Analysis: Semantic analysis that takes visual layout (font, position, proximity) into account. 
  • Cross-modal Search and Generation: Text summarization based on the content of tables and figures, or automatic search and recommendation of tables and figures that match the text. 
  • VQA (Visual Question Answering) for Documents: Natural language question-answering technology regarding figures and tables within documents. 
  1. Advanced Text and Data Mining
  • Document understanding through the integration of large language models (LLMs) and visual language models (VLMs).
  • Extraction of structured knowledge from unstructured data (images, PDFs) (knowledge graph construction).
  • Detection of inconsistencies between text and figures/tables within documents, and reliability assessment.
  1. Theories and Algorithms
  • Advanced development and tuning techniques for Large Language Models (LLMs)
  • Sentiment analysis, opinion extraction, and intent understanding
  • Multilingual and cross-lingual text mining
  • Structuring unstructured data and knowledge graph construction
  • Anomaly detection and pattern recognition in text data
  1. Big Data Infrastructure & Analytics
  • Distributed and parallel computing algorithms for large-scale text processing
  • Text analysis of real-time stream data
  • Scalability and efficiency in big data analysis
  • Graph mining and network analysis
  1. Social Challenges & Ethics
  • Privacy-Preserving Text Mining (Differential Privacy, Secure Computation, etc.)
  • AI Transparency, Explainability (XAI), and Fairness
  • Fake News Detection and Information Reliability Assessment
  1. Applications
  • Technical Documents: Automatic analysis of complex manuals, design drawings, and specifications. 
  • Digital Archives and Historical Materials: Transcription and contextual analysis of historical documents, including illustrations. 
  • Science Mining: Integrated analysis of experimental data (graphs and tables) and theories (text) from vast collections of academic papers. 
  • IoT and Manufacturing: Anomaly diagnosis and maintenance support by integrating sensor logs with operational manuals (illustrations). 
  • Healthcare and Well-being: Analysis of medical billing statements and electronic health records 
  • Education Technology (EdTech): Learning support through analysis of learning logs and open-ended responses 
  • Business and Finance: Market forecasting, analysis of customer reviews, and risk management 
  • Public Policy: Visualization of public opinion and information extraction during disasters 

Dr. Tsunenori Mine
Guest Editor

Manuscript Submission Information

Manuscripts should be submitted online at www.mdpi.com by registering and logging in to this website. Once you are registered, click here to go to the submission form. Manuscripts can be submitted until the deadline. All submissions that pass pre-check are peer-reviewed. Accepted papers will be published continuously in the journal (as soon as accepted) and will be listed together on the special issue website. Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 250 words) can be sent to the Editorial Office for assessment.

Submitted manuscripts should not have been published previously, nor be under consideration for publication elsewhere (except conference proceedings papers). All manuscripts are thoroughly refereed through a single-anonymized peer-review process. A guide for authors and other relevant information for submission of manuscripts is available on the Instructions for Authors page. Big Data and Cognitive Computing is an international peer-reviewed open access monthly journal published by MDPI.

Please visit the Instructions for Authors page before submitting a manuscript. The Article Processing Charge (APC) for publication in this open access journal is 1800 CHF (Swiss Francs). Submitted papers should be well formatted and use good English. Authors may use MDPI's English editing service prior to publication or during author revisions.

Keywords

  • text and data mining
  • big data analysis
  • multi-modal analysis
  • natural language processing
  • machine learning
  • deep learning
  • large language model
  • vision language model

Benefits of Publishing in a Special Issue

  • Ease of navigation: Grouping papers by topic helps scholars navigate broad scope journals more efficiently.
  • Greater discoverability: Special Issues support the reach and impact of scientific research. Articles in Special Issues are more discoverable and cited more frequently.
  • Expansion of research network: Special Issues facilitate connections among authors, fostering scientific collaborations.
  • External promotion: Articles in Special Issues are often promoted through the journal's social media, increasing their visibility.
  • Reprint: MDPI Books provides the opportunity to republish successful Special Issues in book format, both online and in print.

Further information on MDPI's Special Issue policies can be found here.

Published Papers (1 paper)

Order results
Result details
Select all
Export citation of selected articles as:

Research

22 pages, 562 KB  
Article
Extracting Composition Expression Patterns from Materials Science Patent Documents Using SEP-Tags
by Toshihiko Sakai, Nobuhiko Chiwata and Tsunenori Mine
Big Data Cogn. Comput. 2026, 10(7), 217; https://doi.org/10.3390/bdcc10070217 - 3 Jul 2026
Viewed by 219
Abstract
Extracting composition expressions from materials science patent documents is essential for patent document searches. Composition expressions describing a single unit of elements and quantities (e.g., “Al: 0.02% or more and 0.08% or less”) tend to appear clustered together. In such cases, researchers in [...] Read more.
Extracting composition expressions from materials science patent documents is essential for patent document searches. Composition expressions describing a single unit of elements and quantities (e.g., “Al: 0.02% or more and 0.08% or less”) tend to appear clustered together. In such cases, researchers in the field of materials science who conduct patent searches have found that boundary-indicating phrases are effective for searching. However, there are no concrete examples that have implemented this approach, and the validity of this approach has not been evaluated to date. In this paper, we propose a Separator Tag (SEP-tag) framework as an explicit boundary for composition expressions in named entity recognition labels. This allows the named entity recognition model to simultaneously perform entity recognition and pattern boundary learning within a single end-to-end process. Furthermore, we propose a four-axis evaluation framework that extends the conventional single-entity F1 score to evaluate named entity recognition models using SEP-tags. (1) Entity F1 score excluding structural tags, (2) Exact match rate for correct spans, (3) Predicted span pattern extraction F1 score, (4) Pattern extraction F1 score. We conducted evaluations using RoBERTa-base and BERT-base-Japanese on materials science patent datasets in English (10,166 sentences) and Japanese (975 sentences). Experimental results show that training the model with SEP-tags improved the span exact match rate on the English dataset by approximately 59.72 percentage points (from 15.95% to 75.67%), and reduced false positives in pattern extraction to 1/117 (F1 score: 0.0784 → 0.8503). In the Japanese dataset, false positives were reduced to 1/123 (F1 score: 0.0361 → 0.4877). For both languages, the entity F1 score was equivalent to that of the model without SEP-tags (English: |ΔF1|<0.002, Japanese: |ΔF1|<0.001), with no significant difference found for any of the 13 labels. These results demonstrate that explicit structural boundary tokens are highly effective for extracting composition expression patterns in domain-specific named entity recognition. Full article
(This article belongs to the Special Issue Text Mining and Big Data Analysis)
Show Figures

Figure 1

Back to TopTop