File size: 3,147 Bytes
bdebad7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2f7a211
 
 
 
 
bdebad7
2f7a211
8c60336
2f7a211
8c60336
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: system
    dtype: string
  - name: user
    dtype: string
  - name: summary
    dtype: string
  splits:
  - name: train
    num_bytes: 15849
    num_examples: 27
  download_size: 14229
  dataset_size: 15849
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: agpl-3.0
language:
- en
- fr
pretty_name: AI Outlook prompts
---

# AI Prompts Dataset

A collection of carefully crafted AI prompts used in the AI Outlook Add-in, designed to enhance email communication and assist in software development tasks.

## Overview

This dataset contains a variety of AI prompts originally developed for the [AI Outlook Add-in](https://github.com/sctg-development/ai-outlook). These prompts are intended to guide AI language models in tasks such as improving email drafts, translating text, summarizing content, drafting professional correspondence, and assisting with code review and optimization.

## Contents

The dataset includes prompts covering the following categories:

- **Email Enhancement**: Improve the language, tone, and clarity of email drafts in English and French.
- **Translation**: Accurately translate text while maintaining the original meaning, tone, and context.
- **Summarization**: Summarize complex emails or web pages into clear, concise bullet-point formats.
- **Professional Correspondence**: Draft polite and professional emails for various scenarios, including declining invitations, requesting meetings, and following up on communications.
- **Code Assistance**: Review code for quality, performance optimization, and security vulnerabilities; add meaningful comments; and create clear documentation.

## Dataset Structure

Each prompt in the dataset includes the following fields:

- `id`: A unique identifier for the prompt.
- `system`: Instructions provided to the AI model to set the context and specify the task.
- `user`: A template or example of user input that accompanies the system prompt.
- `summary`: A brief summary of the prompt's purpose.

## Usage

You can load the dataset using the Hugging Face `datasets` library:

```python
from datasets import load_dataset

dataset = load_dataset("eltorio/ai-prompts")
```

## License

This dataset is licensed under the [GNU Affero General Public License v3.0 (AGPLv3)](https://www.gnu.org/licenses/agpl-3.0.en.html), the same license as the AI Outlook Add-in.

## Author

- **Ronan Le Meillat**
- Company: SCTG Development
- GitHub: [sctg-development](https://github.com/sctg-development/)

## Acknowledgments

- [AI Outlook Add-in](https://github.com/sctg-development/ai-outlook): The source of the prompts in this dataset.

## Citation

If you use this dataset, please cite it as follows:

```bibtex
@dataset{le_meillat_ai_prompts_2024,
  author       = {Le Meillat, Ronan},
  title        = {AI Prompts Dataset},
  year         = {2024},
  publisher    = {Hugging Face},
  url          = {https://huggingface.co/datasets/eltorio/ai-prompts},
  note         = {Dataset of AI prompts for enhancing email communication and software development tasks},
}
```