Commit 0465a3bf by haoyifan

haoyifan

parent 37c7a25f
...@@ -7,6 +7,15 @@ ...@@ -7,6 +7,15 @@
\documentclass{article} \documentclass{article}
\pdfpagewidth=8.5in \pdfpagewidth=8.5in
\pdfpageheight=11in \pdfpageheight=11in
\usepackage{color}
\newcommand{\rmk}[1]{\textcolor{red}{--[#1]--}}
\newcommand{\note}[1]{#1}
\usepackage{enumitem}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{booktabs}
% The file ijcai21.sty is NOT the same than previous years' % The file ijcai21.sty is NOT the same than previous years'
\usepackage{ijcai21} \usepackage{ijcai21}
......
...@@ -37,16 +37,16 @@ vocabulary can express almost infinite concepts.} ...@@ -37,16 +37,16 @@ vocabulary can express almost infinite concepts.}
%extract information from a single symbol. %extract information from a single symbol.
% %
% %
%\begin{figure}[t] \begin{figure}[t]
% \centering \centering
% \includegraphics[width=\columnwidth]{fig/Figure1_motivation.pdf} \includegraphics[width=\columnwidth]{fig/Figure1_motivation.pdf}
% \caption{The distribution of compositionality for 100 emerged symbolic \caption{The distribution of compositionality for 100 emerged symbolic
% languages without languages without
% any induction. It can be observed that high compositional symbolic language any induction. It can be observed that high compositional symbolic language
% seldom emerged (e.g., $<5\%$ for compositionality $>0.99$). Moreover, varying seldom emerged (e.g., $<5\%$ for compositionality $>0.99$). Moreover, varying
% the vocabulary size does not affect the compositionality notably.} the vocabulary size does not affect the compositionality notably.}
% \label{fig:induction} \label{fig:induction}
% \end{figure} \end{figure}
%\begin{table*}[t] %\begin{table*}[t]
......
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
Previous works focus on the \emph{deliberately handcrafted} inductions that affect the Previous works focus on the \emph{deliberately handcrafted} inductions that affect the
compositionality of emergent language. compositionality of emergent language.
Some significant works on studying the environmental inductions on the compositionality of emergent language are summarized in Table~\ref{tab:rel}. Some significant works on studying the environmental inductions on the compositionality of emergent language are summarized in Table~\ref{tab:rel}.
For example, ~\citet{kirby2015compression} explored how the pressures for expressivity and compressibility lead the structured language. For example, ~\cite{kirby2015compression} explored how the pressures for expressivity and compressibility lead the structured language.
~\citet{kottur-etal-2017-natural} constrained the vocabulary size and whether the listener has memory to coax the compositionality of the emergent language. ~\cite{kottur-etal-2017-natural} constrained the vocabulary size and whether the listener has memory to coax the compositionality of the emergent language.
~\citet{lazaridou2018emergence} showed that the degree of structure found in the input data affects the emergence of the symbolic language. ~\cite{lazaridou2018emergence} showed that the degree of structure found in the input data affects the emergence of the symbolic language.
~\citet{li2019ease} studied how the pressure, ease of teaching, impact on the iterative language of the population regime. ~\cite{li2019ease} studied how the pressure, ease of teaching, impact on the iterative language of the population regime.
~\citet{evtimova2018emergent} designed novel multi-modal scenarios, which the speaker and the listener should access to different modalities of the input object, to explore the language emergence. ~\cite{evtimova2018emergent} designed novel multi-modal scenarios, which the speaker and the listener should access to different modalities of the input object, to explore the language emergence.
These inductions are deliberately designed, which are too ideal to be true in These inductions are deliberately designed, which are too ideal to be true in
the real world. the real world.
In this paper, these handcrafted inductions above are all removed, and the high compositional language is learned only by the agent capacity. In this paper, these handcrafted inductions above are all removed, and the high compositional language is learned only by the agent capacity.
...@@ -34,11 +34,11 @@ proposed~\cite{kottur-etal-2017-natural,choi2018compositional,lazaridou2018emerg ...@@ -34,11 +34,11 @@ proposed~\cite{kottur-etal-2017-natural,choi2018compositional,lazaridou2018emerg
%understanding between speakers and listeners, i.e., the concept-symbol mapping %understanding between speakers and listeners, i.e., the concept-symbol mapping
%consistency between speakers and listeners. %consistency between speakers and listeners.
At the initial stage, many studies only analyzed the language compositionality qualitatively (i.e. not quantitatively). At the initial stage, many studies only analyzed the language compositionality qualitatively (i.e. not quantitatively).
For example, ~\citet{choi2018compositional} printed the agent messages with the letter `abcd' at some training round, and directly analyzed the compositionality on these messages. For example, ~\cite{choi2018compositional} printed the agent messages with the letter `abcd' at some training round, and directly analyzed the compositionality on these messages.
~\citet{kottur-etal-2017-natural} introduced the dialog tree to show the evolution of language compositionality during the training process. ~\cite{kottur-etal-2017-natural} introduced the dialog tree to show the evolution of language compositionality during the training process.
Latter, some quantitative metrics are explored. Latter, some quantitative metrics are explored.
The topographic similarity\cite{lazaridou2018emergence} is introduced to measure the distances between all the possible pairs of meanings and the corresponding pairs of signals. The topographic similarity\cite{lazaridou2018emergence} is introduced to measure the distances between all the possible pairs of meanings and the corresponding pairs of signals.
\citet{chaabouni2020compositionality} proposed the positional disentanglement, which measures whether symbols in a specific position relate to the specific attribute of the input object. \cite{chaabouni2020compositionality} proposed the positional disentanglement, which measures whether symbols in a specific position relate to the specific attribute of the input object.
From Table~\ref{tab:rel}, most metrics are proposed on the sight of speaker. In our view, human beings developed the language based on a bilateral communication between the speaker and the listener. One research~\cite{choi2018compositional} considered the metric bilaterally, but it is not a quantitative metric. In this paper, we propose a novel quantitative metric from both the speaker and the listener's perspective. From Table~\ref{tab:rel}, most metrics are proposed on the sight of speaker. In our view, human beings developed the language based on a bilateral communication between the speaker and the listener. One research~\cite{choi2018compositional} considered the metric bilaterally, but it is not a quantitative metric. In this paper, we propose a novel quantitative metric from both the speaker and the listener's perspective.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment