You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
This repository contains the code for our paper : [WikiCoder: Learning to Write
2
-
Knowledge-Powered Code](https://rdcu.be/dITGA).
2
+
Knowledge-Powered Code](https://rdcu.be/dITGA) published in the proceedings to the [SPIN 2023 conference](https://spin-web.github.io/SPIN2023/).
3
3
4
-
This is joint work of [Théo Matricon](theomath.github.io), [Nathanaël Fijalkow](https://nathanael-fijalkow.github.io/) and [Gaëtan Margueritte](https://github.com/gaetanmargueritte).
4
+
This is joint work of [Théo Matricon](theomath.github.io), [Nathanaël Fijalkow](https://games-automata-play.com/) and [Gaëtan Margueritte](https://github.com/gaetanmargueritte).
5
5
6
-
It is based on an old version of [ProgSynth](https://github.com/Theomat/ProgSynth) our program synthesis tool.
6
+
It is based on [DeepSynth]([https://github.com/Theomat/DeepSynth](https://github.com/SynthesisLab/DeepSynth)) our program synthesis tool.
7
7
8
8
9
9
<!-- toc -->
10
10
11
-
-[More About ProgSynth](#more-about-progsynth)
11
+
-[More About DeepSynth](#more-about-DeepSynth)
12
12
-[Combining Deep Learning with Theoretical Guarantees](#combining-deep-learning-with-theoretical-guarantees)
13
13
-[A Scalable Framework](#a-scalable-framework)
14
14
-[Installation](#installation)
15
15
-[From Source](#from-source)
16
-
-[Install ProgSynth](#install-progsynth)
16
+
-[Install DeepSynth](#install-DeepSynth)
17
17
-[Documentation](#documentation)
18
18
-[Troubleshooting](#troubleshooting)
19
19
-[Examples](./examples)
@@ -22,9 +22,9 @@ It is based on an old version of [ProgSynth](https://github.com/Theomat/ProgSynt
22
22
23
23
<!-- tocstop -->
24
24
25
-
## More About ProgSynth
25
+
## More About DeepSynth
26
26
27
-
At a granular level, ProgSynth is a library that consists of the following components:
27
+
At a granular level, DeepSynth is a library that consists of the following components:
28
28
29
29
| Component | Description |
30
30
| ---- | --- |
@@ -43,7 +43,7 @@ Elaborating Further:
43
43
44
44
The advantage of "classic" algorithms are their theoretical guarantees.
45
45
But many new deep learning based methods have emerged, they provide a tremendous efficiency but lose almost all theoretical guarantees.
46
-
ProgSynth provides already implemented algorithms that combine both approaches to get the best of both worlds: speed and guarantees!
46
+
DeepSynth provides already implemented algorithms that combine both approaches to get the best of both worlds: speed and guarantees!
47
47
48
48
### A Scalable Framework
49
49
@@ -59,9 +59,9 @@ For example, you can split probabilistic grammars into disjoint sub grammars to
59
59
60
60
If you are installing from source, you will need Python 3.7.1 or later.
61
61
62
-
#### Install ProgSynth
62
+
#### Install DeepSynth
63
63
64
-
ProgSynth can be installed from source with `pip`, `conda` or `poetry`.
64
+
DeepSynth can be installed from source with `pip`, `conda` or `poetry`.
65
65
66
66
```bash
67
67
pip install .
@@ -92,12 +92,12 @@ There are some known issues:
92
92
93
93
## The Team
94
94
95
-
ProgSynth is a project initiated by [Nathanaël Fijalkow](https://nathanael-fijalkow.github.io/) and joined by [Théo Matricon](https://theomat.github.io/).
95
+
DeepSynth is a project initiated by [Nathanaël Fijalkow](https://games-automata-play.com/) and joined by [Théo Matricon](https://theomat.github.io/).
96
96
97
97
Former:
98
98
99
99
-[Gaëtan Margueritte](https://github.com/gaetanmargueritte) did a four-month internship. He created the regexp and transduction DSLs, the first tutorial and first drafts of code related to the use of user defined constants.
100
100
101
101
## License
102
102
103
-
ProgSynth has a MIT license, as found in the [LICENSE](LICENSE) file.
103
+
DeepSynth has a MIT license, as found in the [LICENSE](LICENSE) file.
0 commit comments