├── .github └── ISSUE_TEMPLATE │ ├── idea.md │ ├── implementation.md │ ├── project.md │ └── request-for-plot.md ├── README.md └── _redirects /.github/ISSUE_TEMPLATE/idea.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Idea 3 | about: 'Propose an idea for critique and further development of experiments for verification/rejection 4 | of conjectures/hypothesis. ' 5 | title: "[Idea]" 6 | labels: '' 7 | assignees: '' 8 | 9 | --- 10 | 11 | ## Motivation 12 | 13 | _ 14 | 15 | ## Hypothesis/Conjecture 16 | 17 | _ 18 | 19 | ## Proposed Experiments(Or series of Experiments) 20 | 21 | _ 22 | 23 | Let know what you people think about the hypothesis and design of experiments, in the comments below! Also, feel free to propose new/better experiments. 24 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/implementation.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Paper Implementation 3 | about: Request an implementation or replication of a paper or result 4 | title: "[Implementation] " 5 | labels: "Implemenation" 6 | assignees: '' 7 | label: "Recruiting: ML Dev" 8 | 9 | --- 10 | 11 | ## Background 12 | 13 | Write some background information here 14 | 15 | ## What to Replicate? 16 | 17 | Describe the experiment you are interested in, including both the motivation and the main result(s) to replicate 18 | 19 | ## Modifications 20 | 21 | Do you want the replication to occur on a larger scale? With different data? Describe any desired deviations from the original experiment here. 22 | 23 | ## Related Papers/Frameworks 24 | 25 | Put any additional resources that you think might be helpful here. Make sure to include a link to the paper, datasets, and code if avaliable. 26 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/project.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Project proposal 3 | about: Propose a project for the Eleuther AI community to work on. Projects should be relatively fleshed out with concrete requirements and goals. 4 | labels: 5 | assignees: '' 6 | projects: project-menu/projects/1 7 | --- 8 | 9 | - **Project:** What is your project name? 10 | - **Elevator Pitch:** A short (max 1 paragraph) explanation of what your project is and why it is awesome. 11 | - **Goal Outputs:** When this project is over, what things do you intend to have produced? An open source codebase? An academic paper? A new dataset? 12 | - **Milestones:** At a high level, what are the major milestones of this project (including completed ones)? Which ones are completed and which ones are in progress? 13 | - **How to Help:** If someone wanted to join the project, what would you like them to do? 14 | - **Desired Support:** What sort of funding, compute, data, or other materials do you need help obtaining to carry out your project? Will EAI be providing them? Do you have alternate sources of support? Feel free to add any additional relevant information. 15 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/request-for-plot.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Request for Plot 3 | about: Request a plot(s) for some task 4 | title: "[RFP] " 5 | labels: 'Request for Plot' 6 | assignees: '' 7 | 8 | --- 9 | 10 | ## Background 11 | 12 | Write some background information here 13 | 14 | ## What to plot? 15 | 16 | Describe the experiment you are interested in, including the plot that you'd like someone to produce. 17 | 18 | ## Related Papers/Frameworks 19 | 20 | Put any additional resources that you think might be helpful here. 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Project Menu 2 | 3 | A GitHub-based platform to encourage collaboration on research problems. 4 | 5 | 6 | ## Get Involved 7 | 8 | Want to get involved? Here's some ideas for how. If none of these strike your fancy, [come chat with us on Discord](https://discord.gg/CZW7s9KS4W). 9 | 10 | ### Join a Project 11 | 12 | There are many ways to get involved with new and ongoing projects. The easiest is to browse [open issues](https://github.com/EleutherAI/project-menu/issues). 13 | 14 | 15 | #### Implement a Paper 16 | 17 | For many projects, the starting point is the implementation / replication of an existing paper with minor modifications. Check out the list of requested implementations [here](https://github.com/EleutherAI/project-menu/issues?q=is%3Aissue+is%3Aopen+Replication+OR+Implementation+). 18 | 19 | #### Answer a Request for Plot 20 | 21 | A "request for plot," is a way of approaching collaborations on exploratory ideas with minimal friction. The idea is that when one has an idea for a cool experiment, they write up an explanation of what they are thinking and a description of the first plot they'd like to produce investigating the phenomenon. Then someone with more time / the necessary skills / etc. comes and follows the instructions to create the plot, reports back, and you two can discuss the results of the experiment and next steps. Check out the list of requests for plots [here](https://github.com/EleutherAI/project-menu/issues?q=is%3Aissue+is%3Aopen+RFP). 22 | 23 | #### Find Projects that Match Your Skillset 24 | 25 | We have a tagging system to help connect people with projectd recruiting for their skills and expertise. 26 | 27 | [![newbies](https://img.shields.io/github/labels/EleutherAI/project-menu/Newbies%20Welcome?style=plastic)](https://github.com/EleutherAI/project-menu/labels/Newbies%20Welcome) this is a good project for people with a limited background looking to try something new. 28 | 29 | [![needs PM](https://img.shields.io/github/labels/EleutherAI/project-menu/Recruiting:%20PM?style=plastic)](https://github.com/EleutherAI/project-menu/labels/Recruiting:%20PM) this project needs someone to assist with coordination and organization of the project. 30 | 31 | [![needs ML devs](https://img.shields.io/github/labels/EleutherAI/project-menu/Recruiting%3A%20ML%20Dev?style=plastic)](https://github.com/EleutherAI/project-menu/labels/Recruiting:%20ML%20Dev) This project needs people with experience developing and mantaining ML systems. 32 | 33 | [![needs devs](https://img.shields.io/github/labels/EleutherAI/project-menu/Recruiting:%20SWE?style=plastic)](https://github.com/EleutherAI/project-menu/labels/Recruiting:%20SWE) This project needs people with experience developing and mantaining code, but doesn't require a particular background in machine learning. 34 | 35 | [![needs data science](https://img.shields.io/github/labels/EleutherAI/project-menu/Recruiting:%20Data%20Science?style=plastic)](https://github.com/EleutherAI/project-menu/labels/Recruiting:%20Data%20Science) This project needs people with experience collecting, processing, and analyzing data. 36 | 37 | [![needs math](https://img.shields.io/github/labels/EleutherAI/project-menu/Recruiting:%20Theory?style=plastic)](https://github.com/EleutherAI/project-menu/labels/Recruiting:%20Theory) This project needs people with knowledge of ML theory, algorithm design, or advanced topics in mathematics. 38 | 39 | ### Pitch Your Idea 40 | 41 | Have a cool idea for a project? Open an issue by choosing one of the following templates: 42 | 43 | #### [Propose an idea](https://github.com/EleutherAI/project-menu/issues/new?assignees=&labels=&template=idea.md&title=%5BIdea%5D) 44 | 45 | Have some thoughts, but are looking for feedback to make them more concrete? Sketch out your idea and stimulate discussion. 46 | 47 | #### [Request for Plot](https://github.com/EleutherAI/project-menu/issues/new?assignees=&labels=&template=request-for-plot.md&title=%5BRFP%5D+) 48 | 49 | Got a cool idea for an experiment, but not sure where it will lead? A "request for plot," is a way of approaching collaborations on exploratory ideas with minimal friction. The idea is that when you have an idea for a cool experiment, you write up an explanation of what you are thinking and a description of the first plot you'd like to produce investigating the phenomenon. Then someone with more time / the necessary skills / etc. comes and follows the instructions to create the plot, reports back, and you two can discuss the results of the experiment and next steps. 50 | 51 | #### [Project Proposals](https://github.com/EleutherAI/project-menu/issues/new?assignees=&labels=&template=project.md) 52 | 53 | Have a research idea fully formed but need assistance executing it? Open a project proposal and tell us what kind of help you need. 54 | 55 | ## Usage Tips 56 | 57 | ### Upvote Good Contributions 58 | 59 | You can use the :thumbsup: reaction to vote for your favorite ideas! Upvote __the first comment__ of the ideas you like or experiments you wish you had the results for. To see a list of open issues sorted by upvotes, [click here](https://github.com/EleutherAI/project-menu/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc). 60 | 61 | ### Tagging Posts 62 | 63 | Due to GitHub limitations, people who are not members of the EleutherAI organization on GitHub cannot modify tags on issues. If you would like your tags changed, please mention `@stellaathena` in the comments. 64 | -------------------------------------------------------------------------------- /_redirects: -------------------------------------------------------------------------------- 1 | / https://github.com/EleutherAI/project-menu/projects/1 2 | /home https://github.com/EleutherAI/project-menu/projects/1 --------------------------------------------------------------------------------