> ## Documentation Index
> Fetch the complete documentation index at: https://aegean.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Industry

> Stay current with AI research, best paper awards from major conferences and daily paper feeds.

Track the cutting edge of AI research, from award-winning papers at top conferences to the latest daily submissions.

<div
  style={{
display: 'grid',
gridTemplateColumns: 'repeat(auto-fit, minmax(280px, 1fr))',
gap: '20px',
marginTop: '1.5rem'
}}
>
  <a href="/research/rewarded-papers" className="preview-card" style={{textDecoration: 'none'}}>
    <img src="https://mintlify.s3.us-west-1.amazonaws.com/aegeanaiinc/aiml-common/lectures/VLM/clip/images/clip_training_fig.png" alt="CLIP contrastive pre-training diagram, multimodal vision-language research" className="no-dark-bg" style={{width: '100%', height: '200px', objectFit: 'cover', borderRadius: '8px 8px 0 0', display: 'block'}} />

    <div className="preview-card-caption">
      <h3>Best Paper Awards</h3>
      <p>Curated collection of award-winning papers from NeurIPS, ICML, ICLR, CVPR, ACL, and more (2021-2025).</p>
    </div>
  </a>

  <a href="/research/daily-papers" className="preview-card" style={{textDecoration: 'none'}}>
    <img src="https://mintlify.s3.us-west-1.amazonaws.com/aegeanaiinc/aiml-common/lectures/VLM/clip/images/contrastive_learning_diagram.png" alt="Contrastive learning, encoder mapping data to representation space" className="no-dark-bg" style={{width: '100%', height: '200px', objectFit: 'cover', borderRadius: '8px 8px 0 0', display: 'block'}} />

    <div className="preview-card-caption">
      <h3>Daily Papers</h3>
      <p>Today's top-ranked AI papers curated by the HuggingFace community.</p>
    </div>
  </a>
</div>

***

<Callout icon="pen-to-square" iconType="regular">
  [Edit this page on GitHub](https://github.com/aegean-ai/eaia/edit/main/src/research/index.mdx) or [file an issue](https://github.com/aegean-ai/eaia/issues/new/choose).
</Callout>
