Skip to content

123THU/Open-source-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

论文的标题

作者1, 作者1, 作者1, 作者2, 作者2, 作者3, 作者2, 作者1, 作者2

1学校或者机构, 2学校或者机构, 3学校或者机构

📖 Introduction/Overview

这里用于书写论文的总体介绍,并且可以在下面附带图片。这里提供一些标题中可以添加和用到的图标:📖 ⚙️ 🔧 📁 📄 📧 🥰 🔗 📝 🧠 ✨ 🏗️ 📦 🔄 📊 🎬 🛠️ 💾 ⭐ 🙏 🎉 🚀 🔑 💡 🧰 ...

⚙️ Setup

这里是setup部分用于部署环境,下载代码或数据等准备操作。

conda create --name xxx python==3.11
conda activate xxx
git clone https://github.com/xxx.git
cd xxx
pip install -r requirement.txt
...

🔧 Reproduction Guide/Training/Method...

这里是仓库等主体部分,包含整个仓库的详细运行过程和脚本介绍。例如:

1. 数据集构建

你可以在这里下载数据集。

2. 处理数据

2.1. 第一步:

你可以运行以下脚本来处理数据...

bash scripts/xxx.sh

2.2. ...

📁 Repository Structure/Dataset Structure

这里可以用于介绍仓库的结构,或者比较复杂的数据集的结构,位置可以灵活调整。

xxx/
├── README.md
├── requirements.txt
├── output_data/               # Sample outputs
├── figs/                      # README figures
├── bash/                      # The script files used to run the experiments
└── src/
    ├── train.py               # Training Code
    └── evaluate.py            # Evaluate the performance

📄 Acknowledgement

Acknowledgement, 介绍你参考的仓库或者代码,例如UltraRAG。

🥰 Citation

引用链接

@article{chen2025ultrarag,
  title={UltraRAG: A Modular and Automated Toolkit for Adaptive Retrieval-Augmented Generation},
  author={Chen, Yuxuan and Guo, Dewen and Mei, Sen and Li, Xinze and Chen, Hao and Li, Yishan and Wang, Yixuan and Tang, Chaoyue and Wang, Ruobing and Wu, Dingjun and others},
  journal={arXiv preprint arXiv:2504.08761},
  year={2025}
}

📧 Contact

这里是联系方式 If you have questions, suggestions, and bug reports, please email:

xxx.com

About

This repo is used for open source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors