| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="description" |
| content="Interactive explainability framework to explore the latent space of authorship attribution models"> |
| <meta name="keywords" content="Explainability, Demo, Authorship Attribution"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <title>IXAM: Interactive Explainability for Authorship Attribution Models</title> |
|
|
| <link href="https://www.arxiv.org/pdf/2512.06924" |
| rel="stylesheet"> |
|
|
| <link rel="stylesheet" href="./static/css/bulma.min.css"> |
| <link rel="stylesheet" href="./static/css/bulma-carousel.min.css"> |
| <link rel="stylesheet" href="./static/css/bulma-slider.min.css"> |
| <link rel="stylesheet" href="./static/css/fontawesome.all.min.css"> |
| <link rel="stylesheet" |
| href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"> |
| <link rel="stylesheet" href="./static/css/index.css"> |
| <link rel="icon" href="./static/images/favicon.svg"> |
|
|
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> |
| <script defer src="./static/js/fontawesome.all.min.js"></script> |
| <script src="./static/js/bulma-carousel.min.js"></script> |
| <script src="./static/js/bulma-slider.min.js"></script> |
| <script src="./static/js/index.js"></script> |
| </head> |
| <body> |
|
|
| <section class="hero"> |
| <div class="hero-body"> |
| <div class="container is-max-desktop"> |
| <div class="columns is-centered"> |
| <div class="column has-text-centered"> |
| <h1 class="title is-1 publication-title">IXAM: Interactive Explainability for Authorship Attribution Models</h1> |
| <div class="is-size-5 publication-authors"> |
| <span class="author-block"> |
| <a href="" target="_blank">Milad Alshomary</a><sup>1</sup>,</span> |
| <span class="author-block"> |
| <a href="" target="_blank">Anisha Bhatnagar</a><sup>2</sup>,</span> |
| <span class="author-block"> |
| <a href="" target="_blank">Peter Zeng</a><sup>2</sup>, |
| </span> |
| <span class="author-block"> |
| <a href="" target="_blank">Smaranda Muresan</a><sup>2</sup>, |
| </span> |
| <span class="author-block"> |
| <a href="" target="_blank">Owen Rambow</a><sup>2</sup>, |
| </span> |
| <span class="author-block"> |
| <a href="" target="_blank">Kathleen McKeown</a><sup>1,2</sup>, |
| </span> |
| </div> |
|
|
| <div class="is-size-5 publication-authors"> |
| <span class="author-block"><sup>1</sup>Columbia University, New York, USA</span> |
| <span class="author-block"><sup>2</sup>Stony Brook University, New York, USA</span> |
| <span class="author-block"><sup>2</sup>University of Pennsylvania, Philadelphia, USA</span> |
| </div> |
|
|
| <div class="column has-text-centered"> |
| <div class="publication-links"> |
| <span class="link-block"> |
| <a href="https://www.arxiv.org/pdf/2512.06924" target="_blank" |
| class="external-link button is-normal is-rounded is-dark"> |
| <span class="icon"> |
| <i class="ai ai-arxiv"></i> |
| </span> |
| <span>arXiv</span> |
| </a> |
| </span> |
| |
| <span class="link-block"> |
| <a href="https://www.loom.com/share/451d03a1dfeb43f995b6ade6187b6312" target="_blank" |
| class="external-link button is-normal is-rounded is-dark"> |
| <span class="icon"> |
| <i class="fab fa-youtube"></i> |
| </span> |
| <span>Video</span> |
| </a> |
| </span> |
| |
| <span class="link-block"> |
| <a href="https://github.com/MiladAlshomary/explainability-for-style-analysis-demo" target="_blank" |
| class="external-link button is-normal is-rounded is-dark"> |
| <span class="icon"> |
| <i class="fab fa-github"></i> |
| </span> |
| <span>Code</span> |
| </a> |
| </span> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| </div> |
|
|
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| <section class="hero teaser"> |
| <div class="container is-max-desktop"> |
| <div class="hero-body"> |
| <video id="teaser" autoplay muted loop playsinline height="100%"> |
| <source src="./static/videos/demo.mp4" |
| type="video/mp4"> |
| </video> |
| <h2 class="subtitle has-text-centered"> |
| <span class="dnerf">IXAM</span> lets you look into the latent space of authorship attribution models |
| </h2> |
| </div> |
| </div> |
| </section> |
|
|
|
|
| <section class="section"> |
| <div class="container is-max-desktop"> |
| |
| <div class="columns is-centered has-text-centered"> |
| <div class="column is-four-fifths"> |
| <h2 class="title is-3">Abstract</h2> |
| <div class="content has-text-justified"> |
| <p> |
| We present IXAM, an Interactive eXplainability framework for Authorship Attribution Models. Given an authorship attribution (AA) task and an embedding-based AA model, our tool enables users to interactively explore the model's embedding space and construct an explanation of the model's prediction as a set of writing style features at different levels of granularity. Through a user evaluation, we demonstrate the value of our framework compared to predefined stylistic explanations. |
| </p> |
| </div> |
| </div> |
| </div> |
| |
|
|
| <div> |
| <img src="./static/images/ixam_fig.png" alt="" width="100%" height="600" style="align-content: center;"> |
| </div> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| </div> |
| </section> |
|
|
|
|
|
|
| <section class="section" id="BibTeX"> |
| <div class="container is-max-desktop content"> |
| <h2 class="title">BibTeX</h2> |
| <pre><code>@article{alshomary2025IXAM, |
| title={XAM: Interactive Explainability for Authorship Attribution Models}, |
| author={Alshomary, Milad and Bhatnagar, Anisha and Zeng, Peter and Muresan, Smaranda and Rambow, Owen and McKeown, Kathleen}, |
| journal={arXiv preprint arXiv:2512.06924}, |
| year={2025} |
| }</code></pre> |
| </div> |
| </section> |
|
|
|
|
| <footer class="footer"> |
| <div class="container"> |
| <div class="columns is-centered"> |
| <div class="column is-8"> |
| <div class="content"> |
| <p> |
| This website is licensed under a <a rel="license" target="_blank" |
| href="http://creativecommons.org/licenses/by-sa/4.0/">Creative |
| Commons Attribution-ShareAlike 4.0 International License</a>. |
| </p> |
| <p> |
| This means you are free to borrow the <a target="_blank" |
| href="https://github.com/MiladAlshomary/explainability-for-style-analysis-demo">source code</a> of this website, |
| we just ask that you link back to this page in the footer. |
| Please remember to remove the analytics code included in the header of the website which |
| you do not want on your website. |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </footer> |
|
|
| </body> |
| </html> |
|
|