From 94ee90c090b0bb703c1d657b38f1abcc98419253 Mon Sep 17 00:00:00 2001 From: Shibo Hao <46735523+Ber666@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:29:39 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d87860..b822e40 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This repo contains preliminary code of the following paper: Shibo Hao*, Bowen Tan*, Kaiwen Tang*, Hengzhe Zhang, Eric P. Xing, Zhiting Hu \ (* Equal contribution) +Play the [demo](https://lmnet.io/)! + ## Getting Started * Symbolic knowledge graphs (KGs) have been constructed either by expensive human crowdsourcing or with domain-specific complex information extraction pipelines. * In this work, we aim at harvesting symbolic KGs from the LMs, a new framework for automatic KG construction empowered by the neural LMs' flexibility and scalability. @@ -111,4 +113,4 @@ The results will be saved into `summary.txt` in `{result_dir}`, e.g., [results/c | \ | ['strong arms', 'strong legs', 'stand'] | ['men', 'blood', 'fight'] | | \ | ['good company', 'good friends', 'keep'] | ['humans', 'blood', 'feed'] | | \ | ['French Wines', 'Wine Glasses', 'taste better'] | ['male cells', 'sperm cells', 'differentiate'] | -+------------------------------------------------+--------------------------------------------------------+--------------------------------------------------+``` \ No newline at end of file ++------------------------------------------------+--------------------------------------------------------+--------------------------------------------------+```