CredenceAI at SemEval-2026 Task 10 — LaTeX source bundle
========================================================

Submission #447
Author: Ishaan Karan
Title:  CredenceAI at SemEval-2026 Task 10: A Span-Consistency Network
        with Cross-Marker Attention for Conspiracy Marker Extraction

Files in this archive
---------------------
  447_paper.tex          Main LaTeX source (single file; figure is TikZ inline)
  custom.bib             BibTeX bibliography
  acl.sty                Official ACL style file (unmodified)
  acl_natbib.bst         Official ACL bibliography style (unmodified)

How to compile
--------------
  pdflatex 447_paper
  bibtex   447_paper
  pdflatex 447_paper
  pdflatex 447_paper

Notes for LaTeXML / proceedings conversion
------------------------------------------
- The architecture diagram (Figure 1) is drawn with TikZ inline; no external
  image assets are required.
- All citations use \citep / \citet via natbib (loaded by acl.sty).
- Theorem environments use amsthm (loaded directly in the preamble).
- The paper was checked with aclpubcheck (paper_type=long): 0 errors.

Build dependencies
------------------
- TeX Live 2023 or newer (or equivalent MiKTeX)
- Required packages (all in standard texlive-latex-recommended /
  texlive-latex-extra / texlive-pictures / texlive-fonts-extra):
    times, latexsym, fontenc, inputenc, microtype, inconsolata,
    graphicx, amsmath, amssymb, amsthm, booktabs, multirow,
    tikz (with libraries: arrows.meta, positioning, calc, shapes)
