Papers › Describing a Knowledge Base

Describing a Knowledge Base

6 Sep 2018WS 2018 11arXiv:1809.01797archive 2025-07-28

Qingyun Wang, Xiaoman Pan, Lifu Huang, Boliang Zhang, Zhiying Jiang, Heng Ji, Kevin Knight

We aim to automatically generate natural language descriptions about an input structured knowledge base (KB). We build our generation framework based on a pointer network which can copy facts from the input KB, and add two attention mechanisms: (i) slot-aware attention to capture the association between a slot type and its corresponding slot value; and (ii) a new \emph{table position self-attention} to capture the inter-dependencies among related slots. For evaluation, besides standard metrics including BLEU, METEOR, and ROUGE, we propose a KB reconstruction based metric by extracting a KB from the generation output and comparing it with the input KB. We also create a new data set which includes 106,216 pairs of structured KBs and their corresponding natural language descriptions for two distinct entity types. Experiments show that our approach significantly outperforms state-of-the-art methods. The reconstructed KB achieves 68.8% - 72.6% F-score.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1809.01797")

Code

Syntology Ran 4 of 8 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 4 ran · our draft was wrong.

By repository: official repository: 8 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

EagleW/Describing_a_Knowledge_Base officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

8 samples harvested; 4 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran · our draft was wrong
4unverified

Licence: 0 of the 8 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from EagleW/Describing_a_Knowledge_Base. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cook_refs EagleW/Describing_a_Knowledge_Base/pycocoevalcap/cider/cider_scorer.py official repository ran · our draft was wrong MIT (permissive) · 4c1b107103b7c856 · report
cook_test EagleW/Describing_a_Knowledge_Base/pycocoevalcap/cider/cider_scorer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 3573c4bc85f65dfd · report
precook EagleW/Describing_a_Knowledge_Base/pycocoevalcap/bleu/bleu_scorer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · ec4448373d72d636 · report
precook EagleW/Describing_a_Knowledge_Base/pycocoevalcap/cider/cider_scorer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 9560e3e3e41bc1b2 · report
cook_refs EagleW/Describing_a_Knowledge_Base/pycocoevalcap/bleu/bleu_scorer.py official repository unverified MIT (permissive) · 7586e1d32f7325f7 · report
cook_test EagleW/Describing_a_Knowledge_Base/pycocoevalcap/bleu/bleu_scorer.py official repository unverified MIT (permissive) · 7ee8aa480d13ee01 · report
get_file_list_from_dir EagleW/Describing_a_Knowledge_Base/utils/split.py official repository unverified MIT (permissive) · edb9ea6d9e845789 · report
split EagleW/Describing_a_Knowledge_Base/utils/split.py official repository unverified MIT (permissive) · 94b0f0677a61e291 · report

Tasks

Data-to-Text GenerationKB-to-Language GenerationTable-to-Text GenerationText Generation

Datasets

Introduced by this paper, per the archive.

Wikipedia Person and Animal Dataset

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
KB-to-Language Generation Wikipedia Person and Animal Dataset KB-to-Language Generation Model BLEU 23.2 #1 of 1 Archive leaderboard report
KB-to-Language Generation Wikipedia Person and Animal Dataset KB-to-Language Generation Model METEOR 23.4 #1 of 1 Archive leaderboard report
KB-to-Language Generation Wikipedia Person and Animal Dataset KB-to-Language Generation Model ROUGE 42.0 #1 of 1 Archive leaderboard report
Table-to-Text Generation Wikipedia Person and Animal Dataset KB-to-Language Generation Model BLEU 23.2 #2 of 2 Archive leaderboard report
Table-to-Text Generation Wikipedia Person and Animal Dataset KB-to-Language Generation Model METEOR 42.0 #2 of 2 Archive leaderboard report
Table-to-Text Generation Wikipedia Person and Animal Dataset KB-to-Language Generation Model ROUGE 23.4 #2 of 2 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections