Papers › They Are Not the Same: Direct Causes Are Not Grounded Emotion Explanations

They Are Not the Same: Direct Causes Are Not Grounded Emotion Explanations

24 May 2026arXiv:2605.25208added by Syntology

Zhuangzhuang Pan, Yan Xia, Chee Seng Chan

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Emotion-Cause Pair Extraction (ECPE) was introduced to explain why an emotion occurs, but this goal is now often reduced to binary pair/non-pair prediction. This proxy is useful for direct-cause extraction, yet easy to over-read as evidence grounded emotion explanation. We show that this interpretation is only partially valid. In IEMO-MECP, 90.9% of original positives remain emo-cause and 95.0% of original negatives remain non-pair, confirming that the binary ECPE task is largely preserved. The problem is that direct triggers alone do not constitute a grounded explanation. Emo-context, an utterance that helps interpret a target emotion without directly causing it, appears on both sides of the original boundary and is enriched near binary uncertainty, showing that the binary boundary has no stable place for such discourse evidence. Across evaluated ECPE models, direct triggers are recovered more reliably than contextual support. Under shortcut pressure, this imbalance becomes consequential. Binary-trained models assign higher pair scores to nearby lexically similar non-pair candidates than to evidence supported but structurally harder emo-cause and emo-context pairs. Thus, pair scores can reward convenient attributions over grounded explanations. High binary ECPE performance indicates that a model can identify direct triggers; it does not indicate that the model has explained the emotion. Code is publicly available at https://github.com/panzhzh/ECPExsame.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.25208")

Code

Syntology Ran 12 of 14 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 12 ran with no contract checked.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

panzhzh/ECPExsame found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 12 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12ran
2unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from panzhzh/ECPExsame. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

baseline_model_name panzhzh/ECPExsame/src/iemomecp/models/pair_role_baseline.py found in paper text by Syntology ran MIT (permissive) · 50162a79104ce6ad · report
build_feature_lookup panzhzh/ECPExsame/src/iemomecp/data.py found in paper text by Syntology ran MIT (permissive) · 53ef7a895524f05b · report
concat_features panzhzh/ECPExsame/src/iemomecp/models/pair_role_baseline.py found in paper text by Syntology ran MIT (permissive) · 865634a053acfbb2 · report
confusion_matrix panzhzh/ECPExsame/src/iemomecp/metrics.py found in paper text by Syntology ran MIT (permissive) · 91152749a38a71a1 · report
dialogue_doc_id panzhzh/ECPExsame/src/iemomecp/data.py found in paper text by Syntology ran MIT (permissive) · 036de1711b0a826a · report
infer_dim panzhzh/ECPExsame/src/iemomecp/models/pair_role_baseline.py found in paper text by Syntology ran MIT (permissive) · d04bd90fb90f48f4 · report
load_iemomecp_dataset panzhzh/ECPExsame/src/iemomecp/data.py found in paper text by Syntology ran MIT (permissive) · 98773e2fa453b2d7 · report
load_label_file panzhzh/ECPExsame/src/iemomecp/io.py found in paper text by Syntology ran MIT (permissive) · ead7968d58db813a · report
normalize_pair_role_task panzhzh/ECPExsame/src/iemomecp/pair_roles.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 63e00f823c2382d8 · report
pair_role_class_names panzhzh/ECPExsame/src/iemomecp/pair_roles.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 34abc7ed3e46d602 · report
pair_role_confusion_rows panzhzh/ECPExsame/src/iemomecp/pair_roles.py found in paper text by Syntology ran MIT (permissive) · b5bdfa4591c44ba4 · report
row_normalize panzhzh/ECPExsame/src/iemomecp/metrics.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4d08df3c2d37ecff · report
summarize_label_dir panzhzh/ECPExsame/src/iemomecp/validation.py found in paper text by Syntology unverified MIT (permissive) · da75e6a01911c5b2 · report
validate_label_doc panzhzh/ECPExsame/src/iemomecp/validation.py found in paper text by Syntology unverified MIT (permissive) · dacb89860a5efb91 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.25208, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections