<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Home</title><description>Zhanliang Liu — technologist, founder &amp; CEO of FuSearch, focused on self-improving superintelligence (ASI), large language models, and intelligent information processing.</description><link>https://zliu.org/</link><item><title>ChatGPT and the Dawn of a New Era</title><link>https://zliu.org/post/chatgpt-the-dawn-of-a-new-era/</link><guid isPermaLink="true">https://zliu.org/post/chatgpt-the-dawn-of-a-new-era/</guid><description>On November 30, 2022, OpenAI released ChatGPT. In hindsight, that day may mark the beginning of the Fourth Industrial Revolution.</description><pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate></item><item><title>UIE - Universal Information Extraction</title><link>https://zliu.org/post/universal-information-extraction/</link><guid isPermaLink="true">https://zliu.org/post/universal-information-extraction/</guid><description>UIE -  a unified text-to-structure generation framework, which can universally model different IE tasks, adaptively generate targeted structures, and unfiedly learn general IE abilities from different knowledge sources.</description><pubDate>Wed, 03 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Vector Search Engine</title><link>https://zliu.org/post/vector-search-engine/</link><guid isPermaLink="true">https://zliu.org/post/vector-search-engine/</guid><description>Vector search engines or vector databases are a core piece of infrastracture that fuels every big deep learning deployment in industry.</description><pubDate>Tue, 01 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Language Model Is All You Need — Explores NLU as MRC QA</title><link>https://zliu.org/post/qanlu-language-model-is-all-you-need/</link><guid isPermaLink="true">https://zliu.org/post/qanlu-language-model-is-all-you-need/</guid><description>One Amazon Alexa AI&apos;s new paper *Language Model Is All You Need* explores NLU problem as a QA problem. The original paper is on [arXiv](https://arxiv.org/abs/2011.03023).</description><pubDate>Tue, 12 Jan 2021 00:00:00 GMT</pubDate></item><item><title>⛵ Learning Meaning in Natural Language Processing — The Semantics Mega-Thread</title><link>https://zliu.org/post/semantic-meaning/</link><guid isPermaLink="true">https://zliu.org/post/semantic-meaning/</guid><description>I found a very worthwhile article while surfing medium.com days ago. The article is a summary of a twitter thread which talked about meaning, semantics, language models, learning Thai and Java, entailment, co-reference — all in one fascinating thread. The original article is [here](https://medium.com/huggingface/learning-meaning-in-natural-language-processing-the-semantics-mega-thread-9c0332dfe28e).</description><pubDate>Thu, 15 Nov 2018 00:00:00 GMT</pubDate></item><item><title>Filtered-Space Saving Top-K</title><link>https://zliu.org/post/topk-in-stream/</link><guid isPermaLink="true">https://zliu.org/post/topk-in-stream/</guid><description>[Filtered-Space Saving](http://www.l2f.inesc-id.pt/~fmmb/wiki/uploads/Work/dict.refd.pdf) (FSS) is a data structure and algorithm combination useful for accurately estimating the top k most frequent values appearing in a stream while using a constant, minimal memory footprint.</description><pubDate>Mon, 25 Jun 2018 00:00:00 GMT</pubDate></item><item><title>pullword: Unsupervised Word Discovery</title><link>https://zliu.org/projects/pullword/</link><guid isPermaLink="true">https://zliu.org/projects/pullword/</guid><description>Pullword would be used in settings where only unlabelled text data is available.</description><pubDate>Sat, 16 Jun 2018 00:00:00 GMT</pubDate></item><item><title>Gödel’s First Incompleteness Theorem for Programmers</title><link>https://zliu.org/post/godels-first-incompleteness-theorem/</link><guid isPermaLink="true">https://zliu.org/post/godels-first-incompleteness-theorem/</guid><description>Gödel&apos;s incompleteness theorems are two theorems of mathematical logic that demonstrate the inherent limitations of every formal axiomatic system containing basic arithmetic. These results, published by [Kurt Gödel](https://en.wikipedia.org/wiki/Kurt_G%C3%B6del) in 1931, are important both in mathematical logic and in the philosophy of mathematics.</description><pubDate>Sun, 08 Apr 2018 00:00:00 GMT</pubDate></item><item><title>Weighted Random: algorithms for sampling from discrete probability distributions</title><link>https://zliu.org/post/weighted-random/</link><guid isPermaLink="true">https://zliu.org/post/weighted-random/</guid><description>The optimal solution for weighted random should be the [Alias Method](https://en.wikipedia.org/wiki/Alias_method). It requires $O(n)$ time to initialize, $O(1)$ time to make a selection, and $O(n)$ memory.</description><pubDate>Thu, 05 Apr 2018 00:00:00 GMT</pubDate></item><item><title>FMR: functional meaning representation</title><link>https://zliu.org/projects/fmr/</link><guid isPermaLink="true">https://zliu.org/projects/fmr/</guid><description>A formal language for representing meaning and a system for semantic parsing.</description><pubDate>Fri, 16 Feb 2018 00:00:00 GMT</pubDate></item><item><title>gocc: Golang version OpenCC 繁簡轉換</title><link>https://zliu.org/projects/gocc/</link><guid isPermaLink="true">https://zliu.org/projects/gocc/</guid><description>gocc is a golang port of OpenCC([Open Chinese Convert 開放中文轉換](https://github.com/BYVoid/OpenCC/)) which is a project for conversion between Traditional and Simplified Chinese developed by [BYVoid](https://www.byvoid.com/).</description><pubDate>Fri, 16 Feb 2018 00:00:00 GMT</pubDate></item><item><title>Illustration of the logistic map</title><link>https://zliu.org/post/logistic-map/</link><guid isPermaLink="true">https://zliu.org/post/logistic-map/</guid><description>A Python implementation for illustrating the behavior of logistic map.</description><pubDate>Thu, 15 Jun 2017 00:00:00 GMT</pubDate></item><item><title>ling: A Natural Language Processing toolkit in Golang</title><link>https://zliu.org/projects/ling/</link><guid isPermaLink="true">https://zliu.org/projects/ling/</guid><description>Toknization, Normalization, Lemmatization, Tagging etc.</description><pubDate>Thu, 27 Apr 2017 00:00:00 GMT</pubDate></item><item><title>Goobot: A general multilingual web article extractor</title><link>https://zliu.org/projects/goobot/</link><guid isPermaLink="true">https://zliu.org/projects/goobot/</guid><description>Goobot is a general multilingual web article extractor. It works without rules or training just as diffbot.com, and it is more than 10 times faster than diffbot.</description><pubDate>Wed, 27 Apr 2016 00:00:00 GMT</pubDate></item><item><title>Knowledge extraction from web pages</title><link>https://zliu.org/projects/knowledge-extraction/</link><guid isPermaLink="true">https://zliu.org/projects/knowledge-extraction/</guid><description>基于网页库的全球电话号码信息抽取</description><pubDate>Wed, 27 Apr 2016 00:00:00 GMT</pubDate></item><item><title>Linux process and thread</title><link>https://zliu.org/post/linux-process-and-thread/</link><guid isPermaLink="true">https://zliu.org/post/linux-process-and-thread/</guid><description>Linux Threads vs Light Weight Processes.</description><pubDate>Sat, 11 Jul 2015 00:00:00 GMT</pubDate></item><item><title>Web Crawling at Scale</title><link>https://zliu.org/projects/web-crawling/</link><guid isPermaLink="true">https://zliu.org/projects/web-crawling/</guid><description>A flexible and high performance distributed crawler framework.</description><pubDate>Sat, 27 Apr 2013 00:00:00 GMT</pubDate></item></channel></rss>