Skip to content

Commit 069a0b5

Browse files
committed
Generate Pelican site
1 parent 75b4b79 commit 069a0b5

22 files changed

+87
-0
lines changed

Diff for: archives.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="./">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: authors.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="./">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: categories.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="./">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: images/decollage_logo.png

16.4 KB
Loading

Diff for: images/erc.gif

86.7 KB
Loading

Diff for: index.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="./">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/courses.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/decollage.html

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="generator" content="Pelican" />
7+
<title>DECOLLAGE</title>
8+
<link rel="stylesheet" href="../theme/css/main.css" />
9+
</head>
10+
11+
<body id="index" class="home">
12+
<header id="banner" class="body">
13+
<h1><a href="../">André F. T. Martins</a></h1>
14+
<nav><ul>
15+
<li><a href="/index.html">Home</a></li>
16+
<li><a href="/pages/jobs.html">Jobs</a></li>
17+
<li><a href="/pages/publications.html">Publications</a></li>
18+
<li><a href="/pages/software.html">Software</a></li>
19+
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
21+
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
22+
</ul></nav>
23+
</header><!-- /#banner -->
24+
<section id="content" class="body">
25+
<h1 class="entry-title">DECOLLAGE</h1>
26+
27+
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="20">
28+
<tbody>
29+
<tr>
30+
<td style="vertical-align: middle; text-align: right;">
31+
<img style="width: 150px; height: 150px;" alt="European Research Council" src="../images/erc.gif" /></td>
32+
<td style="vertical-align: middle; text-align: right;">
33+
<img style="width: 150px; height: 100px;" alt="DECOLLAGE" src="../images/decollage_logo.png" /></td>
34+
<td style="vertical-align: middle;">
35+
<b>DECOLLAGE</b> ("Deep Cognition Learning for Language Generation") is a research project funded by the <a href="http://erc.europa.eu" alt="European Research Council">European Research Council (ERC)</a>
36+
(ERC Consolidator Grant) and coordinated by <a href="http://andre-martins.github.io" alt="André Martins">André Martins</a>.
37+
It runs 2023-2028 within <a href="http://www.lx.it.pt" alt="Instituto de Telecomunicações">Instituto de Telecomunicações</a> at <a href="https://tecnico.ulisboa.pt" alt="Instituto Superior Técnico">Instituto Superior Técnico</a>, and <a href="http://unbabel.com" alt=Unbabel>Unbabel</a>, in <a href="http://en.wikipedia.org/wiki/Lisbon" alt="Lisbon">Lisbon</a>, <a href="http://en.wikipedia.org/wiki/Portugal" alt="Portugal">Portugal</a>.
38+
</td>
39+
</tr>
40+
</tbody>
41+
</table>
42+
43+
<hr />
44+
<p><br /></p>
45+
<p>Large-scale language models have led to impressive results in many NLP tasks, exhibiting transfer and few-shot learning capabilities.
46+
When interacting with such systems, users commonly find them capable of reasoning, planning, and explaining their decisions, often in convincing ways.
47+
However, despite the enormous advances in the last years, current deep learning models for NLP are still very limited in fundamental ways and many important ingredients are still missing to achieve a satisfactory level of "intelligence". Some of these limitations partly stem from their monolithic architectures, which are good for some perceptual tasks, but unsuitable for tasks requiring higher-level cognition.</p>
48+
<p>The overarching goal of DECOLLAGE is to attack these fundamental problems by bringing together tools and ideas from machine learning, sparse modeling, information theory, and cognitive science, in an interdisciplinary approach.</p>
49+
<p>Three research directions are:<br />
50+
1. Designing new components for utility guidance, control, and contextualization. This will endow the model with the ability to predict its own quality (an "inner voice" or a critic) and to handle contextual information (e.g. document-level, conversation-level, meta-information about the surrounding environment), doing so in a modular, selective, and efficient manner.<br />
51+
2. Developing dynamic memory structures that facilitate continual learning, by supporting efficient reading and writing access, fast adaptation, and representation of world and self-knowledge. We will exploit synergies with sparse modeling and information retrieval.<br />
52+
3. Formalizing and implementing new mathematical models for sparse communication, bridging the gap between discrete (symbolic) and continuous representations, and developing techniques to integrate multiple modalities (such as text, speech, and image signals) into a shared representation space. This will draw links between information theory, formal languages, and neuroscience. </p>
53+
<p>We will apply these innovations to highly challenging language generation tasks, including machine translation and open-ended generation.</p>
54+
<p>See <a href="https://sardine-lab.github.io/">here</a> for more information about the SARDINE Lab and some of our recent publications.</p>
55+
</section>
56+
<section id="extras" class="body">
57+
</section><!-- /#extras -->
58+
59+
<footer id="contentinfo" class="body">
60+
<address id="about" class="vcard body">
61+
Proudly powered by <a rel="nofollow" href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a rel="nofollow" href="https://www.python.org/">Python</a>.
62+
</address><!-- /#about -->
63+
64+
<p>The theme is by <a rel="nofollow" href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
65+
</footer><!-- /#contentinfo -->
66+
67+
</body>
68+
</html>

Diff for: pages/deep-structured-learning-ist-fall-2018.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/deep-structured-learning-ist-fall-2019.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/deep-structured-learning-ist-fall-2020.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/jobs.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/jobs_initial.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/project-examples-for-deep-structured-learning-fall-2018.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/project-examples-for-deep-structured-learning-fall-2019.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/project-examples-for-deep-structured-learning-fall-2020.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/project-examples-for-deep-structured-learning-spring-2022.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/project-examples-for-deep-structured-learning-spring-2023.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/publications.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/sardine.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: pages/software.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="../">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

Diff for: tags.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1><a href="./">André F. T. Martins</a></h1>
1717
<li><a href="/pages/publications.html">Publications</a></li>
1818
<li><a href="/pages/software.html">Software</a></li>
1919
<li><a href="/pages/courses.html">Courses</a></li>
20+
<li><a href="/pages/decollage.html">DECOLLAGE</a></li>
2021
<li><a href="/pages/sardine.html">SARDINE Lab</a></li>
2122
</ul></nav>
2223
</header><!-- /#banner -->

0 commit comments

Comments
 (0)