Subtopic Deep Dive

Coke Quality Prediction Models
Research Guide

What is Coke Quality Prediction Models?

Coke Quality Prediction Models develop empirical and machine learning models correlating coal petrography, rank, and mineralogy with coke strength, reactivity, and yield, validated against pilot oven trials.

Researchers use Random Forest, ANFIS, ANN, and MLR to predict coke quality indices from coal properties (Chelgani et al., 2016; North et al., 2018). Reviews summarize over 50 models linking petrographic data to coke strength (North et al., 2018; 69 citations). Foundational work established predictions from coal blend requirements (Díez et al., 2002; 430 citations).

15
Curated Papers
3
Key Challenges

Why It Matters

Accurate models optimize coal blends to minimize costs and emissions in steel production, where coke quality directly impacts blast furnace efficiency (Díez et al., 2002). North et al. (2018) highlight applications in blend design using petrography data, reducing pilot oven trials by 30-50%. Yuan et al. (2020) demonstrate cost savings through ML-optimized blending in industrial cokemaking. Chelgani et al. (2016) enable proactive quality control via Random Forest predictions of Coke Quality Index.

Key Research Challenges

Nonlinear Coal-Coke Relationships

Coal properties exhibit complex nonlinear interactions affecting coke strength prediction accuracy (Chelgani et al., 2016). Random Forest identifies variable importance but struggles with multicollinearity in petrographic data (North et al., 2018). Models require extensive pilot validation to generalize across coal ranks.

Limited Pilot Oven Data

Scarce real-world coking trial data limits training of data-driven models like ANN and ANFIS (Lawal et al., 2020). North et al. (2018) note only 20-30 blends typically available per study. Transfer learning from proximate analyses helps but reduces prediction precision for reactivity.

Integration of Multi-Scale Data

Combining petrography, mineralogy, and TGA parameters challenges model interpretability (Díaz-Faes et al., 2006). Yuan et al. (2020) report optimization difficulties in blending models due to heterogeneous inputs. Standardization across global coal types remains unresolved.

Essential Papers

1.

Coal for metallurgical coke production: predictions of coke quality and future requirements for cokemaking

M.A. Dı́ez, R. Álvarez, C. Barriocanal · 2002 · International Journal of Coal Geology · 430 citations

2.

Explaining relationships between coke quality index and coal properties by Random Forest method

Saeed Chehreh Chelgani, S.S. Matin, James C. Hower · 2016 · Fuel · 77 citations

3.

Predictions of elemental composition of coal and biomass from their proximate analyses using ANFIS, ANN and MLR

Abiodun Ismail Lawal, Adeyemi Emman Aladejare, Moshood Onifade et al. · 2020 · International Journal of Coal Science & Technology · 72 citations

Abstract The elemental composition of coal and biomass provides significant parameters used in the design of almost all energy conversion systems and projects. The laboratory tests to determine the...

4.

Models of coke quality prediction and the relationships to input variables: A review

Lauren North, Karen Blackmore, Keith Nesbitt et al. · 2018 · Fuel · 69 citations

5.

Modeling of free swelling index based on variable importance measurements of parent coal properties by random forest method

Saeed Chehreh Chelgani, S.S. Matin, Sara Makaremi · 2016 · Measurement · 66 citations

6.

Methods of coke quality prediction: A review

Lauren North, Karen Blackmore, Keith Nesbitt et al. · 2018 · Fuel · 57 citations

7.

Progress in developments of dry coal beneficiation

Yuemin Zhao, Xuliang Yang, Zhenfu Luo et al. · 2014 · International Journal of Coal Science & Technology · 55 citations

Abstract China’s energy supply heavily relies on coal and China’s coal resource and water resource has a reverse distribution. The problem of water shortages restricts the applications of wet coal ...

Reading Guide

Foundational Papers

Start with Díez et al. (2002; 430 citations) for core coal-coke prediction framework, then Díaz-Faes et al. (2006; 47 citations) on TGA integration, and Yamaoka and Suyama (2003) for gasification strength models.

Recent Advances

Study Chelgani et al. (2016; 77 citations) Random Forest, North et al. (2018; 69 citations) model review, and Yuan et al. (2020) petrography optimization.

Core Methods

Random Forest for nonlinear relationships (Chelgani et al., 2016); ANN/ANFIS/MLR for composition prediction (Lawal et al., 2020); petrographic blending via genetic algorithms (Yuan et al., 2020).

How PapersFlow Helps You Research Coke Quality Prediction Models

Discover & Search

Research Agent uses searchPapers('coke quality prediction Random Forest') to find Chelgani et al. (2016; 77 citations), then citationGraph reveals Díez et al. (2002; 430 citations) as key foundational work, and findSimilarPapers expands to North et al. (2018) review (69 citations). exaSearch queries 'coal petrography coke strength ML models' surface 50+ related papers from OpenAlex.

Analyze & Verify

Analysis Agent applies readPaperContent on Chelgani et al. (2016) to extract Random Forest variable importances, then runPythonAnalysis recreates model on provided datasets with NumPy/pandas for R² verification (>0.85 reported). verifyResponse(CoVe) cross-checks predictions against Díaz-Faes et al. (2006) TGA data; GRADE grading scores evidence as A-level for petrography correlations.

Synthesize & Write

Synthesis Agent detects gaps in reactivity modeling post-North et al. (2018), flags contradictions between ANN vs. empirical models. Writing Agent uses latexEditText to draft model equations, latexSyncCitations links to 20 papers, latexCompile generates PDF report; exportMermaid visualizes coal-to-coke prediction flowchart.

Use Cases

"Reproduce Random Forest coke quality model from Chelgani 2016 with my coal blend data"

Research Agent → searchPapers → readPaperContent (Chelgani et al., 2016) → Analysis Agent → runPythonAnalysis (Random Forest on CSV upload, outputs R²=0.87 plot and predictions)

"Write LaTeX review of coke prediction models citing Díez 2002 and North 2018"

Research Agent → citationGraph (Díez et al., 2002 cluster) → Synthesis Agent → gap detection → Writing Agent → latexEditText + latexSyncCitations + latexCompile (exports arXiv-ready PDF with 15 citations)

"Find open-source code for ANN coal elemental prediction like Lawal 2020"

Research Agent → paperExtractUrls (Lawal et al., 2020) → Code Discovery → paperFindGithubRepo → githubRepoInspect (retrieves ANN.py script, runs in sandbox for biomass validation)

Automated Workflows

Deep Research workflow scans 50+ papers via searchPapers on 'coke quality prediction', structures report with sections on RF/ANN models citing Chelgani (2016) and North (2018). DeepScan applies 7-step CoVe to verify Yuan et al. (2020) blending optimization, outputting GRADE-scored summary. Theorizer generates hypotheses linking TGA parameters (Díaz-Faes 2006) to unexplored ML ensembles.

Frequently Asked Questions

What defines Coke Quality Prediction Models?

Models correlate coal petrography, rank, mineralogy with coke strength, reactivity, yield using RF, ANN, ANFIS, validated by pilot trials (North et al., 2018).

What are key methods in coke quality prediction?

Random Forest for variable importance (Chelgani et al., 2016), ANN/MLR for elemental composition (Lawal et al., 2020), petrography optimization (Yuan et al., 2020).

What are seminal papers?

Díez et al. (2002; 430 citations) on coal-coke predictions; North et al. (2018; 69 citations) review of 50+ models; Chelgani et al. (2016; 77 citations) on RF for quality index.

What open problems exist?

Scarce pilot data limits ML generalization (North et al., 2018); multi-scale data integration unresolved (Díaz-Faes et al., 2006); reactivity prediction under gasification needs improvement (Yamaoka and Suyama, 2003).

Research Coal and Coke Industries Research with AI

PapersFlow provides specialized AI tools for Energy researchers. Here are the most relevant for this topic:

See how researchers in Engineering use PapersFlow

Field-specific workflows, example queries, and use cases.

Engineering Guide

Start Researching Coke Quality Prediction Models with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Energy researchers