Papers › ADELIE: Aligning Large Language Models on Information Extraction

ADELIE: Aligning Large Language Models on Information Extraction

8 May 2024arXiv:2405.05008archive 2025-07-28

Yunjia Qi, Hao Peng, Xiaozhi Wang, Bin Xu, Lei Hou, Juanzi Li

Large language models (LLMs) usually fall short on information extraction (IE) tasks and struggle to follow the complex instructions of IE tasks. This primarily arises from LLMs not being aligned with humans, as mainstream alignment datasets typically do not include IE data. In this paper, we introduce ADELIE (Aligning large language moDELs on Information Extraction), an aligned LLM that effectively solves various IE tasks, including closed IE, open IE, and on-demand IE. We first collect and construct a high-quality alignment corpus IEInstruct for IE. Then we train ADELIE_SFT using instruction tuning on IEInstruct. We further train ADELIE_SFT with direct preference optimization (DPO) objective, resulting in ADELIE_DPO. Extensive experiments on various held-out IE datasets demonstrate that our models (ADELIE_SFT and ADELIE_DPO) achieve state-of-the-art (SoTA) performance among open-source models. We further explore the general capabilities of ADELIE, and experimental results reveal that their general capabilities do not exhibit a noticeable decline. We will release the code, data, and models to facilitate further research.

PaperPDFCodeCode 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="2405.05008")

Code

Syntology Ran 7 of 18 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 6 ran with no contract checked.

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

THU-KEG/ADELIE officialmentioned in papermentioned on GitHubpytorch 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

18 samples harvested; 7 ran; 0 honoured the contract we drafted; 11 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.

1ran · our draft was wrong
6ran
11unverified

Licence: 18 of the 18 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 THU-KEG/ADELIE. “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.

concatenated_forward THU-KEG/ADELIE/train4llama/open_instruct/dpo_utils.py official repository ran no licence file found · pointer only · bd6665195c202c96 · report
concatenated_inputs THU-KEG/ADELIE/train4llama/open_instruct/dpo_utils.py official repository ran no licence file found · pointer only · 98be928ee5a8a3bd · report
convert_message THU-KEG/ADELIE/train4llama/open_instruct/gradio_demo_chat.py official repository ran no licence file found · pointer only · 17d17a8f4a188a7d · report
create_prompt_with_llama2_chat_format THU-KEG/ADELIE/train4llama/eval/templates.py official repository ran no licence file found · pointer only · 538471327537d426 · report
create_prompt_with_olmo_chat_format THU-KEG/ADELIE/train4llama/eval/templates.py official repository ran no licence file found · pointer only · 45e2cc1022c95249 · report
dpo_loss THU-KEG/ADELIE/train4llama/open_instruct/dpo_utils.py official repository ran no licence file found · pointer only · b2b6de249cebe189 · report
encode_with_messages_format THU-KEG/ADELIE/train4llama/open_instruct/finetune.py official repository ran · our draft was wrong no licence file found · pointer only · 97229c97d4273595 · report
create_prompt_with_tulu_chat_format THU-KEG/ADELIE/train4llama/eval/templates.py official repository unverified no licence file found · pointer only · 697d92a5d51eff3e · report
dispatch_openai_chat_requesets THU-KEG/ADELIE/train4llama/eval/dispatch_openai_requests.py official repository unverified no licence file found · pointer only · dcad9ac62979ca49 · report
dispatch_openai_prompt_requesets THU-KEG/ADELIE/train4llama/eval/dispatch_openai_requests.py official repository unverified no licence file found · pointer only · 71e4259026911444 · report
encode_few_shot_example THU-KEG/ADELIE/train4llama/open_instruct/instruction_encode_templates.py official repository unverified no licence file found · pointer only · 96351a65183bb428 · report
encode_instruction_example THU-KEG/ADELIE/train4llama/open_instruct/instruction_encode_templates.py official repository unverified no licence file found · pointer only · f839fd4c6f96a26f · report
encode_with_prompt_completion_format THU-KEG/ADELIE/train4llama/open_instruct/finetune.py official repository unverified no licence file found · pointer only · 5966cc3120c46d61 · report
generate_completions THU-KEG/ADELIE/train4llama/eval/utils.py official repository unverified no licence file found · pointer only · cdbcc01805fac313 · report
get_next_word_predictions THU-KEG/ADELIE/train4llama/eval/utils.py official repository unverified no licence file found · pointer only · d134c88af0236263 · report
get_statistics_for_messages_data THU-KEG/ADELIE/train4llama/open_instruct/get_statistics.py official repository unverified no licence file found · pointer only · 533568a0e86ef298 · report
get_statistics_for_prompt_completion_data THU-KEG/ADELIE/train4llama/open_instruct/get_statistics.py official repository unverified no licence file found · pointer only · 84aeb6a7586885f5 · report
score_completions THU-KEG/ADELIE/train4llama/eval/utils.py official repository unverified no licence file found · pointer only · d029fa02758da921 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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