Skip to content

Commit 4320f8d

Browse files
authored
Merge pull request #40 from MIT-Emerging-Talent/main_readme
Main readme and other
2 parents fbfe105 + 981103a commit 4320f8d

File tree

10 files changed

+50
-81
lines changed

10 files changed

+50
-81
lines changed

โ€Ž2_open_source_models/quantized_models/mistral7b/readme.mdโ€Ž

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -76,47 +76,3 @@ provided context.
7676
* the model, ideal for balancing performance and resource use)
7777

7878
---
79-
80-
## 4. ๐Ÿ“Š Project Results: Prompts & Responses
81-
82-
Below is a sample of the prompts given to the RAG pipeline and the corresponding
83-
answers generated by the local Mistral 7B model.
84-
85-
### Example 1: [Your Question Here]
86-
87-
* **Prompt:**
88-
> [**PASTE YOUR QUESTION HERE**]
89-
90-
* **Generated Response:**
91-
> [**PASTE THE MODEL'S RESPONSE HERE**]
92-
93-
* **My Analysis:**
94-
> [Add your notes]
95-
96-
---
97-
98-
### Example 2: [Your Question Here]
99-
100-
* **Prompt:**
101-
> [**PASTE YOUR QUESTION HERE**]
102-
103-
* **Generated Response:**
104-
> [**PASTE THE MODEL'S RESPONSE HERE**]
105-
106-
* **My Analysis:**
107-
> [Add your notes here...]
108-
109-
---
110-
111-
### Example 3: [Your Question Here]
112-
113-
* **Prompt:**
114-
> [**PASTE YOUR QUESTION HERE**]
115-
116-
* **Generated Response:**
117-
> [**PASTE THE MODEL'S RESPONSE HERE**]
118-
119-
* **My Analysis:**
120-
> [Add your notes here...]
121-
122-
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
11
# Communication Strategy
2+
3+
๐Ÿ“„ Why We Chose an Article as Our Communication Artifact
4+
5+
For this project, we selected an article as our primary communication artifact because
6+
it allowed us to clearly and meaningfully share the full story of our journey both
7+
the technical and Thinking sides of it.
8+
9+
An article gave us the space to explain:
10+
11+
- Why we started this project and what motivated us to pursue it
12+
13+
- The challenges we encountered, including the obstacles that slowed us down or
14+
changed our direction
15+
16+
- How we addressed these challenges, detailing the steps, decisions, and problem-solving
17+
approaches we used
18+
19+
- What we ultimately achieved, highlighting the key results and insights gained
20+
21+
- The future work that is still needed, so others can build on what we started
22+
23+
We chose this format because it is accessible, reflective, and allows readers to
24+
follow our thought process from beginning to end. More importantly, an article
25+
helps us communicate not only what we built, but why it mattered and how the
26+
experience shaped our learning.
27+
28+
[๐Ÿ”— Read the Article](https://your-article-link.com)

โ€Ž5_communication_strategy/guide.mdโ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# Final Presentation
2+
3+
๐ŸŸฉ Design Explanation
4+
5+
- We designed the presentation using a green color theme to reflect our focus on
6+
environmental cost awareness while testing the potential of open-source AI models.
7+
8+
- The road-based layout was chosen intentionally it guides the audience through
9+
our journey step by step, showing where we encountered challenges, how we pivoted
10+
from those obstacles, and where we ultimately arrived by the end of the project.
11+
This design visually represents both our commitment to sustainability and the
12+
path we took to complete the work.
13+
14+
[๐Ÿ”— Presentation](https://www.canva.com/design/DAG5zbv8oDw/hmVZKLfQVdhJZ7uVTn6Cug/edit)

โ€Ž6_final_presentation/guide.mdโ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.

โ€ŽREADME.mdโ€Ž

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,6 @@ A structured Google Form experiment collected:
120120
Outputs were randomized and anonymized to avoid bias. This provided a
121121
perception-based counterpart to technical evaluation.
122122

123-
### 7. Analysing the Results
124-
125-
....
126-
127-
### 8. Publishing an Article
128-
129-
....
130-
131123
---
132124

133125
## ๐Ÿ“Š Key Findings
@@ -151,15 +143,6 @@ potential to compete meaningfully with commercial AI systems.
151143

152144
---
153145

154-
## ๐Ÿ”ฎ Future Work
155-
156-
- Evaluate additional open-source model families across diverse tasks
157-
- Test optimized pipelines in specialized domains (medical, legal, technical writing)
158-
- Track carbon footprint across full lifecycle (training to deployment)
159-
- Conduct ablation studies isolating RAG vs. recursive editing contributions
160-
161-
---
162-
163146
## ๐Ÿ“ข Communication Strategy
164147

165148
The research findings will be shared through formats designed for different
@@ -170,28 +153,30 @@ audiences and purposes:
170153
A comprehensive research article will document the complete experimental design,
171154
statistical analysis, and implications.
172155

173-
๐Ÿ”— **[View Aticle](link1)**
156+
๐Ÿ”— **[View Article](./5_communication_strategy/README.md)**
174157

175158
### For Practitioners & Educators
176159

177160
An executive presentation provides a visual overview of the research question,
178161
methodology, and key findings without requiring deep technical background.
179162

180-
๐Ÿ”— **[View Presentation](link2)**
163+
๐Ÿ”— **[View Presentation](./6_final_presentation/README.md)**
181164

182165
### For the Community
183166

184167
A public evaluation study invites participation in assessing AI-generated texts.
185-
This crowdsourced data forms a critical component of the research.
168+
This crowd sourced data forms a critical component of the research.
186169

187-
๐Ÿ”— **[Participate in Study](link3)**
170+
๐Ÿ”— **[The Study](./3_experiment/survey_form.md)**
188171

189-
### For Reproducibility
172+
---
190173

191-
All materials (dataset, prompts, model outputs, evaluation scripts, and carbon
192-
tracking logs) are publicly available in this repository.
174+
## ๐Ÿ”ฎ Future Work
193175

194-
๐Ÿ”— **[Browse Repository](https://github.com/banuozyilmaz2-jpg/ELO2-GREEN-AI)**
176+
- Evaluate additional open-source model families across diverse tasks
177+
- Test optimized pipelines in specialized domains (medical, legal, technical writing)
178+
- Track carbon footprint across full lifecycle (training to deployment)
179+
- Conduct ablation studies isolating RAG vs. recursive editing contributions
195180

196181
---
197182

0 commit comments

Comments
ย (0)