About

About

关于我

我是吴丰艺,现在是东南大学网络空间安全学院的一名网络空间安全专业硕士研究生,导师是陈浩教授。
我先前于大连海事大学船舶电气工程学院物联网工程专业获得工学学士学位。

研究方向

现在我的主要研究方向致力于将模糊测试(Fuzzing)与LLM Agent结合,以挖掘实际代码仓库中的软件漏洞。

  • Fuzzing
  • LLM Agent
  • LLM Agent for Fuzzing
  • Automatic Crash Analysis

Publications

To be continued

Trophy

To be continued

日程表

SEU Schedule

参考学习资料 (from Prof. Chen)

How to Read a Paper

Technical writing

Tools

Languages

Textbooks

Advice on LaTeX (from Prof. Chen)

  • Use modern implementations of LaTeX to take advantage of Unicode and other useful features.
  • Use correct typefaces. Particularly, italics should be used for variables but not for descriptive terms. More…
    • Wrong: $t_{max}$
    • Right: $t_\text{max}$
  • Do not manually add separators in large numbers. \usepackage{siunitx}. Then, wrap large numbers in \num{}.
    • Bad: 12,345
    • Good: \num{12345}
  • Do not manually type reference names, such as Table, Figure, Theorem. Instead, \usepackage{hyperref}, and then \autoref{fig:xxx}, \autoref{tbl:xxx}, \autoref{thm:xxx}
    • Not recommended: In Figure~\ref{fig:overview}
    • Good: In \autoref{fig:overview}

Advice on writing (from Prof. Chen)

Contents

  • Your paper should be easily comprehensible by its reviewers. They are far less familiar with your work than you. They may not be an expert on the topic and may not be able to afford much time on your paper.
  • The introduction should convey curiosity or excitement (new problem, new solution, improved solution, impressive results, or high impact), the design novelty, substantiality, and correctness, and the evaluation relevancy and comprehensiveness.
  • Conciseness: Remove every word that contributes no meaning, such as kind of.
  • Use proper tenses: 1 2 3

Grammar

  • Section titles should have consistent capitalization. I prefer sentence case.
  • Avoid passive voice unless strongly justifiable. Passive voice is ambiguous because it has no subject unless followed by “by…”.
    • Bad: LLM was applied to fuzzing. (Who applied it? The authors or someone else?)
    • Good: We applied LLM to fuzzing.
  • Avoid nominalization.
    • Bad: He made a proposal to use Rust.
    • Good: He proposed to use Rust.
  • Avoid “There is/are”.
    • Bad: There are many developers of Rust.
    • Good: Many developers use Rust.
    • Good: Rust has many developers.
  • “Which” vs “that”: Use “which” in a nonrestrictive clause and “that” in a restrictive clause. More …
    • Wrong: Rust that is safe is popular. (This is wrong because there is only one Rust.)
    • Right: Rust, which is safe, is popular.
  • Distinguish coordinating conjunction vs conjunctive adverbs.
    • Wrong: C is dangerous, Rust is safe. (Cannot join two sentences by a comma)
    • Right: C is dangerous, but Rust is safe.
    • Wrong: C is dangerous, however Rust is safe.
    • Right: C is dangerous; however, Rust is safe.
  • “Fewer” modifies countable nouns whereas “less” uncountable nouns.
    • Wrong: ten items or less
    • Right: ten items or fewer
    • Wrong: fewer feedback
    • Right: less feedback
  • Use articles (a, an, the) properly.
    • A singular countable noun must be preceded by an article.
      • Wrong: I wrote Rust program.
      • Right: I wrote a Rust program.
      • Right: I wrote Rust programs.
    • The must have a reference that is unique either by fact or in the context.
      • Right: the first Rust programmer (unique by fact)
      • Right: Our team has a Rust and a C++ programmer. The Rust programmer produces the fastest, most robust code. (unique in the context)
      • Wrong: Our team has two Rust and two C++ programmers. The Rust programer is more productive than the C++ programer.
  • Distinguish between compare with and compare to
    • Right: Rust is safer compared with C.
    • Right: Some people compare Rust to a panacea for memory safety problems.

友情链接

Yunlongs
spinpx