Subtopic Deep Dive

Entropy Weight Method in Multi-Criteria Decision Making
Research Guide

What is Entropy Weight Method in Multi-Criteria Decision Making?

The Entropy Weight Method (EWM) in Multi-Criteria Decision Making (MCDM) uses Shannon entropy to objectively assign weights to criteria based on variability in the decision matrix, minimizing subjective bias.

EWM calculates entropy for each criterion as H_j = -k ∑ p_{ij} ln(p_{ij}), where p_{ij} is the normalized value and k = 1/ln(m), with weights w_j = (1 - H_j)/∑(1 - H_k). Over 100 papers apply EWM in fuzzy MCDM contexts like supplier selection and water quality assessment. Hybrids with AHP, DEMATEL, and intuitionistic fuzzy sets dominate recent literature.

15
Curated Papers
3
Key Challenges

Why It Matters

EWM enables data-driven weighting in environmental evaluations, such as water quality indexing where criteria variability determines influence objectively (He et al., 2016). In green supplier selection, picture fuzzy EDAS with entropy weights improves decision robustness (Zhang et al., 2019). Fault diagnosis benefits from entropy-reduced feature matrices, cutting redundancy by 20-30% (Zhao et al., 2019). Applications span naval systems (Cheng, 1997) to q-rung orthopair fuzzy MCDM (Liu et al., 2018), standardizing evaluations across 10+ fields.

Key Research Challenges

Handling Fuzzy Uncertainty

EWM struggles with vague data, requiring hybrids like intuitionistic fuzzy entropy (Ye, 2010). Linguistic entropy addresses this but increases computational load (He et al., 2016). Picture fuzzy extensions add complexity in group decisions (Zhang et al., 2019).

Incomplete Data Matrices

Missing values bias entropy calculations, needing DEMATEL completions (Zhou et al., 2018). q-ROFS models expand representation but demand unknown weight estimation (Liu et al., 2018). Grey relational methods mitigate but alter variability metrics (Zhang et al., 2012).

Scalability in High Dimensions

High-dimensional matrices amplify redundancy, as in PCA-entropy fault diagnosis (Zhao et al., 2019). Prospect theory integrations raise evidential reasoning costs (Bao et al., 2017). Interval type-2 fuzzy rankings compound this for group MCDM (Qin & Liu, 2014).

Essential Papers

1.

Evaluating naval tactical missile systems by fuzzy AHP based on the grade value of membership function

Ching‐Hsue Cheng · 1997 · European Journal of Operational Research · 483 citations

2.

Fuzzy decision-making method based on the weighted correlation coefficient under intuitionistic fuzzy environment

Jun Ye · 2010 · European Journal of Operational Research · 372 citations

3.

Fault Diagnosis Method Based on Principal Component Analysis and Broad Learning System

Huimin Zhao, Jianjie Zheng, Junjie Xu et al. · 2019 · IEEE Access · 217 citations

Traditional feature extraction methods are used to extract the features of signal to construct the fault feature matrix, which exists the complex structure, higher correlation, and redundancy. This...

4.

A grey relational projection method for multi-attribute decision making based on intuitionistic trapezoidal fuzzy number

Xin Zhang, Fang Jin, Пэйдэ Лю · 2012 · Applied Mathematical Modelling · 172 citations

5.

A DEMATEL-based completion method for incomplete pairwise comparison matrix in AHP

Xinyi Zhou, Yong Hu, Yong Deng et al. · 2018 · Annals of Operations Research · 159 citations

6.

EDAS METHOD FOR MULTIPLE CRITERIA GROUP DECISION MAKING WITH PICTURE FUZZY INFORMATION AND ITS APPLICATION TO GREEN SUPPLIERS SELECTIONS

Siqi Zhang, Guiwu Wei, Hui Gao et al. · 2019 · Technological and Economic Development of Economy · 130 citations

In this paper, we construct picture fuzzy EDAS model based on traditional EDAS (Evaluation based on Distance from Average Solution) model. Firstly, we briefly review the definition of picture fuzzy...

7.

Multi-attribute group decision making using combined ranking value under interval type-2 fuzzy environment

Jindong Qin, Xinwang Liu · 2014 · Information Sciences · 129 citations

Reading Guide

Foundational Papers

Start with Cheng (1997) for fuzzy AHP-entropy baseline (483 cites), then Ye (2010) intuitionistic extensions (372 cites), and Qin & Liu (2014) interval type-2 groups (129 cites) to grasp objective weighting origins.

Recent Advances

Study He (2016) linguistic entropy (100 cites) for vagueness, Zhang (2019) picture fuzzy EDAS (130 cites) for suppliers, and Zhao (2019) PCA hybrids (217 cites) for fault applications.

Core Methods

Core techniques: Shannon entropy normalization, fuzzy/intuitionistic extensions (Ye, 2010), linguistic variables (He, 2016), DEMATEL completion (Zhou, 2018), q-ROFS (Liu, 2018).

How PapersFlow Helps You Research Entropy Weight Method in Multi-Criteria Decision Making

Discover & Search

Research Agent uses searchPapers('entropy weight method MCDM fuzzy') to retrieve 50+ papers like He et al. (2016) on linguistic entropy, then citationGraph on Cheng (1997) reveals 483-citation fuzzy AHP cluster, and findSimilarPapers expands to Ye (2010) intuitionistic models.

Analyze & Verify

Analysis Agent applies readPaperContent on Zhang et al. (2019) EDAS to extract entropy formulas, verifyResponse with CoVe checks weight objectivity claims against Zhao et al. (2019) PCA reductions, and runPythonAnalysis recreates entropy matrices via NumPy/pandas with GRADE scoring for variability stats.

Synthesize & Write

Synthesis Agent detects gaps in fuzzy entropy scalability via contradiction flagging between He (2016) and Liu (2018), while Writing Agent uses latexEditText for MCDM sections, latexSyncCitations for 20+ refs, and latexCompile for full reports with exportMermaid decision flow diagrams.

Use Cases

"Reproduce entropy weight calculation from He et al. 2016 linguistic MCDM paper in Python."

Research Agent → searchPapers → readPaperContent (extract matrix) → Analysis Agent → runPythonAnalysis (NumPy entropy computation, matplotlib weights plot) → researcher gets validated code + CSV export.

"Write LaTeX appendix comparing entropy weights in Ye 2010 vs Zhang 2019 fuzzy MCDM."

Research Agent → citationGraph → Analysis Agent → verifyResponse → Synthesis Agent → gap detection → Writing Agent → latexEditText + latexSyncCitations + latexCompile → researcher gets compiled PDF with synced citations.

"Find GitHub repos implementing entropy weight hybrids from recent MCDM papers."

Research Agent → exaSearch('entropy weight MCDM code') → paperExtractUrls → Code Discovery → paperFindGithubRepo → githubRepoInspect → researcher gets repo links + code snippets for fuzzy entropy models.

Automated Workflows

Deep Research workflow scans 50+ entropy MCDM papers via searchPapers → citationGraph → structured report with GRADE-verified weights from Cheng (1997) to Zhang (2019). DeepScan's 7-step chain analyzes He (2016) linguistic entropy: readPaperContent → runPythonAnalysis → CoVe verification → gap synthesis. Theorizer generates hybrid q-ROFS extensions from Liu (2018) + Ye (2010) via literature theory building.

Frequently Asked Questions

What is the Entropy Weight Method definition?

EWM computes objective criteria weights w_j = (1 - H_j)/∑(1 - H_k) using Shannon entropy H_j from decision matrix variability, as in He et al. (2016).

What are common methods combining EWM?

Hybrids include fuzzy AHP (Cheng, 1997), intuitionistic fuzzy correlation (Ye, 2010), picture fuzzy EDAS (Zhang et al., 2019), and q-ROFS (Liu et al., 2018).

What are key papers on EWM in MCDM?

Foundational: Cheng (1997, 483 cites), Ye (2010, 372 cites); recent: He (2016, linguistic, 100 cites), Zhang (2019, EDAS, 130 cites), Zhao (2019, PCA-fault, 217 cites).

What open problems exist in EWM research?

Challenges include fuzzy scalability (He, 2016), incomplete matrices (Zhou, 2018), and high-dimensional redundancy (Zhao, 2019); q-ROFS weight unknowns persist (Liu, 2018).

Research Evaluation Methods in Various Fields with AI

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

See how researchers in Earth & Environmental Sciences use PapersFlow

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

Earth & Environmental Sciences Guide

Start Researching Entropy Weight Method in Multi-Criteria Decision Making with AI

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

See how PapersFlow works for Environmental Science researchers