diff --git a/README.md b/README.md index 5c29e93..5dd9387 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![PyPI](https://img.shields.io/pypi/v/litxbench?logo=pypi&logoColor=white)](https://pypi.org/project/litxbench) [![LitXAlloy](https://img.shields.io/endpoint?url=https://radical-ai.github.io/litxbench/litxalloy-badge.json)](https://radical-ai.github.io/litxbench) -LitXBench is a benchmark to evaluate LLMs on extracting material information synthesized in research papers. Read the preprint [here](https://arxiv.org/pdf/2604.07649). +LitXBench is a benchmark to evaluate LLMs on extracting material information synthesized in research papers. Read the preprint [here](https://arxiv.org/abs/2604.07649).

LitXBench Principles for Accurate Extraction and Benchmarking. (1) To accurately capture a material’s properties, measurements must be linked to its processing lineage, rather than just its composition. (2) Categorical values should be mapped to canonical values to disambiguate similar values, as multiple papers may reference different properties with the same term. (3) Extracted materials are more editable and auditable when represented as code, reducing errors in the benchmark. diff --git a/docs/_templates/sidebar/explorer-link.html b/docs/_templates/sidebar/explorer-link.html index a6b0862..5db2e92 100644 --- a/docs/_templates/sidebar/explorer-link.html +++ b/docs/_templates/sidebar/explorer-link.html @@ -10,7 +10,7 @@ GitHub

  • - Paper + Paper
  • diff --git a/docs/index.rst b/docs/index.rst index 4e80e45..c59b425 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ LitXBench @@ -209,7 +209,7 @@ LitXBench diff --git a/docs/user/introduction.rst b/docs/user/introduction.rst index ab9f85b..1b7ccda 100644 --- a/docs/user/introduction.rst +++ b/docs/user/introduction.rst @@ -6,7 +6,7 @@ It ships with **LitXAlloy**, a dense benchmark of 1426 measurements from 19 allo with evaluation tools to measure how well an extraction method captures the materials, processes, and measurements reported in a paper. -| `GitHub `_ | `PyPI `_ | `Paper `_ | +| `GitHub `_ | `PyPI `_ | `Paper `_ | Installation ------------