Skip to content

Commit

Permalink
add bibtex
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziyan Jiang committed Jun 24, 2024
1 parent 4daa5dc commit 7695ce5
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ <h2 class="title is-3">Abstract</h2>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<div class="item">
<!-- Your image here -->
<img src="static/images/teaser.png" alt="Traditional RAG vs. LongRAG." />
<h2 class="subtitle">
<h2 class="subtitle has-text-centered">
Figure 1: Traditional RAG vs. LongRAG.
</h2>
<p style="text-align: left;">
Expand Down Expand Up @@ -310,6 +310,21 @@ <h2 class="subtitle has-text-centered">
<!-- End retrieval results -->


<!-- BibTex citation -->
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">Reference</h2>
Please kindly cite our paper if you use our code, data, models or results:
<br><br>
<pre><code>@article{longrag,
title={LongRAG: Enhancing Retrieval-Augmented Generation with Long-context LLMs},
author={Ziyan Jiang, Xueguang Ma, Wenhu Chen},
journal={arXiv preprint},
year={2024}
}</code></pre>
</div>
</section>
<!-- End BibTex citation -->

</body>

Expand Down

0 comments on commit 7695ce5

Please sign in to comment.