答案1
\documentclass[tikz, border=1cm]{standalone}
\usetikzlibrary{hobby}
\begin{document}
\begin{tikzpicture}[use Hobby shortcut]
\fill[yellow!80!black, closed, tension=20] (0,0) .. (0,2) .. (5,5) .. (8,5) .. (7,-1);
\node[white, font=\bf\huge, rotate=10] at (4.5,3.5) {NLP};
\node[white, font=\bf, rotate=10] at (4.5,3) {Natural Language Processing};
\end{tikzpicture}
\end{document}