Text-PRAS: An Explanation-Alignment Audit Framework for Arabic Stance Detection

Anonymous Authors
Anonymous Affiliation
anonymous@example.com

Abstract

We introduce Text-PRAS, an attribution-mass audit framework for Arabic target-conditioned stance detection. Text-PRAS quantifies how post-hoc attribution mass is distributed over predefined stance-evidence and shortcut/noise token categories. On the official public Mawqif-v2 train/dev split using MARBERT, raw Text-PRAS scores are positive across IG, GradShap, and LIME. However, within-example shuffled attribution baselines are consistently higher, yielding negative baseline adjusted deltas. This shows that raw positive attribution-mass scores can overstate explanation alignment unless controlled against Atlas/token coverage. Text-PRAS is therefore presented as an audit signal, not as proof of true reasoning or explanation faithfulness.

1. Introduction

Arabic stance detection has important applications in social media analytics, public opinion monitoring, and misinformation analysis. However, high classification scores do not establish whether models rely on stance-relevant textual evidence or on shortcut cues such as hashtags, URLs, mentions, repeated slogans, or boilerplate text. We introduce TextEvidenceAtlas and Text-PRAS as an explanation-alignment audit framework for Arabic target-conditioned stance detection. The goal is not leaderboard optimization, but a reproducible audit signal that complements conventional stance metrics.

Why Arabic requires a dedicated audit

Arabic social-media text presents attribution challenges that are not adequately handled by directly translating English rationale or shortcut taxonomies. Arabic is morphologically rich: clitics attach to words, negation and prepositions may be short or attached, and subword tokenization can fragment stance-bearing words. Dialectal and orthographic variation produce many surface forms for the same stance cue. Arabic-script hashtags often conflate ordinary words, target mentions, campaign slogans, and stance markers in a single token. Sarcasm, contrast, and quotation patterns in right-to-left social media text may invert the stance implied by local sentiment words. TextEvidenceAtlas categories therefore explicitly include Arabic stance markers, negation/modality cues, contrast cues, target anchors, Arabic sentiment cues, and Arabic Twitter artifacts such as hashtags, mentions, repeated emojis, repeated slogans, and boilerplate phrases. This makes the framework task-general within Arabic target-conditioned stance detection, but not universal across Arabic NLP tasks.

Contributions

We make three bounded contributions. First, we introduce TextEvidenceAtlas, a transparent rule-based atlas for Arabic target-conditioned stance detection that distinguishes stance evidence from social-media shortcuts. Second, we define Text-PRAS, an attribution-mass audit score that measures evidence mass minus shortcut mass and explicitly report coverage, sensitivity diagnostics, overlap diagnostics, and a within-example random baseline. Third, we evaluate the audit on MARBERT over the Mawqif-v2 official public train/dev split using three attribution methods, showing both method agreement (IG/GradShap) and method dependence (LIME), while avoiding claims of reasoning or universal validity.

Scope

The unseen test is pending official release. We do not claim final unseen performance, model understanding, causality, or proof of reasoning. Text-PRAS is an explanation-alignment audit signal.

2. Related Work

Arabic stance detection and Arabic social-media modeling. Arabic stance detection has been studied in fact-checking, claim verification, and social-media settings. AraStance provides a multi-country and multi-domain Arabic stance dataset for fact checking, while Arabic claim-verification work studies stance prediction under limited contextual evidence. Mawqif-v2 extends this line by focusing on target-conditioned Arabic tweets with Favor, Against, and None labels. Our work differs from modeling-centered studies: we do not aim to improve leaderboard performance, but to audit whether attribution mass for a trained Arabic stance model aligns with predefined stance-relevant textual evidence rather than social-media shortcuts.

Interpretability and attribution in NLP. Post-hoc explanation methods such as LIME, Integrated Gradients, and SHAP-style methods provide token-level importance estimates, but their outputs are not ground truth explanations. Prior work emphasizes that explanation faithfulness must be defined carefully rather than assumed from plausibility alone. We follow this cautionary line: Text-PRAS is not a claim that the model understands stance; it is an explanation-alignment audit signal measuring whether attribution mass falls on atlas-defined categories.

Shortcut learning and annotation artifacts. NLP models often achieve high task performance by exploiting artifacts or shallow heuristics. Our shortcut categories, such as hashtags, URLs, mentions, repeated emojis, repeated slogans, and boilerplate phrases, are motivated by this literature but adapted to Arabic social-media stance detection.

3. TextEvidenceAtlas

TextEvidenceAtlas is a predefined rule-based atlas. It is task-general within Arabic target-conditioned stance detection, not a universal Arabic NLP metric.

CategoryWeightArabic examples
Explicit stance markers+1.00أدعم، أؤيد، أرفض، ضد، مع
Target-conditioned reason+0.85ضروري، أساسي، حيوي
Target anchor/mention+0.60اللقاح، التمكين، target name
Negation/modality+0.50لا، ليس، غير، لن
Contrast/concession+0.40لكن، بالرغم من، على الرغم من
General sentiment+0.30رائع، سيء، ممتاز، فاشل
Function/stopword0.00في، من، إلى، و، أن

Table 1. Evidence categories in TextEvidenceAtlas v1. Weights are predefined audit choices, not calibrated human-validated importance values.

CategoryWeightExamples
URLs-0.50http://, URL
Mentions-0.50@user
Hashtags-0.50#tag
Repeated emojis-0.50repeated emoji sequences
Target-only reliance-0.50tweet equals target only
Repeated slogans-0.50repeated slogan phrases
Boilerplate phrases-0.50copy/paste text

Table 2. Shortcut categories in TextEvidenceAtlas v1.

Overlap caveat. Atlas rules may assign overlapping evidence and shortcut labels to some tokens, especially target-related or hashtag-like tokens. We therefore report overlap diagnostics and rely on the canonical attribution-mass accounting used by Text-PRAS.

MethodRecordsRecords with overlapOverlap token assignments
IG619153342
GradShap619153342
LIME619161325

Table 3. Evidence/shortcut overlap diagnostics from strict Magnolia verification.

4. Text-PRAS

For token attribution score ai:

Text-PRAS = EvidenceMass − ShortcutMass

EvidenceMass = Σi |ai| I[ti ∈ E] / Σi |ai|

ShortcutMass = Σi |ai| I[ti ∈ S] / Σi |ai|

Text-PRAS lies in [-1, 1]. We report raw Text-PRAS, Atlas v1 raw-score sensitivity, and within-example shuffle baselines.

Within-example random attribution baseline

Because Atlas coverage influences raw Text-PRAS, positive raw scores alone are insufficient. We use a within-example shuffle baseline: for each example, attribution magnitudes are shuffled only within that same example while preserving the same text, target, labels, tokens, and Atlas category positions. We compute delta = observed Text-PRAS − mean shuffled Text-PRAS, and bootstrap over examples.

5. Experimental Setup

SplitSizeStatusNotes
Train3,502usedofficial public train
Dev619usedofficial public dev
Unseen test996pendingnot evaluated here

Table 4. Mawqif-v2 official public data setup.

We fine-tune UBC-NLP/MARBERT for 3-class sequence classification using max length 128, batch size 8, 3 epochs, learning rate 2×10−5, seed 42, AdamW, weight decay 0.01, and early stopping on dev Favg2. The selected input format is Format A: Target: <target> [SEP] Tweet: <tweet>.

6. Results

Raw Text-PRAS and shuffle baseline

MethodObservedShuffleDelta95% CI
IG0.10750.1204-0.0129[-0.0179, -0.0077]
GradShap0.10740.1204-0.0130[-0.0185, -0.0076]
LIME0.12650.1493-0.0229[-0.0315, -0.0149]

Table 5. Within-example shuffled baseline. The key quantity is delta and its confidence interval.

Raw Text-PRAS scores are positive, but the within-example shuffled baselines are consistently higher. Therefore, baseline adjusted deltas are negative for all three methods. This means raw positive Text-PRAS would have overstated explanation alignment if not controlled against Atlas/token coverage.

Strict attribution-mass coverage

MethodEvidence massShortcut massNeutral mass
IG16.25%5.50%78.25%
GradShap16.28%5.54%78.17%
LIME20.67%8.03%71.30%

Table 6. Strict attribution-mass coverage from canonical Magnolia Text-PRAS files.

Strict tokenization-aware Atlas coverage

SourceToken unitTotal tokensEvidence tokensShortcut tokensNeutral tokensOverlap tokens
IGMARBERT subwords30,7284,8611,32424,201342
GradShapMARBERT subwords30,7284,8611,32424,201342
LIMELIME words20,5293,98193215,291325

Table 7. Strict tokenization-aware Atlas coverage. Tokenization units differ across attribution methods and should not be mixed.

Atlas v1 sensitivity

Atlas v1 sensitivity should be interpreted as raw-score sensitivity analysis, not random adjusted evidence alignment. The raw-score sensitivity table is valid only as a robustness check over scoring modes; it does not show above-random evidence alignment.

7. Discussion

Raw positivity versus baseline adjusted alignment. Although raw Text-PRAS is positive for all methods, within-example shuffled baselines are consistently higher, with negative deltas whose confidence intervals lie below zero. This indicates that attribution mass is not concentrated on evidence tokens above what Atlas/token coverage alone would predict under random attribution. We therefore treat Text-PRAS as a diagnostic audit signal rather than evidence of above-random evidence alignment.

Evidence alignment is not sufficient for correctness. Text-PRAS measures attribution alignment with atlas-defined evidence categories, not correctness, compositional understanding, or causal reliance. An incorrect prediction can still focus on stance-bearing words, target mentions, or negation cues while misreading direction, sarcasm, scope, or target relation. Text-PRAS should be used alongside, not instead of, task metrics.

8. Conclusion

We introduced Text-PRAS, an attribution-mass audit signal for Arabic stance detection. The finding that observed Text-PRAS falls below within-example shuffle baselines is itself a meaningful audit result: it demonstrates that the framework can distinguish between raw positivity driven by Atlas/token coverage and genuine above-random evidence alignment. Text-PRAS is therefore useful as an audit signal precisely because it prevents overclaiming from raw positive attribution-mass scores.

Limitations

  1. Results are bounded to Mawqif-v2, MARBERT, and the official public dev split.
  2. The unseen test is pending official release; no final unseen result is claimed.
  3. IG, GradShap, and LIME are post-hoc approximations; none is ground truth.
  4. The atlas is rule-based and may miss morphology, dialect, sarcasm scope, and emerging slang.
  5. Atlas rules may produce overlapping evidence and shortcut labels; overlap is reported diagnostically.
  6. Positive raw Text-PRAS does not imply correctness, causality, true reasoning, or explanation faithfulness.

References

References should be compiled from references_expanded.bib in the ACL LaTeX version.